Guest User

Untitled

a guest
Jan 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 280.11 (mockbuild@) Sun Jul 31 17:53:14 EDT 2011
  3.  
  4. # RPM Fusion - nvidia-xorg.conf
  5. #
  6.  
  7. Section "ServerLayout"
  8. Identifier "Default Layout"
  9. Screen "Default Screen" 0 0
  10. InputDevice "Keyboard0" "CoreKeyboard"
  11. InputDevice "Mouse0" "CorePointer"
  12. EndSection
  13.  
  14. Section "InputDevice"
  15. # generated from data in "/etc/sysconfig/keyboard"
  16. Identifier "Keyboard0"
  17. Driver "keyboard"
  18. Option "XkbLayout" "us"
  19. Option "XkbModel" "pc105"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. # generated from default
  24. Identifier "Mouse0"
  25. Driver "mouse"
  26. Option "Protocol" "auto"
  27. Option "Device" "/dev/input/mice"
  28. Option "Emulate3Buttons" "no"
  29. Option "ZAxisMapping" "4 5"
  30. EndSection
  31.  
  32. Section "Device"
  33. Identifier "Videocard0"
  34. Driver "nvidia"
  35. EndSection
  36.  
  37. Section "Screen"
  38. Identifier "Default Screen"
  39. Device "Videocard0"
  40. SubSection "Display"
  41. Modes "nvidia-auto-select"
  42. EndSubSection
  43. EndSection
Add Comment
Please, Sign In to add comment