I have some troubles configuring xorg to user the correct resolution with
the open sources ati drivers.

My hardware is an AMD/ATI IGP, specifically the 760g chipset, according to
wikipedia it comes with a  radeon HD 3000 and is based on RV610. The display
is 1920x1080 native connected via DVI.
I use debian lenny amd64.
$ uname -a
Linux box 2.6.26-2-amd64 #1 SMP Thu Feb 11 00:59:32 UTC 2010 x86_64
GNU/Linux

$ lspci |grep VGA
01:05.0 VGA compatible controller: ATI Technologies Inc Device 9616

It works ootb with any of the more recent distros, some even with KMS.
According to lsmod (dunno is that how you do it?) they are using the radeon
driver. Fedora, Gentoo, Arch , Ubuntu all display the native resolution
without tweaking xorg.conf or something like that. I don't know whether
that's because Xorg, kernel or another part in Debian doesn't support my
hardware yet or it's because of some misconfiguration.

Following the wiki "ATIProprietary" [1] and using fglrx does work but I want
to use the open source drivers. I followed the "AtiHowTo" [2]. The default
kernel seems to be configured correctly (see the paragraph "configuring the
kernel"). But when I edit xorg.conf and add the 'Driver "radeon"' xorg fails
to start.

Suppose the relevant part of the log file is:

(II) Primary Device is: PCI 01:05:0
(--) Assigning device section with no busID to primary device
(EE) No devices detected.

Fatal server error:
no screens found

Maybe I did miss something obvious, here's all I I did:
fresh install from netiso, minimal cli installation; apt-get install xorg,
startx > wrong resolution. Exit xorg, edit /etc/X11/xorg.conf and added the
radeon driver  to the "Device" section, startx again, xorg fails. Replacing
it with radeonhd gives the same error. The only driver xorg.conf accepts is
vesa.

This is my first post to the debian mailing list. If I violated some policy
or blundered otherwise, my apologies and feel free to correct me.

[1] ... http://wiki.
<http://wiki.debian.org/ATIProprietary>debian<http://wiki.debian.org/ATIProprietary>
.org/ 
<http://wiki.debian.org/ATIProprietary><http://wiki.debian.org/ATIProprietary>
ATIProprietary <http://wiki.debian.org/ATIProprietary>
[2] ... http://wiki.debian.org/AtiHowTo

Reply via email to