mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 12:36:18 +00:00
13 lines
530 B
Diff
13 lines
530 B
Diff
diff -Naur xorg-server-1.12.2-old/hw/xfree86/common/xf86pciBus.c xorg-server-1.12.2-new/hw/xfree86/common/xf86pciBus.c
|
|
--- xorg-server-1.12.2-old/hw/xfree86/common/xf86pciBus.c 2012-05-17 10:09:03.000000000 -0700
|
|
+++ xorg-server-1.12.2-new/hw/xfree86/common/xf86pciBus.c 2012-05-29 18:55:16.000000000 -0700
|
|
@@ -1107,7 +1107,7 @@
|
|
driverList[0] = "ast";
|
|
break;
|
|
case 0x1002:
|
|
- driverList[0] = "ati";
|
|
+ driverList[0] = "radeon";
|
|
break;
|
|
case 0x102c:
|
|
driverList[0] = "chips";
|