You are not logged in.
installed BL with no problem on
Dell Dimension 2400 desktop with 256Mb ram
video on mainboard does not function so using pci card matrox f7003-0301 rev a
getting black screen after grub loads BL
any suggestions?
Offline
welcome to the forums.
please post the output of
lspci -k
Offline
ok stupid question when do I type the command in if I cant load the OS
Offline
Boot off the live USB / CD and run it
The meaning of life is to just be alive. It is so plain and so obvious
and so simple. And yet everybody rushes aroound in a great panic
as if it were necessary to achieve something beyond themselves.
- Alan Watts
Offline
Highlight the BL entry in the GRUB menu and press "e" then add this to the end of the line that starts with "linux":
nomodeset
Then press <Ctrl>+x (at the same time) to boot the modified entry.
If you still can't reach the desktop, use <Ctrl>+<Alt>+F2 to switch to a console screen, log in there and try installing the old Matrox drivers:
sudo apt install xserver-xorg-video-mga
You can also run the command suggested by ohnonot and post the output here.
Offline
adding 'nomodeset' worked. altho do I have to do this each time on boot? how do I save that?
Offline
adding 'nomodeset' worked. altho do I have to do this each time on boot? how do I save that?
edit (as root) `/etc/default/grub` and change the line
GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset"
Then run
sudo update-grub
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline