On Tue, Nov 09, 1999 at 08:53:10PM +0200, Andreas Meyer wrote:
> Hello all!
> 
> After installing Gnome with all dependencies and the
> xserver-fbdev3.3.2.3a-11.deb and doing a 'panel' I get a "Gdk-warning:
> CanĀ“t open display". Same with 'gnome &panel'.

I you have a video card that can be accelerated under one of the other X
servers (like SVGA) I'd use that. Last I looked, the fbdev X server
didn't do accelleration, which really dogs the system.

Shouldn't that line be:
panel &

But, you need to do 'gnome-name-service &' first.

You weren't trying to do that from an su'ed terminal, now were you?

Try a .xinitrc (.xsession) like:

#!/bin/sh
xterm &
esd &
gnome-name-service &
panel &
exec icewm 

You can set-up all the gnome stuff and use the session manager from the
panel. Then you can change .xinitrc (--> .xsession) to

#!/bin/sh
exec gnome-session

-- 
+----------------------------------------------------+
| Eric G. Miller                        egm2@jps.net |
| GnuPG public key: http://www.jps.net/egm2/gpg.asc  |
+----------------------------------------------------+

Reply via email to