Hello community, here is the log from the commit of package xorg-x11-driver-video-radeonhd checked in at Tue Sep 30 18:04:17 CEST 2008. -------- --- xorg-x11-driver-video-radeonhd/xorg-x11-driver-video-radeonhd.changes 2008-09-24 16:02:45.000000000 +0200 +++ /mounts/work_src_done/STABLE/xorg-x11-driver-video-radeonhd/xorg-x11-driver-video-radeonhd.changes 2008-09-30 14:35:43.595140456 +0200 @@ -1,0 +2,6 @@ +Tue Sep 30 14:34:53 CEST 2008 - sndirsch@suse.de + +- use 'Option "DRI"' on RS690 to enable 3D support on these + chipsets + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-driver-video-radeonhd.spec ++++++ --- /var/tmp/diff_new_pack.WJ6879/_old 2008-09-30 18:03:31.000000000 +0200 +++ /var/tmp/diff_new_pack.WJ6879/_new 2008-09-30 18:03:31.000000000 +0200 @@ -44,7 +44,7 @@ %endif AutoReqProv: on Version: 1.2.1_080922_72feab0 -Release: 1 +Release: 2 Summary: Driver for AMD GPG (ATI) r5xx/r6xx Chipsets %if 0%{?suse_version} Requires: xorg-x11-server @@ -120,8 +120,17 @@ while read line; do DEVICE=$(echo "$line"|cut -d "*" -f 2|sed -e 's/^ //g' -e 's/ $//g') DID=$(echo "$line"|cut -d "," -f 1|cut -d "(" -f 2|sed 's/ //g') + # enable DRI for RS690 + case "$DID" in + 0x791E|0x791F) + OPTION="DRI" + ;; + *) + OPTION="" + ;; + esac cat >> $RPM_BUILD_ROOT/usr/share/sax/sysp/maps/update/Identity.map.20.%name << EOF -NAME=${NAME}&DEVICE=${DEVICE}&VID=${VID}&DID=${DID}&SERVER=${SERVER}&EXT=&OPT=&RAW=&PROFILE=${PROFILE}&SCRIPT3D=&PACKAGE3D=&FLAG=DEFAULT +NAME=${NAME}&DEVICE=${DEVICE}&VID=${VID}&DID=${DID}&SERVER=${SERVER}&EXT=&OPT=${OPTION}&RAW=&PROFILE=${PROFILE}&SCRIPT3D=&PACKAGE3D=&FLAG=DEFAULT EOF cat >> $RPM_BUILD_ROOT/usr/share/sax/api/data/cdb/Cards.20.%name << EOF ${NAME}:${DEVICE} { @@ -192,6 +201,9 @@ %endif %changelog +* Tue Sep 30 2008 sndirsch@suse.de +- use 'Option "DRI"' on RS690 to enable 3D support on these + chipsets * Wed Sep 24 2008 sndirsch@suse.de - update to current git version 72feab0 (2008-09-22) - build only on %%ix86/x86_64 (ATOM BIOS is not endian clean) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de