Package: xserver-xorg-input-wacom
Version: 0.7.4.1-5

I am running Debian sid, kernel version 2.6.18-1-k7, with
xserver-xorg-input-wacom 0.7.4.1-5 as supplied in the unstable
distribution.  I have libc-2.3.6.so.  I have a USB Graphire together
with a psaux mouse (the latter set to be my Core Pointer).  I am
having the following problems:

+ When I use the stylus or eraser, and then use the wacom mouse, at
first the mouse moves the pointer in absolute mode, though I have the
mouse set for relative mode in my xorg.conf; also, the right click
button usually doesn't work while this is happening.  Usually, after
up to a minute or two, the pointer will start moving in relative mode
and the right button will start to work.

+ When I use the wacom mouse (and it is in the correct, relative
mode), and then attempt to switch to the stylus or eraser, at first
the pointer will not move at all and no button or tip event is
registered.  Eventually the pointer will move and the buttons and tip
will work if I keep waving the stylus/eraser over the pad-- this can
take a full minute or more.

+ In the Gimp, if I am using the stylus and switch to the eraser, or
vice versa, the pointer continues to respond, but the tool does not
change and the Device Status window continues to point to the first
device, until I run the pointer over the root window or the KDE panel
and then back to a Gimp window-- then it switches to the correct
current device.  If I use the Wacom mouse in a Gimp window and then
attempt to switch to the stylus or eraser, it seems the pointer will
never respond unless I first use either the wacom mouse or my psaux
mouse to move the pointer over the root window-- then I can get it to
respond after a long process of waving the stylus over the pad, as
above.  If I use the stylus or eraser and then use my psaux mouse, the
pointer moves normally and I can switch back to the stylus or eraser
with no problems, but the Gimp still thinks I am using the
stylus/eraser instead of the psaux mouse, and will not register any
button presses in the image window, although I can still push tool
buttons and drag down menus.  (I have eraser, cursor and stylus all
set to 'screen' mode in Gimp preferences.)

+ If I run, e.g., 'xidump stylus' and move the stylus around, xidump
reflects that movement.  If I then switch to the eraser and move it
around, xidump continues to show movement for a while as if I were
still using the stylus.  Eventually it stops, and will not start again
if I switch back to the stylus, even if the Gimp recognizes that I am
using the stylus.

The Graphire works normally under Windows 98 with the manufacturer's drivers.

-------------------
My xorg.conf:
(/dev/input/wacom is automatically generated, and usually points to event2)
-------------------
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"    "xorg"
        Option          "XkbModel"    "pc104"
        Option          "XkbLayout"   "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"              "/dev/psaux"
        Option          "Protocol"            "ExplorerPS/2" # s/b ImPS/2 ?
        Option          "Emulate3Buttons"     "true"
EndSection

# added wacom devices manually
Section "InputDevice"
       Driver          "wacom"
       Identifier      "cursor"
       Option          "Device"        "/dev/input/wacom"
       Option          "Type"          "cursor"
       Option          "Mode"          "relative"
       Option          "USB"           "on"
       Option          "AlwaysCore"    "on"
EndSection

Section "InputDevice"
       Driver          "wacom"
       Identifier      "stylus"
       Option          "Device"        "/dev/input/wacom"
       Option          "Type"          "stylus"
       Option          "Mode"          "absolute"
       Option          "USB"           "on"
       Option          "AlwaysCore"    "on"
EndSection

Section "InputDevice"
       Driver          "wacom"
       Identifier      "eraser"
       Option          "Device"        "/dev/input/wacom"
       Option          "Type"          "eraser"
       Option          "Mode"          "absolute"
       Option          "USB"           "on"
       Option          "AlwaysCore"    "on"
EndSection
# end wacom devices

Section "Device"
        Identifier      "3Dfx Interactive, Inc. Voodoo 3"
        Driver          "tdfx"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "A90-2"
       # I had to add these next 2 lines manually.
        HorizSync       30-60
        VertRefresh     50-75
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "3Dfx Interactive, Inc. Voodoo 3"
        Monitor         "A90-2"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
       # wacom entries added manually
       InputDevice     "cursor"     "SendCoreEvents"
       InputDevice     "stylus"     "SendCoreEvents"
       InputDevice     "eraser"     "SendCoreEvents"
       # end manual wacom entries
EndSection

Section "DRI"
        Mode    0666
EndSection

-------------------
My wacdump results:
-------------------
wacdump v0.7.4

MODEL=Wacom Graphire                    ROM=1.2-0
CLS=USB  VNDR=Wacom  DEV=Graphire  SUB=ET_0405




TOOLTYPE=NONE                            IN_PROX=out
 BUTTON=+00000 (+00000 .. +00000)         POS_X=+00000 (+00000 .. +10206)
  POS_Y=+00000 (+00000 .. +07422)      DISTANCE=+00000 (+00000 .. +00032)
PRESSURE=+00000 (+00000 .. +00511)      RELWHEEL=+00000 (-00001 .. +00001)

   LEFT=             MIDDLE=              RIGHT=              EXTRA=
   SIDE=              TOUCH=             STYLUS=            STYLUS2=
    BT0=                BT1=                BT2=                BT3=
    BT4=                BT5=                BT6=                BT7=
    BT8=                BT9=               BT10=               BT11=
   BT12=               BT13=               BT14=               BT15=
   BT16=               BT17=               BT18=               BT19=
   BT20=               BT21=               BT22=               BT23=

-------------------
My Xorg.0.log:
-------------------
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux plutonia 2.6.18-1-k7 #1 SMP Fri Sep 29
17:06:47 UTC 2006 i686
Build Date: 07 July 2006
       Before reporting problems, check http://wiki.x.org
       to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
       (++) from command line, (!!) notice, (II) informational,
       (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 13 17:33:45 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "A90-2"
(**) |   |-->Device "3Dfx Interactive, Inc. Voodoo 3"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "cursor"
(**) |-->Input Device "stylus"
(**) |-->Input Device "eraser"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
       Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
       Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
       Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
       Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
       Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/Type1".
       Entry deleted from font path.
       (Run 'mkfontdir' on "/usr/share/fonts/X11/Type1").
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
       Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
       Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
       Entry deleted from font path.
(**) FontPath set to:
       /usr/share/fonts/X11/misc,
       /usr/share/fonts/X11/100dpi/:unscaled,
       /usr/share/fonts/X11/75dpi/:unscaled,
       /usr/share/fonts/X11/100dpi,
       /usr/share/fonts/X11/75dpi,
       /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Ignoring ABI Version
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
       X.Org ANSI C Emulation: 0.3
       X.Org Video Driver: 1.0
       X.Org XInput driver : 0.6
       X.Org Server Extension : 0.3
       X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.0.0
       Module class: X.Org Font Renderer
       ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.0.0
       ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 40 class 06,80,00 hdr 00
(II) PCI: 00:07:5: chip 1106,3058 card 1106,ff11 rev 50 class 04,01,00 hdr 00
(II) PCI: 00:0c:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 121a,0005 card 121a,003a rev 01 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
       [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
       [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
       [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
       [0] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
       [1] -1  0       0x0000c400 - 0x0000c4ff (0x100) IX[B]
       [2] -1  0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
       [3] -1  0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
       [0] -1  0       0xd4000000 - 0xd7ffffff (0x4000000) MX[B]
(II) Bus 1 prefetchable memory range:
       [0] -1  0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) 3Dfx Interactive, Inc. Voodoo 3 rev 1, Mem @
0xd4000000/25, 0xd8000000/25, I/O @ 0xc000/8
(II) Addressable bus resource ranges are
       [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
       [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
       [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
       [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
       [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
       [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
       [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
       [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xd3ffffff to
0xcfffffff
(II) Active PCI resource ranges:
       [0] -1  0       0xda000000 - 0xda0000ff (0x100) MX[B]
       [1] -1  0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
       [2] -1  0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
       [3] -1  0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
       [4] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
       [5] -1  0       0x0000e400 - 0x0000e403 (0x4) IX[B]
       [6] -1  0       0x0000e000 - 0x0000e003 (0x4) IX[B]
       [7] -1  0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
       [8] -1  0       0x0000d800 - 0x0000d81f (0x20) IX[B]
       [9] -1  0       0x0000d400 - 0x0000d41f (0x20) IX[B]
       [10] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
       [11] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
       [0] -1  0       0xda000000 - 0xda0000ff (0x100) MX[B]
       [1] -1  0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
       [2] -1  0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
       [3] -1  0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
       [4] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
       [5] -1  0       0x0000e400 - 0x0000e403 (0x4) IX[B]
       [6] -1  0       0x0000e000 - 0x0000e003 (0x4) IX[B]
       [7] -1  0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
       [8] -1  0       0x0000d800 - 0x0000d81f (0x20) IX[B]
       [9] -1  0       0x0000d400 - 0x0000d41f (0x20) IX[B]
       [10] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
       [11] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
       [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
       [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
       [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
       [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
       [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
       [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
       [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
       [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
       [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
       [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
       [4] -1  0       0xda000000 - 0xda0000ff (0x100) MX[B]
       [5] -1  0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
       [6] -1  0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
       [7] -1  0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
       [8] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
       [9] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
       [10] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
       [11] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]
       [12] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
       [13] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
       [14] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
       [15] -1 0       0x0000d400 - 0x0000d41f (0x20) IX[B]
       [16] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
       [17] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.2.0
       ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.0.0
       ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.0.0
       ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.0.0
       ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.0.0
       Module class: X.Org Server Extension
       ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
       compiled for 7.1.1, module version = 2.1.0
       Module class: X.Org Font Renderer
       ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.0.0
       ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.0.0
       ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.0.2
       Module class: X.Org Font Renderer
       ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.1.0
       ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "tdfx"
(II) Loading /usr/lib/xorg/modules/drivers/tdfx_drv.so
(II) Module tdfx: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.2.1
       Module class: X.Org Video Driver
       ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.1.0
       Module class: X.Org XInput Driver
       ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.1.1
       Module class: X.Org XInput Driver
       ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
       compiled for 4.3.99.902, module version = 1.0.0
       Module class: X.Org XInput Driver
       ABI class: X.Org XInput driver, version 0.6
(II) Wacom driver level: 47-0.7.4 $
(II) TDFX: Driver for 3dfx Banshee/Voodoo3 chipsets: 3dfx Banshee,
       3dfx Voodoo3, 3dfx Voodoo5
(II) Primary Device is: PCI 01:00:0
(--) Chipset 3dfx Voodoo3 found
(II) resource ranges after xf86ClaimFixedResources() call:
       [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
       [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
       [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
       [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
       [4] -1  0       0xda000000 - 0xda0000ff (0x100) MX[B]
       [5] -1  0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
       [6] -1  0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
       [7] -1  0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
       [8] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
       [9] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
       [10] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
       [11] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]
       [12] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
       [13] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
       [14] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
       [15] -1 0       0x0000d400 - 0x0000d41f (0x20) IX[B]
       [16] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
       [17] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) resource ranges after probing:
       [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
       [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
       [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
       [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
       [4] -1  0       0xda000000 - 0xda0000ff (0x100) MX[B]
       [5] -1  0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
       [6] -1  0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
       [7] -1  0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
       [8] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B]
       [9] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
       [10] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
       [11] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
       [12] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
       [13] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
       [14] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]
       [15] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
       [16] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
       [17] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
       [18] -1 0       0x0000d400 - 0x0000d41f (0x20) IX[B]
       [19] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
       [20] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
       [21] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
       [22] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 0.1.0
       ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) TDFX(0): Softbooting the board (through the int10 interface).
(II) TDFX(0): Primary V_BIOS segment is: 0xc000
(II) TDFX(0): Softbooting the board succeeded.
(II) TDFX(0): TDFXFindChips: found 1 chip(s)
(**) TDFX(0): Depth 16, (--) framebuffer bpp 16
(==) TDFX(0): RGB weight 565
(==) TDFX(0): Default visual is TrueColor
(--) TDFX(0): Chipset: "3dfx Voodoo3"
(--) TDFX(0): Linear framebuffer at 0xD8000000
(--) TDFX(0): MMIO registers at addr 0xD4000000
(--) TDFX(0): PIO registers at addr 0xC000
(II) TDFX(0): DRAMINIT1 read 0x40530031, programming 0x40202031 (not Banshee)
(II) TDFX(0): TDFXInitChips: numchips = 1
(II) TDFX(0): TDFXInitChips: cfgbits = 0x00000000, initbits = 0x00000001
(II) TDFX(0): TDFXInitChips: mem0base = 0xd4000000, mem1base = 0xd8000008
(II) TDFX(0): TDFXInitChips: mem0size = 0x02000000, mem1size = 0x02000000
(II) TDFX(0): TDFXInitChips: mem0bits = 0x00000005, mem1bits = 0x00000050
(II) TDFX(0): TDFXInitChips: cfgbits = 0x00000055
(II) TDFX(0): TDFXInitChips: MMIOAddr[0] = 0xd4000000
(II) TDFX(0): TDFXInitChips: LinearAddr[0] = 0xd8000008
(--) TDFX(0): VideoRAM: 16384 kByte Mapping 32768 kByte
(==) TDFX(0): Using gamma correction (1.0, 1.0, 1.0)
(II) TDFX(0): A90-2: Using hsync range of 30.00-60.00 kHz
(II) TDFX(0): A90-2: Using vrefresh range of 50.00-75.00 Hz
(II) TDFX(0): Clock range:  12.00 to 350.00 MHz
(II) TDFX(0): Not using default mode "640x350" (vrefresh out of range)
(II) TDFX(0): Not using default mode "320x175" (vrefresh out of range)
(II) TDFX(0): Not using default mode "640x400" (vrefresh out of range)
(II) TDFX(0): Not using default mode "320x200" (vrefresh out of range)
(II) TDFX(0): Not using default mode "720x400" (vrefresh out of range)
(II) TDFX(0): Not using default mode "360x200" (vrefresh out of range)
(II) TDFX(0): Not using default mode "640x480" (vrefresh out of range)
(II) TDFX(0): Not using default mode "320x240" (vrefresh out of range)
(II) TDFX(0): Not using default mode "800x600" (vrefresh out of range)
(II) TDFX(0): Not using default mode "400x300" (vrefresh out of range)
(II) TDFX(0): Not using default mode "1024x768" (vrefresh out of range)
(II) TDFX(0): Not using default mode "512x384" (vrefresh out of range)
(II) TDFX(0): Not using default mode "1024x768" (hsync out of range)
(II) TDFX(0): Not using default mode "512x384" (hsync out of range)
(II) TDFX(0): Not using default mode "1152x864" (hsync out of range)
(II) TDFX(0): Not using default mode "576x432" (hsync out of range)
(II) TDFX(0): Not using default mode "1280x960" (hsync out of range)
(II) TDFX(0): Not using default mode "640x480" (hsync out of range)
(II) TDFX(0): Not using default mode "1280x1024" (hsync out of range)
(II) TDFX(0): Not using default mode "640x512" (hsync out of range)
(II) TDFX(0): Not using default mode "1280x1024" (hsync out of range)
(II) TDFX(0): Not using default mode "640x512" (hsync out of range)
(II) TDFX(0): Not using default mode "1280x1024" (hsync out of range)
(II) TDFX(0): Not using default mode "640x512" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "800x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "800x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "800x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "800x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "800x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1792x1344" (hsync out of range)
(II) TDFX(0): Not using default mode "896x672" (hsync out of range)
(II) TDFX(0): Not using default mode "1792x1344" (hsync out of range)
(II) TDFX(0): Not using default mode "896x672" (hsync out of range)
(II) TDFX(0): Not using default mode "1856x1392" (hsync out of range)
(II) TDFX(0): Not using default mode "928x696" (hsync out of range)
(II) TDFX(0): Not using default mode "1856x1392" (hsync out of range)
(II) TDFX(0): Not using default mode "928x696" (hsync out of range)
(II) TDFX(0): Not using default mode "1920x1440" (hsync out of range)
(II) TDFX(0): Not using default mode "960x720" (hsync out of range)
(II) TDFX(0): Not using default mode "1920x1440" (hsync out of range)
(II) TDFX(0): Not using default mode "960x720" (hsync out of range)
(II) TDFX(0): Not using default mode "1152x864" (hsync out of range)
(II) TDFX(0): Not using default mode "576x432" (hsync out of range)
(II) TDFX(0): Not using default mode "1400x1050" (hsync out of range)
(II) TDFX(0): Not using default mode "700x525" (hsync out of range)
(II) TDFX(0): rejecting mode with horizontal resolution 1400 not
divisibile by 16 and clock 151000 greater than 135000
(II) TDFX(0): Not using default mode "1400x1050" (unknown reason)
(II) TDFX(0): Not using default mode "700x525" (hsync out of range)
(II) TDFX(0): rejecting mode with horizontal resolution 1400 not
divisibile by 16 and clock 155800 greater than 135000
(II) TDFX(0): Not using default mode "1400x1050" (unknown reason)
(II) TDFX(0): Not using default mode "700x525" (hsync out of range)
(II) TDFX(0): rejecting mode with horizontal resolution 1400 not
divisibile by 16 and clock 184000 greater than 135000
(II) TDFX(0): Not using default mode "1400x1050" (unknown reason)
(II) TDFX(0): Not using default mode "700x525" (hsync out of range)
(II) TDFX(0): Not using default mode "1600x1024" (hsync out of range)
(II) TDFX(0): Not using default mode "800x512" (hsync out of range)
(II) TDFX(0): Not using default mode "1680x1050" (hsync out of range)
(II) TDFX(0): Not using default mode "840x525" (hsync out of range)
(II) TDFX(0): Not using default mode "1920x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "960x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1920x1200" (hsync out of range)
(II) TDFX(0): Not using default mode "960x600" (hsync out of range)
(II) TDFX(0): Not using default mode "1920x1440" (hsync out of range)
(II) TDFX(0): Not using default mode "960x720" (hsync out of range)
(II) TDFX(0): Not using default mode "2048x1536" (hsync out of range)
(II) TDFX(0): Not using default mode "1024x768" (hsync out of range)
(II) TDFX(0): Not using default mode "2048x1536" (hsync out of range)
(II) TDFX(0): Not using default mode "1024x768" (hsync out of range)
(II) TDFX(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) TDFX(0): Not using default mode "1024x768" (hsync out of range)
(II) TDFX(0): Not using default mode "1440x900" (width too large for
virtual size)
(II) TDFX(0): Not using default mode "1280x960" (width too large for
virtual size)
(II) TDFX(0): Not using default mode "1280x800" (width too large for
virtual size)
(II) TDFX(0): Not using default mode "1280x768" (width too large for
virtual size)
(II) TDFX(0): Not using default mode "1152x768" (width too large for
virtual size)
(--) TDFX(0): Virtual size is 1024x768 (pitch 1024)
(**) TDFX(0): *Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) TDFX(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768
769 772 800 +hsync +vsync
(**) TDFX(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) TDFX(0): Modeline "800x600"   49.50  800 816 896 1056  600 601
604 625 +hsync +vsync
(**) TDFX(0): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) TDFX(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484
500 -hsync -vsync
(**) TDFX(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) TDFX(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768
771 777 806 -hsync -vsync
(**) TDFX(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) TDFX(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768
771 777 806 -hsync -vsync
(**) TDFX(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) TDFX(0): Modeline "832x624"   57.28  832 864 928 1152  624 625
628 667 -hsync -vsync
(**) TDFX(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) TDFX(0): Modeline "800x600"   50.00  800 856 976 1040  600 637
643 666 +hsync +vsync
(**) TDFX(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) TDFX(0): Modeline "800x600"   40.00  800 840 968 1056  600 601
605 628 +hsync +vsync
(**) TDFX(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) TDFX(0): Modeline "800x600"   36.00  800 824 896 1024  600 601
603 625 +hsync +vsync
(**) TDFX(0):  Default mode "720x450": 54.4 MHz, 56.9 kHz, 60.2 Hz (D)
(II) TDFX(0): Modeline "720x450"   54.42  720 736 940 956  450 459 463
473 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) TDFX(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491
520 -hsync -vsync
(**) TDFX(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) TDFX(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492
525 -hsync -vsync
(**) TDFX(0):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) TDFX(0): Modeline "640x480"   54.00  640 688 744 900  480 480 482
500 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "640x400": 41.7 MHz, 49.7 kHz, 60.0 Hz (D)
(II) TDFX(0): Modeline "640x400"   41.73  640 672 740 840  400 400 402
414 doublescan
(**) TDFX(0):  Default mode "640x384": 40.1 MHz, 47.7 kHz, 60.1 Hz (D)
(II) TDFX(0): Modeline "640x384"   40.07  640 672 740 840  384 384 386
397 doublescan
(**) TDFX(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) TDFX(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388
403 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) TDFX(0): Modeline "512x384"   39.40  512 520 568 656  384 384 386
400 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) TDFX(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388
403 doublescan -hsync -vsync
(**) TDFX(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) TDFX(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388
403 doublescan -hsync -vsync
(**) TDFX(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) TDFX(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314
333 doublescan -hsync -vsync
(**) TDFX(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) TDFX(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302
312 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) TDFX(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321
333 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) TDFX(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302
314 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) TDFX(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301
312 doublescan +hsync +vsync
(**) TDFX(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) TDFX(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242
250 doublescan -hsync -vsync
(**) TDFX(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) TDFX(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245
260 doublescan -hsync -vsync
(**) TDFX(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) TDFX(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246
262 doublescan -hsync -vsync
(==) TDFX(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.0.0
       ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.2.0
       ABI class: X.Org Video Driver, version 1.0
(**) TDFX(0): ShowCache Disabled
(**) TDFX(0): video key default 0x1e
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 0.1.0
       ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules/libvbe.so
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) TDFX(0): initializing int10
(II) TDFX(0): Primary V_BIOS segment is: 0xc000
(II) TDFX(0): VESA BIOS detected
(II) TDFX(0): VESA VBE Version 3.0
(II) TDFX(0): VESA VBE Total Mem: 16384 kB
(II) TDFX(0): VESA VBE OEM: 3dfx Interactive, Inc.
(II) TDFX(0): VESA VBE OEM Software Rev: 2.1
(II) TDFX(0): VESA VBE OEM Vendor: 3dfx Interactive, Inc.
(II) TDFX(0): VESA VBE OEM Product: Voodoo3 3000
(II) TDFX(0): VESA VBE OEM Product Rev: 210-0364-00X
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) TDFX(0): VESA VBE DDC supported
(II) TDFX(0): VESA VBE DDC Level 2
(II) TDFX(0): VESA VBE DDC transfer in appr. 8 sec.
(II) TDFX(0): VESA VBE DDC read successfully
(II) TDFX(0): Manufacturer: VSC  Model: 8f00  Serial#: 16843009
(II) TDFX(0): Year: 2001  Week: 8
(II) TDFX(0): EDID Version: 1.3
(II) TDFX(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) TDFX(0): Signal levels configurable
(II) TDFX(0): Sync:  Separate  CompositeSerration on. V.Sync Pulse
req. if CompSync or SyncOnGreen
(II) TDFX(0): Max H-Image Size [cm]: horiz.: 37  vert.: 27
(II) TDFX(0): Gamma: 2.86
(II) TDFX(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) TDFX(0): First detailed timing is preferred mode
(II) TDFX(0): GTF timings supported
(II) TDFX(0): redX: 0.638 redY: 0.325   greenX: 0.276 greenY: 0.596
(II) TDFX(0): blueX: 0.143 blueY: 0.066   whiteX: 0.283 whiteY: 0.297
(II) TDFX(0): Supported VESA Video Modes:
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED] (interlaced)
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): [EMAIL PROTECTED]
(II) TDFX(0): Manufacturer's mask: 0
(II) TDFX(0): Supported Future Video Modes:
(II) TDFX(0): #0: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) TDFX(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) TDFX(0): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) TDFX(0): #3: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) TDFX(0): #4: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) TDFX(0): #5: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) TDFX(0): #6: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) TDFX(0): #7: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) TDFX(0): Supported additional Video Mode:
(II) TDFX(0): clock: 157.5 MHz   Image Size:  357 x 268 mm
(II) TDFX(0): h_active: 1280  h_sync: 1344  h_sync_end 1504
h_blank_end 1728 h_border: 0
(II) TDFX(0): v_active: 1024  v_sync: 1025  v_sync_end 1028
v_blanking: 1072 v_border: 0
(II) TDFX(0): Serial No: 320010816507
(II) TDFX(0): Ranges: V min: 50  V max: 180 Hz, H min: 30  H max: 95
kHz, PixClock max 200 MHz
(II) TDFX(0): Monitor name: A90-2
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
       [0] 0   0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B]
       [1] 0   0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B]
       [2] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
       [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
       [4] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
       [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
       [6] -1  0       0xda000000 - 0xda0000ff (0x100) MX[B]
       [7] -1  0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
       [8] -1  0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
       [9] -1  0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
       [10] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
       [11] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
       [12] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
       [13] 0  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
       [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
       [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
       [16] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
       [17] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]
       [18] -1 0       0x0000e000 - 0x0000e003 (0x4) IX[B]
       [19] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
       [20] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
       [21] -1 0       0x0000d400 - 0x0000d41f (0x20) IX[B]
       [22] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
       [23] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
       [24] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprD)
       [25] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprD)
(==) TDFX(0): Write-combining range (0xd8000000,0x2000000)
(II) TDFX(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0xbd00
(II) TDFX(0): Changing back offset from 0x00cff000 to 0x00cfe000
(II) TDFX(0): Textures Memory 10.58 MB
(II) TDFX(0): Cursor Offset: [0x00000000,0x00001000)
(II) TDFX(0): Fifo Offset: [0x00001000, 0x00041000)
(II) TDFX(0): Front Buffer Offset: [0x00041000, 0x0026A000)
(II) TDFX(0): Texture Offset: [0x0026A000, 0x00CFE000)
(II) TDFX(0): BackOffset: [0x00CFE000, 0x00E7E000)
(II) TDFX(0): DepthOffset: [0x00E7F000, 0x00FFF000)
(II) TDFX(0): Minimum 338, Maximum 1279 lines of offscreen memory available
(II) TDFX(0): [dri] VideoRAM = 16384, VirtualXres = 1024, VirtualYres= 768,
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) TDFX(0): [drm] loaded kernel module for "tdfx" driver
(II) TDFX(0): [drm] DRM interface version 1.2
(II) TDFX(0): [drm] created "tdfx" driver at busid "pci:0000:01:00.0"
(II) TDFX(0): [drm] added 8192 byte SAREA at 0xd0a9e000
(II) TDFX(0): [drm] mapped SAREA 0xd0a9e000 to 0xb3aff000
(II) TDFX(0): [drm] framebuffer handle = 0xd8000000
(II) TDFX(0): [drm] added 1 reserved context for kernel
(II) TDFX(0): [drm] Registers = 0xd4000000
(II) TDFX(0): visual configs initialized
(II) TDFX(0): Using XFree86 Acceleration Architecture (XAA)
       Screen to screen bit blits
       Solid filled rectangles
       8x8 mono pattern filled rectangles
       Indirect CPU to Screen color expansion
       Solid Lines
       Dashed Lines
       Offscreen Pixmaps
       Driver provided NonTEGlyphRenderer replacement
       Setting up tile and stipple cache:
               32 128x128 slots
               10 256x256 slots
(==) TDFX(0): Backing store disabled
(==) TDFX(0): Silken mouse enabled
(**) Option "dpms"
(**) TDFX(0): DPMS enabled
(II) TDFX(0): X context handle = 0x1
(II) TDFX(0): [drm] installed DRM signal handler
(II) TDFX(0): [DRI] installation complete
(II) TDFX(0): Direct rendering enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(WW) AIGLX: 3D driver claims to not support visual 0x33
(WW) AIGLX: 3D driver claims to not support visual 0x34
(WW) AIGLX: 3D driver claims to not support visual 0x35
(WW) AIGLX: 3D driver claims to not support visual 0x36
(WW) AIGLX: 3D driver claims to not support visual 0x37
(WW) AIGLX: 3D driver claims to not support visual 0x38
(WW) AIGLX: 3D driver claims to not support visual 0x39
(WW) AIGLX: 3D driver claims to not support visual 0x3a
(WW) AIGLX: 3D driver claims to not support visual 0x3b
(WW) AIGLX: 3D driver claims to not support visual 0x3c
(WW) AIGLX: 3D driver claims to not support visual 0x3d
(WW) AIGLX: 3D driver claims to not support visual 0x3e
(WW) AIGLX: 3D driver claims to not support visual 0x3f
(WW) AIGLX: 3D driver claims to not support visual 0x40
(WW) AIGLX: 3D driver claims to not support visual 0x41
(WW) AIGLX: 3D driver claims to not support visual 0x42
(II) AIGLX: Loaded and initialized /usr/lib/dri/tdfx_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/psaux"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "AlwaysCore" "on"
(**) cursor: always reports core events
(**) cursor device is /dev/input/wacom
(**) cursor is in relative mode
(**) WACOM: suppress value is 2
(**) Option "USB" "on"
(**) cursor: reading USB link
(**) Option "BaudRate" "9600"
(**) cursor: serial speed 9600
(**) Option "AlwaysCore" "on"
(**) stylus: always reports core events
(**) stylus device is /dev/input/wacom
(**) stylus is in absolute mode
(**) WACOM: suppress value is 2
(**) Option "USB" "on"
(**) stylus: reading USB link
(**) Option "BaudRate" "9600"
(**) stylus: serial speed 9600
(**) Option "AlwaysCore" "on"
(**) eraser: always reports core events
(**) eraser device is /dev/input/wacom
(**) eraser is in absolute mode
(**) WACOM: suppress value is 2
(**) Option "USB" "on"
(**) eraser: reading USB link
(**) Option "BaudRate" "9600"
(**) eraser: serial speed 9600
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
   xkb_keycodes             { include "xfree86+aliases(qwerty)" };
   xkb_types                { include "complete" };
   xkb_compatibility        { include "complete" };
   xkb_symbols              { include "pc(pc105)+us" };
   xkb_geometry             { include "pc(pc104)" };
(**) Option "Device" "/dev/input/wacom"
cursor Wacom X driver grabbed event device
(==) Wacom using pressure threshold of 30 for button 1
(==) Wacom USB Graphire tablet speed=9600 maxX=10206 maxY=7422
maxZ=511 resX=2032 resY=2032 suppress=2 tilt=disabled
(==) Wacom device "cursor" top X=0 top Y=0 bottom X=10206 bottom Y=7422
(==) Wacom device "stylus" top X=0 top Y=0 bottom X=10206 bottom Y=7422
(==) Wacom device "eraser" top X=0 top Y=0 bottom X=10206 bottom Y=7422
(II) Configured Mouse: ps2EnableDataReporting: succeeded
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?
ProcXCloseDevice to close or not ?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to