Bugzilla – Attachment 499466 Details for
Bug 772279
Latest update(s) made system unbootable :(
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
u_Do-not-use-intel-driver-on-unknown-8086-0be2-GPU-lik.patch
u_Do-not-use-intel-driver-on-unknown-8086-0be2-GPU-lik.patch (text/plain), 926 bytes, created by
Stefan Dirsch
on 2012-07-20 18:09:46 UTC
(
hide
)
Description:
u_Do-not-use-intel-driver-on-unknown-8086-0be2-GPU-lik.patch
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2012-07-20 18:09:46 UTC
Size:
926 bytes
patch
obsolete
>From fc5e9ae4a441ff6101c3a1d37836720ace0141f7 Mon Sep 17 00:00:00 2001 >From: Stefan Dirsch <sndirsch@suse.de> >Date: Fri, 20 Jul 2012 20:05:27 +0200 >Subject: [PATCH] Do not use intel driver on unknown 8086:0be2 GPU (likely Poulsbo). > >--- > hw/xfree86/common/xf86pciBus.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/hw/xfree86/common/xf86pciBus.c b/hw/xfree86/common/xf86pciBus.c >index a2c18eb..e3baaa6 100644 >--- a/hw/xfree86/common/xf86pciBus.c >+++ b/hw/xfree86/common/xf86pciBus.c >@@ -1150,7 +1150,7 @@ xf86VideoPtrToDriverList(struct pci_device *dev, > if ((dev->device_id == 0x00d1) || (dev->device_id == 0x7800)) { > driverList[0] = "i740"; > } >- else if (dev->device_id == 0x8108) { >+ else if ((dev->device_id == 0x8108) || (dev->device_id == 0x0be2)){ > break; /* "hooray" for poulsbo */ > } > else { >-- >1.7.3.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 772279
:
499296
|
499466
|
499502
|
499509