Mark Kettenis <[email protected]> wrote:
> So please be specific about your software environment (xdm or startx,
> window manager, etc.) and see if you can reproduce this with a
> minimal/default environment (startx + fvwm).
Running xinit (or startx) I could reproduce it using cwm, fvwm, fvwm2 and twm.
# ~/.xinitrc
export XLIB_SKIP_ARGB_VISUALS=1
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
export GDK_USE_XFT=1
export MOZ_DISABLE_PANGO=1
export LC_CTYPE=en_US.UTF-8
cwm_init()
{
bg='rgb:5/5/5'
fg='rgb:c/c/c'
height='24'
font=fixed
xsetroot -solid $bg
LC_CTYPE=C xclock -name docked-xclock -fg $fg -bg $bg \
-norender -font $font -digital -padding 5 \
-strftime "%A, %b %e %H:%M:%S" \
-geometry 166x${height}-0+0 &
LC_CTYPE=C xbiff -name docked-xbiff -bg $bg -fg $fg \
-geometry 28x${height}-180+0 &
LC_CTYPE=C xload -name docked-xload -bg $bg -fg $fg \
-hl $bg -nolabel -geometry 28x${height}-220+0 &
exec cwm
}
setxkbmap -model "pc105" -variant "basic" es -option "terminate:ctrl_alt_bksp"
synclient TouchpadOff=1
which xcalib >/dev/null 2>&1 && xcalib $HOME/.icc-profiles/tft.icc
xset r rate 200 50
xset mouse 0
#exec fvwm2
cwm_init
# End of ~/.xinitrc
>
> Cheers,
>
> Mark
>
>
Walter