Advertisement
Guest User

Untitled

a guest
Dec 29th, 2012
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. cat /etc/X11/xorg.config
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig: version 304.37 (buildd@murphy) Tue Aug 14 21:29:55 UTC 2012
  4.  
  5. Section "ServerLayout"
  6. Identifier "Game"
  7. Screen 1 "ScreenGame" 0 0
  8. InputDevice "KeyboardGame" "CoreKeyboard"
  9. InputDevice "MouseGame" "CorePointer"
  10. Option "AutoAddDevices" "off"
  11. Option "SingleCard" "on"
  12. EndSection
  13.  
  14. Section "InputDevice"
  15.  
  16. # generated from default
  17. Identifier "MouseGame"
  18. Driver "evdev"
  19. Option "Device" "/dev/input/by-id/usb-A4TECH_USB_Device-event-mouse"
  20. Option "Emulate3Buttons" "no"
  21. Option "ZAxisMapping" "4 5"
  22. Option "GrabDevice" "on"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. Identifier "KeyboardGame"
  27. Driver "evdev"
  28. Option "Device" "/dev/input/event0"
  29. Option "XkbLayout" "us,ru(winkeys)"
  30. Option "XkbOptions" "grp:lwin_toggle,grp_led:scroll"
  31. Option "GrabDevice" "on"
  32. EndSection
  33.  
  34. Section "Monitor"
  35. Identifier "MonitorGame"
  36. VendorName "Unknown"
  37. ModelName "BenQ G2220HDA"
  38. HorizSync 24.0 - 83.0
  39. VertRefresh 50.0 - 76.0
  40. EndSection
  41.  
  42. Section "Device"
  43. Identifier "DeviceGame"
  44. Driver "nvidia"
  45. VendorName "NVIDIA Corporation"
  46. BoardName "GeForce GT 440"
  47. BusID "PCI:2:0:0"
  48. Option "ProbeAllGpus" "false"
  49. EndSection
  50.  
  51. Section "Screen"
  52. Identifier "ScreenGame"
  53. Device "DeviceGame"
  54. Monitor "MonitorGame"
  55. DefaultDepth 24
  56. Option "Stereo" "0"
  57. # Option "nvidiaXineramaInfoOrder" "CRT-1"
  58. Option "metamodes" "nvidia-auto-select +0+0"
  59. SubSection "Display"
  60. Depth 24
  61. EndSubSection
  62. Option "Coolbits" "1"
  63. EndSection
  64.  
  65. Section "ServerFlags"
  66. Option "AutoAddDevices" "false"
  67. Option "AllowEmptyInput" "false"
  68. Option "AutoAddGPU" "false"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement