You are not logged in.
.... 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
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
wheres renderaccel at?
Offline
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
wheres renderaccel at?
/etc/X11/xorg.conf
Offline
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
fiand in ~/.bashrc add:
umask 377
/usr/X11R6/bin/xauth extract /tmp/user.xauth $DISPLAY
umask 022Be 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
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