Page 2 of 2
Re: documentation for graphics drivers?
Posted: Thu Jun 11, 2009 1:07 pm
by jal
Combuster wrote:Which gets us to the conclusion - those older intel cards are programmed the same way as the latest of the series. I.e. the 945 behaves the same as the 965 wrt to mode setting.
I assumed as much, but didn't feel like setting up GIT to get the the source and check.
JAL
Re: documentation for graphics drivers?
Posted: Thu Jun 11, 2009 4:21 pm
by Combuster
git is overrated. A browser will get you the latest tarball just fine

Re: documentation for graphics drivers?
Posted: Thu Jun 11, 2009 4:24 pm
by OrOS
Combuster--; ;-(
Git > SVN > HG > CVS > Patches
Re: documentation for graphics drivers?
Posted: Thu Jun 11, 2009 4:47 pm
by Combuster
more like, why use a vcs when you are not going to edit it?
Re: documentation for graphics drivers?
Posted: Mon Jun 15, 2009 4:49 am
by octavio
Combuster wrote:Because consecutive chipsets are like supersets of one another.
Look at the driver's source, the majority is i830_xxxxx files, except for a few i915_xxxxx and i965_xxxxx files (which have i830 predecessors) These do not include mode setting, only video and hardware acceleration.
Which gets us to the conclusion - those older intel cards are programmed the same way as the latest of the series. I.e. the 945 behaves the same as the 965 wrt to mode setting.
Yes,after some testing with the 950 chip using 965 documentation,it seems they are very similar.I already can change resolution to 800*470 .