Hi,
I finalized the installation of
. Almost everything is O.K. but there is one problem I couldn't solve. If I leave X and switch to console using
the screen is turning black with one message
. I have no access to the shell prompt.
Where is the clue ??
1. /boot/loader.con
2. /etc/ttys
3. /etc/rc.conf
Thanks
I finalized the installation of
Code:
FreeBSD 10.3-BETA2
Code:
Ctrl+Alt+F1
Code:
Entering power saving mode
Where is the clue ??
1. /boot/loader.con
Code:
nvidia_load="YES"
#Use new graphical console driver
kern.vt.fb.default_mode="1x1200"
#devil worship in loader logo
#loader_logo="beastie"
# Boot-time kernel tuning
kern.ipc.shmseg=1024
kern.ipc.shmmni=1024
kern.maxproc=10000
autotoboot_delay="5"
kern.vty="vt"
#hw.vga.textmode="1"
#splash_bmp_load="YES"
#bitmap_load="YES"
#bitmap_name="/boot/splash.bmp"
2. /etc/ttys
Code:
....
#
ttyv0 "/usr/libexec/getty Pc" xterm on secure
# Virtual terminals
ttyv1 "/usr/libexec/getty Pc" xterm on secure
ttyv2 "/usr/libexec/getty Pc" xterm on secure
ttyv3 "/usr/libexec/getty Pc" xterm on secure
ttyv4 "/usr/libexec/getty Pc" xterm on secure
ttyv5 "/usr/libexec/getty Pc" xterm on secure
ttyv6 "/usr/libexec/getty Pc" xterm on secure
ttyv7 "/usr/libexec/getty Pc" xterm on secure
ttyv8 "/usr/local/kde4/bin/kdm -nodaemon" on secure
3. /etc/rc.conf
Code:
hostname="ishwara"
kdm4_enable="YES"
kld_list="aio.ko coretemp.ko libiconv.ko libmchain.ko cd9660_iconv.ko msdosfs_iconv.ko cuse4bsd.ko"
keymap="fr.iso.acc."
ifconfig_re0="SYNCDHCP"
ifconfig_em0="SYNCDHCP"
sshd_enable="YES"
dumpdev="NO"
fsck_y_enable="YES"
webmin_enable="YES"
hald_enable="YES"
dbus_enable="YES"
webcamd_enable="YES"
devd_enable="YES"
tmpmfs="YES"
firewall_enable="yes"
firewall_type="workstation"
firewall_logging="YES"
firewall_nat_enable="YES"
syslogd_enable="YES"
clear_tmp_enable="YES"
mixer_enable="YES"
tmpsize="1024m"
fusefs_enable="YES"
snd_hda_load="YES"
moused_enable="YES"
powerd_enable="YES"
powerd_flags="-a hiadaptive -b adaptive"
hcsecd_enable="YES"
sdpd_enable="YES"
ntpd_enable="YES"
ntpd_flags="-g"
linux_enable="YES"
if_em_load="YES"
devfs_system_ruleset="localrules"
blank_time="NO"
rc_info="YES"
Thanks