Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Sep. 30 2005,00:58 |
|
Finally - I got the problem fixed.
Apparently the issue (in my case at least) is that the screen uses main memory to display higher resolutions and the DSL graphics module doesn't supply this memory, hence the display problems.
Here's what worked for me booting from USB:
1. Download XFree86.dsl to the USB root directory - make sure the cheat code/parameter "mydsl=sda1" is present in the syslinux.cfg file in the root directory in order to load XFree86 at boot (this was missing from mine).
2. Comment out (put "#" in front of it) the existing command in /home/dsl/.xserverrc and add the line "exec /usr/X11R6/bin/XFree86 -nolisten tcp".
3. Copy the configuration file "XF86Config-4" to /etc/X11/ - I used the file from http://www.syk.se/~fenrus/d400/ as a starting point and commented out all the references to the synaptics touchpad. I would post my "XF86Config-4" if I had a web site - if anybody has a need, I can cut & paste it in here.
The display now works fine at 1024 x 768 @ 24bit colour. Next task - to load the synaptics driver for the ALPS touchpad...
|