Difference between revisions of "User:Ra/xorg.conf for X60s"

From ThinkWiki
Jump to: navigation, search
(<autosumm-new>)
 
(No difference)

Latest revision as of 16:01, 11 May 2007

Section "ServerLayout"
	Identifier     "Layout0"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "USBMouse"
	Option "BlankTime" "10"
	Option "StandbyTime" "10"
	Option "SuspendTime" "10"
	Option "OffTime" "10"
EndSection

Section "Files"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/CID/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
	FontPath    "/usr/share/fonts/misc"
	FontPath    "/usr/share/fonts/75dpi:unscaled"
    FontPath    "/usr/share/fonts/100dpi:unscaled"
    FontPath    "/usr/share/fonts/75dpi"
    FontPath    "/usr/share/fonts/100dpi"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/Type1:unscaled"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/terminus"
    FontPath    "/usr/share/fonts/artwiz"
    FontPath    "/usr/share/fonts/sharefonts"
    FontPath    "/usr/share/fonts/dejavu"
    FontPath    "/usr/share/fonts/freefont"
    FontPath    "/usr/share/fonts/latex-xft-fonts"
    FontPath    "/usr/share/fonts/ttf-bitstream-vera"
    FontPath    "/usr/share/fonts/efont-unicode"
    FontPath    "/usr/share/fonts/intlfonts"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts/corefonts"
    FontPath    "/usr/share/fonts/unifont"
    FontPath    "/usr/share/fonts/misc:unscaled"

EndSection

Section "Module"
	Load "freetype"
	Load "extmod"
	Load "glx"
	Load "dri"
	Load "dbe"
	Load "record"
	Load "xtrap"
	Load "type1"
	Load "bitmap"
	Load "ddc"
	Load "int10"
	Load "vbe"

	SubSection  "extmod"
		Option    "omit xfree86-dga"   # don't initialise the DGA extension
	EndSubSection
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "Auto"
	Option	    "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver "kbd"
	Option "XkbModel" "pc105"
	Option "XkbLayout" "de"
	Option "AutoRepeat" "250 30"
	Option "XkbRules" "xorg"
EndSection

Section "InputDevice"
    Identifier  "USBMouse"
    Driver      "mouse"
    Option      "Device"        "/dev/input/mice"
    Option      "Protocol"      "IMPS/2"
    Option      "InputFashion"  "Mouse"
    Option      "SendCoreEvents"
    Option      "ButtonNumber" "5"
    Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	HorizSync   31.5 - 48.5
	VertRefresh 43-72
	Option "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "i810"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     16
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1024x768"
	EndSubSection
EndSection

Section "DRI"
	Group "video"
	Mode 0660
EndSection

Section "Extensions"
	Option "Composite" "Enable"
	Option "RENDER" "Enable"
EndSection