mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-21 11:10:50 +02:00
config: Fall back to vesa for Intel Poulsbo.
This commit is contained in:
parent
17239c8e31
commit
8e7facfe30
1 changed files with 2 additions and 0 deletions
|
|
@ -172,6 +172,8 @@ videoPtrToDriverList(struct pci_device *dev,
|
|||
case 0x8086:
|
||||
if ((dev->device_id == 0x00d1) || (dev->device_id == 0x7800)) {
|
||||
driverList[0] = "i740";
|
||||
} else if (dev->device_id == 0x8108) {
|
||||
break; /* "hooray" for poulsbo */
|
||||
} else {
|
||||
driverList[0] = "intel";
|
||||
driverList[1] = "i810";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue