| Author |
Message |
chrisperry

Joined: 02 Sep 2005 Posts: 50 Location: Georgetown, Ky
|
Posted: Tue 27 Dec 2005, 18:47 Post subject:
Genius wizard pen 4x3 setup |
|
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
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Tue 27 Dec 2005, 20:35 Post subject:
|
|
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: |
# **********************************************************************
# 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 |
|
|
Back to top
|
|
 |
chrisperry

Joined: 02 Sep 2005 Posts: 50 Location: Georgetown, Ky
|
Posted: Wed 28 Dec 2005, 08:34 Post subject:
where is xorg.conf |
|
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
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Wed 28 Dec 2005, 16:34 Post subject:
|
|
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
|
|
Back to top
|
|
 |
chrisperry

Joined: 02 Sep 2005 Posts: 50 Location: Georgetown, Ky
|
Posted: Wed 28 Dec 2005, 19:02 Post subject:
upgrade to 1.07 ? |
|
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
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Wed 28 Dec 2005, 20:23 Post subject:
|
|
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
|
|
Back to top
|
|
 |
|