Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # /etc/X11/xorg.conf (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 "Files"
  18. EndSection
  19.  
  20. Section "InputDevice"
  21.     Identifier     "Keyboard0"
  22.     Driver         "kbd"
  23.     Option         "XkbLayout"     "gb"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27.         Identifier      "Configured Mouse"
  28.         Driver          "mouse"
  29.         Option          "CorePointer"
  30.         Option          "Device"                "/dev/input/mice"
  31.         Option          "Protocol"              "ImPS/2"
  32.         Option          "Emulate3Buttons"       "true"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.         Identifier      "Synaptics Touchpad"
  37.         Driver          "synaptics"
  38.         Option          "SendCoreEvents"        "true"
  39.         Option          "Device"                "/dev/psaux"
  40.         Option          "Protocol"              "auto-dev"
  41.         Option          "HorizScrollDelta"      "0"
  42. EndSection
  43.  
  44. Section "Device"
  45.         Identifier      "Video Openchrome"
  46.         Driver          "openchrome"
  47.         BusID           "PCI:1:0:0"
  48.         Screen          0
  49.         Option "ActiveDevice" "LCD,CRT"
  50.         Option  "ForceLCD"
  51.         Option  "SWCursor" "True"
  52. EndSection
  53.  
  54. Section "Monitor"
  55.         Identifier      "Monitor LCD"
  56.         VertRefresh     50.00-100.00                    # X11 discovery claim
  57.         HorizSync       30.00-113.00                    # X11 discovery claim
  58.         DisplaySize     193 116                         # Approximate
  59.         UseModes        "HP-2133 LCD Modes"
  60.         Option          "PreferredMode"         "1280x768-60.0"
  61.         Option          "DPMS"
  62. EndSection
  63.  
  64. Section "Modes"         # See also "HP-2133 Known Modes" at file end for others.
  65.         Identifier      "HP-2133 LCD Modes"
  66.         # Default mode "1024x600": 49.0 MHz, 37.3 kHz, 60.0 Hz
  67.         Modeline "1280x768-60.0"   48.96  1280 1064 1168 1312  768 601 604 622 -hsync +vsync
  68.         # Default mode "1024x512": 41.3 MHz, 31.9 kHz, 60.0 Hz
  69.         Modeline "1024x512-60.0"   41.30  1024 1056 1160 1296  512 513 516 531 -hsync +vsync
  70.         # Default mode "720x480": 26.7 MHz, 29.8 kHz, 60.0 Hz
  71.         Modeline "720x480-60.0"   26.70  720 736 808 896  480 481 484 497 -hsync +vsync
  72. EndSection
  73.  
  74. Section "Screen"
  75.         Identifier      "Default Screen"
  76.         Monitor         "Monitor LCD"
  77.         SubSection "Display"
  78.                 Modes  "1280x768"
  79.                 Virtual 1280 768
  80.                 Depth  24
  81.         EndSubSection
  82.         Device          "Video Openchrome"
  83. EndSection
  84.  
  85. Section "ServerLayout"
  86.         Identifier      "Default Layout"
  87.         Screen          "Default Screen"
  88.         InputDevice     "Keyboard0" "CoreKeyboard"
  89.         InputDevice     "Configured Mouse" "CorePointer"
  90.         InputDevice     "Synaptics Touchpad"
  91. EndSection
  92.  
  93. Section "Extensions"
  94.         Option "Composite" "true"
  95.         Option "DAMAGE" "true"
  96. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement