Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Mar 2008 22:44:56 +0100
From:      Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
To:        freebsd-amd64@freebsd.org
Subject:   Re: Acer 1440x900 LCD Displays support in 7.0?
Message-ID:  <20080308224456.75e775de.torfinn.ingolfsen@broadpark.no>
In-Reply-To: <20080308194248.6748151e@peedub.jennejohn.org>
References:  <20080308135828.8735F8FC15@mx1.freebsd.org> <20080308194248.6748151e@peedub.jennejohn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 08 Mar 2008 19:42:48 +0100
Gary Jennejohn <gary.jennejohn@freenet.de> wrote:

> Probably not. The radeon driver (automatically loaded by the ati
> driver) doesn't seem to support the X550 directly (man radeon).

I don'r know about the resolution and stuff, but the radeon driver
supports the X550. Here is a few lines snipped from /var/log/Xorg.0.log:
(--) Chipset ATI Radeon X550 (RV370) 5B63 (PCIE) found
(--) RADEON(0): Chipset: "ATI Radeon X550 (RV370) 5B63 (PCIE)" (ChipID
= 0x5b63)
root@kg-quiet# pciconf -lv | grep -A 8 drm0
drm0@pci1:0:0:  class=0x030000 card=0x09641462 chip=0x5b631002 rev=0x00
hdr=0x00 vendor     = 'ATI Technologies Inc'
    device     = 'Radeon X550 Series'
    class      = display
    subclass   = VGA
none1@pci1:0:1: class=0x038000 card=0x09651462 chip=0x5b731002 rev=0x00
hdr=0x00 vendor     = 'ATI Technologies Inc'
    device     = 'Radeon X550 Series - Secondary'
    class      = display

This is on a mchine that runs:
root@kg-quiet# uname -a
FreeBSD kg-quiet.kg4.no 6.3-STABLE FreeBSD 6.3-STABLE #20: Thu Jan 24
00:42:47 CET 2008     root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET
amd64

with Xorg:
root@kg-quiet# portversion -v | grep xorg-server
xorg-server-1.4_4,1         =  up-to-date with port 

The only special thing i had to do was to specify my mode with 
 Modes   "1280x1024" "1024x768"
in /etc/X11/xorg.conf

without that, my LCD monitor would run in a non-native mode.

HTH
-- 
Regards,
Torfinn Ingolfsen




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080308224456.75e775de.torfinn.ingolfsen>