LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Debian on Acer 1610LMi (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/debian-on-acer-1610lmi-305111/)

rael_kid 03-23-2005 11:40 AM

Debian on Acer 1610LMi
 
Hi! I'm trying to get Debian 3.0.32 on my Acer system. But when I boot with the cd loaded and I press enter to start installation, my screen turns black. So i start the installation using:
linux vga=771
But when installation is succesfully completed and I boot without the disc, the same happens; black screen. So I put my cd back in, boot, and type:
rescue root=/dev/hda1 vga=771
Now it boots my linux, but X won't start; says it can't find any screen. I don't know what to do. I've had Mandrake installed for a while, in Mandrake X worked fine. I've also tried Red Hat 9, but that had the same problem. I've also copied my (working) xf86config file from Mandrake to the Debian install; no success. I hope someone can help me with this problem.
Thanks!
Lex

mjrich 03-23-2005 01:19 PM

First off, add vga=771 to your grub menu.lst (end of the kernel line) or lilo.conf, to avoid having to type it in each time. Don't forget to run lilo, if appropriate.

If copying the XF86Config-4 file doesn't work, then have a close look at the Screen and Mouse entries for both, and edit your Debian one so that it uses the same driver. Attempt to start X (using startx) and then if it fails, run as root
Code:

grep WW /var/log/XFree86.0.log
This should tell you where X is tripping up. It could be something as simple as the wrong mouse port.

Cheers,

mj

rael_kid 03-23-2005 02:34 PM

Thanks for your reply. I've installed Ubuntu, it works fine (expect for me not getting my home dir mounted correctly, but I will).
Thanks!

mjrich 03-23-2005 02:43 PM

No worries :)

mj


All times are GMT -5. The time now is 06:20 PM.