On Tue, Oct 31, 2000 at 07:51:15AM -0800, thus spake Sean 'Shaleh' Perry: > > On 31-Oct-2000 [EMAIL PROTECTED] wrote: > > i can fint the xinitrc in my HOME dir,how can i change the window manager > > in debian,i want to use gnome,not the GnuStep > > if you can not find it, it means it does not exist, which is true by default. > Simply create one. Mine looks like: > > geisha [~] $ cat ~/.xinitrc > bbkeys -w -m & > bbpal -p turtle -w & > wmmixer -w & > bbpager & > blackbox > > blackbox is the wm I use. If you are using xdm to start your X session you might need to call it
~/.xsession rather than .xinitrc. here's mine! ---------------------------------------------------- # This is the file to alter if starting up via xdm (graphical log-in) # Multi-purpose xinitrc/xsession Uncomment the Window Manager you want! # I want an xterm straight away xterm -geometry 80x20+10+50 -fn 7x14 -fg white -bg black & # ~/vital/tkdial & # below sets background for fvwm2 # xsetroot -solid darkslateblue & # for xscreensaver xscreensaver -timeout 2 -cycle 2 -no-splash & # should enable switchoff screen after inactivity xset dpms 0 1200 2400 # exec fvwm2 # exec wmaker # exec gnome-session exec blackbox ----------------------------------- HTH Glyn M -- ************************************************ * None can love freedom heartily but good men; * * the rest love not freedom but license * * John Milton * ************************************************