Fusselbär
Makefile Voyeur
Hallo,
zur Zeit haben wir ja zwei Hinweise in UPDATING:
Schätze mal, dass nvidia-driver mit newcons noch nicht nutzbar ist.
Mein KERNCONF Eintrag für vt:
Zum Glück hatte ich noch den USB-Stick für die PC-BSD Installation auf dem Tisch liegen, mit dem ich vom Live System auf dem USB-Stick zugreifend dann den kern.vty=vt Eintrag in der /boot/loader.conf unschädlich machen konnte. Denn FreeBSD Single User Mode benutzen war dann mit newcons leider ebenfalls unmöglich. 
zur Zeit haben wir ja zwei Hinweise in UPDATING:
Ich habe das dann mal mit newcons hier probiert, aber ich benutze den nvidia-driver. Mit nvidia-driver ging das leider schief. Es gab nichts zu sehen beim booten, aber dann Crash mit darauf folgenden reboot.20141003:
AFFECTS: xorg users
AUTHOR: bapt@FreeBSD.org
The WITH_NEW_XORG setting has been activated by default on all versions
of FreeBSD, which allows us to have packages for xorg 1.12 and kde4.
Please be aware that on systems that only support syscons
switching virtual terminals or exiting X
results in a black screen or the last image of their desktop
(like a screenshot) being presented. Commands can still be typed blindly.
Most, if not all, systems should be using vt(4) and this can be enabled
by setting kern.vty=vt in /boot/loader.conf and reboot to activate.
20141001:
AFFECTS: xorg users
AUTHOR: bapt@FreeBSD.org
The WITH_NEW_XORG setting has been activated by default on FreeBSD 10.0
and above, which allows us to have packages for xorg 1.12 and kde4.
Please be aware that on systems that only support syscons
switching virtual terminals or exiting X
results in a black screen or the last image of their desktop
(like a screenshot) being presented. Commands can still be typed blindly.
Most, if not all, systems should be using vt(4) and this can be enabled
by setting kern.vty=vt in /boot/loader.conf and reboot to activate.
Schätze mal, dass nvidia-driver mit newcons noch nicht nutzbar ist.
Mein KERNCONF Eintrag für vt:
Code:
grep -A3 "virtual terminal console driver" /usr/src/sys/`uname -m`/conf/`uname -i`
# vt -- virtual terminal console driver
device vt
options TERMINAL_NORM_ATTR=(FG_GREEN|BG_BLACK)
options TERMINAL_KERN_ATTR=(FG_RED|BG_BLACK)
