| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
The code looks for all the loaded screensaver modules, tries to
kldunload them, and only loads the new one if kldstat's output shows
that there aren't any left. However, the regexp looking for modules
to unload was still searching according to the the old naming scheme,
splash_<name>.ko, instead of <name>_saver.ko.
MFC after: 3 days
|
|
|
|
| |
cases. So we get rid of quite a few lines of duplicated code.
|
|
|
|
|
|
|
| |
The default stop method from rc.subr isn't suited for this
case and produces a bogus warning: "syscons not running".
Suggested by: matteo
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
into one function syscons_configure_keyboard(). Call new function from
both syscons_start() and sysconst_setkeyboard(). The reason for this
is because syscons_start() will (re)configure both keyboard and screen
settings. Apparently, some graphics cards have problems with running
vidcontrol(1) while X11 is running.
Remove "/etc/rc.d/syscons restart" from /etc/devd.conf. It is no longer
required. Using "/etc/rc.d/syscons setkeyboard" is enough. This also
should fix annoying "syscons not running?" message.
Tested by: Ulrich Spoerlein < q at galgenberg dot net >
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
| |
keyboard device name (i.e. /dev/kbd0). This method will do nothing is
kbdmux(4) is the current active keyboard, otherwise it will switch
active keyboard as requested.
Modify ukbd(4) entries in the /etc/devd.conf to use /etc/rc.d/syscons
and new 'setkeyboard' method.
No comments from: freebsd-current@
MFC after: 1 day
|
|
|
|
|
|
| |
since devd(8) now provides the same functionality.
Submitted by: Anish Mistry
|
|
|
|
|
|
|
| |
makes any sense.
Discussed with: dougb, brooks
MFC after: 3 days
|
|
|
|
| |
directive.
|
|
|
|
| |
Some suggestions from: rwatson, Ruben de Groot <mail25@bzerk.org>
|
|
|
|
| |
make it work for all non-i386 syscons platforms.
|
|
|
|
|
| |
Reported by: keramida, ume
Submitted by: keramida
|
| |
|
|
|
|
|
|
| |
rpcbind in -current.
Submitted by: Alexander Kabaev <ak03@gte.com>
|
|
|
|
|
|
|
|
| |
while. This is only the script pieces, the glue for the build comes next.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
Reviewed by: silence on -current and -hackers
Prodded by: rwatson
|
|
|
|
|
| |
variable names. There were minor differences in both cases, which were
needlessly confusing and inconsistent.
|
| |
|
|
|
|
|
|
| |
but runs kbdcontrol instead of vidcontrol.
Reviewed by: ru
|
|
|
|
| |
Reviewed by: Nick Hibma <n_hibma@qubesoft.com>
|
|
syscons sh code was identical on both platforms except for whitespace
differences.
|