Bug#667515: libpam-systemd: version 44-1 breaks sudo

2012-04-04 Thread Matthias Berndt
Package: libpam-systemd Version: 44-1 Severity: normal Hi, since systemd was upgraded to version 44-1, sudo doesn't work on my system any longer. When trying to run a command with sudo, it prints nothing and terminates with an exit status of 143. It works when booting with sysvinit rather than

Bug#663469: closed by Marco d'Itri m...@linux.it (Re: Bug#663469: kmod loads modules even though they're blacklisted)

2012-03-12 Thread Matthias Berndt
Hi Marco, It makes more sense this way. I had hoped for actual arguments, not for arbitrary assertions like this one. I don't think so: I hadn't changed my /etc/modules for months. Yet, since the introduction of kmod, the radeon module is loaded, and it wasn't before, so clearly something

Bug#663469: closed by Marco d'Itri m...@linux.it (Re: Bug#663469: kmod loads modules even though they're blacklisted)

2012-03-12 Thread Matthias Berndt
Hi Marco, You explicitly requested that the module should be loaded, so I believe that it is reasonable to load it. Well, I explicitly put it on a blacklist, so I believe that it is reasonable to not load it. Clearly, this kind of argument isn't getting anybody anywhere. Therefore, I think

Bug#663469: kmod loads modules even though they're blacklisted

2012-03-11 Thread Matthias Berndt
Package: kmod Version: 6-1.1 Severity: normal Hi, I have the fglrx-driver package installed. It includes /etc/modprobe.d/fglrx- driver.conf, which blacklists the radeon module, but the radeon module is loaded nevertheless at boot time. Cheers Matthias -- System Information: Debian Release:

Bug#663469: kmod loads modules even though they're blacklisted

2012-03-11 Thread Matthias Berndt
Hi Marco, thank you for your reponse. I think I've figured out why the radeon module is loaded at boot time on my system. It is mentioned in my /etc/modules. /etc/init.d/kmod reads this file and loads every module in it with modprobe $module $args I think the -b flag should be used here.

Bug#663469: closed by Marco d'Itri m...@linux.it (Re: Bug#663469: kmod loads modules even though they're blacklisted)

2012-03-11 Thread Matthias Berndt
Hi Marco, No, it should not. Care to elaborate? Before kmod was introduced, the blacklist took precedence over /etc/modules. Why do you think this is supposed to change? Cheers Matthias -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#643978: texmacs: impossible to type sz ligature

2011-10-07 Thread Matthias Berndt
Hi, Seems like it possible to get the ß by typing \ss Enter. Yes, I found that out recently too. Btw, this bug seems to be locale-related. It only occurs with the german locale; when I run it with LC_ALL=C, I can type ß just fine. Also, the bug doesn't occur when viewing the source. Cheers

Bug#643978: texmacs: impossible to type sz ligature

2011-10-01 Thread Matthias Berndt
Package: texmacs Version: 1:1.0.7.13-1 Severity: important Hi, since the latest upgrade to the qt-based version, I can't type the ß character any longer. When I do, I get a ÿ character instead. I'm marking this as important because it's essentially impossible to write any significant amount of

Bug#641374: g++-4.6: internal compiler error with a simple program in C++0x mode

2011-09-12 Thread Matthias Berndt
Package: g++-4.6 Version: 4.6.1-10 Severity: normal Hi, the following program causes a segmentation fault in cc1plus when I compile it with g++ -std=c++0x. templatetypename T struct bla {}; templatetypename U, typename V auto operator*(const U u, const blaV v) - bladecltype(u*v) { return

Bug#634472: systemd doesn't start dbus.socket

2011-07-19 Thread Matthias Berndt
Hi Tollef, thank you for your reply. I do not have nfs-common installed, but the problem may yet be the same. Here's an excerpt from my /var/log/dmesg: [5.413304] systemd[1]: Found ordering cycle on basic.target/start [5.413312] systemd[1]: Walked on cycle path to sockets.target/start

Bug#634472: duplicate

2011-07-19 Thread Matthias Berndt
Hi, I think that this bug report is actually a duplicate of bug 622881. Here's a quote from Christian Weeks in that bug: OK, so I've found the root cause. nfs-common and rpcbind both have Default-Start: S and create symlinks in /etc/rcS.d/ This appears to confuse systemd which makes them a

Bug#634472: systemd doesn't start dbus.socket

2011-07-19 Thread Matthias Berndt
Hi, I suspect # chkconfig: 2345 50 75 in the setserial init script might be to blame. Any chance you could remove that line and see if that fixes it? Yes, removing that line does fix the problem. Regards Matthias -- To UNSUBSCRIBE, email to

Bug#634472: systemd doesn't start dbus.socket

2011-07-18 Thread Matthias Berndt
Package: systemd Version: 29-1 Severity: normal Hi, After I installed systemd today, I noticed that NetworkManager had stopped working. There were two reasons, the first was that NetworkManager wasn't enabled; this could easily be fixed with systemctl enable NetworkManager.service. But that

Bug#632938: g++-4.6: fix

2011-07-09 Thread Matthias Berndt
Package: g++-4.6 Version: 4.6.1-2 Followup-For: Bug #632938 Hi, I wrote Jason Merrill about this, and he told me that it was fixed in the 4.6 branch in revision 176087. Cheers Matthias -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable')

Bug#632938: fix

2011-07-09 Thread Matthias Berndt
Hi, I mailed Jason Merrill about this, as he wrote the patch that broke it. He told me he fixed it in revision 176087 of the 4.6 branch. Could you package that fix? Cheers Matthias -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#632938: fix

2011-07-09 Thread Matthias Berndt
I would prefer if that would be tractable by an upstream report. I currently can't see any connection about the upstream commit and the debian report :-/ The commit adds a regression test which exhibits the exact same behaviour as the test case I've sent you. It compiles fine without

Bug#632938: g++-4.6: 4.6.1-2 broke boost::multi_array when compiling with -std=c++0x

2011-07-07 Thread Matthias Berndt
Package: g++-4.6 Version: 4.6.1-2 Severity: normal Hi, with g++-4.6.1-1, the following program compiled fine with the -std=c++0x command line switch: #include boost/multi_array.hpp int main() { boost::multi_arrayint, 3 x(boost::extents[1][2][3]); } Since g++-4.6.1-2, it doesn't compile any

Bug#614143: os-prober: generated linux entries don't use UUIDs for root= parameter

2011-03-09 Thread Matthias Berndt
Hi Colin, thank you for your response. I don't think this is generally safe. Well, on the other hand, the current assumption that the device files are named the same on debian and fedora doesn't seem to be safe either. It relies on the kernel in question coming with an initramfs with

Bug#614143: os-prober: generated linux entries don't use UUIDs for root= parameter

2011-02-19 Thread Matthias Berndt
Package: os-prober Version: 1.44 Severity: normal Tags: sid patch Hi, As you probably know, os-prober is used by grub-mkconfig to generate grub.cfg entries for other operating systems. Today I ran update-grub in order for it to pick up the Fedora 14 Kernel I had installed today. The command line

Bug#575177: plymouth: This is *not* fixed

2011-02-15 Thread Matthias Berndt
Package: plymouth Version: 0.8.3-18+b1 Severity: normal Daniel, I don't know what your reasons are for marking this bug as resolved, but it just isn't. I see it every time when I enable plymouth. If you need further information, I'm of course willing to provide it, but I don't know what kind of

Bug#453069: Xorg server crashes when compositing is enabled

2011-01-28 Thread Matthias Berndt
Hi, Hi Matthias, is it going better with an X stack from squeeze/sid, or from experimental? KiBi. The bug doesn't occur any longer on my machine. However, both my hard- and my software have changed since then, so that doesn't necessarily mean it's fixed. Cheers Matthias -- To

Bug#608438: kmix: high cpu usage when using pulseaudio

2010-12-30 Thread Matthias Berndt
Package: kmix Version: 4:4.4.5-1 Severity: important Tags: sid Hi, When I start kmix while pulseaudio is running, it doesn't work. No tray icon or window appears. There is a process named kmix, which always causes 100% CPU usage on one of the CPU cores. I've run strace on it, and it keeps doing

Bug#575177: So, will this be reopened?

2010-09-22 Thread Matthias Berndt
Or will you keep pretending that it doesn't exist? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#575177: closed by Daniel Baumann dan...@debian.org (Bug#575177: fixed in plymouth 0.8.3-7)

2010-09-22 Thread Matthias Berndt
Hey, I just realized that earlier on I sent a reply directly to Daniel instead of sending it to the debian bug tracker. Here's what it said: please check that your /usr/share/initramfs-tools/scripts/init-premount/plymouth contains the line: /sbin/plymouthd --mode=boot

Bug#575177: closed by Daniel Baumann dan...@debian.org (Bug#575177: fixed in plymouth 0.8.3-7)

2010-09-07 Thread Matthias Berndt
Hi, I just installed 0.8.3-8, and the bug is still there. Therefore, please reopen this bug report. Regards Matthias -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#583491: This is fixed

2010-08-11 Thread Matthias Berndt
Hi, this bug seems to have been fixed. kdm now works fine for me. Regards Matthias -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#588770: (no subject)

2010-07-26 Thread Matthias Berndt
Well, i just set modules=dep back to modules=most. It makes my initramfs a bit bigger, oh well... -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#588770: initramfs-tools: modules=dep in initramfs.conf breaks suspend-to-disk

2010-07-12 Thread Matthias Berndt
Package: initramfs-tools Version: 0.97.2 Severity: normal Tags: sid Hi, i just noticed using modules=dep instead of modules=most breaks suspend-to-disk for me. My swap partition lies on a PATA disk while my root file system lies on a SATA disk, so the needed PATA drivers aren't loaded and thus

Bug#584972: Never mind

2010-06-08 Thread Matthias Berndt
Hi, sorry for reporting this bug. The module is shown when using osynctool -- listplugins. It seems that msynctool and multisync0.90 only show opensync 0.2 plugins, while the syncml plugin implements the 0.4 API. This bug should probably be closed. Regards Matthias -- To UNSUBSCRIBE,

Bug#584972: opensync-plugin-syncml: opensync doesn't find syncml plugin

2010-06-07 Thread Matthias Berndt
Package: opensync-plugin-syncml Version: 0.39-1 Severity: grave Tags: sid Justification: renders package unusable Hi, after installing opensync-plugin-symcml, it doesn't show up in multisync0.90. It also doesn't show up in msynctool --listplugins. -- System Information: Debian Release:

Bug#584226: linphone: doesn't start due to missing library

2010-06-02 Thread Matthias Berndt
Package: linphone Version: 3.3.0-2 Severity: grave Tags: sid Justification: renders package unusable When trying to start linphone-3 or linphonec, i get the following error message: linphone-3: error while loading shared libraries: libva-0.31.0.6.so.1: cannot open shared object file: No such

Bug#534956:

2010-05-27 Thread Matthias Berndt
Package: amarok Version: 2.3.0-2 Severity: normal This kind of crap is *exactly* the reason why linux *still* didn't conquer the desktop. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux

Bug#583491: kdm doesn't start

2010-05-27 Thread Matthias Berndt
Package: kdm Version: 4:4.4.3-1 Severity: important Tags: sid Hi, since i've upgraded to KDE 4.4 from 4.3, kdm doesn't start any more. When running /etc/init.d/kdm start, the X server starts and immediately stops again. I have no idea what the cause may be, but there is a suspicious line in the

Bug#582716:

2010-05-26 Thread Matthias Berndt
Package: phonon Version: 4:4.6.0really4.4.1-2 Severity: normal Hi, I just wanted to mention that i'm experiencing this bug as well cheers -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux

Bug#575177: plymouth: very strange output with the text plugin

2010-05-09 Thread Matthias Berndt
Hi Daniel, fyi: uploaded 0.8.3-1 yesterday. Yeah, I'd like to try it, but the dependencies are still broken. Plymouth runs fine without nouveau libdrm when using the text plugin, thus Depends: is simply not the right relation in this case. Please use Recommends: for nouveau libdrm. Having

Bug#575177: nouveau dependency

2010-04-17 Thread Matthias Berndt
it needs to, No, it doesn't. otherwise it doesn't work with nvidia cards, obviously. The Debian Package Maintainers' guide says that Depends: should be used if your program absolutely will not run (or will cause severe breakage) unless a particular package is present. This is obviously not

Bug#575177: nouveau dependency

2010-04-17 Thread Matthias Berndt
Am Samstag 17 April 2010 16:55:49 schrieben Sie: we have not broken out the individual renderers into different packages, except the x11 one, so it has to. No, it doesn't. Use Recommends or Suggests, this is what they're for. -- To UNSUBSCRIBE, email to

Bug#575177: plymouth: very strange output with the text plugin

2010-04-15 Thread Matthias Berndt
Hi, this new release didn't change anything. btw, i don't think that plymouth should depend on nouveau's libdrm. Regards Matthias -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#519832: mozplugger: keystrokes don't reach swallowed windows

2010-04-15 Thread Matthias Berndt
Hi, i have this problem too. Can anything be done about this? Regards Matthias -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#574755:

2010-03-23 Thread Matthias Berndt
Package: plymouth Version: 0.7.2-4 Severity: normal Hi, i just realized that my problem is probably unrelated to this bug as it applies only to plymouth's text plugin. Feel free to ignore my previous comment. Regards Matthias -- System Information: Debian Release: squeeze/sid APT prefers

Bug#575165: plymouth: /etc/debian_version is needed in initramfs

2010-03-23 Thread Matthias Berndt
Package: plymouth Version: 0.7.2-4 Severity: normal Tags: experimental Hi, the plymouth text plugin tries to read /etc/debian_version while booting, but this file is missing in the initramfs. Due to a bug in plymouth, it even crashes if this file can not be found (though this is fixed in

Bug#575177: plymouth: very strange output with the text plugin

2010-03-23 Thread Matthias Berndt
Package: plymouth Version: 0.7.2-4 Severity: important Tags: experimental Hi, the text splash screen looks very odd on my system. It seems that init prints its messages to the terminal that plymouth uses. I'm attaching a screen shot. Regards Matthias -- System Information: Debian Release:

Bug#574755:

2010-03-21 Thread Matthias Berndt
Package: plymouth Version: 0.7.2-4 Severity: normal Hi, I'm getting the same error message, but I don't know if the cause is the same. The problem seems to be a NULL pointer dereference in plymouthd's text plugin. What I did was to start plymouthd by hand with /sbin/plymouthd --mode=shutdown,

Bug#570989: mozplugger ignores its config file

2010-02-22 Thread Matthias Berndt
Package: mozplugger Version: 1.13.2-1 Severity: important mozpluggerrc completely ignores its configuration files on my system. I tried to add a new mime type to /etc/mozpluggerrc, and it didn't show up on Iceweasel's about:plugins page. Even if I remove /etc/mozpluggerrc nothing happens

Bug#570989: mozplugger ignores its config file

2010-02-22 Thread Matthias Berndt
Hi Alessio, the only additional information i can give you is that is just discovered that mozplugger reads the configuration file if i create a new profile in iceweasel. I don't know what may be causing it or how you could reproduce it. Regards Matthias Berndt -- To UNSUBSCRIBE, email

Bug#567728: grub-common: update-grub fails to generate a valid entry for my windows 7 installation

2010-01-30 Thread Matthias Berndt
Package: grub-common Version: 1.98~20100128-1 Severity: important Hi, the latest grub2 update broke the windows 7 entry. When i run update-grub, i get the following output: Generating grub.cfg ... Found background image: moreblue-orbit-grub.png Found linux image: /boot/vmlinuz-2.6.32-trunk-686

Bug#567040: 915resolution module prevents grub2 from booting

2010-01-26 Thread Matthias Berndt
Package: grub-pc Version: 1.98~20100115-1 Hi, i'm running Debian on my netbook, a Point of View Mobii. lspci says the following about the graphics chipset: 00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel

Bug#563590: proper fix

2010-01-07 Thread Matthias Berndt
... Regards Matthias Berndt 85,86c85 readlink /proc/self/fd/0 | grep -q -e /dev/vc -e '/dev/tty[^p]' -e /dev/console if [ $? -eq 0 ] ; then --- if readlink /proc/self/fd/0 | grep -q -e /dev/vc -e '/dev/tty[^p]' -e /dev/console; then

Bug#505635: [xserver-xorg-input-evdev] keyboard acts as if I had pressed every key multiple times.

2008-11-16 Thread Matthias Berndt
Please send your full X log and config. What do you expect to find there? Anyway, I'm attaching them. Also please avoid using reportbug-ng, it generates bug reports which lack a lot of important information. Then you (or someone else, I don't care) should fix it. After all, you want end users

Bug#505635: [xserver-xorg-input-evdev] keyboard acts as if I had pressed every key multiple times.

2008-11-13 Thread Matthias Berndt
Package: xserver-xorg-input-evdev Version: 1:2.0.99.3-1 Severity: grave --- Please enter the report below this line. --- Since I upgraded xserver-xorg-input-evdev from 1:2.0.3-2 to 1:2.0.99.3-1, the driver is completely broken for me. I used it for my USB keyboard, but since the upgrade, every

Bug#480488: [manpages-de-dev] intro(2) is outdated.

2008-05-10 Thread Matthias Berndt
Package: manpages-de-dev Version: 0.5-4 Severity: normal --- Please enter the report below this line. --- The german intro(2) man page is outdated. It still refers to the _syscall macros which are obsolete according to the english _syscall(2) man page. --- System information. --- Architecture:

Bug#468317: Problems with Plextor PX-W4012A and Asrock AM2NF3-VSTA

2008-05-09 Thread Matthias Berndt
It looks as if this problem was fixed with .25. At least I haven't experienced it again since I switched to the new kernel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#468317: Problems with Plextor PX-W4012A and Asrock AM2NF3-VSTA

2008-02-28 Thread Matthias Berndt
Package: linux-image-2.6.24-1-686 Version: 2.6.24-4 Severity: normal --- Please enter the report below this line. --- Hi, since 2.6.24 i have problems with my cd recorder. Sometimes it works fine, but sometimes I keep getting messages like this one when booting: ide: failed opcode was: unknown

Bug#462332: yelp doesn't find some info pages

2008-02-16 Thread Matthias Berndt
Does the GCC info page still appear in the index, when you start yelp and click “Info pages” ? It shows up as gcc-4.1 there. In fact, when I enter yelp info:gcc-4.1, the info page is shown. However, other programs such as GNU info, pinfo or khelpcenter seem to do some guessing when they can't

Bug#465541: post-installation script doesn't work in zsh

2008-02-12 Thread Matthias Berndt
Package: mplayer Version: 1.0~rc2-8 Severity: normal --- Please enter the report below this line. --- Hi, I just noticed that the post-installation script fails when /bin/sh points to /usr/bin/zsh rather than /bin/bash. This should be fixed. --- System information. --- Architecture: i386

Bug#465537: post-installation script doesn't work with zsh

2008-02-12 Thread Matthias Berndt
Package: dhcp3-client Version: 3.1.0-3 Severity: normal --- Please enter the report below this line. --- Hi, being a zsh user, I just noticed that the post-installation script fails when /bin/sh points to /usr/bin/zsh rather than /bin/bash. This should be fixed. --- System information. ---

Bug#465539: post-installation script doesn't work in zsh

2008-02-12 Thread Matthias Berndt
Package: dictionaries-common Version: 0.95.2 Severity: normal --- Please enter the report below this line. --- Hi, I just noticed that the post-installation script fails when /bin/sh points to /usr/bin/zsh rather than /bin/bash. This should be fixed. --- System information. --- Architecture:

Bug#465540: post-installation script doesn't work in zsh

2008-02-12 Thread Matthias Berndt
Package: htdig Version: 1:3.2.0b6-5 Severity: normal --- Please enter the report below this line. --- Hi, I just noticed that the post-installation script fails when /bin/sh points to /usr/bin/zsh rather than /bin/bash. This should be fixed. --- System information. --- Architecture: i386 Kernel:

Bug#465029: (no subject)

2008-02-11 Thread Matthias Berndt
I also have this problem with virtualbox. Gwenview once popped up an error message saying undefined symbol: stat64 too. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#354574: (no subject)

2008-02-09 Thread Matthias Berndt
I now understand why Schilling doesn't like Eduard Bloch; calling other people's work cruft or clump is just plain rude. Anyway, I suggest that you either upgrade or remove this package. In it's current state, it's useless anyway, and people are confused, because as Eduard pointed out already,

Bug#462332: yelp doesn't find some info pages

2008-01-23 Thread Matthias Berndt
Package: yelp Version: 2.20.0-1 Severity: normal --- Please enter the report below this line. --- When I type yelp info:libc in a terminal, yelp displays the libc info page just as it should. When I type yelp info:gcc, it shows the gcc man page instead of the info page (I do have the gcc info

Bug#461783: X.org segfaults all the time since last update

2008-01-20 Thread Matthias Berndt
Package: xserver-xorg-core Version: 2:1.4.1~git20080118-1 Severity: important --- Please enter the report below this line. --- Hi, I'm running Sid here, and since the last update, X.org segfaults all the time. This is the relevant entry from the dpkg log file: 2008-01-19 23:42:40 upgrade

Bug#461783: (no subject)

2008-01-20 Thread Matthias Berndt
Thank you. I've written a new xorg.conf file (or rather, I had debconf write a new one), and it works now. I guess this bug can be closed then. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#461783: (no subject)

2008-01-20 Thread Matthias Berndt
Yes, I've attached a copy of the file. I took it over from my OpenSuse 10.1 installation, so there's a lot of junk in it... xorg.conf Description: application/trash

Bug#453054: EXA doesn't work.

2007-11-28 Thread Matthias Berndt
Ok, the problem seems to be that EXA is only available for G80 boards (Geforce 8000 or so) from what I see in the changelog. I'm sorry, I should have read properly. Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#453069: (no subject)

2007-11-27 Thread Matthias Berndt
You'l probably find this core dump more useful (at least it has less question marks when I load it with kdbg). http://rapidshare.com/files/72669682/core.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#453069: Xorg server crashes when compositing is enabled

2007-11-27 Thread Matthias Berndt
You should install xserver-xorg-core-dbg, I have that package installed switch to the nv driver (we can't do anything about nvidia), Both of the core dumps I've posted are from X with the nv driver. get a new core if needed, run gdb /usr/bin/Xorg core and then enter bt full. Send us

Bug#453069: Xorg server crashes when compositing is enabled

2007-11-27 Thread Matthias Berndt
You should install xserver-xorg-core-dbg, I have that package installed switch to the nv driver (we can't do anything about nvidia), Both of the core dumps I've posted are from X with the nv driver. get a new core if needed, run gdb /usr/bin/Xorg core and then enter bt full. Send us

Bug#453069: Xorg server crashes when compositing is enabled

2007-11-27 Thread Matthias Berndt
You should install xserver-xorg-core-dbg, I have that package installed switch to the nv driver (we can't do anything about nvidia), Both of the core dumps I've posted are from X with the nv driver. get a new core if needed, run gdb /usr/bin/Xorg core and then enter bt full. Send us

Bug#453054: EXA doesn't work.

2007-11-27 Thread Matthias Berndt
Please send your whole xorg.conf (reportbug should have done that for you actually). Brice See attachment... It's quite a mess though. # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 ([EMAIL PROTECTED]) Wed Jun 13 18:39:30 PDT 2007 #

Bug#453054: EXA doesn't work.

2007-11-26 Thread Matthias Berndt
Package: xserver-xorg-video-nv Version: 1:2.1.6-1 Severity: normal --- Please enter the report below this line. --- In the nv man page, it says: Option AccelMethod string Choose acceleration architecture, either XAA or EXA. In my xorg.conf i have the line Option AccelMethod EXA

Bug#453069: Xorg server crashes when compositing is enabled

2007-11-26 Thread Matthias Berndt
Package: libxcomposite1 Version: 1:0.3.2-1+b1 Severity: important --- Please enter the report below this line. --- The Xorg server crashes under certain circumstances on my system when compositing is enabled, both with the nv driver and nvidias binary nvidia driver. To reproduce, I do the