Advertisement
Guest User

xorg.conf

a guest
Mar 24th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. xbmc@MenionXBMC:/etc/X11$ cat xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig: version 310.32 (buildmeister@swio-display-x86-rhel47-01) Mon Jan 14 15:51:51 PST 2013
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. # generated from default
  17. Identifier "Mouse0"
  18. Driver "mouse"
  19. Option "Protocol" "auto"
  20. Option "Device" "/dev/psaux"
  21. Option "Emulate3Buttons" "no"
  22. Option "ZAxisMapping" "4 5"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. # generated from default
  27. Identifier "Keyboard0"
  28. Driver "kbd"
  29. EndSection
  30.  
  31. Section "Monitor"
  32. Identifier "Monitor0"
  33. VendorName "Unknown"
  34. ModelName "Unknown"
  35. HorizSync 28.0 - 33.0
  36. VertRefresh 43.0 - 72.0
  37. Option "DPMS"
  38. EndSection
  39.  
  40. Section "Device"
  41. Identifier "Device0"
  42. Driver "nvidia"
  43. VendorName "NVIDIA Corporation"
  44. EndSection
  45.  
  46. Section "Screen"
  47. Identifier "Screen0"
  48. Device "Device0"
  49. Monitor "Monitor0"
  50. DefaultDepth 24
  51. SubSection "Display"
  52. Depth 24
  53. EndSubSection
  54. EndSection
  55.  
  56. xbmc@MenionXBMC:/etc/X11$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement