LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Setting screen resolution from command line interface. (https://www.linuxquestions.org/questions/linux-software-2/setting-screen-resolution-from-command-line-interface-331925/)

thaloas 06-09-2005 12:43 PM

Setting screen resolution from command line interface.
 
I am running Suse 8.0 Pro.
Gnome 1.4

Can you set the screen resolution from the command line interface?
Mine is set to high and I can only telnet to the com through another computer using putty.exe.

Any help would be greatly appreciated.

thanks

securehack 06-09-2005 01:05 PM

What do you mean it is TOO high and you can ONLY ACCESS it from another client?

And for changing, I'm not sure but look in your xfree86config file and change it from there.

--Abid Kazmi

abisko00 06-09-2005 01:13 PM

On console or KDE/Gnome?

To change the console setting, edit the 'vga=' setting in /boot/grub/menu.lst according to this table:

Code:

    | 640x480  800x600  1024x768 1280x1024
----+-------------------------------------
256 |  0x301    0x303    0x305    0x307 
32k |  0x310    0x313    0x316    0x319 
64k |  0x311    0x314    0x317    0x31A 
16M |  0x312    0x315    0x318    0x31B

It might be that the 2.4 kernel of SUSE 8.0 requires decimal values instead of hexadecimal. In this case, e.g. 0x317 becomes 791.

For the graphical system, you can try the command 'xf86cfg'. I think I remember this was a tool for non-graphical configuartion in older SUSE versions.

Good luck!

SuSE-friend 06-09-2005 02:44 PM

sax should be the configuration tool - but not sure if that works with Putty
yast maybe the same - not working with Putty

So you better try what the others told you

kencaz 06-09-2005 02:50 PM

Try this:
http://www.perpetualpc.net/srtd_resolution.html

KC


All times are GMT -5. The time now is 04:26 AM.