[EMAIL PROTECTED] on 04/07/2000 10:27:57 AM
[snip]
>The system itself installs fine, but I can't get X to work. > During the
>setup (and later using Xconfigurator) the "can you see me" >test screen works
>fine, but when I try to run X for real I get a blank screen >a few seconds
>after the blue background appears. If I Ctrl-Alt-BS out, >linux is still
>running (I can type 'reboot' and the system obliges) but I >still have a
>blank
>screen (Alt-F(n) does not help).
[snip]
>So far, I have tried 'startx 2 > x.out' on the advice of >another list
[snip]
Try doing a "startx 2>&1 |tee start.log" (you should be able to us a ">" instead
of the "|tee" but it never seems to work on mine) to write all output (standard
and error) to a log file.
My best guess (and that's all it is) is that XFree86 is finding and enabling the
external display first and then disabling/ignoring the internal display (LCD).
The driver for this just came out in 3.3.6 so there very well might be a general
detection bug. Several of the drivers will take an option in the "display"
section like "intern_disp" to force the use. Have you tried this?
Adrian