LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   textmode/graphicmode (https://www.linuxquestions.org/questions/linux-newbie-8/textmode-graphicmode-109838/)

Minotaur 10-29-2003 04:46 AM

textmode/graphicmode
 
I use suse 8.2

When I usually boot linux it automaticly opens the graphic mode, but now it boots in the textmode, how I can switch this back, because I have absolutly no idee how to go from text to graphic mode or the other way around...

dalek 10-29-2003 04:52 AM

Try startx to get back into x, windows, GUI whatever. Not sure how to make it do it automatically in SuSE though. In Mandrake you tell it to boot into init 5. No clue really.

If you get into x, you may can find a setting that will change the booting.

It also may be that something is configured wrong. If you type startx and get nothing or a error then you need a SuSE guru. I'm not one of those.

Hope that gets you started anyway.

Later

:confused: :D :D :D

Minotaur 10-29-2003 05:07 AM

nope it didnt work... I head something of init 5 but is says it is not a valid bash command

dalek 10-29-2003 05:39 AM

Login and type

Code:

startx
no spaces and all one word. You should get a error at least. Post that and maybe a SuSE guru will come along.

Sorry not much more help.

Later

:D :D :D

quarryman 10-29-2003 05:45 AM

this is a pretty obvious question but it happened to me and couldn't figure out what was going wrong...

Is there a boot disk in the floppy drive?! That happned to me with mandrake and i kept rebooting not noticing it was booting off the disk!

just a thought :)

Minotaur 10-29-2003 05:50 AM

nope no bootdisks

and I will try that startx

Minotaur 10-29-2003 06:16 AM

okay the startx message was a bit long so I picked the essential parts of it:

Code:

(EE) nod evices detected

fatal server error: no screen found

X10: fatal IO error 104 (connection reset by peer)

after 0 requests (0 known proccesed) with 0 evnts remaining ":0.0:

the rest was info over senting the error etc and what (EE) etc means an if you have the newest Xblahblah version.

but I always worked... until today...

slakmagik 10-29-2003 06:22 AM

I think Mandrake has a runlevel in /etc/inittab, the same as everybody else. I think their gui level is '5'. So edit that file.

As far as switching, 'startx' is the usual way to go from console to gui. A normal exit from the window manager should take you to from gui to console (ctrl-alt-backspace is the violent way) but a lot of graphical login managers trap that and leave you stuck in the damn gui.

The standard way to move from one to the other without actually exiting X is to do 'ctrl-alt-f?' which will take you through the terminals, 1-6 usually being text and 7 usually being gui, just like 'alt-f?' takes you through the terminals once you're out of the gui.

I boot to console by default and do startx to get to X because xdm, gdm, kdm, and all that stuff is a pointless annoying waste and, if your X gets screwed up, you get entirely screwed up. With console and startx and ctrl-alt-backspace working, no gui problem is any big deal and movement from one to the other is easy.

slakmagik 10-29-2003 06:25 AM

Man I'm slow. Sounds like you need to run xf86config or xf86cfg or something and set up your X again, or look at your XF86Config file and see if anything looks funny. But I really don't know about Mandrake. I ran it for a couple of days, but that's it.

Minotaur 10-29-2003 06:29 AM

Ehhmm tnx, but I am a bit a linux n00b so could you use a bit less terms and be a bit more clear of what I am suppost to do

slakmagik 10-29-2003 07:17 AM

Well, like I say, I don't know what resources Mandrake has for setting up X. If you're at a command prompt, you can type

'xf86config'

assuming that's on your system, which it probably is, and follow the steps that it presents to give information about your hardware. Or type

'xf86cfg'

which will pop up a minimal graphics environment in which you can try to configure it that way. It could be something else, but 'no screen found' usually just means it has no idea what or where your display is. So you have to say 'I've got this monitor and this video card and want this resolution' and so on. But there may well be some Mandrake wizard that you can jump start from the command line, so you might want to look for something like that or wait for an actual Mandrake user to come along and pitch in.

I initially thought you were just having difficulty getting in and out of X and thought I could help with that but, if you're having problems getting X to run properly even when activating it properly, it's a bit more than I thought.

gazza 10-29-2003 07:31 AM

Try this type telinit 5

Minotaur 10-29-2003 10:51 AM

telinit 5 is still an invalid bash command

and I tried xf86config set it al up, but it still didnt work

for xf86cfg I need to be the root, and I have no idea how to become it (although i know the passord)

dalek 10-29-2003 03:14 PM

becoming root, type in

Code:

su -
and then your password for root. It should look something like this.

Code:

[dale@smoker dale]$ su -
Password:
[root@smoker root]#

Note where it changed from dale, regular user, to root and the password is hidden.

Hope that helps.

:D :D :D


All times are GMT -5. The time now is 04:24 AM.