Opened 14 years ago
Closed 11 years ago
#6641 closed enhancement (fixed)
Only VESA mode on intel x4500 : i add device id.
Reported by: | lukove | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Drivers/Graphics/intel_extreme | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Only VESA mode on intel Extreme integrated onboard graphics x4500, Intel G41 chipset on mainboard Intel Mystic Lake (dg41mj).
i add device id to intel_extreme driver
here is my changes to sources (actual snapshot):
in file driver.cpp i add
{0x2e32, INTEL_TYPE_GM45, "GMA_X4500_VGA"}, Intel Mystic Lake (dg41mj)
and to file intel_gart.cpp i add
{0x2e30, 0x2e32, INTEL_TYPE_GM45, "GMA_X4500_VGA"}, Intel Mystic Lake (dg41mj)
now i have widescreen resolution at vga output.. it works.
Attachments (5)
Change History (12)
by , 14 years ago
Attachment: | intel_gart.cpp added |
---|
by , 14 years ago
Attachment: | driver.cpp added |
---|
comment:1 by , 14 years ago
by , 14 years ago
Attachment: | intel-x4500.patch added |
---|
comment:2 by , 14 years ago
patch: | 0 → 1 |
---|
comment:4 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Re-opening ticket, as I just noticed a comment from Axel for a similar patch ( ticket:5056#comment:1 ). Marking the patch obsolete, as it's been applied.
lukove, could you provide a complete syslog from that machine? This will be helpful to retrieve the correct name for that chipset as well as identifying eventual EDID problems.
comment:5 by , 14 years ago
patch: | 1 → 0 |
---|
comment:6 by , 14 years ago
OK, i post two syslogs. one from R1alpha2 without changes and second snapshot with patch..
by , 14 years ago
Attachment: | syslog_r1alpha2 added |
---|
by , 14 years ago
Attachment: | syslog_withpatch added |
---|
comment:7 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
This device is supported, closing.
As a tip, it's better to add a patch, than the files themselves. SubmittingPatches explains how to do this.
For your files, the following command may work
That will generate a patch and place it in your home directory ( "~/").