Mailinglist Archive: opensuse-commit (1262 mails)

< Previous Next >
commit xorg-x11-driver-video
  • From: root@xxxxxxx (h_root)
  • Date: Wed, 13 Sep 2006 12:40:45 +0200 (CEST)
  • Message-id: <20060913104045.3F1F418B651@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package xorg-x11-driver-video
checked in at Wed Sep 13 12:40:43 CEST 2006.

--------
--- xorg-x11-driver-video/xorg-x11-driver-video.changes 2006-09-01 08:40:32.000000000 +0200
+++ xorg-x11-driver-video/xorg-x11-driver-video.changes 2006-09-13 05:05:39.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Sep 13 05:03:02 CEST 2006 - sndirsch@xxxxxxx
+
+- radeon-vbios-ppc.diff:
+ * let RADEONGetBIOSInfo fail on ppc as before since content in
+ VBIOS on ppc seem to be bogus anyway (Bug #197847)
+ * obsoletes radeon-min_dotclock.diff
+
+-------------------------------------------------------------------

Old:
----
radeon-min_dotclock.diff

New:
----
radeon-vbios-ppc.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xorg-x11-driver-video.spec ++++++
--- /var/tmp/diff_new_pack.vtUbUn/_old 2006-09-13 12:38:41.000000000 +0200
+++ /var/tmp/diff_new_pack.vtUbUn/_new 2006-09-13 12:38:41.000000000 +0200
@@ -14,7 +14,7 @@
BuildRequires: Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel xorg-x11-server-sdk
URL: http://xorg.freedesktop.org/
Version: 7.1
-Release: 15
+Release: 17
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4
@@ -81,7 +81,7 @@
Patch15: xf86-video-via.diff
Patch16: xf86-video-nsc.diff
Patch17: p_i810-refresh.diff
-Patch18: radeon-min_dotclock.diff
+Patch18: radeon-vbios-ppc.diff


%description
@@ -188,6 +188,11 @@
#%{_mandir}/man4x/*

%changelog -n xorg-x11-driver-video
+* Wed Sep 13 2006 - sndirsch@xxxxxxx
+- radeon-vbios-ppc.diff:
+ * let RADEONGetBIOSInfo fail on ppc as before since content in
+ VBIOS on ppc seem to be bogus anyway (Bug #197847)
+ * obsoletes radeon-min_dotclock.diff
* Fri Sep 01 2006 - sndirsch@xxxxxxx
- removed Requires: xorg-x11-server, since xorg-x11-input-video is
already required by xorg-x11-server, which resulted in a fatal

++++++ radeon-vbios-ppc.diff ++++++
--- src/radeon_bios.c.orig 2006-09-12 12:10:06.000000000 +0200
+++ src/radeon_bios.c 2006-09-12 12:11:23.000000000 +0200
@@ -71,7 +71,11 @@
}
}

- if (info->VBIOS[0] != 0x55 || info->VBIOS[1] != 0xaa) {
+/* BIOS data on ppc seems to be bogus anyway */
+#if !defined(__powerpc__)
+ if (info->VBIOS[0] != 0x55 || info->VBIOS[1] != 0xaa)
+#endif
+ {
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
"Unrecognized BIOS signature, BIOS data will not be used\n");
xfree (info->VBIOS);

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >