Guest User

Untitled

a guest
Feb 15th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 ([email protected]) Wed Aug 28 14:01:17 PDT 2013
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Files"
  12. EndSection
  13.  
  14. Section "InputDevice"
  15. # generated from data in "/etc/sysconfig/mouse"
  16. Identifier "Mouse0"
  17. Driver "mouse"
  18. Option "Protocol" "IMPS/2"
  19. Option "Device" "/dev/input/mice"
  20. Option "Emulate3Buttons" "yes"
  21. Option "ZAxisMapping" "4 5"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. # generated from default
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. Option "XkbLayout" "us,ru(phonetic)"
  29. Option "XkbOptions" "grp:right_ctrl_toggle, grp_led:scroll"
  30. EndSection
  31.  
  32. Section "Monitor"
  33. Identifier "Monitor0"
  34. VendorName "Unknown"
  35. ModelName "Unknown"
  36. HorizSync 30.0 - 110.0
  37. VertRefresh 50.0 - 150.0
  38. Option "DPMS"
  39. EndSection
  40.  
  41. Section "Device"
  42. Identifier "Device0"
  43. Driver "radeon"
  44. VendorName "ATI"
  45. # Option "BusType" "AGP"
  46. Option "AGPmode" "8"
  47. Option "AccelMethod" "EXA"
  48. # Option "EnablePageFlip" "on"
  49. # Option "ColorTiling" "on"
  50. # Option "AccelDFS" "on"
  51. EndSection
  52.  
  53. Section "Screen"
  54. Identifier "Screen0"
  55. Device "Device0"
  56. Monitor "Monitor0"
  57. DefaultDepth 24
  58. SubSection "Display"
  59. Depth 24
  60. EndSubSection
  61. EndSection
Advertisement
Add Comment
Please, Sign In to add comment