Slackware - InstallationThis forum is for the discussion of installation issues with Slackware.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I just did a fresh install of Slackware 10.1 on my pc, the setup went smooth & I installed very quickly.
I went to login as root & to "adduser" since using root is bad etc. When I finished I typed in "startx" and fluxbox starts. But when I try to logout, shutdown or reboot it goes to a black screen & stays there which causes me to restart manually. Someone in #slackware told me to try changing framebuffer to "normal" in /etc/lilo.conf, run lilo and then reboot. This fixed my issues but created another one. Now when I login with my root or user account once & logout and try to login to the either I get a black screen again.
I think you will encounter the behavior you're looking for by turning on the gdm. You're probably operating at init level 3 now. If X comes up ok, find the line in /etc/inittab that looks like:
Code:
id:3:initdefault:
change the 3 to a 4
reboot
You can use the gdm to pick the default session to use now. You can use the Gnome login screen manager to turnon the various actions you want, such as Shutdown
Thanks for the help but it didn't exatly solve the problem, I still get the black screen after i've logged in one account, logout and try to get into my other. Is their anyway I can fix it without having to resort to using GDM? I really like the simple "startx" method.
I think, then, your real problem is with xorg.conf. Look at the output of lspci to get a better idea of the chipset and video card ID. Next, use xorgconfig to build a new xorg config with the various options of your display hardware. For example, if you use the i810 chipset, there are alot of options to try. Your problem sounds like you may have exhausted your video memory. If you think this may be the problem, change the colors from 24 million to 16 thousand.
Be sure to save your current xorg.conf as a baseline, you may want to add back in options like the scrolling mouse wheel after you get a stable xorg.conf built with xorgconfig.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.