Page 1 of 1

Genius wizard pen 4x3 setup

Posted: Tue 27 Dec 2005, 22:47
by chrisperry
how do i set up this tablet?
i am using puppy 1.0.5
usb tablet
from what i can find i need to change the xorg.conf however i can not find it( where can i look)
thanks chris

Posted: Wed 28 Dec 2005, 00:35
by MU
here are some typical autogenerated entries.
but wacom-tablets (like lobster uses) seem to need some recompiled files.

So this here is no solution for you,just intended to give you an idea how such entries look like.

Mark

Code: Select all


# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

where is xorg.conf

Posted: Wed 28 Dec 2005, 12:34
by chrisperry
Mu thanks for the direction
but where is xorg.conf do i have it in puppy 1.0.5 or is it somthing i need to download, i can't locate it
i think i read somewhere i could use the summa driver and maybe another one can't remember the name right off
thanks chris

Posted: Wed 28 Dec 2005, 20:34
by MU
xorg.conf is used by the X.org xserver.
It is part of Puppy 1.0.7 (final version available at new years day, beta version see newspage).

the conf is in /etc/X11/xorg.conf

For older puppys:
http://www.murga.org/~puppy/viewtopic.php?p=14009#14009
But I would suggest using Puppy 107, as it has some great wizards that make setting up X.org much easier than with the Dotpup.

Mark

upgrade to 1.07 ?

Posted: Wed 28 Dec 2005, 23:02
by chrisperry
thanks i dloaded the test version of 1.07
can i upgrade to 1.07 without loosing all the information that i already have set up:
favorites
email
custom settings
etc.
thanks chris

Posted: Thu 29 Dec 2005, 00:23
by MU
Use a copy of your existing pup001 to test it.

Configuration-files basically should not be touched.
But several dotpups might need to be re-installed.

Puppy moves several files to /root/tmp/USERREMOVED.
So copy them back to the correct location after the upgrade, or re-install the broken Dotpups.

I am not shure if that is a bug in the Dotpups created with my wizard, or in Puppy.
If I remember well, that did not happen when upgrading from puppy 105 to 106, but I am not shure about that.

Mark