Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. # /etc/X11/xorg.conf.nvidia (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. # sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. Section "ServerLayout"
  18. Identifier "Default Layout"
  19. Screen "Default Screen" 0 0
  20. InputDevice "Generic Keyboard"
  21. InputDevice "Configured Mouse"
  22. EndSection
  23.  
  24. Section "ServerFlags"
  25. Option "DontVTSwitch" "false"
  26. # Option "UseDefaultFontPath" "False"
  27. Option "BlankTime" "0"
  28. Option "StandByTime" "10"
  29. Option "SuspendTime" "0"
  30. Option "OffTime" "0"
  31. EndSection
  32.  
  33. #Section "Files"
  34. ##FontPath "unix/:7100"
  35. # # path to defoma fonts
  36. # FontPath "/usr/share/fonts/X11/misc"
  37. # FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  38. # FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  39. # FontPath "/usr/share/fonts/X11/Type1"
  40. # FontPath "/usr/share/fonts/X11/100dpi"
  41. # FontPath "/usr/share/fonts/X11/75dpi"
  42. # FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  43. #EndSection
  44.  
  45. Section "Module"
  46. Load "i2c"
  47. Load "bitmap"
  48. Load "ddc"
  49. Load "extmod"
  50. Load "freetype"
  51. Load "glx"
  52. Load "int10"
  53. Load "vbe"
  54. EndSection
  55.  
  56. Section "InputDevice"
  57. Identifier "Generic Keyboard"
  58. Driver "kbd"
  59. Option "CoreKeyboard"
  60. Option "XkbRules" "xorg"
  61. Option "XkbModel" "pc105"
  62. Option "XkbLayout" "fr"
  63. Option "XkbVariant" "latin9"
  64. EndSection
  65.  
  66. Section "InputClass"
  67. Identifier "evdev keyboard catchall"
  68. MatchIsKeyboard "on"
  69. MatchDevicePath "/dev/input/event*"
  70. Driver "evdev"
  71. Option "XkbLayout" "fr"
  72. Option "XkbVariant" "latin9"
  73. Option "XkbOptions" "terminate:ctrl_alt_bksp"
  74. EndSection
  75.  
  76. Section "InputDevice"
  77. Identifier "Configured Mouse"
  78. Driver "mouse"
  79. Option "CorePointer"
  80. Option "Device" "/dev/input/mice"
  81. Option "Protocol" "ImPS/2"
  82. Option "Emulate3Buttons" "true"
  83. EndSection
  84.  
  85. Section "Monitor"
  86. Identifier "SAMTRON"
  87. Option "DPMS"
  88. EndSection
  89.  
  90. Section "Device"
  91. Identifier "GeForce 9500GT"
  92. Driver "nvidia"
  93. Option "RenderAccel" "true"
  94. Option "AllowGLXWithComposite" "true"
  95. # Option "ProbeAllGpus" "false"
  96. # Option "NvAGP" 1
  97. EndSection
  98.  
  99. Section "Screen"
  100. Identifier "Default Screen"
  101. Device "GeForce 9500GT"
  102. Monitor "SAMTRON"
  103. DefaultDepth 24
  104. SubSection "Display"
  105. Depth 1
  106. Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  107. EndSubSection
  108. SubSection "Display"
  109. Depth 4
  110. Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  111. EndSubSection
  112. SubSection "Display"
  113. Depth 8
  114. Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  115. EndSubSection
  116. SubSection "Display"
  117. Depth 15
  118. Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  119. EndSubSection
  120. SubSection "Display"
  121. Depth 16
  122. Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  123. EndSubSection
  124. SubSection "Display"
  125. Depth 24
  126. Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  127. EndSubSection
  128. EndSection
  129.  
  130. Section "Extensions"
  131. Option "Composite" "Enable"
  132. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement