LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   howto: change resolution (https://www.linuxquestions.org/questions/linux-newbie-8/howto-change-resolution-221558/)

psa 08-23-2004 10:49 PM

howto: change resolution
 
ok this is weird.. b4 i installed linux [debian], i could change my resolution to as high i as want, usually i use 1024x700something... now with debian or linux, i cant it onlie has 2 options.. 800x600 or 600xsomething.. how do i get 1024??? i remember selecting something that has this word as graphics or something card or something like that: "vessa"

m0rt3r 08-24-2004 12:08 AM

if debian uses xfree instead of xorg then do this:

Code:

xfreeconfig
then when it asks you about the video card diver you want to use select vesa, and you can also configure your screen resolution.

if debian uses xorg, then you want to do this :
Code:

xorgconfig
and do the same thing, when it asks you about the video card driver choose vesa and set the resolution

m0rt3r 08-24-2004 12:08 AM

i'm not sure it it's
Code:

xfreeconfig or xfree86config

psa 08-24-2004 12:18 AM

when i typed that in da console.. nothing hapend, it said cant find that command.

m0rt3r 08-24-2004 12:34 AM

I'm sorry is been a while since i've used xfree, that is why i couldn't remember, the command you are looking for is this one
Code:

xf86config
then do the same thing as i said before choose your driver as vesa and then choose your configuration

psa 08-24-2004 02:49 AM

i dunt noe my monitor well.. so i didnt follow up to the stuff.. o well...

rm6990 08-24-2004 04:29 AM

I dunno, that is the one problem I didn;t like about the Debian installer, but it always puts u in 800x600 mode. Anyways, open a terminal window, su into root, then type in konqueror, then go to /etc/X11 and edit the file xorg.conf (it may also be XF86config.conf or something like that, I can't remember which one it is with Debian, haven't used it in a while). At the bottom of the file you will see "800x600" typed in about 5 places, change them all to "1024x768" in the exact same place. Then log out. Hit Ctrl+Alt+Backspace, and X will restart with the higher resolution....or you can change it to a resolution of your choice. Anyways, ttyl

myriad-zero 08-24-2004 05:16 AM

Re: howto: change resolution
 
Quote:

Originally posted by psa
ok this is weird.. b4 i installed linux [debian], i could change my resolution to as high i as want, usually i use 1024x700something... now with debian or linux, i cant it onlie has 2 options.. 800x600 or 600xsomething.. how do i get 1024??? i remember selecting something that has this word as graphics or something card or something like that: "vessa"
Code:

# dpkg-reconfigure xserver-xfree86
This will take you through the complete configuration of X Server. You can choose the resolution you want.


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