Page 2 of 3

Posted: Fri 28 May 2010, 02:53
by jemimah
Anyone feel like patching this for the GMA3150?

Posted: Fri 28 May 2010, 07:31
by tempestuous
Well I need to know the device ID of the GMA3150 graphics controller ... Google tells me it's 8086:a011 ?

EDIT: Attachment removed.
Chipset ID 8086:a011 doesn't work.

Posted: Fri 28 May 2010, 08:08
by jemimah
I don't have one unfortunately. Prehistoric has a friend that has one and PaceNotes has one. I'll throw into Puppeee and see if anyone will test it.

Posted: Fri 28 May 2010, 08:49
by amigo
Can you post the patch tempestuous? I try to keep up with all the patches to 915resolution here...

Posted: Fri 28 May 2010, 09:24
by tempestuous
Sure, I just want to wait until we know it works.
If you're that interested Amigo, I can explain the relevant sections of the source file, and you can become the maintainer of 915resolution in Puppy :wink:

It should be noted that developments in Puppy can be quite prominent in the Linux world. I have had several developers from other distributions contact me regarding 915resolution, and also regarding wifi drivers.

Posted: Sat 29 May 2010, 17:37
by amigo
You don't need to explain -I have used your patches to 915 before -I think I found some others from arch linux or somewhere and used them all together. I don't find the last sources I was working with at the moment.

Posted: Sat 29 May 2010, 19:52
by jemimah
PaceNotes PMed me the following info:
# 915resolution -l
Intel 800/900 Series VBIOS Hack : version 0.5.3

Intel chipset detected. However, 915resolution was unable to determine the chipset type.
Chipset Id: a0108086
Please report this problem to stomljen@yahoo.com



Maybe there are multiple IDs?

Posted: Sun 30 May 2010, 08:48
by tempestuous
Mmm, that's interesting; 8086:a010 is the "N10 Family (Pineview) DMI Bridge"
http://pci-ids.ucw.cz/read/PC/8086/a010
The graphics controller components of the chipset are 8086:a011 and 8086:a012.

EDIT:
Now tested successfully with GMA3150 graphics chipset.
Attachment removed to first post.

Posted: Sun 30 May 2010, 14:45
by PaceNotes
tempestuous wrote:Mmm, that's interesting; 8086:a010 is the "N10 Family (Pineview) DMI Bridge"
http://pci-ids.ucw.cz/read/PC/8086/a010
The graphics controller components of the chipset are 8086:a011 and 8086:a012.

OK, here's the revised version, with chipset ID changed to 8086:a010.
That one works for me. Thank you :D

Posted: Sun 30 May 2010, 20:53
by jemimah
Excellent news. I'll update Puppeee with the new version.

Posted: Mon 31 May 2010, 04:56
by tempestuous
OK, good to hear.

915resolution dotpet moved to 1st post in this thread.
Modified source code now attached to 5th post.

Just to be clear; the test machine in question is an ASUS Eee 1005PE ?

Posted: Mon 31 May 2010, 14:19
by PaceNotes
My machine is actually a 1005PEB. I did a quick search and somebody said the hardware is identical to the 1005PE and it only differs in appearance but I am not sure if that is entirely true.

Posted: Fri 27 Aug 2010, 18:39
by uggla
Could someone please do a patch for GMA X3100, device ID 8086:2a02?

/Uggla

Posted: Sat 28 Aug 2010, 01:29
by tempestuous
915resolution just updated in the first post to include support for GMA X3100, device ID's 8086:2a01 and 8086:2a02.

Posted: Sat 28 Aug 2010, 11:11
by uggla
Great! Thanks!

/Uggla

Posted: Tue 23 Nov 2010, 09:03
by tempestuous
915resolution just updated in the first post to support an additional GMA3150 chipset; device id 8086:a000,
as found on the Intel mini-ITX D510MO motherboard.

Posted: Fri 26 Nov 2010, 05:13
by haohetao
Can add Intel HD Graphics series graphics cards of Intel core i CPU integrated support?

Posted: Wed 15 Jun 2011, 16:15
by zubr
It's would be nice if you will add support of:
Sandybridge Intel® HD Graphics 2000/3000 (used in 2nd Generation Intel® Core™ i7/i5/i3 processor family)
HD Intel® HD Graphics (used in Intel® 2010 Core™ i7/i5/i3 processor family)

to 915resolution.

Posted: Thu 16 Jun 2011, 00:09
by tempestuous
I can only do so if you provide the relevant device ID(s).
You need to run this command -

Code: Select all

915resolution -l
and report. You should also tell me what computer is in question.

Posted: Thu 16 Jun 2011, 00:32
by zubr
Computer:
Lenovo x220 Tablet
Intel i7-2620M 2.7Ghz (3.4Ghz Turbo), 1333MHz system bus, 4MB L2 cache
Intel HD Graphics 3000
az@az:/home/az# 915resolution -l
Intel 800/900 Series VBIOS Hack : version 0.5.3

Intel chipset detected. However, 915resolution was unable to determine the chipset type.
Chipset Id: 1048086
Please report this problem to stomljen@yahoo.com
Cut from pciconf -lbcv :
hostb0@pci0:0:0:0: class=0x060000 card=0x21db17aa chip=0x01048086 rev=0x09 hdr=0x00
vendor = 'Intel Corporation'
class = bridge
subclass = HOST-PCI
cap 09[e0] = vendor (length 12) Intel cap 0 version 1
vgapci0@pci0:0:2:0: class=0x030000 card=0x21db17aa chip=0x01268086 rev=0x09 hdr=0x00
vendor = 'Intel Corporation'
class = display
subclass = VGA
bar [10] = type Memory, range 64, base 0xf0000000, size 4194304, enabled
bar [18] = type Prefetchable Memory, range 64, base 0xe0000000, size 268435456, enabled
bar [20] = type I/O Port, range 32, base 0x5000, size 64, enabled
cap 05[90] = MSI supports 1 message
cap 01[d0] = powerspec 2 supports D0 D3 current D0
cap 13[a4] = PCI Advanced Features: FLR TP
P.S. Don't wonder about pciconf, I'm using FreeBSD.