# xorg.conf # # 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 # The 'Section "InputDevice"' stanzas for mice and keyboards are no longer # necessary with the move to evdev input driver in XOrg. Section "Device" Identifier "Configured Video Device" Driver "radeonhd" Option "ModeDebug" "true" # Option "AccelMethod" "exa" # Option "DRI" "on" EndSection Section "Monitor" Identifier "Acer P243WAid" Option "DPMS" HorizSync 30-82 VertRefresh 56-75 DisplaySize 518.4 324.0 # The following information can be read from the Acer P243WAid using # 'hwinfo --vbe' (toward the end of output): # Horizontal: 1920 1968 2000 2080 (+48 +80 +160) -hsync # Vertical: 1200 1203 1209 1235 (+3 +9 +35) +vsync # Frequencies: 154.00 MHz, 74.04 kHz, 59.95 Hz # # This suggests the following modeline: # Modeline "1920x1200@60" 154.00 1920 1968 2000 2080 1200 1203 1209 1235 -hsync +vsync EndSection Section "Screen" Identifier "Default Screen" Monitor "Acer P243WAid" SubSection "Display" Depth 24 Virtual 1920 1200 Modes "1920x1200" "640x480" EndSubSection EndSection Section "Extensions" Option "Composite" "On" EndSection Section "ServerFlags" Option "AIGLX" "On" Option "StandbyTime" "10" Option "SuspendTime" "12" Option "OffTime" "15" EndSection