|
Re: Elo touchscreen F16 xorg.conf
I'm actually running into a similar problem using Fedora 15. The only real difference is that I got the serial driver from elotouch.com and built that. With earlier versions of Fedora, the elographics driver worked just fine, but in Fedora 15 the built-in driver doesn't seem to work.
The only problem I am running into is the elo driver from their site creates an ABI error which then causes the driver to unload. If I add the server flag IgnoreABI, X fails to load. the log file stops right as it tries to load the elo driver.
I have built the elo driver for other releases of Fedora, and have found that X won't load if the touch screen is not connected when the driver is configured. One of the things I noticed is the instructions for the driver say to add loadelo and eloser to /etc/rc.d/rc.local file, but the comments on that file say that the script is executed AFTER all other init scripts. I kind of suspect that X is trying to load before those scripts are run, and those scripts need to be run before X can start. I haven't played around with this a whole lot, and I haven't yet gotten the touchscreen to work.
Take a look at the /var/log/Xorg.n.log files and see if that gives you any insight. I'm going to try the built-in elographics driver again and see if it works.
Last edited by DougK; 20th January 2012 at 09:11 PM.
|