LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Questions for Gnome on edgy (https://www.linuxquestions.org/questions/ubuntu-63/questions-for-gnome-on-edgy-506066/)

scrupul0us 11-29-2006 08:51 PM

Questions for Gnome on edgy
 
I have the server edition installed following the instructions giveon on howtoforge.com "the perfect setup..."

i also did: apt-get install ubuntu-desktop and i now have a graphical login... but im having some issues with that...

#1) how can i disable the graphical login such that ill have my console again?

#2) for some reason im not seeing my entire screen regardless of the resolution i run at...
if i VNC in I can see the "task bar" on the bottom and "power" button in the top right...
but on my laptop those are cropped out and not visible

how can i fix that?

if it helps this si what gnome sees as my vid card:
VT8636A [ProSavage KN133] AGP4X VGA Controller (Twister K)

and im using a compaq EVO N115 laptop

b0uncer 11-30-2006 02:07 PM

#1) You will need to change your default runlevel; there are six runlevels, with 0 and 6 for reboot/shutdown and 1 for single-user mode, and 2-5 for multiuser modes. Usually at least one of these is a "graphical" runlevel, and the rest "console mode" runlevels. You'll need to change this, usually from 5 (graphical) to 3 (console) but it might wary. The runlevels are described in the same file where you can change the default one, so you can see there which one(s) is/are the graphical one(s) and thus change the default accordingly. On many distributions this file is /etc/inittab, but check out it for your version of Ubuntu. In that file (inittab) there's a line which describes initdefault n, n is a number, and you'll need to change that number. If you just like to jump from graphical to console but not want it to be done every time you boot, you could use simply a command like
Code:

init 3
where 3 would be the desired runlevel. Remember, 0, 1 and 6 are not normal runlevels.

#2) What's the problem exactly -- is it that the screen is just "too small" for your desktop (you could change this using your monitor's buttons, for example) or is it that the virtual desktop is bigger than the physical one, i.e. if you move your mouse to the edge where the desktop "goes over" and move it to the edge, the screen "scrolls" in that direction (in this case you'll need to edit your /etc/X11/xorg.conf file to set the resolutions and virtual desktop settings correctly)?

You may change your X settings from /etc/X11/xorg.conf using any text editor (as root), just remember to back it up first in case you happen to devastate it :)

scrupul0us 11-30-2006 02:26 PM

i fixed the desktop viewable area problem... xorg.conf had a incompatible res set

as for the default initlevel... edgy has no inittab... it uses upstart... so im lost


All times are GMT -5. The time now is 12:08 AM.