Hi All,
I'm having a hell of a time trying to get this Dell Latitude D620 to
run at 1440x900 resolution. Dimitry Andric's recent 945GM patches got
me closer (no more Xorg BusID errors) but I still can't get 1440x900
going. I'm using the 915resolution port to patch BIOS mode 5a to
1440x900x24 but Xorg is still not seeing this as a valid resolution:
(II) I810(0): Monitor0: Using hsync range of 28.00-72.00 kHz
(II) I810(0): Monitor0: Using vrefresh range of 43.00-60.00 Hz
(II) I810(0): Not using mode "1440x900" (no mode of this name)
(--) I810(0): Virtual size is 1024x768 (pitch 1024)
(**) I810(0): Built-in mode "1024x768"
(**) I810(0): Built-in mode "800x600"
(**) I810(0): Built-in mode "640x480"
I'm patching in /etc/rc.securelevel like this:
if [ -x /usr/local/sbin/915resolution ]; then
echo 'Starting 915resolution...'
/usr/local/sbin/915resolution 5a 1440 900 32
fi
Running '915resolution -l' after patching (in single-user mode) does
list 1440x900 at 8, 16, and 32bpp depths.
Here are the relevant log and config files:
http://saba.island.nu/openbsd/D620-dmesg.txt
http://saba.island.nu/openbsd/Xorg.0.log.txt
http://saba.island.nu/openbsd/xorg.conf.txt
Thanks in advance for any advice that you all might provide.
Chris