Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2006 19:42:32 +0000 (UTC)
From:      Maksim Yevmenkin <emax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc devd.conf src/etc/rc.d syscons
Message-ID:  <200603211942.k2LJgWLW075559@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emax        2006-03-21 19:42:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc                  devd.conf 
    etc/rc.d             syscons 
  Log:
  MFC:
  
  Reorganize /etc/rc.d/syscons and move all keyboard related settings
  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 >
  Approved by:    re (hrs)
  
  Revision  Changes    Path
  1.26.2.4  +1 -1      src/etc/devd.conf
  1.13.2.2  +56 -46    src/etc/rc.d/syscons



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603211942.k2LJgWLW075559>