viafb + drm/via: modprobe/rmmod issue

2008-11-16 Thread Bruno Prémont
When booting into VGA console and executing the following command sequence I end up with the trace below (which seems to imply that unichrome DRM driver [via] and viafb enter a race for some memory resource or disagree on the state of the chipset after unloading). This looks like the race happens

[Bug 12032] thinkpad x200 X.server not work with gm4500 graphics

2008-11-16 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12032 [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED]

intel renderbuffer formats

2008-11-16 Thread Philipp Klaus Krause
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In intel_fbo.c from the 965 driver RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12 and GL_RGBA16 are all mapped to GL_RGBA8. Is this limit imposed by the hardware or the driver? Can the hardware do RGBA16? Philipp -BEGIN

Re: Git repo of modesetting.

2008-11-16 Thread Jesse Barnes
I just pushed some repos to kernel.org: git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/drm-2.6.git drm-modesetting branch contains the latest bits, rebased to drm-intel-next git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/libdrm.git modesetting-gem branch contains the latest

[Bug 12028] i915 DRM is broken in 2.6.28-rc4

2008-11-16 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12028 --- Comment #2 from [EMAIL PROTECTED] 2008-11-16 09:52 --- Notify-Also : Jesse Barnes [EMAIL PROTECTED] -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

Please provide a way to get software rendering

2008-11-16 Thread Philipp Klaus Krause
I think it would be useful if one could choose software rendering without having to uninstall hardware drivers. Maybe a driconf option or an environment variable would be the way to go. This could be useful for trying new OpenGL features not yet supported in hardware drivers, like OpenGL 2.0.

Re: [Mesa3d-dev] Please provide a way to get software rendering

2008-11-16 Thread José Fonseca
You already can do it with an environment variable: LD_LIBRARY_PATH=/path/to/mesa/software/only/libGL your-app Jose On Mon, 2008-11-17 at 00:03 +0100, Philipp Klaus Krause wrote: I think it would be useful if one could choose software rendering without having to uninstall hardware

[Bug 12028] i915 DRM is broken in 2.6.28-rc4

2008-11-16 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12028 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment

Re: Git repo of modesetting.

2008-11-16 Thread tom jacobs
Thanks Jesse, I have intel kernel modesetting working in some way now. It works on the initial (first) text-mode switch. But the bug still stands where if it's in gfx mode, THEN i switch to a text console, I just get vertical lines. I realize now that now that the text is actually there, it's

Re: [PATCH] [DRM] i915: add support for G41 chipset

2008-11-16 Thread Zhenyu Wang
On 2008.09.11 15:55:35 +0800, Zhenyu Wang wrote: Here's drm patch for G41, against drm-next tree. (agp patch is against agp-next tree, missed to state that...) This is refreshed patch for adding G41 pci ids in drm/i915. Patch is against Eric's 'for-airlied' branch. From