Please do not crosspost, taking xorg-devel off the CC On Sat, Jul 25, 2009 at 05:07:14PM +0800, 于士坤_CVT wrote: > i use a touchscreen in fedora 10, and specified it in the xorg.conf it > works well ,but i find that it will not be available after unplugging and > replugging them.
input device hotplugging is not supported for devices configured in the xorg.conf. You need to set up HAL appropriately, some information can be found on: http://fedoraproject.org/wiki/Input_device_configuration Cheers, Peter > i don't know how to solve this problem. please help me, thank you very much. > > the content of my xorg.conf is: > > Section "InputDevice" > Identifier "touchscreen" > Driver "evtouch" > Option "Device" "/dev/input/evtouch_event" > Option "DeviceName" "touchscreen" > Option "MinX" "98" > Option "MinY" "43" > Option "MaxX" "940" > Option "MaxY" "925" > Option "ReportingMode" "Raw" > Option "Emulate3Buttons" > Option "Emulate3Timeout" "50" > Option "SendCoreEvents" "On" > EndSection _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
