KOH_Linux_MeeGo_xorg_ex

Example xorg.conf File for MeeGo

Section “Screen”

Identifier “Screen0”

Device “IntelEMGD-0”

Monitor “Monitor0”

SubSection “Display”

EndSubSection

EndSection

 

# Primary (First/only) display

Section “Device”

Identifier “IntelEMGD-0”

Driver “emgd”

VendorName “Intel(R) DEG”

BoardName “Embedded Graphics”

BusID “0:2:0”

Screen 0

Option “PcfVersion” “1792”

Option “ConfigId” “1”

Option “ALL/1/name” “TC_General”

Option “ALL/1/General/PortOrder” “24000”

Option “ALL/1/General/DisplayConfig” “1”

Option “ALL/1/General/DisplayDetect” “1”

Option “ALL/1/Port/2/General/name” “SDVO”

Option “ALL/1/Port/2/General/EdidAvail” “3”

Option “ALL/1/Port/2/General/EdidNotAvail” “1”

Option “ALL/1/Port/2/General/Rotation” “0”

Option “ALL/1/Port/2/General/Edid” “1”

Option “ALL/1/Port/4/General/name” “LVDS”

Option “ALL/1/Port/4/General/EdidAvail” “3”

Option “ALL/1/Port/4/General/EdidNotAvail” “1”

Option “ALL/1/Port/4/General/Rotation” “0”

Option “ALL/1/Port/4/General/Edid” “1”

EndSection

 

Section “ServerLayout”

Identifier “Default Layout”

Screen 0 “Screen0” 0 0

# InputDevice “Mouse0” “CorePointer”

# InputDevice “Keyboard0” “CoreKeybard”

# InputDevice “DevInputMice” “SendCoreEvents”

EndSection

 

Section “InputClass”

Identifier “evdev keyboard catchall”

MatchIsKeyboard “on”

MatchDevicePath “/dev/input/event*”

Driver “evdev”

EndSection

 

Section “InputClass”

Identifier “evdev pointer catchall”

MatchIsPointer “on”

MatchDevicePath “/dev/input/event*”

Driver “evdev”

EndSection

 

Section “InputClass”

Identifier “evdev touchscreen penmount”

MatchIsPointer "on"

MatchProduct "PenMount USB"

MatchDevicePath "/dev/input/event*"

Driver "evdev"

Option "Calibration" "58 958 116 1020"

EndSection

 

Section "InputClass"

Identifier "evtouch touchscreen tsc2007"

MatchIsTouchscreen “on”

MatchDevicePath “/dev/input/event*”

Driver “evtouch”

Option “MinX” “150”

Option “MinY” “150”

Option “MaxX” “3896”

Option “MaxY” “3696”

Option “SwapY” “1”

EndSection




*Other names and brands may be claimed as the property of others.
Revised April 2013