On Jun 27, 2008, at 11:20 AM, Brice Goglin wrote:
Rick Thomas wrote:
Hi Brice,
I downloaded
xserver-xorg-core_1.4.2-1_powerpc.deb 26-Jun-2008 15:02 4.3M
from http://debian.lcs.mit.edu/debian/pool/main/x/xorg-server/
and did "dpkg -i" of it. I then replaced the xorg.conf file with the
original, and rebooted.
It came up in 800x600 mode.
xrandr gives
Screen 0: minimum 800 x 600, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
800x600 60.0* 56.0
Does it work if you force a bigger mode with PreferredMode+ModeLine in
xorg.conf as explained in Section III.5 of
http://wiki.debian.org/XStrikeForce/HowToRandR12 ?
Brice
I went ahead and tried ModeLine and PreferredMode as per this diff.
It didn't change anything -- still 800x600
[EMAIL PROTECTED]:~$ diff -c /etc/X11/xorg.conf.ORIG /etc/X11/
xorg.conf
*** /etc/X11/xorg.conf.ORIG Tue Jun 24 17:04:43 2008
--- /etc/X11/xorg.conf Fri Jun 27 12:01:34 2008
***************
*** 35,40 ****
--- 35,44 ----
Section "Monitor"
Identifier "Configured Monitor"
+ # 1600x1200 @ 60.00 Hz (GTF) hsync: 74.52 kHz; pclk: 160.96 MHz
+ Modeline "1600x1200_60.00" 160.96 1600 1704 1880 2160 1200
1201 1204 1242 -HSync +Vsync
+ Option "PreferredMode" "1600x1200_60.00"
+
EndSection
Section "Screen"
[EMAIL PROTECTED]:~$
Hope this helps!
Rick
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]