All pastes #1520309 Raw Edit

tekknokrat xorg.conf

public shellscript v1 · immutable
#1520309 ·published 2009-08-06 09:41 UTC
rendered paste body
# xorg.conf (X.Org 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.## Note that some configuration settings that could be done previously# in this file, now are automatically configured by the server and settings# here are ignored.## If you have edited this file but would like it to be automatically updated# again, run the following command:#   sudo dpkg-reconfigure -phigh xserver-xorgSection "ServerLayout"	Identifier "SimpleLayout"	Screen 	 0 "Default Screen" 0 0	InputDevice "Configured Mouse1" "CorePointer"	InputDevice "Configured Keyboard1" "CoreKeyboard"EndSectionSection "Monitor"	Identifier	"Configured Monitor"EndSectionSection "Screen"	Identifier	"Default Screen"	Monitor		"Configured Monitor"	Device		"Configured Video Device"	DefaultDepth	24	SubSection "Display"		ViewPort 0 0		Depth 24		Modes "1280x800"	EndSubsectionEndSectionSection "Module"	Load	"glx"EndSectionSection "Device"	Identifier	"Configured Video Device"	Driver	"fglrx"	Option "XAANoOffscreenPixmaps" "true"EndSectionSection "InputDevice"	Identifier "Configured Keyboard1"	Driver "evdev"	Option "Device" "/dev/input/event1"EndSectionSection "InputDevice"	Identifier "Configured Mouse1"	Driver "evdev"	Option "Device" "/dev/input/event3"EndSectionSection "InputDevice"	Identifier "Configured Touchpad1"	Driver "evdev"	Option "Device" "/dev/input/event2"EndSection