Hello community, here is the log from the commit of package xorg-x11-driver-video checked in at Wed May 30 01:18:39 CEST 2007. -------- --- xorg-x11-driver-video/xorg-x11-driver-video.changes 2007-05-23 23:04:27.000000000 +0200 +++ /mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes 2007-05-29 16:55:56.777747000 +0200 @@ -1,0 +2,6 @@ +Tue May 29 16:55:35 CEST 2007 - sndirsch@suse.de + +- xf86-video-ati-rs482-singledac.diff: + * rs480: only has single dac (Bug #276475) + +------------------------------------------------------------------- New: ---- xf86-video-ati-rs482-singledac.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-driver-video.spec ++++++ --- /var/tmp/diff_new_pack.as1275/_old 2007-05-30 01:18:18.000000000 +0200 +++ /var/tmp/diff_new_pack.as1275/_new 2007-05-30 01:18:18.000000000 +0200 @@ -15,7 +15,7 @@ BuildRequires: Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel xorg-x11-server-sdk URL: http://xorg.freedesktop.org/ Version: 7.2 -Release: 106 +Release: 110 License: X11/MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/X11/Servers/XF86_4 @@ -84,6 +84,7 @@ Patch18: radeon-vbios-ppc.diff Patch27: xf86-video-ati-mergedfb-dpi.diff Patch28: xf86-video-ati.randr12.diff +Patch29: xf86-video-ati-rs482-singledac.diff Patch30: xf86-video-mga.randr12.diff Patch33: bug-263199_radeon-autocrt.diff @@ -113,6 +114,7 @@ %patch27 -p0 popd pushd xf86-video-ati-* +%patch29 -p1 %patch33 -p1 popd pushd xf86-video-nv-*/src @@ -261,6 +263,9 @@ %{_mandir}/man4/* %changelog +* Tue May 29 2007 - sndirsch@suse.de +- xf86-video-ati-rs482-singledac.diff: + * rs480: only has single dac (Bug #276475) * Wed May 23 2007 - sndirsch@suse.de - fixed rpmlint library-without-ldconfig-postin errors * Tue May 22 2007 - sndirsch@suse.de ++++++ xf86-video-ati-rs482-singledac.diff ++++++ diff-tree 5aa603bcabbb077dec169c48438c2e2ebe1195d7 (from c52322354fe64725733842b3356798c50e7735d5) Author: Dave Airlie <airlied@nx6125b.(none)> Date: Tue May 29 07:23:24 2007 +1000 rs480: only has single dac diff --git a/src/radeon_driver.c b/src/radeon_driver.c index a812195..b0e4037 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -1720,7 +1720,7 @@ static Bool RADEONPreInitChipType(ScrnIn case PCI_CHIP_RS482_5974: info->ChipFamily = CHIP_FAMILY_RS400; info->IsIGP = TRUE; - /*info->HasSingleDAC = TRUE;*/ /* ??? */ + info->HasSingleDAC = TRUE; break; case PCI_CHIP_RV410_564A: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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