
Right got mandrive or what ever it is called these days.. Anyway need cause got old screen plugged into it to need to set screens res etc to low size and res.. Anyway can't do this as once login screen comes up unreadable. Right so first question how do you boot into terminal. Second question how can later size from terminal I'm using kde if any help.. Russ

Ctrl + Alt + F2 This will give you the prompt. Have never changed the res with the console so not sure what the commands are. Jo On 6/7/05, Russell Dyas <russell.dyas@limehursthigh.leics.sch.uk> wrote:
Right got mandrive or what ever it is called these days..
Anyway need cause got old screen plugged into it to need to set screens res etc to low size and res..
Anyway can't do this as once login screen comes up unreadable…
Right so first question how do you boot into terminal…
Second question how can later size from terminal
I'm using kde if any help..
Russ
-- Spread FireFox: http://www.spreadfirefox.com/?q=user/register&r=32751 Get FireFox: http://www.getfirefox.com OpenOffice: http://www.openoffice.org Mandrake: http://www.mandrakelinux.com Karoshi: http://www.karoshi.org.uk

--- Russell Dyas <russell.dyas@limehursthigh.leics.sch.uk> wrote:
Right got mandrive or what ever it is called these days..
Heh. "Mandriva" is its name now -- formerly "Mandrake". But like Royal Mail briefly being called Insignia, it doesn't make much difference. :)
Anyway need cause got old screen plugged into it to need to set screens res etc to low size and res..
Well, in X11, the key combination CTRL ALT +, and CTRL ALT -, might help you (That's the + amnd - keys on the numeric keypad.) Also Mandrake's control center should allow you to change the resolution.
Right so first question how do you boot into terminal.
CTRL ALT F1 will allow you to switch to a console. If you look at your /etc/X11/xorg.conf file, you'll find (amongst other things) a number of lines that look like this: SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection All of these sections fall under the heading of: Section "Screen" To which there is also a line: DefaultColorDepth 16 It's this line that's the key -- as the colour depth determines which of the display sections (see above) get read. So as I use a default colour depth of 16, all I have to do is find that section of "Display" and change the modes, something like this: SubSection "Display" Depth 16 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection The *first* mode listed, is the first one tried. If that one doesn't work, the next one is used, and so on. So all you have to is prepend the correct mode for the colour depth being used, and you should be fine. You'll have to make sure you restart X11, though, which the following command should do: /etc/init.d/kdm restart
Second question how can later size from terminal
See above. -- Thomas Adam ___________________________________________________________ How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
participants (3)
-
linuxgirlie
-
Russell Dyas
-
Thomas Adam