Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wacom Refuses To Work
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
nukem996
l33t
l33t


Joined: 13 Nov 2003
Posts: 776

PostPosted: Mon Jun 21, 2004 12:03 am    Post subject: Wacom Refuses To Work Reply with quote

No matter what I do, how much I search I can not get my grandparents wacom Graphire tablet to work. They are running gentoo linux ~x86 with a 2.6.7 kernel and x.org. I have copied from the prebuilt directory to the xorg lib directory. I compiled in linuxwacom then recompiled xorg with USE="sdk" and still nothing. I do not even get the light on the tablet to light up. Can someone please help me?

Thanks

nuke
Back to top
View user's profile Send private message
raday
n00b
n00b


Joined: 02 Sep 2002
Posts: 15

PostPosted: Mon Jun 21, 2004 1:17 am    Post subject: Reply with quote

First is this USB or Serial?

If it is USB then it sounds like the kernel wacom driver is not getting loaded, that would explain the light not comming on, you can check this by doing the following:

Code:

# su
# lsmod | grep wacom


you should get something like the following:

Code:

wacom                  10752  0
usbcore                91488  7 wacom,usbhid,ohci_hcd,ehci_hcd,uhci_hcd


the line your looking for is the first one this shows that the wacom kernel driver is loaded.

if this is not showing up then you need to load it by typing

Code:

modprobe wacom


then restart xorg.

Also note: I'm using the kernel 2.6.6mm and I have a USB wacom, I could not get it to work with the linuxwacom drivers, but it did work with the xorg drivers that it comes with out of the box. I had to reemerge xorg to get back the stock wacom driver.
Back to top
View user's profile Send private message
nukem996
l33t
l33t


Joined: 13 Nov 2003
Posts: 776

PostPosted: Mon Jun 21, 2004 1:27 am    Post subject: Reply with quote

It is a USB wacom, originally I had it going through a USB hub but I put it directly into the computer now. I am using the 2.6.7 vanilla sources. What I think im going to try now since I played around so much is just reemerge my kernel source and xorg. Ill tell you if it works out of the box then, once I redo everything. Also did you config your kernel for anything special for the wacom other then what the linuxwacom page says?

Thanks

nuke
Back to top
View user's profile Send private message
raday
n00b
n00b


Joined: 02 Sep 2002
Posts: 15

PostPosted: Mon Jun 21, 2004 1:57 am    Post subject: Reply with quote

Well I did follow linux wacom:

I compiled the following as kernel modules:

Device Drivers -> Input device support
Event Interface

Device Drivers -> USB Support

USB Human Interface Device (full HID) support
Wacom Intuos/Graphire tablet support

I hope this helps
Back to top
View user's profile Send private message
nukem996
l33t
l33t


Joined: 13 Nov 2003
Posts: 776

PostPosted: Thu Jun 24, 2004 6:44 pm    Post subject: Reply with quote

grrr I tried what you said and still the wacom is not working. I checked the kernel log and the X.org log and they both seem to indicate that everything is going fine.

Here is my X.org log

Code:


Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: Linux 2.6.7 i686 [ELF]
Current Operating System: Linux Lehman 2.6.7 #1 Mon Jun 21 01:08:11 EDT 2004 i686
Build Date: 21 June 2004
   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: Thu Jun 24 14:38:16 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Wacom Graphire Cursor"
(**) |-->Input Device "Wacom Graphire Stylus"
(**) |-->Input Device "Wacom Graphire Eraser"
(WW) The directory "/usr/share/fonts/lfp-var" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/sharefont" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype" does not exist.
   Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/encodings".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/encodings").
(WW) The directory "/usr/share/fonts/ghostscript" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/misc,/usr/share/fonts/local/,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/100dpi/:unscaled,/usr/share/fonts/Type1/,/usr/share/fonts/CID/,/usr/share/fonts/Speedo/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/TTF,/usr/share/fonts/jmk,/usr/share/fonts/lfp-fix,/usr/share/fonts/cyrillic,/usr/share/fonts/ukr,/usr/share/fonts/util,/usr/share/fonts/artwiz,/usr/share/fonts/baekmuk,/usr/share/fonts/default,/usr/share/fonts/freefont,/usr/share/fonts/jisx0213,/usr/share/fonts/monafont,/usr/share/fonts/mplus,/usr/share/fonts/shinonome,/usr/share/fonts/ttf,/usr/share/fonts/ttf-bitstream-vera,/usr/share/fonts/ttf/korean/baekmuk,/usr/share/fonts/Type1,/usr/share/fonts/corefonts"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail" "true"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.7
   X.Org XInput driver : 0.4
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00
(II) PCI: 00:0e:0: chip 1102,0002 card 1102,8031 rev 07 class 04,01,00 hdr 80
(II) PCI: 00:0e:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: 00:10:0: chip 1317,0985 card 1317,0574 rev 11 class 02,00,00 hdr 00
(II) PCI: 00:11:0: chip 12b9,1006 card 12b9,0081 rev 00 class 07,80,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0171 card 0000,0000 rev a3 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: 0x008c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xe9000000 - 0xe9ffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xf0000000 - 0xf80fffff (0x8100000) 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) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, Mem @ 0xe9000000/24, 0xf0000000/27, 0xf8000000/19
(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   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xec000000 from 0xefffffff to 0xebffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xe8000000 - 0xe80003ff (0x400) MX[B]
   [1] -1   0   0xec000000 - 0xebffffff (0x0) MX[B]O
   [2] -1   0   0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
   [3] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [4] -1   0   0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
   [5] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [6] -1   0   0x00001040 - 0x0000105f (0x20) IX[B]
   [7] -1   0   0x00001020 - 0x0000103f (0x20) IX[B]
   [8] -1   0   0x00001000 - 0x0000100f (0x10) IX[B]
(II) Inactive PCI resource ranges:
   [0] -1   0   0xe8008000 - 0xe800ffff (0x8000) MX[B]
   [1] -1   0   0xe8010000 - 0xe801ffff (0x10000) MX[B]
   [2] -1   0   0xe8000400 - 0xe800043f (0x40) MX[B]
   [3] -1   0   0x00001010 - 0x00001017 (0x8) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xe8000000 - 0xe80003ff (0x400) MX[B]
   [1] -1   0   0xec000000 - 0xebffffff (0x0) MX[B]O
   [2] -1   0   0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
   [3] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [4] -1   0   0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
   [5] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [6] -1   0   0x00001040 - 0x0000105f (0x20) IX[B]
   [7] -1   0   0x00001020 - 0x0000103f (0x20) IX[B]
   [8] -1   0   0x00001000 - 0x0000100f (0x10) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
   [0] -1   0   0xe8008000 - 0xe800ffff (0x8000) MX[B]
   [1] -1   0   0xe8010000 - 0xe801ffff (0x10000) MX[B]
   [2] -1   0   0xe8000400 - 0xe800043f (0x40) MX[B]
   [3] -1   0   0x00001010 - 0x00001017 (0x8) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xe8000000 - 0xe80003ff (0x400) MX[B]
   [6] -1   0   0xec000000 - 0xebffffff (0x0) MX[B]O
   [7] -1   0   0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
   [8] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [9] -1   0   0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
   [10] -1   0   0xe8008000 - 0xe800ffff (0x8000) MX[B]
   [11] -1   0   0xe8010000 - 0xe801ffff (0x10000) MX[B]
   [12] -1   0   0xe8000400 - 0xe800043f (0x40) MX[B]
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [16] -1   0   0x00001040 - 0x0000105f (0x20) IX[B]
   [17] -1   0   0x00001020 - 0x0000103f (0x20) IX[B]
   [18] -1   0   0x00001000 - 0x0000100f (0x10) IX[B]
   [19] -1   0   0x00001010 - 0x00001017 (0x8) IX[B]
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(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 FontCache
(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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.5336
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.1
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.7.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.5336
   Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "wacom"
(II) Loading /usr/X11R6/lib/modules/input/wacom_drv.o
(II) Module wacom: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA XFree86 Driver  1.0-5336  Wed Jan 14 18:30:46 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xe8000000 - 0xe80003ff (0x400) MX[B]
   [6] -1   0   0xec000000 - 0xebffffff (0x0) MX[B]O
   [7] -1   0   0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
   [8] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [9] -1   0   0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
   [10] -1   0   0xe8008000 - 0xe800ffff (0x8000) MX[B]
   [11] -1   0   0xe8010000 - 0xe801ffff (0x10000) MX[B]
   [12] -1   0   0xe8000400 - 0xe800043f (0x40) MX[B]
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [16] -1   0   0x00001040 - 0x0000105f (0x20) IX[B]
   [17] -1   0   0x00001020 - 0x0000103f (0x20) IX[B]
   [18] -1   0   0x00001000 - 0x0000100f (0x10) IX[B]
   [19] -1   0   0x00001010 - 0x00001017 (0x8) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xe8000000 - 0xe80003ff (0x400) MX[B]
   [6] -1   0   0xec000000 - 0xebffffff (0x0) MX[B]O
   [7] -1   0   0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
   [8] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [9] -1   0   0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
   [10] -1   0   0xe8008000 - 0xe800ffff (0x8000) MX[B]
   [11] -1   0   0xe8010000 - 0xe801ffff (0x10000) MX[B]
   [12] -1   0   0xe8000400 - 0xe800043f (0x40) MX[B]
   [13] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [14] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [15] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [19] -1   0   0x00001040 - 0x0000105f (0x20) IX[B]
   [20] -1   0   0x00001020 - 0x0000103f (0x20) IX[B]
   [21] -1   0   0x00001000 - 0x0000100f (0x10) IX[B]
   [22] -1   0   0x00001010 - 0x00001017 (0x8) IX[B]
   [23] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [24] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "SWcursor"
(--) NVIDIA(0): Linear framebuffer at 0xF0000000
(--) NVIDIA(0): MMIO registers at 0xE9000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 MX 440
(--) NVIDIA(0): VideoBIOS: 04.17.00.69.00
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0
(--) NVIDIA(0): Detected TV Encoder: NVIDIA
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 350 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-95.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 50.00-160.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1792x1344" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "960x720" (height 1440 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "928x696" (height 1392 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "896x672" (height 1344 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "1152x768":
(WW) NVIDIA(0):   horizontal sync start (1178) not a multiple of 8
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
(**) NVIDIA(0):      Mode "1400x1050": 179.3 MHz, 93.8 kHz, 85.0 Hz
(**) NVIDIA(0):      Mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(**) NVIDIA(0):      Mode "1152x864": 143.5 MHz, 91.5 kHz, 100.0 Hz
(**) NVIDIA(0):      Mode "1024x768": 113.3 MHz, 81.4 kHz, 100.0 Hz
(**) NVIDIA(0):      Mode "800x600": 68.2 MHz, 63.6 kHz, 100.0 Hz
(**) NVIDIA(0):      Mode "640x480": 43.2 MHz, 50.9 kHz, 100.0 Hz
(**) NVIDIA(0):      Mode "1400x1050": 155.8 MHz, 82.2 kHz, 75.0 Hz
(**) NVIDIA(0):      Mode "1400x1050": 149.3 MHz, 78.8 kHz, 72.0 Hz
(**) NVIDIA(0):      Mode "1400x1050": 122.6 MHz, 65.2 kHz, 60.0 Hz
(**) NVIDIA(0):      Mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(**) NVIDIA(0):      Mode "1280x960": 129.9 MHz, 75.2 kHz, 75.0 Hz
(**) NVIDIA(0):      Mode "1280x960": 124.5 MHz, 72.1 kHz, 72.0 Hz
(**) NVIDIA(0):      Mode "1152x864": 119.7 MHz, 77.1 kHz, 85.0 Hz
(**) NVIDIA(0):      Mode "1152x864": 81.6 MHz, 53.7 kHz, 60.0 Hz
(**) NVIDIA(0):      Mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
(**) NVIDIA(0):      Mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Mode "768x576": 62.6 MHz, 61.1 kHz, 100.0 Hz
(**) NVIDIA(0):      Mode "768x576": 51.8 MHz, 51.4 kHz, 85.0 Hz
(**) NVIDIA(0):      Mode "768x576": 45.5 MHz, 45.1 kHz, 75.0 Hz
(**) NVIDIA(0):      Mode "768x576": 42.9 MHz, 43.3 kHz, 72.0 Hz
(**) NVIDIA(0):      Mode "768x576": 35.0 MHz, 35.8 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(**) NVIDIA(0):      Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) NVIDIA(0):      Mode "640x480": 31.5 MHz, 38.6 kHz, 76.6 Hz
(**) NVIDIA(0):      Mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Mode "640x480": 25.2 MHz, 32.1 kHz, 63.1 Hz
(**) NVIDIA(0):      Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
(--) NVIDIA(0): Display dimensions: (360, 270) mm
(--) NVIDIA(0): DPI set to (112, 112)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xf8000000 - 0xf807ffff (0x80000) MX[B]
   [1] 0   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
   [2] 0   0   0xe9000000 - 0xe9ffffff (0x1000000) MX[B]
   [3] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [4] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [5] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [6] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [7] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [8] -1   0   0xe8000000 - 0xe80003ff (0x400) MX[B]
   [9] -1   0   0xec000000 - 0xebffffff (0x0) MX[B]O
   [10] -1   0   0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
   [11] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
   [13] -1   0   0xe8008000 - 0xe800ffff (0x8000) MX[B]
   [14] -1   0   0xe8010000 - 0xe801ffff (0x10000) MX[B]
   [15] -1   0   0xe8000400 - 0xe800043f (0x40) MX[B]
   [16] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [17] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [18] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [19] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [20] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [21] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [22] -1   0   0x00001040 - 0x0000105f (0x20) IX[B]
   [23] -1   0   0x00001020 - 0x0000103f (0x20) IX[B]
   [24] -1   0   0x00001000 - 0x0000100f (0x10) IX[B]
   [25] -1   0   0x00001010 - 0x00001017 (0x8) IX[B]
   [26] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [27] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): AGP 2X successfully initialized
(II) NVIDIA(0): Setting mode "1600x1200"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms" "true"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "AGPMode" is not used
(WW) NVIDIA(0): Option "EnablePageFlip" is not used
(==) 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 LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing extension GLX
(II) Keyboard "Keyboard0" handled by legacy driver
(**) Option "Protocol" "IMPS/2"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(**) Option "SendCoreEvents"
(**) Wacom Graphire Cursor: always reports core events
(**) Wacom Graphire Cursor serial device is /dev/input/event0
(**) Wacom Graphire Cursor is in relative mode
(**) WACOM: suppress value is 2
(**) Option "USB" "on"
(**) Wacom Graphire Cursor: reading USB link
(**) Option "BaudRate" "9600"
(**) Wacom Graphire Cursor: serial speed 9600
(**) Option "SendCoreEvents"
(**) Wacom Graphire Stylus: always reports core events
(**) Wacom Graphire Stylus serial device is /dev/input/event0
(**) Wacom Graphire Stylus is in relative mode
(**) WACOM: suppress value is 2
(**) Option "USB" "on"
(**) Wacom Graphire Stylus: reading USB link
(**) Option "BaudRate" "9600"
(**) Wacom Graphire Stylus: serial speed 9600
(**) Option "SendCoreEvents"
(**) Wacom Graphire Eraser: always reports core events
(**) Wacom Graphire Eraser serial device is /dev/input/event0
(**) Wacom Graphire Eraser is in absolute mode
(**) WACOM: suppress value is 2
(**) Option "USB" "on"
(**) Wacom Graphire Eraser: reading USB link
(**) Option "BaudRate" "9600"
(**) Wacom Graphire Eraser: serial speed 9600
(II) XINPUT: Adding extended input device "Wacom Graphire Eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "Wacom Graphire Stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Wacom Graphire Cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(**) Option "Device" "/dev/input/event0"
(==) Wacom Kernel Input driver version is 1.0.0
(==) Wacom using pressure threshold of 0 for button 1
(==) Wacom Unknown USB tablet speed=9600 maxX=0 maxY=0 maxZ=0 resX=2540 resY=2540 suppress=2 tilt=disabled
(==) Wacom tablet top X=0 top Y=0 bottom X=0 bottom Y=0
(==) Wacom tablet top X=0 top Y=0 bottom X=0 bottom Y=0
(==) Wacom tablet top X=0 top Y=0 bottom X=0 bottom Y=0
(II) Mouse0: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element /usr/share/fonts/local/, removing from list!
Could not init font path element /usr/share/fonts/Type1/, removing from list!
Could not init font path element /usr/share/fonts/CID/, removing from list!
Could not init font path element /usr/share/fonts/Speedo/, removing from list!
Could not init font path element /usr/share/fonts/util, removing from list!
Could not init font path element /usr/share/fonts/default, removing from list!
Could not init font path element /usr/share/fonts/ttf, removing from list!
Could not init font path element /usr/share/fonts/Type1, removing from list!


Here is my kernel log

Code:

Linux version 2.6.7 (root@Lehman) (gcc version 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6)) #1 Mon Jun 21 01:08:11 EDT 2004
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e7000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 00000000040fd800 (usable)
 BIOS-e820: 00000000040fd800 - 00000000040ff800 (ACPI data)
 BIOS-e820: 00000000040ff800 - 00000000040ffc00 (ACPI NVS)
 BIOS-e820: 00000000040ffc00 - 0000000010000000 (usable)
 BIOS-e820: 00000000fffe7000 - 0000000100000000 (reserved)
256MB LOWMEM available.
On node 0 totalpages: 65536
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 61440 pages, LIFO batch:15
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.1 present.
ACPI disabled because your bios is from 1999 and too old
You can enable it with acpi=force
Built 1 zonelists
Kernel command line: root=/dev/hda3
Local APIC disabled by BIOS -- reenabling.
Found and enabled local APIC!
Initializing CPU#0
PID hash table entries: 2048 (order 11: 16384 bytes)
Detected 696.492 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Memory: 256864k/262144k available (1488k kernel code, 4540k reserved, 617k data, 140k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 1376.25 BogoMIPS
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU:     After generic identify, caps: 0383fbff 00000000 00000000 00000000
CPU:     After vendor identify, caps: 0383fbff 00000000 00000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU:     After all inits, caps: 0383fbff 00000000 00000000 00000040
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel Pentium III (Coppermine) stepping 03
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 696.0280 MHz.
..... host bus clock speed is 99.0468 MHz.
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfd983, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
SCSI subsystem initialized
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router PIIX/ICH [8086/7110] at 0000:00:07.0
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
Initializing Cryptographic API
Limiting direct PCI/PCI transfers.
Real Time Clock Driver v1.12
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected an Intel 440BX Chipset.
agpgart: Maximum main memory to use for agp memory: 204M
agpgart: AGP aperture is 64M @ 0xec000000
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
hda: IC35L020AVER07-0, ATA DISK drive
hdc: TOSHIBA DVD-ROM SD-M1402, ATAPI CD/DVD-ROM drive
hdd: R/RW 8x4x32, ATAPI CD/DVD-ROM drive
Using anticipatory io scheduler
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 40188960 sectors (20576 MB) w/1916KiB Cache, CHS=39870/16/63
 /dev/ide/host0/bus0/target0/lun0: p1 p2 p3
mice: PS/2 mouse device common for all mice
serio: i8042 AUX port at 0x60,0x64 irq 12
input: ImExPS/2 Logitech Explorer Mouse on isa0060/serio1
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
NET: Registered protocol family 2
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 32768)
arp_tables: (C) 2002 David S. Miller
NET: Registered protocol family 1
NET: Registered protocol family 17
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 140k freed
Adding 257032k swap on /dev/hda2.  Priority:-1 extents:1
EXT3 FS on hda3, internal journal
hdc: ATAPI 40X DVD-ROM drive, 128kB Cache
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Enabling device 0000:00:0e.0 (0104 -> 0105)
PCI: Found IRQ 11 for device 0000:00:0e.0
PCI: Sharing IRQ 11 with 0000:01:00.0
USB Universal Host Controller Interface driver v2.2
PCI: Found IRQ 9 for device 0000:00:07.2
PCI: Sharing IRQ 9 with 0000:00:10.0
uhci_hcd 0000:00:07.2: Intel Corp. 82371AB/EB/MB PIIX4 USB
uhci_hcd 0000:00:07.2: irq 9, io base 00001020
uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usb 1-1: new full speed USB device using address 2
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
usb 1-1.2: new full speed USB device using address 3
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid 0x04B8 pid 0x0005
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Linux Tulip driver version 1.1.13 (May 11, 2002)
PCI: Enabling device 0000:00:10.0 (0114 -> 0117)
PCI: Found IRQ 9 for device 0000:00:10.0
PCI: Sharing IRQ 9 with 0000:00:07.2
tulip0:  MII transceiver #1 config 1000 status 786d advertising 05e1.
eth0: ADMtek Comet rev 17 at 0x1400, 00:0C:41:F1:3D:46, IRQ 9.
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd: block sizes: ed 64 td 64
eth0: Setting full-duplex based on MII#1 link partner capability of 41e1.
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
lp0: using parport0 (polling).
NET: Registered protocol family 10
Disabled Privacy Extensions on device c02e4e20(lo)
IPv6 over IPv4 tunneling driver
nvidia: module license 'NVIDIA' taints kernel.
0: nvidia: loading NVIDIA Linux x86 NVIDIA Kernel Module  1.0-5336  Wed Jan 14 18:29:26 PST 2004
agpgart: Found an AGP 1.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 2x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 2x mode
usbcore: registered new driver wacom
drivers/usb/input/wacom.c: v1.30:USB Wacom Graphire and Wacom Intuos tablet driver
eth0: no IPv6 routers present
agpgart: Found an AGP 1.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 2x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 2x mode
agpgart: Found an AGP 1.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 2x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 2x mode
agpgart: Found an AGP 1.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 2x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 2x mode
agpgart: Found an AGP 1.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 2x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 2x mode
agpgart: Found an AGP 1.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 2x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 2x mode


Anyone have any ideas?

Thanks

nuke
Back to top
View user's profile Send private message
nukem996
l33t
l33t


Joined: 13 Nov 2003
Posts: 776

PostPosted: Fri Jun 25, 2004 2:32 am    Post subject: :cry: Reply with quote

Well I think I might of found the problem... its broken. I got frustrated took a break and then my mom said I should try it on her computer(windows 2000) since it is officaly supported by wacom. I tried it and the LED on it wouldnt come up on hers and wacom says that means theres something wrong with the wacom. I opened it up and looked at the wires going to it. 4 out of the 5 wires seem fine. There are two black ones and one of the black ones the bare wire is showing so Im going to try to fix that. If I cannt anyone know of a place I can get a new cheap wacom?

nuke
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum