 |
 |
|
Intel Extreme Graphics Driver |
|
 |
|
|
 |
 |
| RE |
 |
 |
By ModeenF - Posted on March 20, 2008 - 01:47:53 (#22595)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
Don't know if it's that easy.
Don't know if the driver has support for your card even if I add your ID.
} kSupportedDevices[] = {
{0x3577, INTEL_TYPE_83x, "i830GM"},
{0x2562, INTEL_TYPE_83x, "i845G"},
{0x2572, INTEL_TYPE_85x, "i865G"},
{0x3582, INTEL_TYPE_85x, "i855G"},
{0x2792, INTEL_TYPE_91x, "i910"},
{0x258a, INTEL_TYPE_91x, "i915"},
{0x2582, INTEL_TYPE_91x, "i915G"},
{0x2592, INTEL_TYPE_91x, "i915GM"},
{0x2772, INTEL_TYPE_945, "i945G"},
{0x27a2, INTEL_TYPE_945, "i945GM"},
{0x29a2, INTEL_TYPE_965, "i965G"},
{0x29b2, INTEL_TYPE_G33, "G33G"},
{0x29c2, INTEL_TYPE_G33, "Q35G"},
{0x29d2, INTEL_TYPE_G33, "Q33G"},
};
|
|
| Haiku |
 |
 |
By brian21 - Posted on March 19, 2008 - 10:16:34 (#22589)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
I currently have haiku on a partition and it displays only on the top half of the screen and then split in 3 places vertically(3 pointers 3 deskbars). I have an i810, vendor: intel 0x8086 and card id 7125. I would be more then happy to compile the source if anyone has it(Idont have svn) and can give me an example of the makefile.
|
|
| Zeta 1.5 and Intel 82865G |
 |
 |
By StarWarsLegacy.net - Posted on March 2, 2008 - 15:15:28 (#22539)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
That's another thing, Zeta 1.21 can play in an 8-bit resolution. Once I updated to 1.5 and 1.51, my screen turned to garbage, so it would also be nice to see proper 82865G support for Zeta while we wait upon Haiku.
|
|
| i865 working here in Haiku |
 |
 |
By umccullough - Posted on March 2, 2008 - 12:09:35 (#22532)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
The driver in the Haiku repo has support for the i865 now. I have it running on a machine right this minute :)
Perhaps someone could compile a new version for BeOS/Zeta and post it here.
|
|
| Intel(R) 82865G support |
 |
 |
By StarWarsLegacy.net - Posted on March 2, 2008 - 00:07:55 (#22531)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
I'm not a coder either, but would also like to see drivers for this chip set as well.
|
|
| Re: i830 revision |
 |
 |
By BeJay - Posted on December 4, 2007 - 05:28:48 (#22252)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
Thanks for responding - yes, the id number is 0x3577 but this is for my laptop and I don't have a spare partition. Also I'm not really familiar with the process of recompilation for R5, Zeta. If someone could let me have something already prepped or with idiot proof directions that would be most helpful.
Regards,
BeJay
|
|
| Re: i830 revision |
 |
 |
By tonestone57 - Posted on December 3, 2007 - 18:59:55 (#22249)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
The device ID for your video card is? Is it 0x3577?
I believe the i830 is supported by the Haiku driver. Just have to recompile it for R5 which is simple enough.
Do you have a spare partition? You can try out Haiku & see if the video driver works for you.
|
|
| i830 revision |
 |
 |
By BeJay - Posted on December 3, 2007 - 09:11:52 (#22241)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
Hi did anyone successfully recompile the Extreme driver for the i830 graphics chipset. If so are you willing to share?
Regards,
BeJay
|
|
| Waiting for 915/910 Intel Mobile Display Driver |
 |
 |
By valeriotomaz - Posted on July 18, 2007 - 19:20:01 (#21826)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
I'm waiting for a 915/910 Intel Display Driver...
|
|
| 16 or 32 Bit |
 |
 |
By BeJay - Posted on February 11, 2007 - 10:56:31 (#21315)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
I don't believe I'm in versa, I don't have that driver set up. If I try to switch to 16 or 32 bits in 'Screen' I get all sorts of weird colours. Any advice?
|
|
| Re: 16 or 32 bits? |
 |
 |
By axeld - Posted on February 6, 2007 - 07:11:50 (#21291)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
The driver should work fine with 16 or 32 bits.
Are you sure you're not using VESA?
What happens if you choose a 32 bit mode in "Screen"?
|
|
| Re: Source Location |
 |
 |
By axeld - Posted on February 6, 2007 - 07:10:58 (#21290)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
The sources of this driver can be found in the Haiku source repository.
It's scattered in the following sub-directories:
src/add-ons/accelerants/intel_extreme/
src/add-ons/kernel/drivers/graphics/intel_extreme/
headers/private/graphics/intel_extreme/
While you can use SVN to only download those sources, you'll need the whole build system in order to properly build it (or write a simple makefile instead).
There may be additional headers in headers/private/graphics/common/ that you'll need.
|
|
| Source Location? |
 |
 |
By SheriffHippo - Posted on February 6, 2007 - 00:02:59 (#21284)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
I have an i830, and I would like to try the recompile trick mentioned above, yet I do not see a link for the source code.
Where might I find it?
|
|
| 16 or 32 bits? |
 |
 |
By BeJay - Posted on January 27, 2007 - 04:44:09 (#21245)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
Hi, I have this driver working nicely on my mobo which has an Intel(R) 82865G Graphics Controller chip in R5 and Zeta 1.2 but of course only in 8 bits? I was wondering if any further progress had been made in enabling 16 or 32 bit modes to really get the best out the graphics chip?
Regards,
BeJay
|
|
| Re: i950 |
 |
 |
By axeld - Posted on October 19, 2006 - 11:00:51 (#20789)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
The driver will support any hardware that I can get my hands on. Currently this is only one single chipset, though. You could also lend me hardware, and I'm willing to make the driver run on it in a week or two.
|
|
| Intel 950 Graphics Driver |
 |
 |
By kraton. - Posted on October 19, 2006 - 10:51:53 (#20788)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
Any hope for the Intel 950 to work with this driver?
If not in the future?
|
|
| Intel opens source - we can benefit! |
 |
 |
By umccullough - Posted on August 9, 2006 - 17:03:06 (#20352)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
Looks like intel open-sourced the 2d/3d driver for their i965 (and previous chips):
http://intellinuxgraphics.org/
This hopefully will be a great boost to the driver!
|
|
| Re2: intel extreme 8265G graphics (axeld) |
 |
 |
By edmundf - Posted on May 29, 2006 - 05:07:56 (#19903)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
After a good night sleep, I found out that "not calling bios"
helped. However I got a very strange picture, it looked like
8 colors or something ( not 8 bit just 8 ).
Anyway making this bootoptions permenent and using Vesa mode
I now have full color, which is really great.
|
|
| Re: intel extreme 8265G graphics (axeld) |
 |
 |
By edmundf - Posted on May 28, 2006 - 15:14:07 (#19901)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
You you are right it is the 82865G.
I tested on a desktop PC with an ASUS motherboard and
integrated VGA.
Whatever I do the screen stays totally black.
>In any way, selecting "safe video mode" as safe-mode >settings should be enough to enable VESA mode on R5.
That doesn't work, I need to select "fail safe mode" too.
I the mean time I installed a supported PCI (SIS)card and that one did not produce any picture on BeOS either. I have winXP installed and a partition with
BeoS MAX. I boot from a CDROM and then select Boot BeOS. After the icons the screen turn black and stays black. I only get a picture when I select fail save mode. So it would be "extreme" nice if you could make
this integrated driver work.
I do remember that I encountered such weird behavior
before with an old computer and a matrox card. If I remember well it behaved different when it booted from
Hard disk then from CDROM.Maybe I need to try booting from harddisk instead of CDROM.
|
|
| Edmundf: you don't need to disbale safe mode |
 |
 |
By Euan - Posted on May 28, 2006 - 08:40:46 (#19898)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
What you want to do is select use fail safe mode, and disable user addons. Then select the resolution. Selecting safe mode will disable everything.
That is assuming the drivers were installed into /home/config/addons.
|
|
| Re: intel extreme 8265G graphics |
 |
 |
By axeld - Posted on May 28, 2006 - 06:53:49 (#19897)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
You probably mean 82865G, and that should be the same chip I developed this driver on.
But I guess you don't have tested analog output, but just digital, ie. an internal laptop display? (because you didn't tell yet)
In any way, selecting "safe video mode" as safe-mode settings should be enough to enable VESA mode on R5.
|
|
| intel extreme 8265G graphics |
 |
 |
By edmundf - Posted on May 27, 2006 - 14:57:28 (#19891)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
BTW there is an linux driver available so if anyone wants that......
|
|
| intel extreme 8265G graphics |
 |
 |
By edmundf - Posted on May 27, 2006 - 14:46:31 (#19889)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
That is what windows says about the chipset.
I tried this driver but no luck.
Weird thing, I can boot selecting safe options
and fail save video AND selecting an resolution.
However if I don't select fail safe option, the screen
stays black. Vesa mode doesn't work either.
The big problem is that none of the devices will be
working is this fail safe mode :-(
Does someone has an zeta driver for it any change that will work on R5.3 bone?
|
|
| Thanks |
 |
 |
By ojdorson - Posted on May 19, 2006 - 10:24:58 (#19777)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
I'll check into doing that, then. Thanks!
|
|
| Re: Definitely not the i845? |
 |
 |
By axeld - Posted on May 19, 2006 - 03:58:50 (#19773)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
I can't promise that it doesn't work, at least the i830 seems to work partially (1024x768x8 is working even on digital output, but without hardware cursor).
But you would need to recompile the driver yourself, since the device ID of that chip isn't added yet. If you want to do this, have a look at line 39 in driver.cpp, and change (copy) that line to fit your chipset.
|
|
| Definitely not the i845? |
 |
 |
By ojdorson - Posted on May 18, 2006 - 18:33:03 (#19770)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
Will this definitely NOT work with the i845 - or is it worth a try?
TIA
|
|
| just find in svn log |
 |
 |
By _knorr_ - Posted on May 17, 2006 - 20:24:22 (#19758)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
I see, that file must be named "intel_extreme", and probally placed in ~/config/settings/kernel
|
|
| Where settings file must be placed |
 |
 |
By _knorr_ - Posted on May 17, 2006 - 19:59:32 (#19757)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
Subj and how it must be named??
|
|
| support |
 |
 |
By backupwww - Posted on May 17, 2006 - 13:03:03 (#19755)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
Hi Axel
I got the i855 yellowtab driver in the past but i do not have any contact to the developer
maybe you know more (yellowTAB and Haiku developers collaborate on Intel Extreme Graphics driver
by Axel Dörfler on 2006-03-26)
the yt driver works but there is a cursor problem and no overlay
I have not testetd this bebits driver because there was no time to unplug the nvidia card
my motherboard: DFI 855-GME-MGF
http://www.hothardware.com/viewarticle.aspx?articleid=620
you can contact me on #haiku (b3w)
|
|
| Re: no mouse |
 |
 |
By axeld - Posted on May 17, 2006 - 07:36:49 (#19750)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
I (always) need more information if you want me to change this situation :-)
1) is the analog output optional, and the digital your primary? Do you have a digital output?
2) what exact chip do you have? (what vendor and card ID does "Devices" tell you when you double click on the VGA device?)
In any way, I add an option into the driver to disable the hardware cursor for now, so that you can at least use it.
|
|
| mouse |
 |
 |
By etno - Posted on May 17, 2006 - 07:17:24 (#19749)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
Yes it works!, i can now boot my R5 without pressing the space bar and ask to boot with safe video mode at each start, but i also don't have any mouse pointer...
thx
|
|
| It works!! |
 |
 |
By _knorr_ - Posted on May 17, 2006 - 05:37:57 (#19748)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
Thanks for attention, Axel.
Yes it works with analog output just fine except mouse-pointer that not visible.
Need any feedbacks?? Maybe I can do digital output support by myself, just loking how it works in another Haiku-drivers?? Maybe exists docs/manuals on how to do that??
Thank you very much, it's real great (i'm waiting for this driver about 2 years).
|
|
| Re: black screen |
 |
 |
By axeld - Posted on May 17, 2006 - 04:07:33 (#19747)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
That's supposed to happen on laptops right now (ie. digital output). Do you have an analog output, and does it work there?
Maybe I'll be able to enable digital output next weekend on BeGeistert, can't promise it yet, though :)
|
|
| hmm black screen on i855 |
 |
 |
By _knorr_ - Posted on May 16, 2006 - 21:23:56 (#19741)
Current version when comment was posted: 0.1.0 alpha |
 |
 |
Hello, Axel..
I have Acer Travelmate 240 notebook with i855 graphics card on it.
After compiling intel_extreme driver from svn i become garbage on the screen after reboot. With driver published on this page i become black screen after reboot. No chance for me??
I'd like to help you with this driver, so much as i can.
Anton Sokolov
p.s. as always sorry for my writing english
p.p.s my e-mail abiword[@]nm.ru
p.p.p.s thank you for all your great jobs (in Haiku).
|
|
|
|
|