> rookie says hello!
> 1.
> am using a script to start X (from /usr/local/bin/)
> this is the script: (startx --32bpp > ~/.x-errors 2>&1)
> why does X only fire up in 8 bit mode? (my 4meg video card gets
> detected)
The correct syntax is startx -- -bpp 32 !! options before the -- go to
the startx-script, options behind the -- are passed to the xserver.
Quote:> and 2.
> i can start xdm, but i can't stop it. did my best to rtfm.
what did you do to stop it? why do you want to stop it? you can switch
to a console by pressing ctrl+alt+FX (normally X=1...6) and back with
alt+F7. So when you normally work with X there is no need to stop it. If
you really want to stop it, type ps axw | grep xdm note the process-id
and kill it with kill <process-id> or by typing killall xdm. that should
make it. If you use a different runlevel with xdm and without, you can
change that by typing init <runlevel> being root.
Hope that helped
Sascha
Quote:> thanks in advance.
> -brett