Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
09-07-2003, 02:16 PM
|
#1
|
Member
Registered: Sep 2003
Location: Manchester UK
Posts: 264
Rep:
|
Xwindow mouse problem
Call me dumb, but just installed Debian on a spare machine, have a problem with the mouse (not moving in gnome or KDE), but how do I log out of X/Gnome/KDE in order to log in as root to change the settings in XF86Config?
I can't log into a GUI as root, so how to I get back to the command line?
Rebooting the machine brings me straight into the Gnome GUI Manager where it asks me to log into a GUI.
Any help would be much appreciated!
|
|
|
09-07-2003, 02:21 PM
|
#2
|
Senior Member
Registered: Sep 2003
Posts: 3,171
Rep: 
|
CTRL-ALT-F1 through CTRL-ALT-F6 should take you to a console window, and should toggle you from one to another console window if you have more than one open.
ALT-F7 will restore your windows manager session.
|
|
|
09-07-2003, 02:24 PM
|
#3
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,385
|
"I can't log into a GUI as root, so how to I get back to the command line?"
Use:
<Ctrl> <Alt> <F3>
to get to a command line.
Last edited by jailbait; 09-07-2003 at 02:27 PM.
|
|
|
09-07-2003, 04:27 PM
|
#4
|
Member
Registered: Sep 2003
Location: Manchester UK
Posts: 264
Original Poster
Rep:
|
CTRL + ALT +F3 - Excellent, thankyou very much.
CTRL + ALT + Backspace just goes back to the gdm login screen.
Do you know of a way in which I can disable gdm from automatically running at startup? I want it to be optional, not always there at the start.
Or, is there such a thing as an F8 command? I've set up my gfx card wrong, and X crashes as soon as it loads.
Your humble Student,
|
|
|
09-07-2003, 05:18 PM
|
#5
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,385
|
"Do you know of a way in which I can disable gdm from automatically running at startup?"
Edit /etc/inittab
In the comments you will find a description of the 6 possible runlevels. One of the runlevels will be called "Full multiuser with network and xdm" (on SuSE this is runlevel 5, Debian gives it some other number). xdm is the program that calls gdm. You want to have xdm not automatically run at startup.
Another runlevel will be called "Full multiuser with network" (on SuSE this is runlevel 3, Debian gives it some other number)
You want to change the initdefault. Here is an example of changing SuSE from runlevel 5 to runlevel 3.
# The default runlevel is defined here
id:5:initdefault:
is changed to:
# The default runlevel is defined here
id:3:initdefault:
|
|
|
All times are GMT -5. The time now is 08:29 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|