Guest User

Untitled

a guest
Jun 24th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. nyanyakonya@kadparty-hime:/etc/X11$ cat xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Apr 16 19:36:29 PDT 2009
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "Module"
  16. Load "dbe"
  17. Load "extmod"
  18. Load "type1"
  19. Load "freetype"
  20. Load "glx"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24. # generated from default
  25. Identifier "Mouse0"
  26. Driver "mouse"
  27. Option "Protocol" "auto"
  28. Option "Device" "/dev/psaux"
  29. Option "Emulate3Buttons" "no"
  30. Option "ZAxisMapping" "4 5"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34. # generated from default
  35. Identifier "Keyboard0"
  36. Driver "kbd"
  37. Option "XkbRules" "xorg"
  38. Option "XkbModel" "pc104"
  39. Option "XkbLayout" "us,ru"
  40. Option "XkbOptions" "grp:lwin_toggle,grp_led:scroll"
  41. EndSection
  42.  
  43. Section "Monitor"
  44. Identifier "Monitor0"
  45. VendorName "Unknown"
  46. ModelName "Unknown"
  47. HorizSync 28.0 - 33.0
  48. VertRefresh 43.0 - 72.0
  49. Option "DPMS"
  50. EndSection
  51.  
  52. Section "Device"
  53. Identifier "Device0"
  54. Driver "nvidia"
  55. VendorName "NVIDIA Corporation"
  56. EndSection
  57.  
  58. Section "Screen"
  59. Identifier "Screen0"
  60. Device "Device0"
  61. Monitor "Monitor0"
  62. DefaultDepth 24
  63. Option "TwinView" "0"
  64. Option "TwinViewXineramaInfoOrder" "CRT-0"
  65. Option "metamodes" "1280x1024 +0+0"
  66. SubSection "Display"
  67. Depth 24
  68. EndSubSection
  69. EndSection
Add Comment
Please, Sign In to add comment