bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Screensaver support for the Hurd console


From: Ognyan Kulev
Subject: Re: Screensaver support for the Hurd console
Date: Sun, 09 Jan 2005 09:04:32 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5

Alfred M. Szmidt wrote:
(set! driver-path '("~/console-drivers" "/lib/hurd/console-client"))
(set! drivers '(vga pc_kbd pc_speaker))

(set! vga/font "10x20")
(set! vga/max-colors 256)

(set! dpms/standby 'vga-standby
(set! dpms/off 'vga-off
(set! dpms/standby-timeout 400)

Isn't it enough something like that:

console ... -d vga font=10x20 max-colors=256 -d dpms standby=vga-standby standby-timeout=400 off=vga-off ...

(I know there is no dpms driver -- it's just an example.)

This could allow Guile configuration too.

This breaks the /dev/vcs argument so it should become option (with /dev/vcs as default?).

To get help for driver:

console -d vga help

Regards,
ogi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]