Skip to content

Commit

Permalink
xorg-server: update to xorg-server-1.11.2
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Raue <[email protected]>
  • Loading branch information
sraue committed Nov 20, 2011
1 parent c1505f3 commit 2034b1d
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 187 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Package updates:
- update Python to Python-2.7.2
- update gcc to gcc-4.6.2
- update openssl to openssl-1.0.0e
- update xorg-server to xorg-server-1.11

Added functions:
- PXE netboot support
Expand Down
2 changes: 1 addition & 1 deletion packages/x11/xserver/xorg-server/meta
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
################################################################################

PKG_NAME="xorg-server"
PKG_VERSION="1.10.4"
PKG_VERSION="1.11.2"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -Naur xorg-server-1.11.0-old/hw/xfree86/common/xf86pciBus.c xorg-server-1.11.0-new/hw/xfree86/common/xf86pciBus.c
--- xorg-server-1.11.0-old/hw/xfree86/common/xf86pciBus.c 2011-08-27 09:46:27.000000000 -0700
+++ xorg-server-1.11.0-new/hw/xfree86/common/xf86pciBus.c 2011-08-27 09:47:09.000000000 -0700
@@ -1123,7 +1123,7 @@
break;
case 0x102b: driverList[0] = "mga"; break;
case 0x10c8: driverList[0] = "neomagic"; break;
- case 0x10de: case 0x12d2: driverList[0] = "nv"; break;
+ case 0x10de: case 0x12d2: driverList[0] = "nouveau"; break;
case 0x1106: driverList[0] = "openchrome"; break;
case 0x1b36: driverList[0] = "qxl"; break;
case 0x1163: driverList[0] = "rendition"; break;
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -Naur xorg-server-1.11.0-old/hw/xfree86/common/xf86pciBus.c xorg-server-1.11.0-new/hw/xfree86/common/xf86pciBus.c
--- xorg-server-1.11.0-old/hw/xfree86/common/xf86pciBus.c 2011-08-27 09:47:09.000000000 -0700
+++ xorg-server-1.11.0-new/hw/xfree86/common/xf86pciBus.c 2011-08-27 09:47:33.000000000 -0700
@@ -1107,7 +1107,7 @@
case 0x1142: driverList[0] = "apm"; break;
case 0xedd8: driverList[0] = "ark"; break;
case 0x1a03: driverList[0] = "ast"; break;
- case 0x1002: driverList[0] = "ati"; break;
+ case 0x1002: driverList[0] = "radeon"; break;
case 0x102c: driverList[0] = "chips"; break;
case 0x1013: driverList[0] = "cirrus"; break;
case 0x3d3d: driverList[0] = "glint"; break;
2 changes: 2 additions & 0 deletions packages/x11/xserver/xorg-server/scripts/xorg_start
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ if [ "$RUNLEVEL" = openelec ]; then
chown root:root /tmp/.ICE-unix

if [ "${xorg_driver}" = "nvidia" ]; then
export __GL_SHADER_DISK_CACHE=1
export __GL_SHADER_DISK_CACHE_PATH="/tmp/GLCache"
ln -sf /usr/lib/libGL_nvidia.so.1 /var/lib/libGL.so
ln -sf /usr/lib/xorg/modules/extensions/libglx_nvidia.so /var/lib/libglx.so
XORG_ARGS="$XORG_ARGS -ignoreABI"
Expand Down

0 comments on commit 2034b1d

Please sign in to comment.