Linux n00b question

Darkseasons

Junior Member
Nov 2, 2004
7
0
0
ok so I load Debian and Gnome.. on my laptop. However, the screen is a little square in the middle of the screen. Now I'm trying to change the resolution. I can't though because I can't log into X(Gnome) with root! I can't load the GDM configurator, because I can't log in as root... can someone plz help??
 

cubby1223

Lifer
May 24, 2004
13,518
42
86
Isn't that a BIOS option, how to handle non-native resolutions? I could be wrong, though.

EDIT - actually that's not answering the question... but it should give you a full screen image in the mean time
 

Red and black

Member
Apr 14, 2005
152
0
0
What do you mean by "can't log in as root"? Do you know the root password?

To get out of X, try pressing Ctrl-Alt-F1 to switch to a different TTY, and logging in there.
The X configuration file is /etc/XF86Config
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
You should be able to change the resolution as your regular user using xrandr, IIRC Ubuntu/Gnome comes with a tool for this.
 

timswim78

Diamond Member
Jan 1, 2003
4,330
1
81
Originally posted by: Nothinman
You should be able to change the resolution as your regular user using xrandr, IIRC Ubuntu/Gnome comes with a tool for this.

You may want to start off with one of the easier distro's to learn:
Ubuntu
Fedora
Mandrake
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Hell I didn't even noticed that he said Debian and not Ubuntu...

But the xrandr thing still applies, as long as gnome-randr-applet is installed.
 

LBmtb

Member
Jan 27, 2005
113
0
0
Can you do "su" at a terminal to get root privelages? I've never used Debian, but on my system (fedora core 3) I can type su in the terminal and then the password which will give me root power in the terminal.

Not sure how to change the resolution from the terminal though. Probably a configuration file.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Can you do "su" at a terminal to get root privelages? I've never used Debian, but on my system (fedora core 3) I can type su in the terminal and then the password which will give me root power in the terminal.

Yes and IMO it's better to do 'su -' so you get root's environment, this way PATH and such will be setup with root's settings instead of your own.