hi, I'm using FreeBSD 8.2 with Asus notebook A42J (NVIDIA 310M) and installing xorg + kde4, but after I have done everything that happens is a black screen and I can not do ctrl + backspace or ctrl + alt + F1. Can you help me solve this problem?
oh yes, I do desktop configuration like this:
after I reboot, what happens is a black screen and can no longer return to the console.
oh yes, I do desktop configuration like this:
Code:
#echo ‘dbus_enable=â€YESâ€â€˜ >> /etc/rc.conf
Code:
#/usr/local/etc/rc.d/dbus start
Code:
#echo ‘hald_enable=â€YESâ€â€˜ >> /etc/rc.conf
Code:
#/usr/local/etc/rc.d/hald start
Code:
#reboot
Code:
#Xorg -configure
Code:
#cp /root/xorg.conf.new /etc/X11/xorg.conf
Code:
$echo exec /usr/local/kde4/bin/startkde4 > ~/.xinitrc
Code:
#echo ‘kdm4_enable=â€YESâ€â€˜ >> /etc/rc.conf
Code:
#edit /etc/ttys
ttyv8 “/usr/local/bin/xdm -nodaemon†xterm off secure
ttyv8 “/usr/X11R6/kde4/bin/kdm†xterm on secure
Code:
#reboot
after I reboot, what happens is a black screen and can no longer return to the console.