Page 1 of 1

Intel 3D rendering problems

Posted: 8. Jul 2012, 02:36
by Tideflat
I am having trouble with 3D rendering on my integrated Intel GPU. (I think it is a 3000 something). For example many (but not all; for example Triangle, Speedmine or SBalls) of the 3D screen savers on XScreenSaver show up in black and white, as in only black and white. No grey-scale. Also Wings3D only shows a black screen where the 3D is supposed to be.


I just updated to the newer kernel that Shador packaged. (I have only booted up into it once.)

Here is the output of lspci.

Code: Select all

00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 3 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 5 (rev b5)
00:1d.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM67 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series Chipset Family SMBus Controller (rev 05)
01:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 (rev 34)
02:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
Do you have any idea what the problem is?

Re: Intel 3D rendering problems

Posted: 10. Jul 2012, 20:47
by gapan
Did those problems exist before you updated the kernel or after or both?

Re: Intel 3D rendering problems

Posted: 10. Jul 2012, 22:18
by Tideflat
The problems existed both before and after I updated the kernel. When I updated the kernel it only fixed all of the other hardware problems. Which was very nice but not what I was looking for.

I just discovered another oddity, "Queens" renders fine but "Endgame" is missing the board and the shader doesn't work right. (Same black and white problem.)

I am testing with screen savers simply because that is what I have installed on my computer. If there is some other program that I can use to test with that would be more helpful I am willing to try it.

Thank you for helping by the way.

Re: Intel 3D rendering problems

Posted: 11. Jul 2012, 21:40
by gapan
I'm sorry, but I really have no idea why you're having these problems. It could be that your graphics card is too new and not properly supported by the kernel/xorg yet. Have you tried any other distributions? Do you have the same problems there?

You could try disabling direct rendering. No idea if it help or not. Create a file /etc/X11/xorg.conf.d/20-intel.conf with the following contents:

Code: Select all

Section "Device"
    Identifier "intel"
    Driver "intel"
    Option "DRI" "false"
 EndSection
reboot and see if it helps.

Re: Intel 3D rendering problems

Posted: 12. Jul 2012, 20:42
by Tideflat
It works! Thank you.