Hello community, here is the log from the commit of package xgl-hardware-list checked in at Mon May 29 01:00:08 CEST 2006. -------- --- xgl-hardware-list/xgl-hardware-list.changes 2006-05-19 23:09:05.000000000 +0200 +++ xgl-hardware-list/xgl-hardware-list.changes 2006-05-26 22:42:35.000000000 +0200 @@ -1,0 +2,10 @@ +Fri May 26 22:38:03 CEST 2006 - danw@suse.de + +- Fix xgl-intel-setup.pl so that it makes changes UNLESS you pass + -n, rather than ONLY IF you pass -n, so that it actually works + when called by gnome-xgl-settings. +- Add more hardware from the wiki +- Add DRIVER field so we don't get fooled into using the radeon, + r128, etc drivers (178906) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xgl-hardware-list.spec ++++++ --- /var/tmp/diff_new_pack.hXSt7N/_old 2006-05-29 00:59:05.000000000 +0200 +++ /var/tmp/diff_new_pack.hXSt7N/_new 2006-05-29 00:59:05.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package xgl-hardware-list (Version 060519) +# spec file for package xgl-hardware-list (Version 060526) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,7 +15,7 @@ License: X11/MIT Group: System/X11/Servers/XF86_4 Autoreqprov: on -Version: 060519 +Version: 060526 Release: 1 Conflicts: compiz < cvs_060519 BuildArchitectures: noarch @@ -52,6 +52,13 @@ /etc/X11/xgl-intel-setup.pl %changelog -n xgl-hardware-list +* Fri May 26 2006 - danw@suse.de +- Fix xgl-intel-setup.pl so that it makes changes UNLESS you pass +-n, rather than ONLY IF you pass -n, so that it actually works + when called by gnome-xgl-settings. +- Add more hardware from the wiki +- Add DRIVER field so we don't get fooled into using the radeon, + r128, etc drivers (178906) * Fri May 19 2006 - danw@suse.de - Update to new new file format (PCI IDs rather than names, which are not stable), and add setup scripts for fglrx and intel ++++++ xgl-hardware-list ++++++ --- xgl-hardware-list/xgl-hardware-list 2006-05-19 22:38:26.000000000 +0200 +++ xgl-hardware-list/xgl-hardware-list 2006-05-26 22:28:56.000000000 +0200 @@ -27,6 +27,9 @@ # There are also variables, which specify things about the cards that # follow them: # +# DRIVER indicates the X driver to be used. (This is so that we don't +# get tricked into using a driver with only software support for 3D.) +# # PACKAGES indicates the proprietary driver packages needed for the # following cards. Package names ending in "-kmp" will have the # right kernel type (default, smp, etc) appended automatically @@ -40,6 +43,7 @@ ## ## Intel cards ## +DRIVER = PACKAGES = SETUP = /etc/X11/xgl-intel-setup.pl XGL_OPTS = -accel glx:pbuffer -accel xv:pbuffer @@ -58,16 +62,19 @@ ## ## NVIDIA cards ## +DRIVER = nvidia PACKAGES = x11-video-nvidia nvidia-gfx-kmp SETUP = XGL_OPTS = -accel glx:pbuffer -accel xv # Supported NVIDIA cards +G 10de:0092 # GeForce 7800 GT G 10de:0140 # NV43 [GeForce 6600 GT] G 10de:0161 # GeForce 6200 TurboCache(TM) G 10de:0326 # NV34 [GeForce FX 5500] # Unsupported-but-partially-working NVIDIA cards +S 10de:1079 # NV17 [GeForce4 420 Go 32M] S 10de:0185 # NV18 [GeForce4 MX 4000 AGP 8x] S 10de:0286 # NV28 [GeForce4 Ti 4200 Go AGP 8x] @@ -78,6 +85,7 @@ ## ## ATI cards ## +DRIVER = fglrx PACKAGES = x11-video-fglrx ati-fglrx-kmp SETUP = /etc/X11/xgl-fglrx-setup.sh XGL_OPTS = -accel glx:pbuffer -accel xv:pbuffer @@ -88,13 +96,17 @@ G 1002:4e54 # M10 NT [FireGL Mobility T2] G 1002:5460 # M22 [Radeon Mobility M300] G 1002:5b62 # RV370 5B62 [Radeon X600 (PCIE)] +G 1002:5b72 # RV380 5B62 [Radeon X600 (PCIE)] # Unsupported-but-partially-working ATI cards S 1002:4c57 # Radeon Mobility M7 LW [Radeon Mobility 7500] # Non-Xgl-compatible ATI cards -# FIXME: we used to have a bunch here, but the names we had don't -# match up right with the pci.ids file I have... +B 1002:4752 # Rage XL +B 1002:4c66 # Radeon R250 Lf [FireGL 9000] +B 1002:5961 # RV280 [Radeon 9200] +B 1002:7100 # R520 [Radeon X1800] +B 1002:7120 # R520 [Radeon X1800] (Secondary) # Unrecognized ATI cards U 1002: ++++++ xgl-intel-setup.pl ++++++ --- xgl-hardware-list/xgl-intel-setup.pl 2006-05-19 22:38:27.000000000 +0200 +++ xgl-hardware-list/xgl-intel-setup.pl 2006-05-26 21:28:31.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use SaX; -my $make_changes = ($ARGV[0] eq "-n"); +my $make_changes = ($ARGV[0] ne "-n"); my %section; my @importID = ( $SaX::SAX_PATH ); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de