atom feed6 messages in org.freebsd.freebsd-x117.3 ignores
FromSent OnAttachments
Ihsan DoganNov 17, 2007 4:29 am 
Warren BlockNov 17, 2007 8:39 am 
Ihsan DoganNov 18, 2007 2:41 am 
Warren BlockNov 18, 2007 6:59 am 
Matthew D. FullerNov 19, 2007 3:28 am 
Ihsan DoganNov 22, 2007 6:41 pm 
Subject:7.3 ignores
From:Warren Block (wbl@wonkity.com)
Date:Nov 17, 2007 8:39:43 am
List:org.freebsd.freebsd-x11

On Sat, 17 Nov 2007, Ihsan Dogan wrote:

I've upgrade to X.org 7.3 on my 7.0-BETA2 system. My problem is, that the card does only 1152x768 when I start X. I can change to my desired resolution 1280x1024 with xrandr, but I don't think that this is the right way.

I've put a Matrox G550 and a ATI Radeon 9250 into my system and both card showed exactly the same behavior.

I've read that other people are expiriencing exactly the same problem and I'm wondering, if there is already a solution for that.

Oddly enough, that's the one thing that worked just right here with xorg 7.3. My 1280x1024 monitor comes up in that mode.

That's an old-style xorg.conf, but both the mga and radeon drivers are xrandr-1.2. Some of the changes needing to be made are described here:

http://wiki.debian.org/XStrikeForce/HowToRandR12

Note particularly the suggestions on removing HorizSync, VertRefresh, and ModeLines from the Monitor section.

For a single monitor, I'd set the virtual screen size to the same size as the monitor:

Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Virtual 1280 1024 EndSubSection EndSection

One thing that may have helped me is that I went through the logs and removed everything unnecessary or duplicated from my xorg.conf:

http://www.wonkity.com/%7ewblock/mgapatch/xorg.conf

A single monitor setup would not have that Option "Position" "1024 0" entry in the Monitor section.