You are not logged in.

#1 2008-03-04 07:56:02

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

How to set X Window screen resolution?

Hi, everybody,

I just installed Arch on my notebook, 1024x768; did everything by the book (Beginner's Guide smile ). Tried Xfce first; it's fairly OK, but the display resolution is bigger than 1024x768 (the upper left corner of the desktop is in place, but it stretches right and down beyond the screen). Looked in the /root/xorg.conf.new; there's nothing about resolution there. Nothing useful in the Display section of the Xfce menu, but it's no wonder, I guess. What am I to do?

Offline

#2 2008-03-04 09:24:15

twiistedkaos
Member
Registered: 2006-05-20
Posts: 666

Re: How to set X Window screen resolution?

use your favorite text editor to modify this file:
/etc/X11/Xorg.conf
You must be root to modify it, so use su, or sudo to login to root first.
Now look for this line:

Modes "1280x1024" "1024x768" "800x600"

Now this may not be the same as yours, but it should be in the Display section of the Xorg.conf, the first mode for example, at the above example, the first mode is 1280x1024, this is the resolution X will start in, therefor, change that to the size you want your resolution and walla.

Offline

#3 2008-03-04 11:36:49

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: How to set X Window screen resolution?

Sorry, I have to move /root/xorg.conf.new to /etc/X11/xorg.conf manually smile .

No Modes line at all;

I added Modes "1024x768", but nothing changed.

Last edited by Llama (2008-03-04 11:39:03)

Offline

#4 2008-03-04 12:06:50

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: How to set X Window screen resolution?

xorgconfig turned out to be better than Xorg -configure smile

Offline

#5 2008-03-04 19:29:54

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: How to set X Window screen resolution?

xorgcfg -textmode is user friendly.

Offline

Board footer

Powered by FluxBB