Advertisement
Guest User

Untitled

a guest
Jul 12th, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 319.23 (mockbuild@) Fri May 24 11:55:16 CEST 2013
  3.  
  4. # RPM Fusion - nvidia-xorg.conf
  5. #
  6.  
  7. Section "ServerLayout"
  8. Identifier "layout"
  9. Screen 0 "nvidia"
  10. Inactive "intel"
  11. InputDevice "Keyboard0" "CoreKeyboard"
  12. InputDevice "Mouse0" "CorePointer"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. Identifier "Keyboard0"
  17. Driver "keyboard"
  18. EndSection
  19.  
  20. Section "InputDevice"
  21. Identifier "Mouse0"
  22. Driver "mouse"
  23. Option "Protocol" "auto"
  24. Option "Device" "/dev/input/mice"
  25. Option "Emulate3Buttons" "no"
  26. Option "ZAxisMapping" "4 5"
  27. EndSection
  28.  
  29. Section "Device"
  30. Identifier "intel"
  31. Driver "intel"
  32. BusID "PCI:00:02:0"
  33. EndSection
  34.  
  35. Section "Screen"
  36. Identifier "intel"
  37. Device "intel"
  38. EndSection
  39.  
  40. Section "Device"
  41. Identifier "nvidia"
  42. Driver "nvidia"
  43. BusID "PCI:01:00:0"
  44. EndSection
  45.  
  46. Section "Screen"
  47. Identifier "nvidia"
  48. Device "nvidia"
  49. SubSection "Display"
  50. Modes "nvidia-auto-select"
  51. EndSubSection
  52. # Option "UseDisplayDevice" "DFP-0"
  53. Option "UseDisplayDevice" "none"
  54. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement