Thursday, April 24, 2008

Contents of my Xorg.conf file

Upon request, here's a copy of the section from my xorg.conf with the parameters for the touchscreen:

Section "InputDevice"
Identifier "eGalax Touchscreen"
Driver "evtouch"
Option "Device" "/dev/input/event2"
Option "DeviceName" "touchscreen"
Option "MinX" "106"
Option "MinY" "3876"
Option "MaxX" "4005"
Option "MaxY" "95"
Option "SwapY" "1"
Option "ReportingMode" "Raw"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "SendCoreEvents"
EndSection

Here's what the end of the xorg.conf file looks like:

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "eGalax Touchscreen" "SendCoreEvents"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

No comments:

My  Blog is Still Here...Where am I? My last blog entry was in January 2021, yet my blog is  still here.  I've seen too many blog posts ...