Quote (Juanito @ Sep. 13 2007,11:39) |
Quote |
The xfree86 and xorg72 extensions work fine for me in dsl-n |
Quote |
I think maybe the touchscreen drivers go in /opt/xorg72/lib/xorg/modules/input/ - maybe some of the drivers already there might work? |
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' |
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... |
Code Sample |
root@0[tmp]# umount /opt/xorg72 umount: /opt/xorg72: device is busy umount: /opt/xorg72: device is busy |
Quote (Juanito @ Sep. 14 2007,11:12) |
Quote |
I believe you will have to exit x (right-click - window manager - exit) before you can unmount the uci. |