Vitor,

On Sunday, 2021-05-09 21:08:15 -0300, Vitor Hugo Nunes dos Santos wrote:

> ...
> After the install and configuration of Xorg, I decided to 'startx' and
> open xterm in fvwm.
> 
> Upon pressing the button to launch it, nothing came up. When closing
> fvwm, I saw the following message being printed ad nauseam to the screen:
> 
> open ttydev: I/O error

No idea what's the cause, but I had success with a small script contain-
ing:

   fvwm --replace &
   while sleep 1 && ! ps -efu rainer | grep FvwmIconMan | grep -qv grep
   do :
   done
   sleep 1
   xterm -geometry 80x40+0+0 -xrm "*Page:0 0 0" &

This script is in turn started upon login  via Xfce's "Application Auto-
start" tab of the "Settings -> Session and Startup" menu.   If you don't
start "FvwmIconMan" in your "~/.fvwm/config" file, replace it in the ab-
ove "grep" command with a module you do start.

Hope that helps.

Sincerely,
  Rainer

Reply via email to