You are not logged in.

#1 2005-10-20 21:00:22

ammiellodebar
Member
Registered: 2005-03-10
Posts: 23

Gtk-gnutella/Bittorrent crashes X

.... Yeah when i run anything that downloads (ive only seen this with gtk-gnutella and bittorrent.. X crashes....

Anyone know whats wrong?
Thanks,
Mike

Offline

#2 2005-10-20 21:46:24

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Gtk-gnutella/Bittorrent crashes X

downloading shouldn't be related to X at all... try using "bittorrent-curses" in a terminal and see if it causes the same thing.
It probably won't, which implies it's not a download problem, but a drawing problem... random guess based on commonality is that it is somehow related to "progress bars" - if you're on an nvidia, try shutting RenderAccel off.

Offline

#3 2005-10-21 01:24:38

ammiellodebar
Member
Registered: 2005-03-10
Posts: 23

Re: Gtk-gnutella/Bittorrent crashes X

wheres renderaccel at?

Offline

#4 2005-10-21 02:22:16

ammiellodebar
Member
Registered: 2005-03-10
Posts: 23

Re: Gtk-gnutella/Bittorrent crashes X

When im in root i get a Xlib: connection failed to :0.0 when running something that uses X on the desktop.. how do i fix this?

Offline

#5 2005-10-21 04:20:18

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Gtk-gnutella/Bittorrent crashes X

ammiellodebar wrote:

wheres renderaccel at?

/etc/X11/xorg.conf

Offline

#6 2005-10-21 04:27:01

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Gtk-gnutella/Bittorrent crashes X

ammiellodebar wrote:

When im in root i get a Xlib: connection failed to :0.0 when running something that uses X on the desktop.. how do i fix this?

In /root/.bashrc add

if [ -f /tmp/user.xauth ]; then
    xauth merge /tmp/user.xauth
fi

and in ~/.bashrc add:

    umask 377
    /usr/X11R6/bin/xauth extract /tmp/user.xauth $DISPLAY
    umask 022

Be aware that running X apps as root can be a security risk (like any other apps running as root).  The only X app I run as root is emacs to edit system files.

Offline

#7 2005-10-21 21:22:50

ammiellodebar
Member
Registered: 2005-03-10
Posts: 23

Re: Gtk-gnutella/Bittorrent crashes X

Thanks with the help with root, i need root to run ardour and jackd otherwise i run into some FIFO problems or something.............

And RenderAccel isnt even assigned in my xorg.conf, any other solutions?

Offline

Board footer

Powered by FluxBB