• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux n00b question

Darkseasons

Junior Member
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??
 
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
 
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
 
You should be able to change the resolution as your regular user using xrandr, IIRC Ubuntu/Gnome comes with a tool for this.
 
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
 
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.
 
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.
 
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.
 
Back
Top