Tried searching but no one has this model/series it seems. Anyone know of any working touchscreen drivers for the VAIO VPCL2XXX series desktop all in ones?
Device is NextWindow Voltron
Tried searching but no one has this model/series it seems. Anyone know of any working touchscreen drivers for the VAIO VPCL2XXX series desktop all in ones?
Device is NextWindow Voltron
Try this page. The file to edit is
/etc/X11/xorg.conf
. Be sure to have a backup of your originalxorg.conf
before you modify it. This could save your life.Then edit the file accordingly to what is written in the above link.
Remember that editing
xorg.conf
can lead to a broken X Windows System (no GUI) and thus is pretty dangerous if you're not fully comfortable with a bare command line.If you should have troubles, you can always:
xorg.conf
(sudo rm /etc/X11/xorg.conf
) and see if Xorg can start a decent X server without itsudo Xorg -configure
(see Configuring X11). It should create axorg.conf.new
in your/root
directory. Then try to copy it to its original location withsudo cp /root/xorg.conf.new /etc/X11/xorg.conf
xorg.conf
Good luck.
EDIT: sorry didn't see the previous comments. Also found a guy that probably did it: