Advertisement
ifrit05

20-savagegpu.conf

Dec 1st, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Section "Device"
  2. Identifier "Card0"
  3. Driver "savage"
  4. # Use NoAccel, EXA may bork things..
  5. # Option "NoAccel" "True"
  6. # Use EXA, causes high CPU usage when manipulating windows.
  7. # Option "AccelMethod" "EXA"
  8. # Use ShadowFB, very old chipset, acceleration may not be worth it.
  9. # Option "ShadowFB" "Enable"
  10. # Next two options may/may not increase performance. Uncomment to enable.
  11. # Option "NoPciBurst" "Enable"
  12. # Option "FramebufferWC"
  13. # Uncomment the following line if Xorg hangs on startup.
  14. # Option "NoDDC"
  15. # UseTiming for 1024x768 resolution.
  16. # Option "UseTiming1024"
  17. EndSection
  18. Section "Screen"
  19. Identifier "Screen0"
  20. Device "Card0"
  21. Monitor "Monitor0"
  22. # You may use 24 instead of 16 as the default color depth, but at the cost of not having higher resolutions.
  23. DefaultColorDepth 16
  24. EndSection
  25. Section "Monitor"
  26. Identifier "Monitor0"
  27. Option "DPMS" "Disable"
  28. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement