您的位置:首页 > 其它

FreeBSD 安装KDE and gnome

2011-01-17 13:09 489 查看
1.无法启动

#startx

command not found

解决方法:

#cd /usr/ports/x11/xorg

#make clean install

2.启动时出现错误提示

(EE) Failed to load module "vmware" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
exec: startkde: not found

解决方法:
#cd /usr/ports/x11-drivers/xf86-video-vmware
#make install clean
#cd /usr/ports/x11-drivers/xf86-video-fbdev
#make clean install
3.启动desktop

对KDE:

#echo "exec /usr/local/kde4/bin/startkde" > ~/.xinitrc

#startx

对gnome:

#echo "/usr/X11R6/bin/gnome-session" >~/.xinitrc
#startx

若以普通用户登录:

#Xorg -configure

#cp /root/xorg.conf.new /home/test/xorg.conf.new

对KDE :# echo "exec /usr/local/kde4/bin/startkde" > /home/test/.xinitrc

对gnome: #echo "/usr/X11R6/bin/gnome-session" > /home/test/.xinitrc

4.启动后鼠标不能正常使用

添加下面内容到/etc/rc.conf

hald_enable="YES"
dbus_enable="YES"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: