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 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 05:03 AM.