Guest User

Untitled

a guest
May 22nd, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. Section "Device"
  2. Identifier "Card"
  3. Option "AGPMode" "8" #not used when KMS is on
  4. Option "AGPFastWrite" "off" #could cause instabilities enable it at your own risk
  5. Option "SWcursor" "off" #software cursor might be necessary on some rare occasions, hence set off by default
  6. Option "EnablePageFlip" "on" #supported on all R/RV/RS4xx and older hardware and set off by default
  7. Option "AccelMethod" "EXA" #valid options are XAA and EXA. EXA is the newest acceleration method and its the default.
  8. Option "RenderAccel" "on" #enabled by default on all radeon hardware
  9. Option "ColorTiling" "on" #enabled by default on RV300 and later radeon cards.
  10. Option "EXAVSync" "off" #default is off, otherwise on
  11. Option "EXAPixmaps" "on" #when on icreases 2D performance, but may also cause artifacts on some old cards
  12. Option "AccelDFS" "on" #default is off, read the radeon manpage for more information
  13. EndSection
Add Comment
Please, Sign In to add comment