All pastes #1019303 Raw Edit

config 1

public text v1 · immutable
#1019303 ·published 2008-05-15 19:05 UTC
rendered paste body
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"latam"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection


Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

Section "Device"
	Identifier	"Geode"
	Boardname	"LX800"
	Busid		"PCI:0:1:1"
	Driver		"geode"
	Option		"FPDestGeom"	"800x480"
	Option		"FPActiveGeom"	"800x480"
	Option		"FlatPanel"
	Option		"NoCrtEnable"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Vendorname	"Plug 'n' Play"
	Modelname	"Plug 'n' Play"
#  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
	Gamma	1.0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Geode"
	Monitor		"Configured Monitor"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
#		Virtual	640	480
		Modes		"800x480" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
 	Screen 		"Default Screen"
	Inputdevice	"Synaptics Touchpad"
EndSection

Section "Module"
	Load		"dbe"
	Load		"glx"
	Load		"extmod"
	Load		"fbdevhw"
	Load		"record"
	Load		"type1"
	Load		"freetype"
EndSection

Section "DRI"
	Group		0
	Mode		0666
EndSection

Section "ServerFlags"
EndSection