ALT Linux Bugzilla
– Attachment 7009 Details for
Bug 33242
Не автоиспользует modesetting для Intel
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
xf86pciBus.c.patch
xf86pciBus.c.patch (text/plain), 350 bytes, created by
Sergey V Turchin
on 2017-03-16 11:55:28 MSK
(
hide
)
Description:
xf86pciBus.c.patch
Filename:
MIME Type:
Creator:
Sergey V Turchin
Created:
2017-03-16 11:55:28 MSK
Size:
350 bytes
patch
obsolete
>--- a/hw/xfree86/common/xf86pciBus.c >+++ b/hw/xfree86/common/xf86pciBus.c >@@ -1174,7 +1174,8 @@ xf86VideoPtrToDriverList(struct pci_devi > /* Use fbdev/vesa driver on Oaktrail, Medfield, CDV */ > break; > default: >- driverList[0] = "intel"; >+ driverList[0] = "modesetting"; >+ driverList[1] = "intel"; > break; > } > break;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33242
:
7009
|
7111