PDA

View Full Version : [ubuntu] [how] Use xorg.conf dynamically configure xserver



stranger88
February 23rd, 2009, 05:24 AM
Hi all,

I need to configure MinX,MinY,MaxX and MaxY dynamically(my xorg.conf).
How can I do it?

Is there some kind of an X interface that can configure a touch screen at run-time making it possible to dynamically configure the hardware at session startup without having to restart.

my xorg.conf:
Section "InputDevice"
Identifier "touchscreen0"
Driver "evtouch"
Option "Device" "/dev/input/event5"
Option "DeviceName" "touchscreen"
Option "MinX" "212"
Option "MinY" "262"
Option "MaxX" "4123"
Option "MaxY" "3865"
Option "ReportingMode" "Raw"
Option "SendCoreEvents"
EndSection

thanks