Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2008 19:27:38 -0400
From:      Gary Palmer <gpalmer@freebsd.org>
To:        Zbigniew Baniewski <zb@ispid.com.pl>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: FreeBSD7/xorg/radeon: Section "Screen" totally ignored
Message-ID:  <20080516232738.GA63463@in-addr.com>
In-Reply-To: <20080513123930.GA10693@sarge.my.own.domain.no-net>
References:  <20080510131932.GA5444@sarge.my.own.domain.no-net> <200805102123.22952.shoesoft@gmx.net> <20080510193445.GA6432@sarge.my.own.domain.no-net> <200805110923.40726.shoesoft@gmx.net> <20080511095201.GA5278@sarge.my.own.domain.no-net> <20080513003603.GA11033@in-addr.com> <20080513123930.GA10693@sarge.my.own.domain.no-net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 13, 2008 at 02:39:30PM +0200, Zbigniew Baniewski wrote:
> On Mon, May 12, 2008 at 08:36:03PM -0400, Gary Palmer wrote:
> 
> > What version of xorg are you using on Linux and on FreeBSD?
> > 
> > X -version
> > 
> > should tell you
> 
> Linux:
> 
> X Window System Version 7.1.1
> Release Date: 12 May 2006
> X Protocol Version 11, Revision 0, Release 7.1.1
> Build Operating System: UNKNOWN 
> Current Operating System: Linux sarge 2.6.25.2 #1 Fri May 9 14:02:28 CEST
> 2008 i686
> Build Date: 24 January 2008
>         Before reporting problems, check http://wiki.x.org
>         to make sure that you have the latest version.
> Module Loader present
> 
> ====================
> FreeBSD (default X-server shipped with "official" 7.0):
> 
> X.Org X Server 1.4.0
> Release Date: 5 September 2007
> X Protocol Version 11, Revision 0
> Build Operating System: FreeBSD 7.0-RELEASE i386
> Current Operating System: FreeBSD sarge.my.own.domain.no-net 7.0-RELEASE
> FreeBSD 7.0-RELEASE #2: Sat Apr 19 20:53:27 CEST 2008
> root@sarge.my.own.domain.no-net:/usr/obj/usr/src/sys/SARGE i386
> Build Date: 13 February 2008  05:50:12PM
> 
>         Before reporting problems, check http://wiki.x.org
>         to make sure that you have the latest version.
> Module Loader present
> 
> 
> > I might have missed it in an earlier e-mail, but what resolution does
> > FreeBSD come up in?  
> > 
> > xdpyinfo
> 
> Highest available: 1280x1024
> 
> Under Linux I'm using 800x600 (on the "virtual screen" 1280x1024)

I suspect what you're seeing is that X tries much harder now to
give the best display on a given monitor.  Older X's didn't really
care much and did whatever the config file said.  I don't have
any old X installs lying around to prove that one way or the
other unfortunately.

Have you tried using xrandr ( /usr/ports/x11/xrandr ) to see if you
can reduce the resultion?  It'll probably even work from 
.xinitrc or .xsession

/usr/local/bin/xrandr -mode 800x600 -fb 1280x1024

I think should do what you want.

(note that this would be much better over on freebsd-x11 - this is an
 X problem, not a multimedia problem - Reply-to set appropriately)

Gary



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