# xorg.conf for Packard Bell OneTwo MU5120FR (M3700) Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "false" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Optical Touch Screen" Driver "hidtouch" Option "SendCoreEvents" "true" Option "ReportingMode" "Raw" Option "Device" "/dev/usb/quanta_touch" Option "PacketCount" "13" Option "OpcodePressure" "852034" Option "OpcodeX" "65584" Option "OpcodeY" "65585" Option "CalibrationModel" "1" Option "CornerTopLeftX" "0" Option "CornerTopLeftY" "0" Option "CornerTopRightX" "1600" Option "CornerTopRightY" "0" Option "CornerBottomLeftX" "0" Option "CornerBottomLeftY" "900" Option "CornerBottomRightX" "1600" Option "CornerBottomRightY" "900" Option "CornerScreenWidth" "1600" Option "CornerScreenHeight" "900" EndSection Section "Device" Identifier "Intel X4500" Option "Monitor-LVDS" "Panel on LVDS" Option "Monitor-VGA" "Panel on VGA" EndSection Section "Monitor" Identifier "Panel on LVDS" EndSection Section "Monitor" Identifier "Panel on VGA" # The LCD panel is wired up on both VGA and LVDS # Ignore the VGA output as far as X is concerned Option "Ignore" "True" EndSection Section "Screen" Identifier "LVDS" Device "Intel X4500" Monitor "Panel on LVDS" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1600x900" EndSubSection EndSection Section "ServerLayout" Identifier "Main Layout" Screen "LVDS" InputDevice "Optical Touch Screen" InputDevice "Generic Keyboard" InputDevice "Generic Mouse" EndSection Section "ServerFlags" Option "AutoAddDevices" "False" EndSection