# xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Module" Load "glx" Load "dri" EndSection Section "Files" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "Intel Corporation 965 G1 Integrated Graphics Controller" Driver "intel" BusID "PCI:0:2:0" Option "DRI" "true" # Option "UseFBDev" "true" # Option "PageFlip" "true" # Option "TripleBuffer" "true" # Option "XAANoOffscreenPixmaps" "true" # Option "FramebufferCompression" "false" # Enable offload of Motion Compensation (XvMC) Option "LinearAlloc" "16384" Option "Cachelines" "2048" Option "XvMCSurfaces" "7" Option "monitor-TMDS-1" "MonitorTMDS" Option "monitor-VGA" "MonitorVGA" Option "monitor-VGA-2" "MonitorVGA2" EndSection Section "Monitor" Identifier "MonitorVGA" Option "Ignore" "True" Option "DPMS" EndSection Section "Monitor" Identifier "MonitorVGA2" Option "Ignore" "True" Option "DPMS" EndSection Section "Extensions" Option "Composite" "true" EndSection Section "DRI" Group 0 Mode 0666 EndSection Section "Monitor" Identifier "MonitorTMDS" VendorName "Toshiba" ModelName "37Z3030D" Option "DPMS" Option "UseEdidDpi" "FALSE" Option "DPI" "100 x 100" # 1920x1080 59.93 Hz (CVT 2.07M9-R) hsync: 66.59 kHz; pclk: 138.50 MHz #Modeline "1920x1080R" 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync # 1920x1080 49.93 Hz (CVT 2.07M9) hsync: 55.62 kHz; pclk: 141.50 MHz #Modeline "1920x1080_50.00" 141.50 1920 2032 2232 2544 1080 1083 1088 1114 -hsync +vsync #PrefferedMode "1920x1080_50.00" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation 965 G1 Integrated Graphics Controller" Monitor "MonitorTMDS" DefaultDepth 24 SubSection "Display" Depth 24 # Modes "1920x1080R" "1920x1080_50.00" "1920x1080" # Modes "1920x1080R" "1920x1080" # Modes "1920x1080R" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" "CorePointer" # Uncomment if you have a wacom tablet # InputDevice "stylus" "SendCoreEvents" # InputDevice "cursor" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" EndSection