PDA

View Full Version : Problem with wm.


yak_b
August 21st, 2009, 18:07
Hi,

I'm a new user of FreeBSD, i have installed a version but when i type fvwm i have a message: Can't display, ERROR, " ", .
The same for afterstep, and other wm which i installed by running sysinstall, package and choosing CD/DVD like source and choosing again all the ports available on the wm block (it's for helping me, perhaps i had maked an error in installation).

notes: -my installation is on VirtualBox.
-i think my version is 7.1.1.

graudeejs
August 21st, 2009, 18:30
$ echo 'exec fvwm &' >> ~/.xinitrc
$ startx

rghq
August 22nd, 2009, 02:34
Do you used "startx" after running the above command to launch a X Server ?

For "debugging" you may use:


cp ${HOME}/.xinitrc ${HOME}/.xinitrc_backup
echo xterm > ${HOME}/.xinitrc


First command creates a backup of the startup file, with the second one starting X only a terminal window appears from where you can start the WM of your choice.