Advertisement
primax91

Xorg.conf

Dec 1st, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. [primax@reddragon ~]$ cat /etc/X11/xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig: version 358.16 (buildmeister@swio-display-x64-rhel04-12) Mon Nov 16 19:59:11 PST 2015
  4.  
  5.  
  6. Section "ServerLayout"
  7. Identifier "Layout0"
  8. Screen 0 "Screen0" 0 0
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. InputDevice "Mouse0" "CorePointer"
  11. EndSection
  12.  
  13. Section "Files"
  14. FontPath "/usr/share/fonts/default/Type1"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18.  
  19. # generated from default
  20. Identifier "Mouse0"
  21. Driver "mouse"
  22. Option "Protocol" "auto"
  23. Option "Device" "/dev/input/mice"
  24. Option "Emulate3Buttons" "no"
  25. Option "ZAxisMapping" "4 5"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29.  
  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. Section "Device"
  45. Identifier "Device0"
  46. Driver "nvidia"
  47. VendorName "NVIDIA Corporation"
  48. EndSection
  49.  
  50. Section "Screen"
  51. Identifier "Screen0"
  52. Device "Device0"
  53. Monitor "Monitor0"
  54. DefaultDepth 24
  55. SubSection "Display"
  56. Depth 24
  57. EndSubSection
  58. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement