LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Connecting Wacom Bamboo Tablet 460CTL on Centos 5.7 (KDE Desktop) (https://www.linuxquestions.org/questions/linux-newbie-8/connecting-wacom-bamboo-tablet-460ctl-on-centos-5-7-kde-desktop-918295/)

aletta 12-12-2011 04:16 AM

Connecting Wacom Bamboo Tablet 460CTL on Centos 5.7 (KDE Desktop)
 
I cannot get my new Wacom Bamboo connect Tablet and Pen to work on my CentOs 5.7 system using KDE desktop.

I downloaded and installed the LinuxWacom pkg from Sourceforge and those files which I could install using yum installed without a problem. It was not enough however to get the tablet working, it is not even recognised as a tablet when I plug it in the USB port.
I then tried to configure the xf86-input-wacom-0.10.9 file also downloaded from Sourceforge, which I could not configure because it 1-could not find my Xorg-server and Xorg-macros nor was the Xorg package sufficiently hight enough for this installation but I have found no solution to this anywhere although thee are those who;ve got this model to work on their machines - any ideas, I really need the tablet this is killing my productivity it is becoming painfully frustrating that I cannot figure it out. I am still a novice to CentOs or Linux, i still navigate the system with amazement and angst. I would really apapreciate any help yoou can give me.

colucix 12-12-2011 04:34 AM

Have you found this article? It seems they successfully re-compiled and installed the wacom driver.

aletta 12-12-2011 04:51 AM

followed instructions until a hiccup with Xorg version
 
I was deliriously happy to find the article and tried to compile along and was doing quite well until it 1- could not find Xorg files on my system and while not finding them also found they were of the wrong versions. the version had the be greater than or equal to 1.7 and the up to date system on my desktop was only 1.1 Having read about dangers of updating files outside your build I did not know how to proceed. In windows I know how to cheat my way in with cut and pasted DRV and INI files but here I just don't know what to look for and where.

aletta 12-12-2011 04:58 AM

apologise
 
My apologies for the double post, I have something similar to Parkinsons, and I find using a mouse difficult.I clicked unintentionally, and found I could not delete the message, which is why getting the tablet to work is so very important for me. It works well on my XP net-book but the small screen tires my eyes out quickly, not a permanent solution .

colucix 12-12-2011 05:39 AM

Quote:

Originally Posted by aletta (Post 4547761)
I was deliriously happy to find the article and tried to compile along and was doing quite well until it 1- could not find Xorg files on my system

Indeed, recent releases of the Xorg server don't provide a xorg.conf file by default. You can still create it, anyway. This works only when a X server is not running, so that you have to switch off your desktop environment by means of
Code:

telinit 3
then you can create your xorg.conf file (doing it as root) by means of
Code:

Xorg -configure
and move/rename the newly created configuration file to the proper location, e.g
Code:

mv /root/xorg.conf.new /etc/X11/xorg.conf
You can edit it later to apply your customization.
Quote:

Originally Posted by aletta (Post 4547761)
and while not finding them also found they were of the wrong versions. the version had the be greater than or equal to 1.7 and the up to date system on my desktop was only 1.1 Having read about dangers of updating files outside your build I did not know how to proceed.

I agree. The Xorg server is strictly bound to the C libraries (glibc -> /lib/libc.so.6) installed on your system. I would proceed by trying out changes in your newly created xorg.conf. After that, if you realize that an upgrade is mandatory to make things work properly, you might consider a fresh installation of CentOS 6 (it provides version 1.7 of the Xorg server).

colucix 12-12-2011 05:41 AM

Quote:

Originally Posted by aletta (Post 4547769)
My apologies for the double post, I have something similar to Parkinsons, and I find using a mouse difficult.I clicked unintentionally, and found I could not delete the message, which is why getting the tablet to work is so very important for me. It works well on my XP net-book but the small screen tires my eyes out quickly, not a permanent solution .

No need to apologize. Removing double posts is a routine task and a duty for the LQ mods team! :)

aletta 12-13-2011 10:23 PM

alternative
 
is there an alternative to "telinit 3" - or what do I need to install for this to function? It gave me "bash: telinit: command not found".

colucix 12-14-2011 03:04 AM

The command is available only to root (since it switches off the X server, it's meant as an administrative task). The telinit command is a quick way to change runlevel without rebooting.

In alternative you might edit the file /etc/inittab and change the very first line after the comments
Code:

id:5:initdefault:
to
Code:

id:3:initdefault:
then reboot. You have to change it back later to reboot in graphical mode.

aletta 12-23-2011 02:37 AM

put in root this time and

PHP Code:

[root@candyheart aletta]# telinit 3
bashtelinitcommand not found
[root@candyheart aletta]


aletta 12-23-2011 02:41 AM

I have found this to be a problem with a lot of "fixes" I see all over the internet, the commands do not match or are not available is that the downside to having so many flavours of Linux? I really had hoped for more plug and play after especially getting a Wacom because supposedly it had Linux support, my previous tablet did just fine.

thanks for trying to help me with this

colucix 12-23-2011 05:12 AM

Actually I based my answer on your Linux distribution. I have three machines with CentOS 5.7 installed and all of them have the telinit command installed. It is provided by the SysVinit package.
Code:

# yum --disablerepo=* whatprovides /sbin/telinit
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
SysVinit-2.86-17.el5.x86_64 : Programs which control basic system processes.
Repo        : installed
Matched from:
Other      : Provides-match: /sbin/telinit

The same for /etc/inittab.
Code:

# yum --disablerepo=* whatprovides /etc/inittab
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
initscripts-8.45.38-2.el5.centos.x86_64 : The inittab file and the /etc/init.d scripts.
Repo        : installed
Matched from:
Other      : Provides-match: /etc/inittab

Even the newer CentOS 6.0 still provides it. I'm sorry but I have not a clue, right now! :(

colucix 12-26-2011 01:05 AM

Hi Aletta! Just a note: I discovered on the machine I'm running now (OpenSuSE 11.4) that a wacom driver is already built into the kernel (here version 2.6.37) and I can load it using
Code:

modprobe wacom
Have you already tried that? Just a thought. :twocents:

aletta 12-26-2011 03:02 AM

stilll trying
 
I just finished the upgrade to Centos 6.2, downloaded my email to checke for anything new. So I opened up a Konsole and tried it,
it did not like that.

Code:

[aletta@localhost ~]$ modprobe wacom
FATAL: Error inserting wacom (/lib/modules/2.6.32-220.2.1.el6.x86_64/kernel/drivers/input/tablet/wacom.ko): Operation not permitted

when I tried it in root it returned nothing at all. Back to the drawing board, but at least I am up to a higher kernel.

colucix 12-26-2011 07:45 AM

Quote:

Originally Posted by aletta (Post 4558431)
when I tried it in root it returned nothing at all.

This means the driver was loaded successfully! You can verify it using
Code:

lsmod | grep wacom
lsmod being the command to list the currently loaded modules/drivers. After loading the module, when you connect the tablet take a look at the last lines of the output of
Code:

dmesg
to see all the messages related to the device plugged in. Moreover if it is connected through USB, you should see it listed in the output of
Code:

lsusb -v
All these commands require root's privileges, since they are meant for administrative tasks. Now, if the tablet is seen correctly, it should be only a matter of refining the input device parameters in xorg.conf (eventually try to follow the steps in the guide we mentioned above, w/o recompiling the driver of course) and please, let me know. :)

aletta 12-31-2011 09:41 PM

after dmesg:
Quote:

2aaa0 error 6 in libpthread-2.12.so[3432c00000+17000]
usb 2-7: new full speed USB device using ohci_hcd and address 5
usb 2-7: New USB device found, idVendor=056a, idProduct=00dd
usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-7: Product: CTL-470
usb 2-7: Manufacturer: Wacom Co.,Ltd.
usb 2-7: configuration #1 chosen from 1 choice
usb 2-7: USB disconnect, address 5
usb 2-7: new full speed USB device using ohci_hcd and address 6
usb 2-7: New USB device found, idVendor=056a, idProduct=00dd
usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-7: Product: CTL-470
usb 2-7: Manufacturer: Wacom Co.,Ltd.
usb 2-7: configuration #1 chosen from 1 choice
[aletteke@localhost ~]$
the tablet still does not work although correctly identified

Quote:

Bus 002 Device 006: ID 056a:00dd Wacom Co., Ltd
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 32
idVendor 0x056a Wacom Co., Ltd
idProduct 0x00dd
bcdDevice 1.02
iManufacturer 1 Wacom Co.,Ltd.
iProduct 2 CTL-470
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 59
bNumInterfaces 2
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 98mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 1 Boot Interface Subclass
bInterfaceProtocol 2 Mouse
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.10
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 184
Report Descriptor: (length is 184)
Item(Global): Usage Page, data= [ 0x01 ] 1
Generic Desktop Controls
Item(Local ): Usage, data= [ 0x02 ] 2
Mouse
Item(Main ): Collection, data= [ 0x01 ] 1
Application
Item(Global): Report ID, data= [ 0x01 ] 1
Item(Local ): Usage, data= [ 0x01 ] 1
Pointer
Item(Main ): Collection, data= [ 0x00 ] 0
Physical
Item(Global): Usage Page, data= [ 0x09 ] 9
Buttons
Item(Local ): Usage Minimum, data= [ 0x01 ] 1
Button 1 (Primary)
Item(Local ): Usage Maximum, data= [ 0x05 ] 5
Button 5
Item(Global): Logical Minimum, data= [ 0x00 ] 0
Item(Global): Logical Maximum, data= [ 0x01 ] 1
Item(Global): Report Count, data= [ 0x05 ] 5
Item(Global): Report Size, data= [ 0x01 ] 1
Item(Main ): Input, data= [ 0x02 ] 2
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Global): Report Count, data= [ 0x01 ] 1
Item(Global): Report Size, data= [ 0x03 ] 3
Item(Main ): Input, data= [ 0x01 ] 1
Constant Array Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Global): Usage Page, data= [ 0x01 ] 1
Generic Desktop Controls
Item(Local ): Usage, data= [ 0x30 ] 48
Direction-X
Item(Local ): Usage, data= [ 0x31 ] 49
Direction-Y
Item(Global): Logical Minimum, data= [ 0x81 ] 129
Item(Global): Logical Maximum, data= [ 0x7f ] 127
Item(Global): Report Size, data= [ 0x08 ] 8
Item(Global): Report Count, data= [ 0x02 ] 2
Item(Main ): Input, data= [ 0x06 ] 6
Data Variable Relative No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Main ): End Collection, data=none
Item(Main ): End Collection, data=none
Item(Global): Usage Page, data= [ 0x0d ] 13
Digitizer
Item(Local ): Usage, data= [ 0x01 ] 1
Digitizer
Item(Main ): Collection, data= [ 0x01 ] 1
Application
Item(Global): Report ID, data= [ 0x02 ] 2
Item(Main ): Collection, data= [ 0x00 ] 0
Physical
Item(Global): Usage Page, data= [ 0x00 0xff ] 65280
(null)
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Global): Logical Minimum, data= [ 0x00 ] 0
Item(Global): Logical Maximum, data= [ 0xff 0x00 ] 255
Item(Global): Report Size, data= [ 0x08 ] 8
Item(Global): Report Count, data= [ 0x09 ] 9
Item(Main ): Input, data= [ 0x02 ] 2
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Main ): End Collection, data=none
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Global): Report ID, data= [ 0x02 ] 2
Item(Global): Report Count, data= [ 0x01 ] 1
Item(Main ): Feature, data= [ 0x02 ] 2
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Global): Report ID, data= [ 0x03 ] 3
Item(Global): Report Count, data= [ 0x01 ] 1
Item(Main ): Feature, data= [ 0x02 ] 2
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Global): Report ID, data= [ 0x04 ] 4
Item(Global): Report Count, data= [ 0x01 ] 1
Item(Main ): Feature, data= [ 0x02 ] 2
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Global): Report ID, data= [ 0x05 ] 5
Item(Global): Report Count, data= [ 0x01 ] 1
Item(Main ): Feature, data= [ 0x02 ] 2
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Global): Report ID, data= [ 0x10 ] 16
Item(Global): Report Count, data= [ 0x02 ] 2
Item(Main ): Feature, data= [ 0x02 ] 2
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Global): Report ID, data= [ 0x11 ] 17
Item(Global): Report Count, data= [ 0x10 ] 16
Item(Main ): Feature, data= [ 0x02 ] 2
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Global): Report ID, data= [ 0x13 ] 19
Item(Global): Report Count, data= [ 0x01 ] 1
Item(Main ): Feature, data= [ 0x02 ] 2
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Global): Report ID, data= [ 0x20 ] 32
Item(Global): Report Count, data= [ 0x01 ] 1
Item(Main ): Feature, data= [ 0x02 ] 2
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Global): Report ID, data= [ 0x21 ] 33
Item(Global): Report Count, data= [ 0x01 ] 1
Item(Main ): Feature, data= [ 0x02 ] 2
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Global): Report ID, data= [ 0x14 ] 20
Item(Global): Report Count, data= [ 0x1f ] 31
Item(Main ): Feature, data= [ 0x02 ] 2
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Global): Report ID, data= [ 0x30 ] 48
Item(Global): Report Count, data= [ 0x01 ] 1
Item(Main ): Feature, data= [ 0x1f ] 31
Constant Variable Relative Wrap Non_Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Local ): Usage, data= [ 0x01 ] 1
(null)
Item(Global): Report ID, data= [ 0x31 ] 49
Item(Global): Report Count, data= [ 0x04 ] 4
Item(Main ): Feature, data= [ 0x1f ] 31
Constant Variable Relative Wrap Non_Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Global): Report ID, data= [ 0xc0 ] 192
Item(Local ): Usage, data= [ 0x00 ] 0
(null)
Item(Global): Report Count, data= [ 0x09 ] 9
Item(Main ): Input, data= [ 0x02 ] 2
Data Variable Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Main ): End Collection, data=none
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x000a 1x 10 bytes
bInterval 2
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 No Subclass
bInterfaceProtocol 0 None
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.10
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 29
Report Descriptor: (length is 29)
Item(Global): Usage Page, data= [ 0x00 0xff ] 65280
(null)
Item(Local ): Usage, data= [ 0x80 ] 128
(null)
Item(Main ): Collection, data= [ 0x02 ] 2
Logical
Item(Global): Report ID, data= [ 0x02 ] 2
Item(Global): Report Size, data= [ 0x08 ] 8
Item(Global): Report Count, data= [ 0x3f ] 63
Item(Global): Logical Minimum, data= [ 0x00 ] 0
Item(Global): Logical Maximum, data= [ 0x00 0x10 ] 4096
Item(Main ): Input, data= [ 0x01 ] 1
Constant Array Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Global): Report ID, data= [ 0x03 ] 3
Item(Global): Report Size, data= [ 0x08 ] 8
Item(Global): Report Count, data= [ 0x3f ] 63
Item(Main ): Input, data= [ 0x01 ] 1
Constant Array Absolute No_Wrap Linear
Preferred_State No_Null_Position Non_Volatile Bitfield
Item(Main ): End Collection, data=none
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 2
Device Status: 0x0000
(Bus Powered)
[aletteke@localhost ~]$ 2aaa0 error 6 in libpthread-2.12.so[3432c00000+17000]
bash: 2aaa0: command not found
[aletteke@localhost ~]$ usb 2-7: new full speed USB device using ohci_hcd and address 5
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device found, idVendor=056a, idProduct=00dd
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Product: CTL-470
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Manufacturer: Wacom Co.,Ltd.
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: configuration #1 chosen from 1 choice
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: USB disconnect, address 5
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: new full speed USB device using ohci_hcd and address 6
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device found, idVendor=056a, idProduct=00dd
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Product: CTL-470
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Manufacturer: Wacom Co.,Ltd.
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: configuration #1 chosen from 1 choice
bash: usb: command not found
[aletteke@localhost ~]$ [aletteke@localhost ~]$
bash: [aletteke@localhost: command not found
[aletteke@localhost ~]$ 2aaa0 error 6 in libpthread-2.12.so[3432c00000+17000]
bash: 2aaa0: command not found
[aletteke@localhost ~]$ usb 2-7: new full speed USB device using ohci_hcd and address 5
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device found, idVendor=056a, idProduct=00dd
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Product: CTL-470
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Manufacturer: Wacom Co.,Ltd.
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: configuration #1 chosen from 1 choice
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: USB disconnect, address 5
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: new full speed USB device using ohci_hcd and address 6
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device found, idVendor=056a, idProduct=00dd
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Product: CTL-470
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Manufacturer: Wacom Co.,Ltd.
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: configuration #1 chosen from 1 choice
bash: usb: command not found
[aletteke@localhost ~]$ [aletteke@localhost ~]$
bash: [aletteke@localhost: command not found
[aletteke@localhost ~]$ 2aaa0 error 6 in libpthread-2.12.so[3432c00000+17000]
bash: 2aaa0: command not found
[aletteke@localhost ~]$ usb 2-7: new full speed USB device using ohci_hcd and address 5
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device found, idVendor=056a, idProduct=00dd
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Product: CTL-470
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Manufacturer: Wacom Co.,Ltd.
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: configuration #1 chosen from 1 choice
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: USB disconnect, address 5
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: new full speed USB device using ohci_hcd and address 6
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device found, idVendor=056a, idProduct=00dd
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Product: CTL-470
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Manufacturer: Wacom Co.,Ltd.
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: configuration #1 chosen from 1 choice
bash: usb: command not found
[aletteke@localhost ~]$ [aletteke@localhost ~]$
bash: [aletteke@localhost: command not found
[aletteke@localhost ~]$ 2aaa0 error 6 in libpthread-2.12.so[3432c00000+17000]
bash: 2aaa0: command not found
[aletteke@localhost ~]$ usb 2-7: new full speed USB device using ohci_hcd and address 5
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device found, idVendor=056a, idProduct=00dd
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Product: CTL-470
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Manufacturer: Wacom Co.,Ltd.
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: configuration #1 chosen from 1 choice
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: USB disconnect, address 5
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: new full speed USB device using ohci_hcd and address 6
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device found, idVendor=056a, idProduct=00dd
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Product: CTL-470
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: Manufacturer: Wacom Co.,Ltd.
bash: usb: command not found
[aletteke@localhost ~]$ usb 2-7: configuration #1 chosen from 1 choice
bash: usb: command not found
[aletteke@localhost ~]$ [aletteke@localhost ~]$
bash: [aletteke@localhost: command not found
I appreciated some extra eyes on thes. Yesterday I removed what ourput said was an incorrect driver and fatal error, nstalled some older version of wacom drivers, not meant for this tablet but still I have read of others getting them to work. Wish I could get my ps2 mouse recognised and could ditch the second mouse,less printout to go through.

Incidentally happy new year.

aletta 01-04-2012 07:15 PM

Iǘe been working at setting up a really good fast and secure system. So far Ive managed to correctly install the Nvidia driver which was causing some grief. Iǘe also managed to set up all the java once could need on one system, who knew a little dot at the end had so much power - that took me a whole day to figure out. I am learning, but still not a working tablet. I know I am having difficulty compiling a proper xorg.conf file:
Code:

<height=¨5¨># nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16 18:46:42 PST 2011

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16 18:47:40 PST 2011

Section "ServerLayout"
    Identifier    "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option        "Xinerama" "0"
EndSection

Section "Files"
    ModulePath      "/usr/lib64/xorg/modules/extensions/nvidia"
    ModulePath      "/usr/lib64/xorg/modules"
    FontPath        "catalogue:/etc/X11/fontpath.d"
    FontPath        "built-ins"
EndSection

Section "Module"
    Load          "record"
    Load          "glx"
    Load          "vnc"
    Load          "dri2"
    Load          "extmod"
    Load          "dbe"
EndSection

Section "InputDevice"
    Identifier    "Keyboard0"
    Driver        "kbd"
EndSection

Section "InputDevice"
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "Acer AL1716"
    HorizSync      30.0 - 83.0
    VertRefresh    55.0 - 75.0
EndSection

Section "Monitor"
    Identifier    "Monitor1"
    VendorName    "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier    "Monitor2"
    VendorName    "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier    "Monitor3"
    VendorName    "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier    "Monitor4"
    VendorName    "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"
    Identifier    "Card0"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option    "SWcursor"              # [<bool>]
        #Option    "HWcursor"              # [<bool>]
        #Option    "NoAccel"                # [<bool>]
        #Option    "ShadowFB"              # [<bool>]
        #Option    "UseFBDev"              # [<bool>]
        #Option    "Rotate"                # [<str>]
        #Option    "VideoKey"              # <i>
        #Option    "FlatPanel"              # [<bool>]
        #Option    "FPDither"              # [<bool>]
        #Option    "CrtcNumber"            # <i>
        #Option    "FPScale"                # [<bool>]
        #Option    "FPTweak"                # <i>
        #Option    "DualHead"              # [<bool>]
    Identifier    "Card1"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option    "SWcursor"              # [<bool>]
        #Option    "HWcursor"              # [<bool>]
        #Option    "NoAccel"                # [<bool>]
        #Option    "ShadowFB"              # [<bool>]
        #Option    "UseFBDev"              # [<bool>]
        #Option    "Rotate"                # [<str>]
        #Option    "VideoKey"              # <i>
        #Option    "FlatPanel"              # [<bool>]
        #Option    "FPDither"              # [<bool>]
        #Option    "CrtcNumber"            # <i>
        #Option    "FPScale"                # [<bool>]
        #Option    "FPTweak"                # <i>
        #Option    "DualHead"              # [<bool>]
    Identifier    "Card2"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option    "ShadowFB"              # [<bool>]
        #Option    "Rotate"                # <str>
        #Option    "fbdev"                  # <str>
        #Option    "debug"                  # [<bool>]
    Identifier    "Card3"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option    "ShadowFB"              # [<bool>]
        #Option    "DefaultRefresh"        # [<bool>]
        #Option    "ModeSetClearScreen"    # [<bool>]
    Identifier    "Card4"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce 6100"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option        "TwinView" "0"
    Option        "metamodes" "nvidia-auto-select +0+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen1"
    Device        "Card1"
    Monitor        "Monitor1"
    SubSection    "Display"
        Viewport    0 0
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      4
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      8
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      15
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      16
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      24
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen2"
    Device        "Card2"
    Monitor        "Monitor2"
    SubSection    "Display"
        Viewport    0 0
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      4
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      8
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      15
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      16
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      24
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen3"
    Device        "Card3"
    Monitor        "Monitor3"
    SubSection    "Display"
        Viewport    0 0
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      4
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      8
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      15
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      16
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      24
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen4"
    Device        "Card4"
    Monitor        "Monitor4"# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16 18:46:42 PST 2011

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16 18:47:40 PST 2011

Section "ServerLayout"
    Identifier    "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option        "Xinerama" "0"
EndSection

Section "Files"
    ModulePath      "/usr/lib64/xorg/modules/extensions/nvidia"
    ModulePath      "/usr/lib64/xorg/modules"
    FontPath        "catalogue:/etc/X11/fontpath.d"
    FontPath        "built-ins"
EndSection

Section "Module"
    Load          "record"
    Load          "glx"
    Load          "vnc"
    Load          "dri2"
    Load          "extmod"
    Load          "dbe"
EndSection

Section "InputDevice"
    Identifier    "Keyboard0"
    Driver        "kbd"
EndSection

Section "InputDevice"
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "Acer AL1716"
    HorizSync      30.0 - 83.0
    VertRefresh    55.0 - 75.0
EndSection

Section "Monitor"
    Identifier    "Monitor1"
    VendorName    "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier    "Monitor2"
    VendorName    "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier    "Monitor3"
    VendorName    "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier    "Monitor4"
    VendorName    "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"
    Identifier    "Card0"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option    "SWcursor"              # [<bool>]
        #Option    "HWcursor"              # [<bool>]
        #Option    "NoAccel"                # [<bool>]
        #Option    "ShadowFB"              # [<bool>]
        #Option    "UseFBDev"              # [<bool>]
        #Option    "Rotate"                # [<str>]
        #Option    "VideoKey"              # <i>
        #Option    "FlatPanel"              # [<bool>]
        #Option    "FPDither"              # [<bool>]
        #Option    "CrtcNumber"            # <i>
        #Option    "FPScale"                # [<bool>]
        #Option    "FPTweak"                # <i>
        #Option    "DualHead"              # [<bool>]
    Identifier    "Card1"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option    "SWcursor"              # [<bool>]
        #Option    "HWcursor"              # [<bool>]
        #Option    "NoAccel"                # [<bool>]
        #Option    "ShadowFB"              # [<bool>]
        #Option    "UseFBDev"              # [<bool>]
        #Option    "Rotate"                # [<str>]
        #Option    "VideoKey"              # <i>
        #Option    "FlatPanel"              # [<bool>]
        #Option    "FPDither"              # [<bool>]
        #Option    "CrtcNumber"            # <i>
        #Option    "FPScale"                # [<bool>]
        #Option    "FPTweak"                # <i>
        #Option    "DualHead"              # [<bool>]
    Identifier    "Card2"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option    "ShadowFB"              # [<bool>]
        #Option    "Rotate"                # <str>
        #Option    "fbdev"                  # <str>
        #Option    "debug"                  # [<bool>]
    Identifier    "Card3"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option    "ShadowFB"              # [<bool>]
        #Option    "DefaultRefresh"        # [<bool>]
        #Option    "ModeSetClearScreen"    # [<bool>]
    Identifier    "Card4"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce 6100"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option        "TwinView" "0"
    Option        "metamodes" "nvidia-auto-select +0+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen1"
    Device        "Card1"
    Monitor        "Monitor1"
    SubSection    "Display"
        Viewport    0 0
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      4
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      8
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      15
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      16
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      24
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen2"
    Device        "Card2"
    Monitor        "Monitor2"
    SubSection    "Display"
        Viewport    0 0
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      4
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      8
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      15
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      16
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      24
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen3"
    Device        "Card3"
    Monitor        "Monitor3"
    SubSection    "Display"
        Viewport    0 0
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      4# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16 18:46:42 PST 2011

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16 18:47:40 PST 2011

Section "ServerLayout"
    Identifier    "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option        "Xinerama" "0"
EndSection

Section "Files"
    ModulePath      "/usr/lib64/xorg/modules/extensions/nvidia"
    ModulePath      "/usr/lib64/xorg/modules"
    FontPath        "catalogue:/etc/X11/fontpath.d"
    FontPath        "built-ins"
EndSection

Section "Module"
    Load          "record"
    Load          "glx"
    Load          "vnc"
    Load          "dri2"
    Load          "extmod"
    Load          "dbe"
EndSection

Section "InputDevice"
    Identifier    "Keyboard0"
    Driver        "kbd"
EndSection

Section "InputDevice"
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "Acer AL1716"
    HorizSync      30.0 - 83.0
    VertRefresh    55.0 - 75.0
EndSection

Section "Monitor"
    Identifier    "Monitor1"
    VendorName    "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier    "Monitor2"
    VendorName    "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier    "Monitor3"
    VendorName    "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier    "Monitor4"
    VendorName    "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"
    Identifier    "Card0"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option    "SWcursor"              # [<bool>]
        #Option    "HWcursor"              # [<bool>]
        #Option    "NoAccel"                # [<bool>]
        #Option    "ShadowFB"              # [<bool>]
        #Option    "UseFBDev"              # [<bool>]
        #Option    "Rotate"                # [<str>]
        #Option    "VideoKey"              # <i>
        #Option    "FlatPanel"              # [<bool>]
        #Option    "FPDither"              # [<bool>]
        #Option    "CrtcNumber"            # <i>
        #Option    "FPScale"                # [<bool>]
        #Option    "FPTweak"                # <i>
        #Option    "DualHead"              # [<bool>]
    Identifier    "Card1"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option    "SWcursor"              # [<bool>]
        #Option    "HWcursor"              # [<bool>]
        #Option    "NoAccel"                # [<bool>]
        #Option    "ShadowFB"              # [<bool>]
        #Option    "UseFBDev"              # [<bool>]
        #Option    "Rotate"                # [<str>]
        #Option    "VideoKey"              # <i>
        #Option    "FlatPanel"              # [<bool>]
        #Option    "FPDither"              # [<bool>]
        #Option    "CrtcNumber"            # <i>
        #Option    "FPScale"                # [<bool>]
        #Option    "FPTweak"                # <i>
        #Option    "DualHead"              # [<bool>]
    Identifier    "Card2"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option    "ShadowFB"              # [<bool>]
        #Option    "Rotate"                # <str>
        #Option    "fbdev"                  # <str>
        #Option    "debug"                  # [<bool>]
    Identifier    "Card3"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option    "ShadowFB"              # [<bool>]
        #Option    "DefaultRefresh"        # [<bool>]
        #Option    "ModeSetClearScreen"    # [<bool>]
    Identifier    "Card4"
    Driver        "nvidia"
    BusID          "PCI:0:5:0"
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce 6100"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option        "TwinView" "0"
    Option        "metamodes" "nvidia-auto-select +0+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen1"
    Device        "Card1"
    Monitor        "Monitor1"
    SubSection    "Display"
        Viewport    0 0
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      4
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      8
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      15
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      16
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      24
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen2"
    Device        "Card2"
    Monitor        "Monitor2"
    SubSection    "Display"
        Viewport    0 0
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      4
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      8
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      15
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      16
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      24
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen3"
    Device        "Card3"
    Monitor        "Monitor3"
    SubSection    "Display"
        Viewport    0 0
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      4
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      8
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      15
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      16
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      24
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen4"
    Device        "Card4"
    Monitor        "Monitor4"
    SubSection    "Display"
        Viewport    0 0
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      4
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      8
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      15
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      16
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      24
    EndSubSection
EndSection

    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      8
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      15
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      16
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      24
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen4"
    Device        "Card4"
    Monitor        "Monitor4"
    SubSection    "Display"
        Viewport    0 0
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      4
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      8
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      15
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      16
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      24
    EndSubSection
EndSection

    SubSection    "Display"
        Viewport    0 0
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      4
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      8
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      15
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      16
    EndSubSection
    SubSection    "Display"
        Viewport    0 0
        Depth      24
    EndSubSection
EndSection

a long way from done, wondering if there is not a manual cut and paste which would work, at least for the conf files?

I did install all the buildś Wacom related programs/drivers. I am now at 6.2 and I update daily.


All times are GMT -5. The time now is 02:30 PM.