• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HELP Someone Please ! slackware problem

zogg

Senior member
I just installed slackware for the 4th time and I still get the same problem.....
When it boots, I log in as root and it is supposed to go to one of the xwindows like kde or gnome.
Instead, I get a command line. Ok, so then I type startx at the command prompt. and I get this:
------------------------------------------------------------
Fatal Server Error:
open_framebuffer: failed to open /dev/fb0 (no such device)
the full server output, not just the last mesaages

X connection to :0.0 broken (explicit kill or server shutdown)
-------------------------------------------------------------
then it goes back to command prompt for root.

My machine is a pentium 75 overclocked to 120 MHz
24 megs of ram
1 meg trident pci video card
3com 3c509b
1 gig hard drive

according to the documentation , slackware 7.1 should run on as little as 8 megs of ram and a 386 computer

why cant I get a graphical desktop instead of command line only?

I tried editing the /etc/rc.d/rc.gpm file and etc/rc.d/rc.modules file but Im not sure of what exactly to edit.

I am a newbie with linux
 
First, stop overclocking your processor to see if that is the culprit. Linux is much more sensitive to overclocked processors then win9x and even win2k.

I'm not in front of my linux books now, but I don't recongnize /dev/fb0
 
Hi,
Try to recompile your kernel without framebuffer option

Console drivers --->
[ ] Support for frame buffer devices (EXPERIMENTAL)

reboot, startx and should work (I hope, anyway)

check in lilo.conf not to have something like "vga="
 
Back
Top