[opensuse-xorg] i845G - anyone have intel driver working in Factory?
I have two systems with RC1 and this video chip, one with an Dell BIOS, for which I filed https://bugzilla.novell.com/show_bug.cgi?id=671140 . The other has an Intel BIOS. Unlike the other, it loads the Intel driver, but KDM/KDE only partly work. Regardless whether I use an xorg.conf or not, KDM & startx give little more than black screens. .xsession-errors excerpts: (EE) intel(0): Detected a hung GPU, disabling acceleration (EE) intel(0): failed to set cursor: Input/output error (EE) intel(0): [DRI2] DRI2SwapBuffers: drawable has no back or front? = GDB Backtrace = ==================== Backtrace ================ Thread 1 (Thread 0xb72a26c0 (LWP 2561)): #0 0xffffe424 in __kernel_vsyscall () #1 0xb74008f3 in __waitpid_nocancel () from /lib/libc.so.6 #2 0x080ee84c in xorg_backtrace () #3 0x080a2aaa in ?? () No symbol table info available. #4 <signal handler called> No symbol table info available. #5 0xb71a3d72 in ?? () from /usr/lib/xorg/modules/drivers/intel_drv.so No symbol table info available. #6 0xb71eefa9 in ?? () from /usr/lib/xorg/modules/extensions/libdri2.so No symbol table info available. #7 0xb71f0cd7 in ?? () from /usr/lib/xorg/modules/extensions/libdri2.so No symbol table info available. #8 0x0807a717 in ?? () No symbol table info available. #9 0x080668f5 in _start () No symbol table info available. ==================== Backtrace End ============ Segmentation fault at address 0xbababad2 Fatal server error: Caught signal 11 (Segmentation fault). Server aborting t2240 was a minimal install experiment last time, so I installed fresh from RC1 iso, but it didn't change anything. The KDE splash came up for a while from startx (at least once), then the screen went black except for mouse pointer. Ctrl-Alt-BS Ctrl-Alt-BS escapes the GUI, but startx fails to exit, requiring Ctrl-C to get a prompt back. Init 5 won't even bring up a mouse pointer from KDM. I've not found a bug that looks like this in Novell's bugzilla, at least not yet. Anyone have any insight? -- "How much better to get wisdom than gold, to choose understanding rather than silver." Proverbs 16:16 NKJV Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-xorg+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-xorg+help@opensuse.org
Hallo, Felix, what about an xorg.conf with a minimum configuration, i.e. disable all extensions: Section "Module" Disable "glx" Disable "dri" Disable "dri2" Disable "dbe" Disable "record" Disable "extmod" EndSection ... and then limit the display to moderate resolutions: Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection It is unlikely that the problem is monitor related, but maybe you also put in Section "Device": Option "DDC" off (But then you have to provide HorizSync and VertRefresh values in the "Monitor" section.) If this works, you can step by step find out which setting kills your GPU. HTH Werner -- To unsubscribe, e-mail: opensuse-xorg+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-xorg+help@opensuse.org
On 2011/02/11 11:35 (GMT+0300) Werner Scheinast composed:
what about an xorg.conf with a minimum configuration, i.e. disable all extensions:
Section "Module" Disable "glx" Disable "dri" Disable "dri2" Disable "dbe" Disable "record" Disable "extmod" EndSection
... and then limit the display to moderate resolutions:
Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
It is unlikely that the problem is monitor related, but maybe you also put in Section "Device":
Option "DDC" off
(But then you have to provide HorizSync and VertRefresh values in the "Monitor" section.)
I've been in the habit of doing this since the DDC quit on these old P991 Trinitrons.
If this works, you can step by step find out which setting kills your GPU.
Very much helped. https://bugzilla.novell.com/show_bug.cgi?id=671140 has the details. I had actually tried to disable DRI2 before OP, but went about it wrong. -- "How much better to get wisdom than gold, to choose understanding rather than silver." Proverbs 16:16 NKJV Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-xorg+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-xorg+help@opensuse.org
I have two systems with RC1 and this video chip, one with an Dell BIOS, for which I filed https://bugzilla.novell.com/show_bug.cgi?id=671140 . The other has an Intel BIOS. Unlike the other, it loads the Intel driver, but KDM/KDE only partly work.
Regardless whether I use an xorg.conf or not, KDM & startx give little more than black screens. .xsession-errors excerpts:
[...]
t2240 was a minimal install experiment last time, so I installed fresh from RC1 iso, but it didn't change anything. The KDE splash came up for a while from startx (at least once), then the screen went black except for mouse pointer. Ctrl-Alt-BS Ctrl-Alt-BS escapes the GUI, but startx fails to exit, requiring Ctrl-C to get a prompt back. Init 5 won't even bring up a mouse pointer from KDM.
I've not found a bug that looks like this in Novell's bugzilla, at least not yet. Anyone have any insight?
I have an 855GM which also is not working on a newer nstall (in my case a Debian). I think your chipset has the same issues since the 845gm and the 855gm are often mentioned together. There are several reports on the net that is has something to do with KMS (Kernel Mode Setting) (whatever that is), e.g. https://bugzilla.redhat.com/show_bug.cgi?id=522551 or http://www.thinkwiki.org/wiki/Intel_Extreme_Graphics_2 Bad news I know Stefan -- To unsubscribe, e-mail: opensuse-xorg+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-xorg+help@opensuse.org
participants (3)
-
Felix Miata
-
Stefan Schlörholz
-
Werner Scheinast