Results 1 to 2 of 2
This just started along with an error about /etc/udev/something about logitech mouse file does not exist... anyway, maybe the 2 are coincidence, but gray screen and fvwm utilities none the ...
- 04-08-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 9
I run startx all I get is fvwm utilities on Gray screen
This just started along with an error about /etc/udev/something about logitech mouse file does not exist... anyway, maybe the 2 are coincidence, but gray screen and fvwm utilities none the less... my ~/.xinitrc looks like this
exec fvwm-crystal
- 04-09-2009 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 452
well--here's another one: uses 6 virtual consoles
you've got to start some programs before your start the window manager
#!/bin/sh
#.xinitrc for "fvwm"
#1280x1024
#8vii8
#cleveland
xrdb -merge .Xresources
xsetroot -solid $BG -cursor_name top_left_arrow
xmodmap /etc/conf/Xmodmap
#
xterm -g 85x41+6-5 -bg navy -fg snow -ms red -bc -ls &
xterm -g 85x35+5+5 -bg pink -fg black -ms red -e su - & -BC
#
xeyes -geometry 172x152+580-20 -fg cyan -outline navy &
xman -geometry 66x66+545+410 -fn 7x13bold & #1
xcalc -g 240x390+545+4 -bg blue -fg papayawhip &
maze -g 240x332+545+500 &
#
swisswatch -noshape -geometry 65x68+636+410 &
xload -geometry 66x66+719+410 &
#
xli -zoom 16 -geometry 558x347+820+5 /etc/conf/doe_at_P_A.jpg &
xjed -geometry 50x44+820+349 -fn 9x15bold -file $FILE &
#
emacs -g 63x30+1284+10 -fn -adobe-*-*-r-*-*-*-240-*-*-*-*-*-* & #2
#
xterm -g 126x50+6+1035 -fn 10x20 -bg black -fg green -bc -ls & #3
rxvt -geometry 105x41+1287+1028 -fn 12x24 -bg navy -fg snow +sb -ls & #4
xterm -g 55x23+2800+150 -bg black -fg green -bc & #5
xterm -g 105x42+2566+1027 -bg black -fg snow -fn 12x24 -bc -ls & #6
exec fvwm
exit 0the sun is new every day (heraclitus)


Reply With Quote