Results 11 to 19 of 19
Another question... (Sorry )
Can i open the console/shell while in GUI mode? And if so how?
Thanks once again....
- 06-22-2005 #11Just Joined!
- Join Date
- Jun 2005
- Posts
- 11
Another question... (Sorry
)
Can i open the console/shell while in GUI mode? And if so how?
Thanks once again.
- 06-22-2005 #12
You can either go to the tty consoles with Ctrl+ALT+F1-F6 and then back to gui with Ctrl+Alt+F7 or within the GUI open something like xterm or rvtx which are all in the menus.
- 06-22-2005 #13Linux Newbie
- Join Date
- Jun 2005
- Posts
- 181
In the menu you'll find the konsole (notice the k), you can run that and open multiple different consoles within it. Quite handy.
200mhz Pentium 1 with MMX, 128mb RAM, 10gb Seagate HDD. Beastly.
- 06-23-2005 #14Just Joined!
- Join Date
- Apr 2005
- Posts
- 89
Konsole rules, but If/sense your using kde, you can right click > run/command thing or something. then type in
to open a terminal.Code:xterm
- 06-23-2005 #15
Re: New Problems
How did you set-up LILO, or did you. If you did, you should have a choice at start-up time.
Originally Posted by Tress
- 06-23-2005 #16Just Joined!
- Join Date
- Jun 2005
- Posts
- 11
Thanks everyone. This is amazing, i now have the internet on Linux, and i am using it to post here.

But. I've found some linux programs, that say you have to compile them, yet they give no intructions on how you should do this... Can anyone show me a tutorial or something please?
EDIT: Also, i have a mouse roller, something that slides the page up and down, its currently not working. How would i set it up in Linux?
- 06-23-2005 #17
this will usually do it
Code:tar xzvf someprogram.tar.gz cd someprogram ./configure make su [rootpass] make install
- 06-25-2005 #18Linux Newbie
- Join Date
- Jun 2005
- Posts
- 181
I recommend installing sudo and adding this line to it using visudo (that's one command, not vi sudo).
Change alex for your user, then put sudo before any commands you want to run as root.Code:alex ALL=(ALL) NOPASSWD: ALL
200mhz Pentium 1 with MMX, 128mb RAM, 10gb Seagate HDD. Beastly.
- 06-27-2005 #19Just Joined!
- Join Date
- Jun 2005
- Posts
- 4
How do i get the GUI up?
Without doing anything fancy at the LILO prompt put 4 at the end. EG if it says
Originally Posted by Tress
Linux type a 4 at the end IE
Linux 4
and most likely gdm or kdm will start up and you will be GUI. 4 is the run level for GUI in Slackware. Started this way tho <ctrl><alt><F6> will get you the text shell and <ctrl><alt><F7> GUI again.


Reply With Quote