Projects
Mega:23.09
xorg-x11-server
_service:tar_scm:06_use-intel-only-on-pre-gen4....
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:06_use-intel-only-on-pre-gen4.diff of Package xorg-x11-server
Description: Use intel ddx only on pre-gen4 hw, newer ones will fall back to modesetting Author: Timo Aaltonen <tjaalton@debian.org> --- a/hw/xfree86/common/xf86pciBus.c +++ b/hw/xfree86/common/xf86pciBus.c @@ -1173,7 +1173,23 @@ xf86VideoPtrToDriverList(struct pci_devi case 0x0bef: /* Use fbdev/vesa driver on Oaktrail, Medfield, CDV */ break; - default: + /* Default to intel only on pre-gen4 chips */ + case 0x3577: + case 0x2562: + case 0x3582: + case 0x358e: + case 0x2572: + case 0x2582: + case 0x258a: + case 0x2592: + case 0x2772: + case 0x27a2: + case 0x27ae: + case 0x29b2: + case 0x29c2: + case 0x29d2: + case 0xa001: + case 0xa011: driverList[0] = "intel"; break; }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2