# Xorg configuration hand tweaked by MJHammel Section "ServerLayout" Identifier "Default Layout" Screen 0 "LVDSScreen" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Synaptics" "CorePointer" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Device" "/dev/input/mice" Option "Protocol" "auto-dev" Option "Emulate3Buttons" "yes" # Disable the Synaptics so my thumb-palm doesn't keep messing with it. Option "SHMConfig" "on" Option "FingerHigh" "255" EndSection Section "Device" Identifier "i915" Driver "intel" ## Using the name of the output defined by the video driver plus the ## identifier of a monitor section, one associates a monitor section with an ## output by adding an option to the Device section in the following format: ## Option "Monitor-outputname" "monitor ID" Option "monitor-VGA" "foo" Option "monitor-LVDS" "bar" Option "monitor-TV" "tv" EndSection Section "Monitor" Identifier "foo" ## Specifies mode as the preferred initial mode of the monitor Option "PreferredMode" "1024x768" # Option "PreferredMode" "800x600" # Option "PreferredMode" "640x480" EndSection Section "Monitor" Identifier "bar" EndSection Section "Screen" Identifier "LVDSScreen" Device "i915" Monitor "foo" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" "1024x768" "640x480" ## This optional entry specifies the virtual screen resolution to be used. ## If this entry is not present, the virtual screen resolution will be set ## to accommodate all the valid video modes given in the Modes entry. ## There is a known issue that DRI doesn't work on pre-965 if maximum ## is larger than 2048x2048. Virtual 2048 2048 EndSubSection EndSection