Advertisement
Guest User

xorg.conf

a guest
Jan 24th, 2012
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "single head configuration"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. Option "Xinerama" "0"
  7. EndSection
  8.  
  9. Section "InputDevice"
  10. Identifier "Mouse0"
  11. Driver "mouse"
  12. Option "Protocol"
  13. Option "Device" "/dev/input/mice"
  14. Option "Emulate3Buttons" "no"
  15. Option "ZAxisMapping" "4 5"
  16. EndSection
  17.  
  18. Section "InputDevice"
  19. Identifier "Keyboard0"
  20. Driver "kbd"
  21. Option "XkbModel" "pc105+inet"
  22. Option "XkbLayout" "us,ru"
  23. Option "XkbOptions" "terminate:ctrl_alt_bksp"
  24. EndSection
  25.  
  26. Section "Monitor"
  27. Identifier "Monitor0"
  28. VendorName "Unknown"
  29. ModelName "HP LP2065"
  30. HorizSync 30.0 - 92.0
  31. VertRefresh 48.0 - 85.0
  32. Option "dpms" "1"
  33. EndSection
  34.  
  35. Section "Device"
  36. Identifier "Device0"
  37. Driver "nvidia"
  38. VendorName "NVIDIA Corporation"
  39. BoardName "GeForce GTS 450"
  40. Option "CursorShadow" "on"
  41. Option "RandRRotation" "on"
  42. Option "OnDemandVBlankInterrupts" "on"
  43. Option "FlatPanelProperties" "Scaling = Native"
  44. Option "NoLogo" "1"
  45. Option "RenderAccel" "1"
  46. Option "TripleBuffer" "1"
  47. Option "DamageEvents" "1"
  48. Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x2222; PowerMizerDefault=0x3; PowerMizerDefaultAC=0x1"
  49. EndSection
  50.  
  51. Section "Screen"
  52. Identifier "Screen0"
  53. Device "Device0"
  54. Monitor "Monitor0"
  55. DefaultDepth 24
  56. Option "UseCompositeWrapper" "true"
  57. Option "AllowGLXWithComposite" "True"
  58. Option "AddARGBVisuals" "True"
  59. Option "AddARGBGLXVisuals" "True"
  60. Option "DisableGLXRootClipping" "true"
  61. Option "BackingStore" "true"
  62. Option "MultisampleCompatibility" "true"
  63. Option "TwinView" "false"
  64. Option "metamodes" "1600x1200_60 +0+0"
  65. Option "NoLogo"
  66. SubSection "Display"
  67. Depth 24
  68. EndSubSection
  69. EndSection
  70.  
  71. Section "Extensions"
  72. Option "Composite" "Enable"
  73. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement