Same thing with a UP kernel ... Yes, the kernel module was built fresh from the CVS tree.
Should this not be happening? Does it have something to do with the 7000/VE not having a TCL unit? Am I an idiot for trying to use the TCL driver on a non-TCL card? -Al On Tue, 2002-05-28 at 19:18, Al Tobey wrote: > Err ... I meant to say X locks up ... I can still ssh in from my laptop > (like to do the strace). The first X process lets me move the mouse, > but the top 1/8th of the screen is snow crashed while the rest looks > like a normal X pattern. Upon killing & letting X restart, the mouse > movement goes away. I can kill it repeatedly without locking the > machine. > > BTW, the initial hardlock was from switching to DRI/TCL branch from > Gatos, which was discussed a week ago. > > -Al > > Hello, > Just pulled & built the tcl branch fresh this morning and it locks my > SMP machine up hard when X starts, but before any applications get a > chance to. Log & config is attached. The following text is output from > strace -fp `ps -ef |awk '/[X] :0/{print $2}'` > > --- SIGALRM (Alarm clock) --- > sigreturn() = ? (mask now []) > ioctl(8, 0x6444, 0) = -1 EBUSY (Device or resource > busy) > ioctl(8, 0x6444, 0) = -1 EBUSY (Device or resource > busy) > --- SIGALRM (Alarm clock) --- > > repeats verbatim ... > > I'll try a uniprocessor kernel later tonight. > > -Al > Dual Pentium III 1Ghz Retail > VIA chipset, 512MB Ram > "Powered By Radeon" Radeon 7000/32mb DDR > > > > ******************************************************************** > This email and any files transmitted with it are confidential > and intended solely for the use of the individual or entity > to whom they are addressed. If you have received this > email in error please notify the Priority Health Information > Services Department at (616) 942-0954. > ******************************************************************** > > > ---- > > Section "ServerLayout" > Identifier "XFree86 Configured" > Screen "Screen1" > InputDevice "Mouse0" "CorePointer" > InputDevice "Mouse1" "SendCoreEvents" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > > Section "Files" > RgbPath "/usr/X11R6/lib/X11/rgb" > ModulePath "/usr/X11R6/lib/modules" > #FontPath "unix/:7100" > FontPath "/usr/X11R6/lib/X11/fonts/misc/" > FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" > FontPath "/usr/X11R6/lib/X11/fonts/Type1/" > FontPath "/usr/X11R6/lib/X11/fonts/CID/" > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" > FontPath "/opt/ttf" > EndSection > > Section "Module" > Load "dbe" > Load "dri" > Load "extmod" > Load "glx" > Load "type1" > Load "xtt" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "keyboard" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "MouseManPlusPS/2" > Option "Device" "/dev/misc/psaux" > Option "Buttons" "4" > EndSection > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "IMPS/2" > Option "Device" "/dev/input/mice" > Option "ZAxisMapping" "4 5" > EndSection > > Section "Monitor" > Identifier "Monitor1" > HorizSync 60-82 > ModelName "GDM-20D11" > VendorName "SGI" > VertRefresh 50-150 > UseModes "Modes[0]" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "CPQ" > ModelName "COMPAQ V55" > Option "DPMS" > EndSection > > Section "Modes" # something like this ... > Identifier "Modes[0]" > Modeline "512x384" 40 512 527 583 667 384 389 390 403 -HSync -VSync >Composite -CSync > Modeline "596x448" 48 596 614 681 781 448 454 455 471 -HSync -VSync >Composite -CSync > Modeline "640x480" 60 640 652 727 822 480 488 490 508 -HSync -VSync >Composite -CSync > Modeline "672x504" 65 672 692 767 878 504 511 513 531 -HSync -VSync >Composite -CSync > Modeline "704x576" 56 704 736 840 936 576 581 582 673 -HSync -VSync >Composite -CSync > Modeline "800x600" 70 800 848 968 1088 600 608 611 643 -hsync -vsync >Composite -CSync > Modeline "1024x768" 90 1024 1044 1164 1316 768 780 783 813 -HSync -VSync >Composite -CSync > Modeline "1152x900" 108 1152 1186 1314 1504 900 912 915 945 -HSync -VSync >Composite -CSync > > Modeline "1152x900" 94 1152 1224 1324 1540 900 904 920 940 Composite -CSync > Modeline "1024x768" 108.90 1024 1064 1240 1352 768 768 780 806 Composite -CSync > Modeline "1024x768" 101.99 1024 1040 1216 1400 768 768 780 802 Composite -CSync > Modeline "1024x768" 81.59 1024 1040 1216 1400 768 768 777 802 Composite -CSync > Modeline "1024x768" 61.19 1024 1040 1216 1400 768 768 775 802 Composite -CSync > Modeline "1024x768" 71.39 1024 1040 1216 1400 768 768 776 802 Composite -CSync > Modeline "1024x768" 91.79 1024 1040 1216 1400 768 768 780 802 Composite -CSync > Modeline "1024x768" 108.90 1024 1040 1216 1400 768 768 780 802 Composite -CSync > Modeline "1024x768" 85.00 1024 1044 1164 1300 768 776 779 803 Composite -CSync > #Modeline "1280x1024" 135.00 1280 1308 1412 1648 1024 1027 1030 1064 Composite >-CSync > Modeline "800x600" 69.65 800 864 928 1088 600 604 610 640 Composite -CSync > Modeline "800x600" 69.65 800 864 928 1088 600 604 610 640 Composite -CSync > EndSection > > Section "Device" > Identifier "Card1" > Driver "radeon" > Option "AGPMode" "2" > Option "AGPSize" "128" > Option "CrtScreen" "On" > BusID "PCI:1:0:0" > EndSection > > Section "Screen" > Identifier "Screen1" > Device "Card1" > Monitor "Monitor1" > DefaultDepth 16 > SubSection "Display" > Depth 8 > Modes "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Depth 15 > Modes "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Depth 16 > # many modes for MAME > Modes "1152x900" "800x600" "1024x768" "704x576" "672x504" "640x480" >"596x448" "512x384" > #Modes "1152x900" "1024x768" "704x576" "672x504" "640x480" "596x448" >"512x384" > EndSubSection > SubSection "Display" > Depth 24 > Modes "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Depth 32 > Modes "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > EndSection > > Section "DRI" > Group "root" > Mode 0660 > EndSection > > ---- > > > XFree86 Version 4.2.0 (DRI trunk) / X Window System > (protocol Version 11, revision 0, vendor release 6600) > Release Date: 18 January 2002 > If the server is older than 6-12 months, or if your card is > newer than the above date, look for a newer version before > reporting problems. (See http://www.XFree86.Org/) > Build Operating System: Linux 2.4.18-xfs i686 [ELF] > 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/XFree86.0.log", Time: Tue May 28 19:00:10 2002 > (==) Using config file: "/etc/X11/XF86Config-4" > (==) ServerLayout "XFree86 Configured" > (**) |-->Screen "Screen1" (0) > (**) | |-->Monitor "Monitor1" > (**) | |-->Device "Card1" > (**) |-->Input Device "Mouse0" > (**) |-->Input Device "Mouse1" > (**) |-->Input Device "Keyboard0" > (==) Keyboard: CustomKeycode disabled > (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/CID/". > Entry deleted from font path. > (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/CID/"). > (**) FontPath set to >"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/opt/ttf" > (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" > (**) ModulePath set to "/usr/X11R6/lib/modules" > (--) using VT number 7 > > (WW) Open APM failed (/dev/apm_bios) (No such file or directory) > (II) Module ABI versions: > XFree86 ANSI C Emulation: 0.1 > XFree86 Video Driver: 0.5 > XFree86 XInput driver : 0.3 > XFree86 Server Extension : 0.1 > XFree86 Font Renderer : 0.3 > (II) Loader running on linux > (II) LoadModule: "bitmap" > (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a > (II) Module bitmap: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > Module class: XFree86 Font Renderer > ABI class: XFree86 Font Renderer, version 0.3 > (II) Loading font Bitmap > (II) LoadModule: "pcidata" > (II) Loading /usr/X11R6/lib/modules/libpcidata.a > (II) Module pcidata: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 0.1.0 > ABI class: XFree86 Video Driver, version 0.5 > (II) PCI: Probing config type using method 1 > (II) PCI: Config type is 1 > (II) PCI: stages = 0x03, oldVal1 = 0x8000893c, mode1Res1 = 0x80000000 > (II) PCI: PCI scan (all values are in hex) > (II) PCI: 00:00:0: chip 1106,0691 card 0000,0000 rev c4 class 06,00,00 hdr 00 > (II) PCI: 00:01:0: chip 1106,8598 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 0000,0000 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 0000,0000 rev 40 class 00,00,00 hdr 00 > (II) PCI: 00:0e:0: chip 10b7,9050 card 0000,0000 rev 00 class 02,00,00 hdr 00 > (II) PCI: 00:0f:0: chip 109e,036e card 1002,0001 rev 11 class 04,00,00 hdr 80 > (II) PCI: 00:0f:1: chip 109e,0878 card 1002,0001 rev 11 class 04,80,00 hdr 80 > (II) PCI: 00:11:0: chip 1102,0002 card 1102,8061 rev 07 class 04,01,00 hdr 80 > (II) PCI: 00:11:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80 > (II) PCI: 01:00:0: chip 1002,5159 card 174b,7112 rev 00 class 03,00,00 hdr 00 > (II) PCI: End of PCI scan > (II) LoadModule: "scanpci" > (II) Loading /usr/X11R6/lib/modules/libscanpci.a > (II) Module scanpci: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 0.1.0 > ABI class: XFree86 Video Driver, version 0.5 > (II) UnloadModule: "scanpci" > (II) Unloading /usr/X11R6/lib/modules/libscanpci.a > (II) Host-to-PCI bridge: > (II) PCI-to-ISA bridge: > (II) PCI-to-PCI bridge: > (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set) > (II) Bus 0 I/O range: > [0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B] > (II) Bus 0 non-prefetchable memory range: > [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] > (II) Bus 0 prefetchable memory range: > [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] > (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set) > (II) Bus 1 I/O range: > [0] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B] > [1] -1 0x0000c400 - 0x0000c4ff (0x100) IX[B] > [2] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B] > [3] -1 0x0000cc00 - 0x0000ccff (0x100) IX[B] > (II) Bus 1 non-prefetchable memory range: > [0] -1 0xe0000000 - 0xe1ffffff (0x2000000) MX[B] > (II) Bus 1 prefetchable memory range: > [0] -1 0xd8000000 - 0xdfffffff (0x8000000) MX[B] > (II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set) > (II) Bus -1 I/O range: > (II) Bus -1 non-prefetchable memory range: > (II) Bus -1 prefetchable memory range: > (--) PCI: (0:15:0) BrookTree unknown chipset (0x036e) rev 17, Mem @ 0xe3000000/12 > (--) PCI:*(1:0:0) ATI Radeon VE QY rev 0, Mem @ 0xd8000000/27, 0xe1000000/16, I/O @ >0xc000/8 > (II) Addressable bus resource ranges are > [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] > [1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B] > (II) OS-reported resource ranges: > [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) > [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] > [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] > [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] > [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] > (II) Active PCI resource ranges: > [0] -1 0xe3001000 - 0xe3001fff (0x1000) MX[B] > [1] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B] > [2] -1 0xe1000000 - 0xe100ffff (0x10000) MX[B](B) > [3] -1 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [4] -1 0xe3000000 - 0xe3000fff (0x1000) MX[B](B) > [5] -1 0x0000e400 - 0x0000e407 (0x8) IX[B] > [6] -1 0x0000e000 - 0x0000e01f (0x20) IX[B] > [7] -1 0x0000dc00 - 0x0000dc3f (0x40) IX[B] > [8] -1 0x0000d800 - 0x0000d81f (0x20) IX[B] > [9] -1 0x0000d400 - 0x0000d41f (0x20) IX[B] > [10] -1 0x0000d000 - 0x0000d00f (0x10) IX[B] > [11] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B) > (II) Active PCI resource ranges after removing overlaps: > [0] -1 0xe3001000 - 0xe3001fff (0x1000) MX[B] > [1] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B] > [2] -1 0xe1000000 - 0xe100ffff (0x10000) MX[B](B) > [3] -1 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [4] -1 0xe3000000 - 0xe3000fff (0x1000) MX[B](B) > [5] -1 0x0000e400 - 0x0000e407 (0x8) IX[B] > [6] -1 0x0000e000 - 0x0000e01f (0x20) IX[B] > [7] -1 0x0000dc00 - 0x0000dc3f (0x40) IX[B] > [8] -1 0x0000d800 - 0x0000d81f (0x20) IX[B] > [9] -1 0x0000d400 - 0x0000d41f (0x20) IX[B] > [10] -1 0x0000d000 - 0x0000d00f (0x10) IX[B] > [11] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B) > (II) OS-reported resource ranges after removing overlaps with PCI: > [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) > [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] > [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] > [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] > [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] > (II) All system resource ranges: > [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) > [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] > [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] > [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [5] -1 0xe3001000 - 0xe3001fff (0x1000) MX[B] > [6] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B] > [7] -1 0xe1000000 - 0xe100ffff (0x10000) MX[B](B) > [8] -1 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [9] -1 0xe3000000 - 0xe3000fff (0x1000) MX[B](B) > [10] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] > [11] -1 0x00000000 - 0x000000ff (0x100) IX[B] > [12] -1 0x0000e400 - 0x0000e407 (0x8) IX[B] > [13] -1 0x0000e000 - 0x0000e01f (0x20) IX[B] > [14] -1 0x0000dc00 - 0x0000dc3f (0x40) IX[B] > [15] -1 0x0000d800 - 0x0000d81f (0x20) IX[B] > [16] -1 0x0000d400 - 0x0000d41f (0x20) IX[B] > [17] -1 0x0000d000 - 0x0000d00f (0x10) IX[B] > [18] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B) > (II) LoadModule: "GLcore" > (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a > (II) Module GLcore: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > ABI class: XFree86 Server Extension, version 0.1 > (II) LoadModule: "dbe" > (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a > (II) Module dbe: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > Module class: XFree86 Server Extension > ABI class: XFree86 Server Extension, version 0.1 > (II) Loading extension DOUBLE-BUFFER > (II) LoadModule: "extmod" > (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a > (II) Module extmod: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > Module class: XFree86 Server Extension > ABI class: XFree86 Server Extension, version 0.1 > (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) LoadModule: "dri" > (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a > (II) Module dri: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > ABI class: XFree86 Server Extension, version 0.1 > (II) Loading sub module "drm" > (II) LoadModule: "drm" > (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a > (II) Module drm: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > ABI class: XFree86 Server Extension, version 0.1 > (II) Loading extension XFree86-DRI > (II) LoadModule: "glx" > (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a > (II) Module glx: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > ABI class: XFree86 Server Extension, version 0.1 > (II) Loading sub module "GLcore" > (II) LoadModule: "GLcore" > (II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a > (II) Loading extension GLX > (II) LoadModule: "freetype" > (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a > (II) Module freetype: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.1.10 > Module class: XFree86 Font Renderer > ABI class: XFree86 Font Renderer, version 0.3 > (II) Loading font FreeType > (II) LoadModule: "type1" > (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a > (II) Module type1: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.1 > Module class: XFree86 Font Renderer > ABI class: XFree86 Font Renderer, version 0.3 > (II) Loading font Type1 > (II) Loading font CID > (II) LoadModule: "speedo" > (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a > (II) Module speedo: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.1 > Module class: XFree86 Font Renderer > ABI class: XFree86 Font Renderer, version 0.3 > (II) Loading font Speedo > (II) LoadModule: "v4l" > (WW) Warning, couldn't open module v4l > (II) UnloadModule: "v4l" > (EE) Failed to load module "v4l" (module does not exist, 0) > (II) LoadModule: "int10" > (II) Loading /usr/X11R6/lib/modules/linux/libint10.a > (II) Module int10: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > ABI class: XFree86 Video Driver, version 0.5 > (II) LoadModule: "vbe" > (II) Loading /usr/X11R6/lib/modules/libvbe.a > (II) Module vbe: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > ABI class: XFree86 Video Driver, version 0.5 > (II) LoadModule: "radeon" > (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o > (II) Module radeon: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 4.0.1 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.5 > (II) LoadModule: "ati" > (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o > (II) Module ati: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 6.4.8 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.5 > (II) LoadModule: "mouse" > (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o > (II) Module mouse: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > Module class: XFree86 XInput Driver > ABI class: XFree86 XInput driver, version 0.3 > (II) ATI: ATI driver (version 6.4.8) for chipsets: ati, ativga > (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI), > ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI), > ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP), > ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP), > ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI), > ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP), > ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI), > ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP), > ATI Rage 128 Mobility ML (AGP) > (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP), > ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), > ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP), > ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP), > ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP), > ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP), > ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP), > ATI Radeon 7500 QW (AGP) > (II) Primary Device is: PCI 01:00:0 > (--) Chipset ATI Radeon VE QY (AGP) found > (II) resource ranges after xf86ClaimFixedResources() call: > [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) > [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] > [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] > [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [5] -1 0xe3001000 - 0xe3001fff (0x1000) MX[B] > [6] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B] > [7] -1 0xe1000000 - 0xe100ffff (0x10000) MX[B](B) > [8] -1 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [9] -1 0xe3000000 - 0xe3000fff (0x1000) MX[B](B) > [10] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] > [11] -1 0x00000000 - 0x000000ff (0x100) IX[B] > [12] -1 0x0000e400 - 0x0000e407 (0x8) IX[B] > [13] -1 0x0000e000 - 0x0000e01f (0x20) IX[B] > [14] -1 0x0000dc00 - 0x0000dc3f (0x40) IX[B] > [15] -1 0x0000d800 - 0x0000d81f (0x20) IX[B] > [16] -1 0x0000d400 - 0x0000d41f (0x20) IX[B] > [17] -1 0x0000d000 - 0x0000d00f (0x10) IX[B] > [18] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B) > (II) Loading sub module "radeon" > (II) LoadModule: "radeon" > (II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o > (II) resource ranges after probing: > [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) > [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] > [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] > [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [5] -1 0xe3001000 - 0xe3001fff (0x1000) MX[B] > [6] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B] > [7] -1 0xe1000000 - 0xe100ffff (0x10000) MX[B](B) > [8] -1 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [9] -1 0xe3000000 - 0xe3000fff (0x1000) MX[B](B) > [10] 0 0x000a0000 - 0x000affff (0x10000) MS[B] > [11] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > [12] 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > [13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] > [14] -1 0x00000000 - 0x000000ff (0x100) IX[B] > [15] -1 0x0000e400 - 0x0000e407 (0x8) IX[B] > [16] -1 0x0000e000 - 0x0000e01f (0x20) IX[B] > [17] -1 0x0000dc00 - 0x0000dc3f (0x40) IX[B] > [18] -1 0x0000d800 - 0x0000d81f (0x20) IX[B] > [19] -1 0x0000d400 - 0x0000d41f (0x20) IX[B] > [20] -1 0x0000d000 - 0x0000d00f (0x10) IX[B] > [21] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B) > [22] 0 0x000003b0 - 0x000003bb (0xc) IS[B] > [23] 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="The XFree86 Project" > compiled for 4.2.0, module version = 0.1.0 > ABI class: XFree86 Video Driver, version 0.5 > (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 > (II) RADEON(0): PCI bus 1 card 0 func 0 > (**) RADEON(0): Depth 16, (--) framebuffer bpp 16 > (II) RADEON(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps) > (==) RADEON(0): Default visual is TrueColor > (**) RADEON(0): Option "AGPMode" "2" > (**) RADEON(0): Option "AGPSize" "128" > (**) RADEON(0): Option "CrtScreen" "On" > (==) RADEON(0): RGB weight 565 > (II) RADEON(0): Using 6 bits per RGB (8 bit DAC) > (II) Loading sub module "int10" > (II) LoadModule: "int10" > (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a > (II) RADEON(0): initializing int10 > (II) RADEON(0): Primary V_BIOS segment is: 0xc000 > (--) RADEON(0): Chipset: "ATI Radeon VE QY (AGP)" (ChipID = 0x5159) > (--) RADEON(0): Linear framebuffer at 0xd8000000 > (--) RADEON(0): MMIO registers at 0xe1000000 > (--) RADEON(0): VideoRAM: 32768 kByte (64-bit DDR SDRAM) > (II) RADEON(0): Primary Display == Type 4 > (II) Loading sub module "ddc" > (II) LoadModule: "ddc" > (II) Loading /usr/X11R6/lib/modules/libddc.a > (II) Module ddc: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > ABI class: XFree86 Video Driver, version 0.5 > (II) Loading sub module "i2c" > (II) LoadModule: "i2c" > (II) Loading /usr/X11R6/lib/modules/libi2c.a > (II) Module i2c: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.2.0 > ABI class: XFree86 Video Driver, version 0.5 > (II) RADEON(0): I2C bus "DDC" initialized. > (II) RADEON(0): I2C device "DDC:ddc2" registered. > (II) RADEON(0): I2C device "DDC:ddc2" removed. > (II) Loading sub module "vbe" > (II) LoadModule: "vbe" > (II) Reloading /usr/X11R6/lib/modules/libvbe.a > (II) RADEON(0): VESA BIOS detected > (II) RADEON(0): VESA VBE Version 2.0 > (II) RADEON(0): VESA VBE Total Mem: 32768 kB > (II) RADEON(0): VESA VBE OEM: ATI RADEON III > (II) RADEON(0): VESA VBE OEM Software Rev: 1.0 > (II) RADEON(0): VESA VBE OEM Vendor: ATI Technologies Inc. > (II) RADEON(0): VESA VBE OEM Product: R100 > (II) RADEON(0): VESA VBE OEM Product Rev: 01.00 > (II) Loading sub module "ddc" > (II) LoadModule: "ddc" > (II) Reloading /usr/X11R6/lib/modules/libddc.a > (II) RADEON(0): VESA VBE DDC supported > (II) RADEON(0): VESA VBE DDC Level none > (II) RADEON(0): VESA VBE DDC transfer in appr. 2 sec. > (II) RADEON(0): VESA VBE DDC read failed > (II) RADEON(0): PLL parameters: rf=2700 rd=60 min=12000 max=35000; xclk=16600 > (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) > (II) RADEON(0): Monitor1: Using hsync range of 60.00-82.00 kHz > (II) RADEON(0): Monitor1: Using vrefresh range of 50.00-150.00 Hz > (II) RADEON(0): Clock range: 12.00 to 350.00 MHz > (II) RADEON(0): Not using mode "1024x768" (hsync out of range) > (II) RADEON(0): Not using mode "1024x768" (hsync out of range) > (II) RADEON(0): Not using mode "1024x768" (hsync out of range) > (II) RADEON(0): Not using default mode "640x350" (hsync out of range) > (II) RADEON(0): Not using default mode "320x175" (hsync out of range) > (II) RADEON(0): Not using default mode "640x400" (hsync out of range) > (II) RADEON(0): Not using default mode "320x200" (hsync out of range) > (II) RADEON(0): Not using default mode "720x400" (hsync out of range) > (II) RADEON(0): Not using default mode "360x200" (hsync out of range) > (II) RADEON(0): Not using default mode "320x240" (hsync out of range) > (II) RADEON(0): Not using default mode "320x240" (hsync out of range) > (II) RADEON(0): Not using default mode "320x240" (hsync out of range) > (II) RADEON(0): Not using default mode "320x240" (hsync out of range) > (II) RADEON(0): Not using default mode "400x300" (hsync out of range) > (II) RADEON(0): Not using default mode "400x300" (hsync out of range) > (II) RADEON(0): Not using default mode "400x300" (hsync out of range) > (II) RADEON(0): Not using default mode "400x300" (hsync out of range) > (II) RADEON(0): Not using default mode "400x300" (hsync out of range) > (II) RADEON(0): Not using default mode "1280x960" (hsync out of range) > (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range) > (II) RADEON(0): Not using default mode "640x512" (hsync out of range) > (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) > (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) > (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) > (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range) > (II) RADEON(0): Not using default mode "896x672" (hsync out of range) > (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range) > (II) RADEON(0): Not using default mode "896x672" (hsync out of range) > (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range) > (II) RADEON(0): Not using default mode "928x696" (hsync out of range) > (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range) > (II) RADEON(0): Not using default mode "928x696" (hsync out of range) > (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) > (II) RADEON(0): Not using default mode "960x720" (hsync out of range) > (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) > (II) RADEON(0): Not using default mode "960x720" (hsync out of range) > (II) RADEON(0): Not using default mode "832x624" (hsync out of range) > (II) RADEON(0): Not using default mode "416x312" (hsync out of range) > (--) RADEON(0): Virtual size is 1152x900 (pitch 1152) > (**) RADEON(0): Mode "1152x900": 108.0 MHz, 71.8 kHz, 76.0 Hz > (II) RADEON(0): Modeline "1152x900" 108.00 1152 1186 1314 1504 900 912 915 945 >composite -hsync -vsync -csync > (**) RADEON(0): Mode "800x600": 70.0 MHz, 64.3 kHz, 100.1 Hz > (II) RADEON(0): Modeline "800x600" 70.00 800 848 968 1088 600 608 611 643 >composite -hsync -vsync -csync > (**) RADEON(0): Mode "1024x768": 108.9 MHz, 80.5 kHz, 99.9 Hz > (II) RADEON(0): Modeline "1024x768" 108.90 1024 1064 1240 1352 768 768 780 806 >composite -csync > (**) RADEON(0): Mode "704x576": 56.0 MHz, 59.8 kHz, 88.9 Hz > (II) RADEON(0): Modeline "704x576" 56.00 704 736 840 936 576 581 582 673 >composite -hsync -vsync -csync > (**) RADEON(0): Mode "672x504": 65.0 MHz, 74.0 kHz, 139.4 Hz > (II) RADEON(0): Modeline "672x504" 65.00 672 692 767 878 504 511 513 531 >composite -hsync -vsync -csync > (**) RADEON(0): Mode "640x480": 60.0 MHz, 73.0 kHz, 143.7 Hz > (II) RADEON(0): Modeline "640x480" 60.00 640 652 727 822 480 488 490 508 >composite -hsync -vsync -csync > (**) RADEON(0): Mode "596x448": 48.0 MHz, 61.5 kHz, 130.5 Hz > (II) RADEON(0): Modeline "596x448" 48.00 596 614 681 781 448 454 455 471 >composite -hsync -vsync -csync > (**) RADEON(0): Mode "512x384": 40.0 MHz, 60.0 kHz, 148.8 Hz > (II) RADEON(0): Modeline "512x384" 40.00 512 527 583 667 384 389 390 403 >composite -hsync -vsync -csync > (==) RADEON(0): DPI set to (75, 75) > (II) Loading sub module "fb" > (II) LoadModule: "fb" > (II) Loading /usr/X11R6/lib/modules/libfb.a > (II) Module fb: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > ABI class: XFree86 ANSI C Emulation, version 0.1 > (II) Loading sub module "ramdac" > (II) LoadModule: "ramdac" > (II) Loading /usr/X11R6/lib/modules/libramdac.a > (II) Module ramdac: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 0.1.0 > ABI class: XFree86 Video Driver, version 0.5 > (II) Loading sub module "xaa" > (II) LoadModule: "xaa" > (II) Loading /usr/X11R6/lib/modules/libxaa.a > (II) Module xaa: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > ABI class: XFree86 Video Driver, version 0.5 > (**) RADEON(0): Using AGP 2x mode > (II) RADEON(0): Depth moves disabled by default > (II) Loading sub module "shadow" > (II) LoadModule: "shadow" > (II) Loading /usr/X11R6/lib/modules/libshadow.a > (II) Module shadow: vendor="The XFree86 Project" > compiled for 4.2.0, module version = 1.0.0 > ABI class: XFree86 ANSI C Emulation, version 0.1 > (**) RADEON(0): Disabling page flipping > (!!) RADEON(0): For information on using the multimedia capabilities > of this adapter, please see http://gatos.sf.net. > (II) do I need RAC? No, I don't. > (II) resource ranges after preInit: > [0] 0 0xe1000000 - 0xe100ffff (0x10000) MX[B] > [1] 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B] > [2] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) > [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [4] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] > [5] -1 0x000c0000 - 0x000effff (0x30000) MX[B] > [6] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [7] -1 0xe3001000 - 0xe3001fff (0x1000) MX[B] > [8] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B] > [9] -1 0xe1000000 - 0xe100ffff (0x10000) MX[B](B) > [10] -1 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) > [11] -1 0xe3000000 - 0xe3000fff (0x1000) MX[B](B) > [12] 0 0x000a0000 - 0x000affff (0x10000) MS[B] > [13] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > [14] 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > [15] 0 0x0000c000 - 0x0000c0ff (0x100) IX[B] > [16] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] > [17] -1 0x00000000 - 0x000000ff (0x100) IX[B] > [18] -1 0x0000e400 - 0x0000e407 (0x8) IX[B] > [19] -1 0x0000e000 - 0x0000e01f (0x20) IX[B] > [20] -1 0x0000dc00 - 0x0000dc3f (0x40) IX[B] > [21] -1 0x0000d800 - 0x0000d81f (0x20) IX[B] > [22] -1 0x0000d400 - 0x0000d41f (0x20) IX[B] > [23] -1 0x0000d000 - 0x0000d00f (0x10) IX[B] > [24] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B) > [25] 0 0x000003b0 - 0x000003bb (0xc) IS[B] > [26] 0 0x000003c0 - 0x000003df (0x20) IS[B] > (==) RADEON(0): Write-combining range (0xd8000000,0x2000000) > drmOpenDevice: minor is 0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 8, (OK) > drmOpenDevice: minor is 0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 8, (OK) > drmOpenDevice: minor is 0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 8, (OK) > drmGetBusid returned '' > (II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0" > (II) RADEON(0): [drm] added 8192 byte SAREA at 0xe092d000 > (II) RADEON(0): [drm] mapped SAREA 0xe092d000 to 0x40014000 > (II) RADEON(0): [drm] framebuffer handle = 0xd8000000 > (II) RADEON(0): [drm] added 1 reserved context for kernel > (II) RADEON(0): [agp] Mode 0x1f000213 [AGP 0x1106/0x0691; Card 0x1002/0x5159] > (II) RADEON(0): [agp] 131072 kB allocated with handle 0xe2931000 > (II) RADEON(0): [agp] ring handle = 0xd0000000 > (II) RADEON(0): [agp] Ring mapped at 0x4015b000 > (II) RADEON(0): [agp] ring read ptr handle = 0xd0101000 > (II) RADEON(0): [agp] Ring read ptr mapped at 0x40016000 > (II) RADEON(0): [agp] vertex/indirect buffers handle = 0xd0102000 > (II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0x4025c000 > (II) RADEON(0): [agp] AGP texture map handle = 0xd0302000 > (II) RADEON(0): [agp] AGP Texture map mapped at 0x44135000 > (II) RADEON(0): [drm] register handle = 0xe1000000 > (II) RADEON(0): [dri] Visual configs initialized > (II) RADEON(0): CP in BM mode > (II) RADEON(0): Using 128 MB AGP aperture > (II) RADEON(0): Using 1 MB for the ring buffer > (II) RADEON(0): Using 2 MB for vertex/indirect buffers > (II) RADEON(0): Using 125 MB for AGP textures > (II) RADEON(0): Memory manager initialized to (0,0) (1152,1837) > (II) RADEON(0): Reserved area from (0,900) to (1152,902) > (II) RADEON(0): Largest offscreen area available: 1152 x 935 > (II) RADEON(0): Reserved back buffer at offset 0x40a000 > (II) RADEON(0): Reserved depth buffer at offset 0x605000 > (II) RADEON(0): Reserved 24576 kb for textures at offset 0x800000 > (==) RADEON(0): Backing store disabled > (==) RADEON(0): Silken mouse enabled > (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA) > Screen to screen bit blits > Solid filled rectangles > Solid Lines > Dashed Lines > Offscreen Pixmaps > Setting up tile and stipple cache: > 32 128x128 slots > 7 256x256 slots > (II) RADEON(0): Acceleration enabled > (II) RADEON(0): Using hardware cursor (scanline 1804) > (II) RADEON(0): Largest offscreen area available: 1152 x 933 > (II) RADEON(0): X context handle = 0x00000001 > (II) RADEON(0): [drm] installed DRM signal handler > (II) RADEON(0): [DRI] installation complete > (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers > (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers > (II) RADEON(0): Direct rendering enabled > (II) Setting vga for screen 0. > (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 > (**) Option "Protocol" "MouseManPlusPS/2" > (**) Mouse0: Protocol: "MouseManPlusPS/2" > (**) Option "CorePointer" > (**) Mouse0: Core Pointer > (**) Option "Device" "/dev/misc/psaux" > (**) Option "Buttons" "4" > (**) Mouse0: Buttons: 4 > (**) Option "Protocol" "IMPS/2" > (**) Mouse1: Protocol: "IMPS/2" > (**) Option "SendCoreEvents" > (**) Mouse1: always reports core events > (**) Option "Device" "/dev/input/mice" > (**) Option "ZAxisMapping" "4 5" > (**) Mouse1: ZAxisMapping: buttons 4 and 5 > (**) Mouse1: Buttons: 5 > (II) Keyboard "Keyboard0" handled by legacy driver > (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE) > (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel