LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   New monitor - out of range (https://www.linuxquestions.org/questions/linux-newbie-8/new-monitor-out-of-range-146123/)

Seventh 02-14-2004 05:04 PM

New monitor - out of range
 
Hooray! I finally ponied up the cash and picked up a flatscreen LCD.

Booo! I'm typing this from Windows XP, because my X11Config isn't setup for the new monitor! :eek:

I use Grub, it's set to start KDE on startup.

Sooooooooo... What's the switch to turn off graphical login from the boot loader? :) I'm pretty sure I know the files to edit, and I have the specs for my new screen, but I can't login to change 'em! :D

Looking_Lost 02-14-2004 05:09 PM

Use the ctrl+alt+F1 or F2, F3 etc.. to get terminal and log in as root then

init 3

or


telinit 3 possibly

infact if you're monitor ain't working at all that's no help I guess.

Press e or something like that to edit your boot parameter in grub and add a 3 at the end of the line, I've forget with grub :)

scott_R 02-14-2004 08:05 PM

Adjust your /etc/inittab from:

id:5:initdefault:

to:

id:3:initdefault:

or something similar.

This will drop you into the command line instead of the GUI, at least until you get the setting to your liking. Oh, and until then, if you have a burner, you might want to get a coppy of knoppix, or another cd-based Linux distro, because they are great for fixing things like this. You just boot it, mount your drive, and adjust your settings. A definite must for anybody that works on computer, be it Linux or anything else.


All times are GMT -5. The time now is 06:35 PM.