Divago
Group: Members
Posts: 83
Joined: April 2007 |
|
Posted: Sep. 14 2007,12:52 |
|
[quote=Juanito,Sep. 14 2007,07:07][/quote]
Quote | I think maybe the touchscreen drivers go in /opt/xorg72/lib/xorg/modules/input/ - maybe some of the drivers already there might work? | Mmmh touchscreen does not work actually, xfree86 freeze while i start x
i installed xorg and it works correctly i mean: it start x but does not work touchscreen
log says
Code Sample | (II) LoadModule: "evtouch" (WW) Warning, couldn't open module evtouch (II) UnloadModule: "evtouch" (EE) Failed to load module "evtouch" (module does not exist, 0) (EE) No Input driver matching `evtouch'
| so i think is clearly a driver problem
i think copying evtouch_drv.so into module/input folder i'll resolve it, right?
Quote | You can get a writeable /opt/xorg72 - at the cost of a lot of RAM - by copying /opt/xorg72 to /tmp/xorg72, unmounting /opt/xorg72 and then moving /tmp/xorg72 back to /opt/xorg72. Once everything works, you can then make your own personalised xorg72.uci... |
it says me
Code Sample | root@0[tmp]# umount /opt/xorg72 umount: /opt/xorg72: device is busy umount: /opt/xorg72: device is busy
|
Edit Then, this is what i tried, step by step 1) what u said me; but i cannot umount /opt/xorg72 2) mount persistent opt on hda2. i do #mount /dev/hda2 /mnt/hda2 #mkdir /mnt/hda2/opt #cd /mnt/hda2/opt #cp -arv /ramdisk/opt/* . #cp whereisthedriver/evtouch_drv.so /mnt/hda2/opt/xorg72/lib/xorg/modules/input/
then add opt=hda2 in boot option (i did both editing menu.lst and adding them at boot prompt) 3) persistent opt, reboot, then #cp -arv /opt/xorg72 /mnt/xorg72 #cp whereisthedriver/evtouch_drv.so /tmp/xorg72 #umount /opt/xorg72 #cp -arv /tmp/xorg72 /opt/xorg72
when i reboot, does not load module. i go check and there is no module O.O
|