X-Git-Url: https://git.piment-noir.org/?p=deb_xorg-server.git;a=blobdiff_plain;f=debian%2Fpatches%2Fxf86-inactive-gpuscreen.patch;h=b70c99a5a901d435ff7f8181421f8d84ea98233c;hp=11ffec493abb85c93f05563867f246dc553da8a6;hb=4db25562fe97995f20b8adc0f2e6959ed82e8635;hpb=7217e0ca50bba73dad94782e67980aeeb24ab693 diff --git a/debian/patches/xf86-inactive-gpuscreen.patch b/debian/patches/xf86-inactive-gpuscreen.patch index 11ffec4..b70c99a 100644 --- a/debian/patches/xf86-inactive-gpuscreen.patch +++ b/debian/patches/xf86-inactive-gpuscreen.patch @@ -1,8 +1,6 @@ -diff --git a/hw/xfree86/common/xf86platformBus.c b/hw/xfree86/common/xf86platformBus.c -index c790d50..a47c2d0 100644 --- a/hw/xfree86/common/xf86platformBus.c +++ b/hw/xfree86/common/xf86platformBus.c -@@ -387,7 +387,7 @@ xf86platformProbeDev(DriverPtr drvp) +@@ -361,7 +361,7 @@ xf86platformProbeDev(DriverPtr drvp) Bool foundScreen = FALSE; GDevPtr *devList; const unsigned numDevs = xf86MatchDevice(drvp->driverName, &devList); @@ -11,7 +9,7 @@ index c790d50..a47c2d0 100644 /* find the main device or any device specificed in xorg.conf */ for (i = 0; i < numDevs; i++) { -@@ -415,7 +415,11 @@ xf86platformProbeDev(DriverPtr drvp) +@@ -389,7 +389,11 @@ xf86platformProbeDev(DriverPtr drvp) if (j == xf86_num_platform_devices) continue;