Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2009 19:58:26 +0100
From:      Polytropon <freebsd@edvax.de>
To:        Francis =?ISO-8859-1?Q?Dub=E9?= <freebsd@optiksecurite.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Xorg - Resolution issues
Message-ID:  <20090213195826.e40170ec.freebsd@edvax.de>
In-Reply-To: <4995B261.40307@optiksecurite.com>
References:  <4995B261.40307@optiksecurite.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Maybe you can try

	Option "PreferredMode" "1366x768"

in section Monitor?

If it doesn't work, there's always an option to use xrandr via
~/.xinitrc:

	xrandr --size 1366x768 &
	xrandr --fb 1366x768 &

I have a similar issue with the "ati" driver, using an ATI Radeon 9200
(RV250) which I need to force to 1400x1050 (worked with old XFree86
and the setting in the config file, as you mentioned it). The
autodetection of the screen (21" CRT) leads to stupid values that
are completely unusable.


-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090213195826.e40170ec.freebsd>