[CS-FSLUG] message in Terminal - 2

Ed Hurst ehurst at asisaid.com
Mon Oct 9 12:59:26 CDT 2006


Hilding wrote:

> May I ask You, what is that? You wrote
> 
> input devices identified as ISDV4 and delete. 
> 
> I don't know what is meant by ISDV4, sorry to say.

Of course you can ask. Nothing about this makes me impatient or tired at
all. I find it rather fun to write at the newbie level, since it allows
to remember what it's like not knowing.

In configuration files such as xorg.conf, things are divided into
sections, using that word itself: Section [something]. What follows that
heading in each section is indented lines which belong to that section.
At the end, it says: EndSection.

Notice in your editor showing xorg.conf, about half way down you see the
following sections:

------------
Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
**Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
**Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
**Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection
------------

Look at the terms which appear in section. Where I have placed two
asterisks at the beginning of the line, on that line you will see the
identifier "ISDV4" in the line.

Does that help your understanding?

-- 
Ed Hurst
------------
Associate Editor, Open for Business: http://ofb.biz/
Applied Bible - http://ed.asisaid.com/bible/index.html
Plain & Simple Computer Help - http://ed.asisaid.com/




More information about the Christiansource mailing list