Advertisement
milomak

fedora xorg.conf - 240213

Feb 23rd, 2013
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. # cat /etc/X11/xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig: version 304.60 (mockbuild@) Fri Oct 19 02:28:58 CEST 2012
  4.  
  5. # RPM Fusion - nvidia-xorg.conf
  6. #
  7.  
  8. Section "ServerLayout"
  9. Identifier "Default Layout"
  10. Screen "Default Screen" 0 0
  11. InputDevice "Keyboard0" "CoreKeyboard"
  12. InputDevice "Mouse0" "CorePointer"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. # generated from default
  17. Identifier "Keyboard0"
  18. Driver "keyboard"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22. # generated from default
  23. Identifier "Mouse0"
  24. Driver "mouse"
  25. Option "Protocol" "auto"
  26. Option "Device" "/dev/psaux"
  27. Option "Emulate3Buttons" "no"
  28. Option "ZAxisMapping" "4 5"
  29. EndSection
  30.  
  31. Section "Device"
  32. Identifier "Videocard0"
  33. Driver "nvidia"
  34. EndSection
  35.  
  36. Section "Screen"
  37. Identifier "Default Screen"
  38. Device "Videocard0"
  39. SubSection "Display"
  40. Modes "nvidia-auto-select"
  41. EndSubSection
  42. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement