cryptonexus

Ubuntu Xorg.conf

Apr 5th, 2011
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. Run this command from the terminal: nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1 and create a .xinitrc in your home directory. i.e. /home/myusername/.xinitrc with the command above so it's run at login.
  2.  
  3.  
  4.  
  5.  
  6. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  7. # nvidia-xconfig: version 260.19.06 (buildmeister@builder101) Mon Sep 13 07:06:38 PDT 2010
  8.  
  9. Section "ServerLayout"
  10. Identifier "Layout0"
  11. Screen 0 "Screen0"
  12. InputDevice "Keyboard0" "CoreKeyboard"
  13. InputDevice "Mouse0" "CorePointer"
  14. EndSection
  15.  
  16. Section "Files"
  17. EndSection
  18.  
  19. Section "InputDevice"
  20. # generated from default
  21. Identifier "Mouse0"
  22. Driver "mouse"
  23. Option "Protocol" "auto"
  24. Option "Device" "/dev/psaux"
  25. Option "Emulate3Buttons" "no"
  26. Option "ZAxisMapping" "4 5"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. # generated from default
  31. Identifier "Keyboard0"
  32. Driver "kbd"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Identifier "Monitor0"
  37. VendorName "Unknown"
  38. ModelName "Unknown"
  39. HorizSync 28.0 - 33.0
  40. VertRefresh 43.0 - 72.0
  41. Option "DPMS"
  42. EndSection
  43. ##################################################################################################
  44. # Nvidia 7025 Onboard GPU
  45.  
  46. Section "Device"
  47. Identifier "Device0"
  48. Driver "nvidia"
  49. VendorName "NVIDIA Corporation"
  50. Option "PixmapCacheSize" "1000000"
  51. Option "AllowSHMPixmaps" "0"
  52. Option "RenderAccel" "true"
  53. # Option "UseEvents" "false"
  54. Option "TripleBuffer" "1"
  55. Option "DamageEvents" "1"
  56. Option "BackingStore" "1"
  57. # Option "OnDemandVBlankInterrupts" "true"
  58. EndSection
  59. ##################################################################################################
  60.  
  61. Section "Screen"
  62. Identifier "Screen0"
  63. Device "Device0"
  64. Monitor "Monitor0"
  65. DefaultDepth 24
  66. SubSection "Display"
  67. Depth 24
  68. EndSubSection
  69. EndSection
Advertisement
Add Comment
Please, Sign In to add comment