Ken Moffat wrote:
From memory, glamor (i.e. now xorg-server with glamor built-in) is
still required for Southern Islands and Sea Islands and NOT needed
for the earlier versions. And for nouveau, I believe someone said
glamor was for the latest hardware.
So, what sort of change did you have in mind ?
For ATI, we have:
cat >> /etc/X11/xorg.conf << "EOF"
Section "Module"
Load "dri2"
Load "glamoregl"
EndSection
Section "Device"
Identifier "radeon"
Driver "radeon"
Option "AccelMethod" "glamor"
EndSection
EOF
I think, as a minimum, that the module section is no longer needed. The
Device section narrows the driver to just radeon as you described, but I
don't know if the option is needed or not any more.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page