- Package:
- xserver-xorg-core
- Source:
- xorg-server
- Description:
- Xorg X server - core server
- Submitter:
- Bert Verbeek
- Date:
- 2025-03-03 22:06:01 UTC
- Severity:
- important
- Tags:
I'm trying to upgrade a Debian stable installation on an older Toshiba S1800 laptop. An upgrade to testing succeeded, however X will not start anymore and hangs the laptop. Ctrl-Alt-Del, Ctrl-Alt-BkSp, Ctrl-Alt-F1, and ssh from an other PC don't work so I can not check the log files. It gives a black screen. What I tried: I started with a standard stable installation and added manually a 2.6.22 kernel and headers from testing to add the rt2x00 wireless stuff. I compiled the rt2x00 modules successfully with m-a. I can still use this installation from an other hd partition. Now my wireless Lan was working, I could update to Lenny, kernels 2.6.22-2 and 2.6.22-3. The upgrade itself was no problem but X stopped working. The vga server starts, but gives an unusable screen. The trident and vesa servers both lock up the system, as stated above. X -probeonly locks the system as well. I don't know where the problem actually is but I think in the X server itself, as the kernel and the trident driver are the same in a working stable and failing testing installation. I'm out of options now, reading the net didn't help me either, so any help with this problem would be welcome. Bert
Bert Verbeek wrote: Does downgrading *only* xserver-xorg-core to stable (from 2:1.3.0.0.dfsg-12 to 2:1.1.1-21) fix the problem? For both vesa and trident drivers? Brice
Op Tuesday 04 December 2007, schreef u: I downloaded to xserver-xorg-core_1.1.1-21etch1_386.deb. unfortunately not, X complains about module mismatches: (EE) module ABI minor version (7) is newer than the server's version (6) (EE) Failed to load module "kbd" (module requirement mismatch, 0) the same for modules mouse and synaptics. it doesn't lock up the system. Bert
Hello, I also noticed there was a newer xserver-xorg-video-trident package in unstable. I updated xserver-xorg (and everything it depends on) via apt-pinning to X 1:7.3+7. No solution, it locks up the laptop as well.
Bert Verbeek wrote: You probably need to downgrad xserver-xorg-input-kbd, -mouse and -synaptics to stable/etch as well. Brice
Op Wednesday 05 December 2007, schreef Brice Goglin: Hello Brice, Good news, I did what you proposed and I got X back in the testing installation, thanks for this workaround. KDE starts as well, two minor differences I see at the moment: 1. the asteriskes to hide the password in kdm are replaced by big black filled circles. 2. the bouncing icons during startup of an application have a weird flickering background. I'm willing to spend more time for further testing to trace down this bug in the testing xserver-xorg-core. Under guidance of an X-guru, as debugging X-software is not my field. Thanks again for the workaround. Bert
reassign 454304 xserver-xorg-core found 454304 2:1.3.0.0.dfsg-12 retitle 454304 "xserver 1.3 breaks trident driver on Toshiba S1800" thank you Bert Verbeek wrote: Ok then the problem is in xserver-xorg-core 1.3 in testing. You could try 1.2 from http://snapshot.debian.net/archive/2007/02/26/debian/pool/main/x/xorg-server/xserver-xorg-core_1.2.0-4_i386.deb so that we know more about when the bug appeared? Also, it would be very nice if you could test xserver-xorg-core 1.4 in unstable in case the bug is fixed now. But you will have to upgrade many packages to do so. Any chance you could try that? thanks, Brice
Op Wednesday 05 December 2007, schreef u: I will do that tonight. I already tried that, see one of my earlier mails. It didn't bring up X in testing.
Op Wednesday 05 December 2007, schreef Brice Goglin: xserver-xorg-core_1.2.0-4 runs exactly the same as 1.1.1-21etch1, the same minor imperfections I mentioned before (In KDE). Bert
Op Wednesday 05 December 2007, schreef Bert Verbeek: I removed the synaptics input device from my xorg.conf file, as this laptop doesn't have one. I also tried from here, once more, to go to a normal testing installation, and found out that I actually can ssh into the laptop. top shows that Xorg consumes 99.5 % CPU time, and I can kill it. I go back to the 1.2 solution. Bert
Bert Verbeek wrote:
With Xserver 1.3 then? That's an interesting point. Could you log in
through ssh and attach a gdb with
gdb -p $(pidof X)
then interrupt with ctrl-c, enter 'bt full' to see which code is being
run, then enter 'c' to continue, wait a bit, enter ctrl-c again, enter
'bt full' again ... several times to get several backtraces. If all
backtraces are similar, we may know where the server is stuck.
It would be even better to do that with Xserver 1.4 from unstable.
thanks,
Brice
Op Friday 14 December 2007, schreef Brice Goglin: the results on xserver 1.3 in testing: Bert------------------ a lot of (no debugging symbols found) for libs 0xb7b5e5b9 in Mem_rb () from /usr/lib/xorg/modules//libint10.so (gdb) Quit (gdb) bt full #0 0xb7b5e5b9 in Mem_rb () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #1 0xb7b741b4 in X86EMU_exec () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #2 0xb7b60825 in xf86ExecX86int10 () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #3 0xb7b7c3f9 in vbeDoEDID () from /usr/lib/xorg/modules//libvbe.so No symbol table info available. #4 0xb7b9dc3d in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so No symbol table info available. #5 0x08211f50 in ?? () No symbol table info available. #6 0x00000000 in ?? () No symbol table info available. (gdb) c Continuing. Program received signal SIGTERM, Terminated. 0xb7b5e5b9 in Mem_rb () from /usr/lib/xorg/modules//libint10.so (gdb) Quit (gdb) bt full #0 0xb7b5e5b9 in Mem_rb () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #1 0xb7b741b4 in X86EMU_exec () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #2 0xb7b60825 in xf86ExecX86int10 () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #3 0xb7b7c3f9 in vbeDoEDID () from /usr/lib/xorg/modules//libvbe.so No symbol table info available. #4 0xb7b9dc3d in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so No symbol table info available. #5 0x08211f50 in ?? () No symbol table info available. #6 0x00000000 in ?? () No symbol table info available. (gdb) c Continuing. Program received signal SIGCONT, Continued. 0x081bed30 in GiveUp () (gdb) Quit (gdb) bt full #0 0x081bed30 in GiveUp () No symbol table info available. #1 <signal handler called> No symbol table info available. #2 0xb7b5e5b9 in Mem_rb () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #3 0xb7b741b4 in X86EMU_exec () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #4 0xb7b60825 in xf86ExecX86int10 () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #5 0xb7b7c3f9 in vbeDoEDID () from /usr/lib/xorg/modules//libvbe.so No symbol table info available. #6 0xb7b9dc3d in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so No symbol table info available. #7 0x08211f50 in ?? () No symbol table info available. #8 0x00000000 in ?? () No symbol table info available. (gdb) c Continuing. Program received signal SIGINT, Interrupt. 0xb7b741c3 in X86EMU_exec () from /usr/lib/xorg/modules//libint10.so (gdb) bt full #0 0xb7b741c3 in X86EMU_exec () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #1 0xb7b60825 in xf86ExecX86int10 () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #2 0xb7b7c3f9 in vbeDoEDID () from /usr/lib/xorg/modules//libvbe.so No symbol table info available. #3 0xb7b9dc3d in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so No symbol table info available. #4 0x08211f50 in ?? () No symbol table info available. #5 0x00000000 in ?? () No symbol table info available. (gdb) c Continuing. Program received signal SIGINT, Interrupt. 0xb7b741c3 in X86EMU_exec () from /usr/lib/xorg/modules//libint10.so (gdb) bt full #0 0xb7b741c3 in X86EMU_exec () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #1 0xb7b60825 in xf86ExecX86int10 () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #2 0xb7b7c3f9 in vbeDoEDID () from /usr/lib/xorg/modules//libvbe.so No symbol table info available. #3 0xb7b9dc3d in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so No symbol table info available. #4 0x08211f50 in ?? () No symbol table info available. #5 0x00000000 in ?? () No symbol table info available. (gdb) c Continuing. Program received signal SIGINT, Interrupt. 0xb7b5e437 in __i686.get_pc_thunk.bx () from /usr/lib/xorg/modules//libint10.so (gdb) Quit (gdb) bt full #0 0xb7b5e437 in __i686.get_pc_thunk.bx () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #1 0xb7b5e599 in Mem_rb () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #2 0xb7b741b4 in X86EMU_exec () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #3 0xb7b60825 in xf86ExecX86int10 () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #4 0xb7b7c3f9 in vbeDoEDID () from /usr/lib/xorg/modules//libvbe.so No symbol table info available. #5 0xb7b9dc3d in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so No symbol table info available. #6 0x08211f50 in ?? () No symbol table info available. #7 0x00000000 in ?? () No symbol table info available. (gdb)-------------------------------
Op Friday 14 December 2007, schreef u: ok, testing + xserver 1.4 from unstable the output looks the same to me. I attached the corresponding /var/log/Xorg.0.log. Bert--------------------- (no debugging symbols found) 0xb7a79420 in Mem_rb () from /usr/lib/xorg/modules//libint10.so (gdb) Quit (gdb) bt full #0 0xb7a79420 in Mem_rb () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #1 0xb7a8eb34 in X86EMU_exec () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #2 0xb7a7b3a5 in xf86ExecX86int10 () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #3 0xb7a97651 in vbeDoEDID () from /usr/lib/xorg/modules//libvbe.so No symbol table info available. #4 0xb7ab801e in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so No symbol table info available. #5 0x082180d0 in ?? () No symbol table info available. #6 0x00000000 in ?? () No symbol table info available. (gdb) c Continuing. Program received signal SIGTERM, Terminated. [Switching to Thread 0xb7bcb6b0 (LWP 3154)] 0xb7a79420 in Mem_rb () from /usr/lib/xorg/modules//libint10.so (gdb) Quit (gdb) bt full #0 0xb7a79420 in Mem_rb () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #1 0xb7a8eb34 in X86EMU_exec () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #2 0xb7a7b3a5 in xf86ExecX86int10 () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #3 0xb7a97651 in vbeDoEDID () from /usr/lib/xorg/modules//libvbe.so No symbol table info available. #4 0xb7ab801e in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so No symbol table info available. #5 0x082180d0 in ?? () No symbol table info available. #6 0x00000000 in ?? () No symbol table info available. (gdb) c Continuing. Program received signal SIGCONT, Continued. 0x081b3cb0 in GiveUp () (gdb) Quit (gdb) bt full #0 0x081b3cb0 in GiveUp () No symbol table info available. #1 <signal handler called> No symbol table info available. #2 0xb7a79420 in Mem_rb () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #3 0xb7a8eb34 in X86EMU_exec () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #4 0xb7a7b3a5 in xf86ExecX86int10 () from /usr/lib/xorg/modules//libint10.so No symbol table info available. #5 0xb7a97651 in vbeDoEDID () from /usr/lib/xorg/modules//libvbe.so No symbol table info available. #6 0xb7ab801e in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so No symbol table info available. #7 0x082180d0 in ?? () No symbol table info available. #8 0x00000000 in ?? () No symbol table info available. (gdb)----------------------
Hi Bert, can you install xserver-xorg-core-dbg to get more info in the backtrace? Thanks, Julien
Op Monday 17 December 2007, schreef Julien Cristau:
Hello Julien,
no problem,
the gdb results on xserver-xorg-core-dbg from unstable:
Bert
------------------
Reading symbols from /usr/lib/xorg/modules/libint10.so...Reading symbols
from /usr/lib/debug/usr/lib/xorg/modules/libint10.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules//libint10.so
read_b (pInt=0x8217f88, addr=1044224)
at ../../../../hw/xfree86/int10/generic.c:388
388 ../../../../hw/xfree86/int10/generic.c: No such file or directory.
in ../../../../hw/xfree86/int10/generic.c
(gdb) Quit
(gdb) bt full
#0 read_b (pInt=0x8217f88, addr=1044224)
at ../../../../hw/xfree86/int10/generic.c:388
No locals.
#1 0xb7b09429 in Mem_rb (addr=1044224)
at ../../../../hw/xfree86/int10/helper_exec.c:428
No locals.
#2 0xb7b0c194 in fetch_byte_imm ()
at ../../../../hw/xfree86/int10/../x86emu/decode.c:183
fetched = <value optimized out>
#3 0xb7b0d942 in x86emuOp_opc80_byte_RM_IMM (op1=128 '\200')
at ../../../../hw/xfree86/int10/../x86emu/ops.c:5296
mod = 3
rl = 4
rh = <value optimized out>
destreg = (x86emuu8 *) 0xb7b23f6d "È"
imm = <value optimized out>
destval = <value optimized out>
#4 0xb7b1eb43 in X86EMU_exec ()
at ../../../../hw/xfree86/int10/../x86emu/decode.c:122
op1 = <value optimized out>
#5 0xb7b0b3a5 in xf86ExecX86int10 (pInt=0x8217f88)
at ../../../../hw/xfree86/int10/xf86x86emu.c:40
sig = 0
#6 0xb7b27651 in vbeDoEDID (pVbe=0x82180d0, pDDCModule=0x0)
at ../../../../hw/xfree86/vbe/vbe.c:190
pMonitor = <value optimized out>
pModule = (pointer) 0x1
#7 0xb7b4801e in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so
No symbol table info available.
#8 0x082180d0 in ?? ()
No symbol table info available.
#9 0x00000000 in ?? ()
No symbol table info available.
(gdb) c
Continuing.
Program received signal SIGTERM, Terminated.
[Switching to Thread 0xb7c5b6b0 (LWP 3156)]
read_b (pInt=0x8217f88, addr=1044224)
at ../../../../hw/xfree86/int10/generic.c:388
388 in ../../../../hw/xfree86/int10/generic.c
(gdb) Quit
(gdb) bt full
#0 read_b (pInt=0x8217f88, addr=1044224)
at ../../../../hw/xfree86/int10/generic.c:388
No locals.
#1 0xb7b09429 in Mem_rb (addr=1044224)
at ../../../../hw/xfree86/int10/helper_exec.c:428
No locals.
#2 0xb7b0c194 in fetch_byte_imm ()
at ../../../../hw/xfree86/int10/../x86emu/decode.c:183
fetched = <value optimized out>
#3 0xb7b0d942 in x86emuOp_opc80_byte_RM_IMM (op1=128 '\200')
at ../../../../hw/xfree86/int10/../x86emu/ops.c:5296
mod = 3
rl = 4
rh = <value optimized out>
destreg = (x86emuu8 *) 0xb7b23f6d "È"
imm = <value optimized out>
destval = <value optimized out>
#4 0xb7b1eb43 in X86EMU_exec ()
at ../../../../hw/xfree86/int10/../x86emu/decode.c:122
op1 = <value optimized out>
#5 0xb7b0b3a5 in xf86ExecX86int10 (pInt=0x8217f88)
at ../../../../hw/xfree86/int10/xf86x86emu.c:40
sig = 0
#6 0xb7b27651 in vbeDoEDID (pVbe=0x82180d0, pDDCModule=0x0)
at ../../../../hw/xfree86/vbe/vbe.c:190
pMonitor = <value optimized out>
pModule = (pointer) 0x1
#7 0xb7b4801e in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so
No symbol table info available.
#8 0x082180d0 in ?? ()
No symbol table info available.
#9 0x00000000 in ?? ()
No symbol table info available.
(gdb) c
Continuing.
Program received signal SIGCONT, Continued.
GiveUp (sig=15) at ../../os/utils.c:502
502 ../../os/utils.c: No such file or directory.
in ../../os/utils.c
(gdb) Quit
(gdb) bt full
#0 GiveUp (sig=15) at ../../os/utils.c:502
olderrno = <value optimized out>
#1 <signal handler called>
No symbol table info available.
#2 read_b (pInt=0x8217f88, addr=1044224)
at ../../../../hw/xfree86/int10/generic.c:388
No locals.
#3 0xb7b09429 in Mem_rb (addr=1044224)
at ../../../../hw/xfree86/int10/helper_exec.c:428
No locals.
#4 0xb7b0c194 in fetch_byte_imm ()
at ../../../../hw/xfree86/int10/../x86emu/decode.c:183
fetched = <value optimized out>
#5 0xb7b0d942 in x86emuOp_opc80_byte_RM_IMM (op1=128 '\200')
at ../../../../hw/xfree86/int10/../x86emu/ops.c:5296
mod = 3
rl = 4
rh = <value optimized out>
destreg = (x86emuu8 *) 0xb7b23f6d "È"
imm = <value optimized out>
destval = <value optimized out>
#6 0xb7b1eb43 in X86EMU_exec ()
at ../../../../hw/xfree86/int10/../x86emu/decode.c:122
op1 = <value optimized out>
#7 0xb7b0b3a5 in xf86ExecX86int10 (pInt=0x8217f88)
at ../../../../hw/xfree86/int10/xf86x86emu.c:40
sig = 0
#8 0xb7b27651 in vbeDoEDID (pVbe=0x82180d0, pDDCModule=0x0)
at ../../../../hw/xfree86/vbe/vbe.c:190
pMonitor = <value optimized out>
pModule = (pointer) 0x1
#9 0xb7b4801e in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so
No symbol table info available.
#10 0x082180d0 in ?? ()
No symbol table info available.
#11 0x00000000 in ?? ()
No symbol table info available.
(gdb) c
Continuing.
Program received signal SIGINT, Interrupt.
fetch_decode_modrm (mod=0xbfed09b8, regh=0xbfed09b0, regl=0xbfed09b4)
at ../../../../hw/xfree86/int10/../x86emu/decode.c:162
162 ../../../../hw/xfree86/int10/../x86emu/decode.c: No such file or
directory.
in ../../../../hw/xfree86/int10/../x86emu/decode.c
(gdb) bt full
#0 fetch_decode_modrm (mod=0xbfed09b8, regh=0xbfed09b0, regl=0xbfed09b4)
at ../../../../hw/xfree86/int10/../x86emu/decode.c:162
fetched = 252
#1 0xb7b0d8a3 in x86emuOp_opc80_byte_RM_IMM (op1=128 '\200')
at ../../../../hw/xfree86/int10/../x86emu/ops.c:5218
mod = <value optimized out>
rl = <value optimized out>
rh = <value optimized out>
destreg = <value optimized out>
imm = <value optimized out>
destval = <value optimized out>
#2 0xb7b1eb43 in X86EMU_exec ()
at ../../../../hw/xfree86/int10/../x86emu/decode.c:122
op1 = <value optimized out>
#3 0xb7b0b3a5 in xf86ExecX86int10 (pInt=0x8217f88)
at ../../../../hw/xfree86/int10/xf86x86emu.c:40
sig = 0
#4 0xb7b27651 in vbeDoEDID (pVbe=0x82180d0, pDDCModule=0x0)
at ../../../../hw/xfree86/vbe/vbe.c:190
pMonitor = <value optimized out>
pModule = (pointer) 0x1
#5 0xb7b4801e in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so
No symbol table info available.
#6 0x082180d0 in ?? ()
No symbol table info available.
#7 0x00000000 in ?? ()
No symbol table info available.
(gdb) c
Continuing.
Program received signal SIGINT, Interrupt.
0xb7b08e00 in fetch_decode_modrm@plt ()
from /usr/lib/xorg/modules//libint10.so
(gdb) bt full
#0 0xb7b08e00 in fetch_decode_modrm@plt ()
from /usr/lib/xorg/modules//libint10.so
No symbol table info available.
#1 0xb7b0d8a3 in x86emuOp_opc80_byte_RM_IMM (op1=128 '\200')
at ../../../../hw/xfree86/int10/../x86emu/ops.c:5218
mod = <value optimized out>
rl = <value optimized out>
rh = <value optimized out>
destreg = <value optimized out>
imm = <value optimized out>
destval = <value optimized out>
#2 0xb7b1eb43 in X86EMU_exec ()
at ../../../../hw/xfree86/int10/../x86emu/decode.c:122
op1 = <value optimized out>
#3 0xb7b0b3a5 in xf86ExecX86int10 (pInt=0x8217f88)
at ../../../../hw/xfree86/int10/xf86x86emu.c:40
sig = 0
#4 0xb7b27651 in vbeDoEDID (pVbe=0x82180d0, pDDCModule=0x0)
at ../../../../hw/xfree86/vbe/vbe.c:190
pMonitor = <value optimized out>
pModule = (pointer) 0x1
#5 0xb7b4801e in ?? () from /usr/lib/xorg/modules/drivers//trident_drv.so
No symbol table info available.
#6 0x082180d0 in ?? ()
No symbol table info available.
#7 0x00000000 in ?? ()
No symbol table info available.
(gdb)
------------------
I was having the same problem on my Toshiba S1800-400 laptop. So far, however, I was able to run X by starting up with a 1280x1024 (IIRC) resolution and using the fbdev driver, but that's _really_ sluggish. Apt-pinning xorg to stable worked just now, and things run much more smoothly.
Ties wrote: Now though, I'm getting errors like this, even for a simple game like xgalaga: $ xgalaga Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0". Warning: XF86VidMode not available Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0". Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0". Segmentation fault
Also, everything that's supposed to be transparent is now opaque.
Ties wrote: I hope I'm not double-posting this, but making sure the extmod module was loaded helped both my issues. For some reason dpkg-reconfigure xserver-xorg didn't generate a module section.
Yeah, dpkg-reconfigure won't generate that section again for the forseeable future. So extmod wasn't loaded for you before? It should be loaded by default every time. What version of xserver-xorg-core are you running? Can you attach your /var/log/Xorg.0.log file? - David Nusinow
David Nusinow wrote: The one I'm using now is from stable/etch. I assume you want my /var/log/Xorg.0.log of a start with a default dpkg-reconfigure-generated xorg.conf?
David Nusinow wrote: Here it comes (xserver-xorg-core from stable/etch, 7.1.something I think, don't know how to get the version number). By the way, I don't think this log shows anything useful, but I know that before I added the Module section I got errors about the RENDER extension missing.
Ties wrote: I forgot to mention (although I think I did earlier) that I'm otherwise running testing/lenny.
You're running Xorg from stable with a config file generated in unstable or lenny? That won't work too well, and I don't think it's a bug. Cheers, Julien
Julien Cristau wrote: Neither do I. :-) I was simply suffering from the same problem as Bert Verbeek, the original reporter of this bug, which is why I'm mixing and matching in the first place. Providing this information might help other people solve this problem for the time being (the bug is over a month old now). Hope a solution will be found at some point, if there's anything I can do to help, just let me know.
This was reported on Ubuntu as well (* "infinite loop, 99% CPU usage"), and I've reported it upstream: https://bugs.freedesktop.org/show_bug.cgi?id=14048 The workaround is to use 'Option "NoDCC" for the device.
forwarded 454304 https://bugs.freedesktop.org/show_bug.cgi?id=14048
thank you
Timo Aaltonen wrote:
Bert and Ties,
you might want to try adding
Option "NoDDC" "true"
to section Device in xorg.conf and see if that helps.
Brice
Op Sunday 13 January 2008, schreef Brice Goglin: It helps indeed for me, uptill now its a fine workaround, both for the 1.3 and 1.4 xservers I'm back on a regular Lenny distro now. Thanks for the support. Bert
I can confirm that workaround works. Thanks, bedankt, merci.----- Bericht van b.verbeek@xs4all.nl --------- Datum: Mon, 14 Jan 2008 12:07:24 +0100 Van: Bert Verbeek <b.verbeek@xs4all.nl> Antwoorden aan:Bert Verbeek <b.verbeek@xs4all.nl> Onderwerp: Re: Bug#454304: Transparency Aan: Brice Goglin <Brice.Goglin@ens-lyon.org> Cc: 454304@bugs.debian.org, Ties <tieskoot@dds.nl>----- Einde bericht van b.verbeek@xs4all.nl -----
Bert, This might be fixed in Xserver 1.5 thanks to some x86emu patches, could you try the Xorg 7.4 packages using deb http://pkg-xorg.alioth.debian.org/7.4/ ./ in /etc/apt/sources.list ? thanks, Brice
Op Saturday 22 March 2008, schreef Brice Goglin: after strugling with dependencies in aptitude, I think I've tested your proposal. Unfortunately, Xorg 7.4 doesn't work for me, I still have to use: Option "NoDDC" "true", in xorg.conf to get it running. But there is some difference now, ssh-ing into the laptop shows an idling machine, but still no X, Ctrl-Alt 1-6, Ctrl-Alt-Backspace, or other controls. /var/log/Xorg.0.log from a failing session attached, it may be of help to you. Greetings, Bert
I have a similar laptop and have encountered this bug. "NoDDC" option has helped. However, it's a shame that the X.org guys won't do anything about it.
Geachte user account, Dit is om u te informeren dat u uw e-mail quota limiet van 11.753,48 MB dat is meer dan 90% van uw 12000.00MB quota limiet hebben overschreden en moet u uw e-mail quota limiet te verhogen, want in minder dan 48 uur uw e-mail onbruikbaar zal zijn. Verhoog uw e-mail quota limiet en blijven uw webmail account te gebruiken. Om uw e-mail quota limiet verhogen tot 5 GB, Klik op de onderstaande link: http://secureserverequota.yolasite.com/ Dank u voor uw begrip. Webmaster Administrator. Copyright © 2014 Webmail Administrator Ondersteuning.
Geachte user account, Dit is om u te informeren dat u uw e-mail quota limiet van 11.753,48 MB dat is meer dan 90% van uw 12000.00MB quota limiet hebben overschreden en moet u uw e-mail quota limiet te verhogen, want in minder dan 48 uur uw e-mail onbruikbaar zal zijn. Verhoog uw e-mail quota limiet en blijven uw webmail account te gebruiken. Om uw e-mail quota limiet verhogen tot 5 GB, Klik op de onderstaande link: http://secureservereequota.yolasite.com/ Dank u voor uw begrip. Webmaster Administrator. Copyright © 2014 Webmail Administrator Ondersteuning.
Geachte user account, Dit is om u te informeren dat u uw e-mail quota limiet van 11.753,48 MB dat is meer dan 90% van uw 12000.00MB quota limiet hebben overschreden en moet u uw e-mail quota limiet te verhogen, want in minder dan 48 uur uw e-mail onbruikbaar zal zijn. Verhoog uw e-mail quota limiet en blijven uw webmail account te gebruiken. Om uw e-mail quota limiet verhogen tot 5 GB, Klik hier: http://localhostquotasupport.yolasite.com/ Let op: Dit bericht is door een kennisgeving enige systeem verzonden. Gelieve niet te antwoorden Als de bovenstaande links niet werken, kopieer en plak de volgende URL in een webbrowser: http://localhostquotasupport.yolasite.com/ Dank u voor uw begrip. Webmaster Administrator. Copyright © 2014 Webmail Administrator Ondersteuning.
Geachte user account, Dit is om u te informeren dat u uw e-mail quota limiet van 11.753,48 MB dat is meer dan 90% van uw 12000.00MB quota limiet hebben overschreden en moet u uw e-mail quota limiet te verhogen, want in minder dan 48 uur uw e-mail onbruikbaar zal zijn. Verhoog uw e-mail quota limiet en blijven uw webmail account te gebruiken. Om uw e-mail quota limiet verhogen tot 5 GB, Klik hier: http://adminequotasecureserver.yolasite.com/ Let op: Dit bericht is door een kennisgeving enige systeem verzonden. Gelieve niet te antwoorden Als de bovenstaande links niet werken, kopieer en plak de volgende URL in een webbrowser: http://adminequotasecureserver.yolasite.com/ Dank u voor uw begrip. Webmaster Administrator. Copyright © 2014 Webmail Administrator Ondersteuning.
Hebt u mijn bericht over de erfenis gelezen? Ik zou het op prijs stellen als u mij zou antwoorden voor meer details.