# cd /usr/ports/x11/xorg
# make install clean
# echo 'hald_enable="YES"' >> /etc/rc.conf
# echo 'dbus_enable="YES"' >> /etc/rc.conf
# /usr/local/etc/rc.d/hald start
# /usr/local/etc/rc.d/dbus start
# cd /root/
# Xorg -configure
# Xorg -config xorg.conf.new -retro
# mv /root/xorg.conf.new /etc/X11/xorg.conf
% whereis startfluxbox | awk '{print "exec " $2}' >> ~/.xinitrc
UNIXgod said:# cd /usr/ports/x11/xorg
# make install clean
# echo 'hald_enable="YES"' >> /etc/rc.conf
# echo 'dbus_enable="YES"' >> /etc/rc.conf
start the services:
# /usr/local/etc/rc.d/hald start
# /usr/local/etc/rc.d/dbus start
# cd /root/
# Xorg -configure
# Xorg -config xorg.conf.new -retro
if it works ctrl-alt-delete
# mv /root/xorg,conf.new /etc/X11/xorg.conf
install your preferred windows manager or desktop and follow the directions in the handbook under setting up your .xinitrc as your user.
example would be:
% whereis startfluxbox | awk '{print "exec " $2}' >> ~/.xinitrc
# mv /root/xorg,conf.new /etc/X11/xorg.conf
# mv /root/xorg.conf.new /etc/X11/xorg.conf
jotawski said:great but
# mv /root/xorg,conf.new /etc/X11/xorg.conf
should this be
# mv /root/xorg.conf.new /etc/X11/xorg.conf
wblock said:Yes, but even better to keep it in /usr/local/etc/X11/xorg.conf, as per hier(7).
% echo "exec" `where starte16` > ~.xinitrc
danf said:What if it doesn't work? I get a checkered screen with an X but The mouse doesn't work.