old-www/HOWTO/XFree-Local-multi-user-HOWTO/app_ruby_init_ruby_conf.html

265 lines
4.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>The global configuration file /etc/sysconfig/ruby.conf</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="XFree Local Multi-User HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="Experimental Backstreet Ruby configuration Script/ Service"
HREF="app_ruby_init.html"><LINK
REL="PREVIOUS"
TITLE="README.ruby_init explains how to configure and use the service."
HREF="app_ruby_init_redme.html"><LINK
REL="NEXT"
TITLE=" The ruby_init service /etc/init.d/ruby_init"
HREF="app_ruby_init_service.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>XFree Local Multi-User HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="app_ruby_init_redme.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Appendix D. Experimental Backstreet Ruby configuration Script/ Service</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="app_ruby_init_service.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="app_ruby_init_ruby_conf"
></A
>D.2. The global configuration file <TT
CLASS="filename"
>/etc/sysconfig/ruby.conf</TT
></H1
><P
>In <TT
CLASS="filename"
>/etc/sysconfig/ruby.conf</TT
> are stored all configuration options for the Input subsystem of a Backstreet ruby kernel and wether certain actions/ services should be run when such kernel is used. </P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="programlisting"
># /etc/sysconfig/ruby.conf
# This file contains defaults for bruby_init
#
# HACK_VIDEO_ENABLE controls wether the ruby kernel shoukd
# ignore certain XFree commands.
#
# Set to yes in case you are not running the XFree-PrefBusID
# but XFree from your distribution
#
HACK_VIDEO_ENABLE=yes
# HOTPLUG_RC_input controls whether the input subsystem is started by
# hotplug rc script ("cold plugging")
#
HOTPLUG_RC_input=yes
#
# AUTO_DM controls wether the display manager configuration files
# is adjusted upon the boot argument dumbcon=[number]
#
# AUTO_XFree controls wether the XFree configuration file is
# adjusted upon XFree=[string] argument.
# For Mandrake users this always activated in /etc/rc.d/rc.sysinit
# and can not be disabled.
#
AUTO_DM=no
AUTO_XFree=no
#
# LOAD_MODULES controls wether the additional modules listed below
# should be loaded when a ruby kernel is running.
LOAD_MODULES=yes
#
# input modules configuration
#
# module arguments
# needed for all mice
mousedev
# for USB input
hid
# for PS2 input
serio
i8042
atkbd
psmouse
#
# keyboard devices configuration
#
# vt_name device_physicaly_location
VT0 isa0060/serio0/input0
VT1 usb-00:10.1-1.1/input0
#VT0 isa0060/serio0/input0
#VT2 usb-*.*-1/input0
#
# multimedia keys configuration
#
# vt_name device_physicaly_location
#VT1 usb-00:10.1-1.1/input1
#VT2 usb-*.*-1/input0
#
# mouse devices configuration
#
# sym_link device_physicaly_location
mouse0br isa0060/serio1/input0
mouse1br usb-00:10.1-1.2/input0
#mouse2br usb-00:10.1-2.7.*/input0
#mouse1br usb-00:10.1-2.2/input0
#
# event devices configuration
#
# sym_link device_physicaly_location
#event0br isa0060/serio1/input0
#event1br usb-00:10.1-1.1/input0
#event2br usb-00:10.1-1.1/input1
#event3br usb-00:10.1-1.2/input0
#
# end input device configuration
#
</PRE
></FONT
></TD
></TR
></TABLE
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="app_ruby_init_redme.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="app_ruby_init_service.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><TT
CLASS="filename"
>README.ruby_init</TT
> explains how to configure and use the service.</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="app_ruby_init.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>The ruby_init service <TT
CLASS="filename"
>/etc/init.d/ruby_init</TT
></TD
></TR
></TABLE
></DIV
></BODY
></HTML
>