Package: xserver-xfree86 Version: 4.2.1-10 Severity: normal
While running xscreensaver, X appears to hang, somewhat randomly. I downloaded the debug server, and attached to it when the problem occurred: eugene:~# gdb XFree86-debug 469 GNU gdb 5.3.90_2003-08-01-cvs-debian ... Attaching to program: /usr/X11R6/bin/XFree86-debug, process 469 Reading symbols from /usr/lib/libz.so.1...done. Loaded symbols for /usr/lib/libz.so.1 Reading symbols from /lib/libm.so.6...done. Loaded symbols for /lib/libm.so.6 Reading symbols from /lib/libc.so.6...done. Loaded symbols for /lib/libc.so.6 Reading symbols from /lib/ld-linux.so.2...done. Loaded symbols for /lib/ld-linux.so.2 0x080826e7 in Permedia2Sync (pScrn=0x8942ec0) at pm2_accel.c:404 404 pm2_accel.c: No such file or directory. in pm2_accel.c (gdb) bt #0 0x080826e7 in Permedia2Sync (pScrn=0x8942ec0) at pm2_accel.c:404 #1 0x080831ab in Permedia2PolySegmentThinSolidWrapper (pDraw=0x8b949c8, pGC=0x8b94560, nseg=1, pSeg=0x40d3b384) at pm2_accel.c:556 #2 0x0851d3be in miSpritePolySegment (pDrawable=0x8b949c8, pGC=0x8b94560, nseg=1, pSegs=0x40d3b384) at misprite.c:1406 #3 0x083cdf88 in ProcPolySegment (client=0x8b8ae80) at dispatch.c:1882 #4 0x083ca795 in Dispatch () at dispatch.c:462 #5 0x083e0a87 in main (argc=9, argv=0xbffffd94, envp=0xbffffdbc) at main.c:488 (gdb) #0 0x080826e7 in Permedia2Sync (pScrn=0x8942ec0) at pm2_accel.c:404 #1 0x080831ab in Permedia2PolySegmentThinSolidWrapper (pDraw=0x8b949c8, pGC=0x8b94560, nseg=1, pSeg=0x40d3b384) at pm2_accel.c:556 #2 0x0851d3be in miSpritePolySegment (pDrawable=0x8b949c8, pGC=0x8b94560, nseg=1, pSegs=0x40d3b384) at misprite.c:1406 #3 0x083cdf88 in ProcPolySegment (client=0x8b8ae80) at dispatch.c:1882 #4 0x083ca795 in Dispatch () at dispatch.c:462 #5 0x083e0a87 in main (argc=9, argv=0xbffffd94, envp=0xbffffdbc) at main.c:488 Let's try doing stepi: 404 in pm2_accel.c (gdb) 0x080826d3 404 in pm2_accel.c (gdb) 0x080826d6 404 in pm2_accel.c (gdb) 0x080826dc 404 in pm2_accel.c (gdb) 0x080826e2 404 in pm2_accel.c (gdb) 0x080826e5 404 in pm2_accel.c (gdb) 0x080826e7 404 in pm2_accel.c (gdb) 0x080826e9 404 in pm2_accel.c (gdb) 404 in pm2_accel.c Doesn't seem to want to exit from that. In case this helps: (gdb) info registers eax 0x401a5020 1075466272 ecx 0x8946238 143942200 edx 0x4016a008 1075224584 ebx 0x401665d0 1075209680 esp 0xbffff830 0xbffff830 ebp 0xbffff838 0xbffff838 esi 0x40012020 1073815584 edi 0xbffffd94 -1073742444 eip 0x80826e5 0x80826e5 eflags 0x3302 13058 cs 0x23 35 ss 0x2b 43 ds 0x2b 43 es 0x2b 43 fs 0x0 0 gs 0x0 0 I don't have the source code, so I'm afraid that's where my digging ends. I can look around some more if you tell me exactly what to do. Thankyou, Dave -- Package-specific info: # File generated by xf86config. Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" EndSection Section "Monitor" Identifier "Foobar" HorizSync 31.5 - 82.0 VertRefresh 50-100 EndSection Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" Driver "vga" EndSection Section "Device" Identifier "Doowap" Driver "glint" #VideoRam 8000 # Insert Clocks lines here if appropriate EndSection Section "Screen" Identifier "Screen 1" Device "Doowap" Monitor "Foobar" DefaultDepth 16 Subsection "Display" Depth 8 Modes "640x480" "800x600" "1024x768" "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "640x480" "800x600" "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "640x480" "800x600" "1024x768" "1280x1024" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to [EMAIL PROTECTED] and patches submitted to [EMAIL PROTECTED] Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cvs) XFree86 Version 4.2.1.1 (Debian 4.2.1-10 20030821004616 [EMAIL PROTECTED]) / X Window System (protocol Version 11, revision 0, vendor release 6600) Release Date: 18 October 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.21-rc1-ac1-cryptoloop 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: Sat Aug 23 10:28:47 2003 (==) Using config file: "/etc/X11/XF86Config-4" (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "Foobar" (**) | |-->Device "Doowap" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc101" (**) XKB: model: "pc101" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (==) Keyboard: CustomKeycode disabled (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (**) 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 device) (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.1.1, 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.1.1, 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 = 0x00000000, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,7190 card 1028,0080 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:11:0: chip 10b7,9055 card 1028,0080 rev 00 class 02,00,00 hdr 00 (II) PCI: 00:13:0: chip 1011,0024 card 0000,0000 rev 03 class 06,04,00 hdr 01 (II) PCI: 01:00:0: chip 104c,3d07 card 1092,0149 rev 01 class 03,00,00 hdr 00 (II) PCI: 02:0a:0: chip 9005,001f card 1028,0080 rev 00 class 01,00,00 hdr 00 (II) PCI: 02:0e:0: chip 9004,8078 card 9004,7880 rev 01 class 01,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.1.1, 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) 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 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) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x8c (VGA_EN is set) (II) Bus 1 I/O range: (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xfb000000 - 0xfdffffff (0x3000000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xf6000000 - 0xf6ffffff (0x1000000) 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: (II) Bus 2: bridge is at (0:19:0), (0,2,2), BCTRL: 0x06 (VGA_EN is cleared) (II) Bus 2 I/O range: [0] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B] [1] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B] [2] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [3] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xf9000000 - 0xfaffffff (0x2000000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0xf5000000 - 0xf5ffffff (0x1000000) MX[B] (--) PCI:*(1:0:0) Texas Instruments Permedia 2 rev 1, Mem @ 0xfcfe0000/17, 0xfc000000/23, 0xfb800000/23, BIOS @ 0x80000000/16 (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) Active PCI resource ranges: [0] -1 0 0xf9ffe000 - 0xf9ffefff (0x1000) MX[B] [1] -1 0 0xfe000000 - 0xfe00007f (0x80) MX[B] [2] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B] [3] -1 0 0x80000000 - 0x8000ffff (0x10000) MX[B](B) [4] -1 0 0xfb800000 - 0xfbffffff (0x800000) MX[B](B) [5] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [6] -1 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B](B) [7] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [8] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] [9] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B] [10] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B] [11] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xf9ffe000 - 0xf9ffefff (0x1000) MX[B] [1] -1 0 0xfe000000 - 0xfe00007f (0x80) MX[B] [2] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B] [3] -1 0 0x80000000 - 0x8000ffff (0x10000) MX[B](B) [4] -1 0 0xfb800000 - 0xfbffffff (0x800000) MX[B](B) [5] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [6] -1 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B](B) [7] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [8] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] [9] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B] [10] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B] [11] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) 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 0xf9ffe000 - 0xf9ffefff (0x1000) MX[B] [6] -1 0 0xfe000000 - 0xfe00007f (0x80) MX[B] [7] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B] [8] -1 0 0x80000000 - 0x8000ffff (0x10000) MX[B](B) [9] -1 0 0xfb800000 - 0xfbffffff (0x800000) MX[B](B) [10] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [11] -1 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B](B) [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [15] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] [16] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B] [17] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B] [18] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.2.1.1, 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.1.1, 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 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: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.2.1.1, 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: "freetype" (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a (II) Module freetype: vendor="The XFree86 Project" compiled for 4.2.1.1, module version = 1.1.10 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font FreeType (II) LoadModule: "glint" (II) Loading /usr/X11R6/lib/modules/drivers/glint_drv.o (II) Module glint: vendor="The XFree86 Project" compiled for 4.2.1.1, module version = 1.0.0 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.1.1, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.3 (II) GLINT: driver for 3Dlabs chipsets: gamma, gamma2, ti_pm2, ti_pm, r4, pm4, pm3, pm2v, pm2, pm, 300sx, 500tx, mx, delta (II) Primary Device is: PCI 01:00:0 (--) Assigning device section with no busID to primary device (--) Chipset ti_pm2 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 0xf9ffe000 - 0xf9ffefff (0x1000) MX[B] [6] -1 0 0xfe000000 - 0xfe00007f (0x80) MX[B] [7] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B] [8] -1 0 0x80000000 - 0x8000ffff (0x10000) MX[B](B) [9] -1 0 0xfb800000 - 0xfbffffff (0x800000) MX[B](B) [10] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [11] -1 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B](B) [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [15] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] [16] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B] [17] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B] [18] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) 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 0xf9ffe000 - 0xf9ffefff (0x1000) MX[B] [6] -1 0 0xfe000000 - 0xfe00007f (0x80) MX[B] [7] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B] [8] -1 0 0x80000000 - 0x8000ffff (0x10000) MX[B](B) [9] -1 0 0xfb800000 - 0xfbffffff (0x800000) MX[B](B) [10] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [11] -1 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B](B) [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [18] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] [19] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B] [20] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B] [21] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [22] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [23] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (**) GLINT(0): Depth 16, (--) framebuffer bpp 16 (==) GLINT(0): RGB weight 565 (==) GLINT(0): Default visual is TrueColor (==) GLINT(0): Using gamma correction (1.0, 1.0, 1.0) (==) GLINT(0): Using HW cursor (--) GLINT(0): Not using Linux framebuffer device (--) GLINT(0): Chipset: "ti_pm2" (--) GLINT(0): Linear framebuffer at 0xFB800000 (--) GLINT(0): MMIO registers at 0xFCFE0000 (--) GLINT(0): VideoRAM: 8192 kByte (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.1.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (--) GLINT(0): FIFO Size is 256 DWORDS (==) GLINT(0): Min pixel clock is 16 MHz (--) GLINT(0): Max pixel clock is 230 MHz (II) GLINT(0): Foobar: Using hsync range of 31.50-82.00 kHz (II) GLINT(0): Foobar: Using vrefresh range of 50.00-100.00 Hz (II) GLINT(0): Clock range: 16.25 to 230.00 MHz (II) GLINT(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1280x960" (hsync out of range) (II) GLINT(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1280x1024" (hsync out of range) (II) GLINT(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1600x1200" (hsync out of range) (II) GLINT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1600x1200" (hsync out of range) (II) GLINT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1600x1200" (hsync out of range) (II) GLINT(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1792x1344" (hsync out of range) (II) GLINT(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1856x1392" (hsync out of range) (II) GLINT(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) GLINT(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (--) GLINT(0): Virtual size is 1280x1024 (pitch 1280) (**) GLINT(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz (II) GLINT(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) GLINT(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz (II) GLINT(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (**) GLINT(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz (II) GLINT(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (**) GLINT(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) GLINT(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (==) GLINT(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.1.1, module version = 1.0.0 ABI class: XFree86 ANSI C Emulation, version 0.1 (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.1.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (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.1.1, 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.1.1, module version = 1.2.0 ABI class: XFree86 Video Driver, version 0.5 (II) GLINT(0): I2C bus "DDC" initialized. (II) GLINT(0): I2C bus "Video" initialized. (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xfb800000 - 0xfbffffff (0x800000) MX[B] [1] 0 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B] [2] 0 0 0xfcfe0000 - 0xfcffffff (0x20000) 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 0xf9ffe000 - 0xf9ffefff (0x1000) MX[B] [9] -1 0 0xfe000000 - 0xfe00007f (0x80) MX[B] [10] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B] [11] -1 0 0x80000000 - 0x8000ffff (0x10000) MX[B](B) [12] -1 0 0xfb800000 - 0xfbffffff (0x800000) MX[B](B) [13] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [14] -1 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B](B) [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [20] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [21] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] [22] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B] [23] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B] [24] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [25] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprD) [26] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprD) (==) GLINT(0): Write-combining range (0xfb800000,0x800000) (II) GLINT(0): I2C device "DDC:ddc2" registered. (II) GLINT(0): I2C device "DDC:ddc2" removed. (II) GLINT(0): I2C device "DDC:ddc2" registered. (II) GLINT(0): I2C device "DDC:ddc2" removed. (II) GLINT(0): Manufacturer: SNY Model: b0 Serial#: 7021279 (II) GLINT(0): Year: 1998 Week: 52 (II) GLINT(0): EDID Version: 1.1 (II) GLINT(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V (II) GLINT(0): Sync: Separate Composite SyncOnGreen (II) GLINT(0): Max H-Image Size [cm]: horiz.: 40 vert.: 30 (II) GLINT(0): Gamma: 2.50 (II) GLINT(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) GLINT(0): redX: 0.625 redY: 0.340 greenX: 0.280 greenY: 0.595 (II) GLINT(0): blueX: 0.155 blueY: 0.070 whiteX: 0.283 whiteY: 0.298 (II) GLINT(0): Supported VESA Video Modes: (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (interlaced) (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): [EMAIL PROTECTED] (II) GLINT(0): Manufacturer's mask: 0 (II) GLINT(0): Supported Future Video Modes: (II) GLINT(0): #0: hsize: 1600 vsize 1200 refresh: 85 vid: 22953 (II) GLINT(0): #1: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 (II) GLINT(0): #2: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 (II) GLINT(0): #3: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 (II) GLINT(0): #4: hsize: 1024 vsize 768 refresh: 85 vid: 22881 (II) GLINT(0): #5: hsize: 800 vsize 600 refresh: 85 vid: 22853 (II) GLINT(0): #6: hsize: 640 vsize 480 refresh: 85 vid: 22833 (II) GLINT(0): #7: hsize: 1800 vsize 1440 refresh: 60 vid: 32962 (II) GLINT(0): Supported additional Video Mode: (II) GLINT(0): clock: 25.2 MHz Image Size: 312 x 234 mm (II) GLINT(0): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0 (II) GLINT(0): v_active: 480 v_sync: 490 v_sync_end 492 v_blanking: 525 v_border: 0 (II) GLINT(0): Ranges: V min: 48 V max: 160 Hz, H min: 30 H max: 107 kHz, PixClock max 2550 MHz (II) GLINT(0): Monitor name: GDM-500PS (II) GLINT(0): Serial No: 7021279 (II) GLINT(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 Offscreen Pixmaps Driver provided WriteBitmap replacement Driver provided WritePixmap replacement Setting up tile and stipple cache: 32 128x128 slots 9 256x256 slots (==) GLINT(0): Backing store disabled (==) GLINT(0): Silken mouse enabled (II) GLINT(0): direct rendering disabled (II) GLINT(0): Initializing Xv driver rev. 4 (II) GLINT(0): Xv frontend scaler 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 (**) Option "Protocol" "PS/2" (**) Mouse1: Protocol: "PS/2" (**) Option "CorePointer" (**) Mouse1: Core Pointer (**) Option "Device" "/dev/psaux" (==) Mouse1: Buttons: 3 (II) Keyboard "Keyboard1" handled by legacy driver (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE) Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list! GetModeLine - scrn: 0 clock: 135000 GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688 vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 5 GetModeLine - scrn: 0 clock: 135000 GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688 vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 5 GetModeLine - scrn: 0 clock: 135000 GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688 vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 5 GetModeLine - scrn: 0 clock: 135000 GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688 vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 5 GetModeLine - scrn: 0 clock: 135000 GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688 vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 5 GetModeLine - scrn: 0 clock: 135000 GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688 vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 5 GetModeLine - scrn: 0 clock: 135000 GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688 vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 5 GetModeLine - scrn: 0 clock: 135000 GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688 vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 5 -rw-r--r-- 1 root root 27743 Aug 23 11:09 /var/log/XFree86.0.log -rw-r--r-- 1 root root 26455 Aug 12 00:02 /var/log/XFree86.20.log -rw-r--r-- 1 root root 29243 Aug 23 10:07 /var/log/XFree86.8.log -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux eugene 2.4.21 #2 Fri Jun 27 15:58:56 CEST 2003 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages xserver-xfree86 depends on: ii debconf 1.3.11 Debian configuration management sy ii libc6 2.3.2-3 GNU C Library: Shared libraries an ii xserver-common 4.2.1-10 files and utilities common to all ii zlib1g 1:1.1.4-14 compression library - runtime -- debconf information: xserver-xfree86/config/device/identifier: Generic Video Card xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm) xserver-xfree86/config/device/use_fbdev: xserver-xfree86/config/monitor/selection-method: Advanced xserver-xfree86/config/doublequote_in_string_error: shared/default-x-server: xserver-xfree86 xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true xserver-xfree86/config/device/bus_id: xserver-xfree86/config/inputdevice/keyboard/layout: us xserver-xfree86/config/monitor/horiz-sync: 28-50 xserver-xfree86/config/monitor/identifier: Generic Monitor shared/no_known_x-server: xserver-xfree86/autodetect_mouse: false xserver-xfree86/config/device/video_ram: xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz xserver-xfree86/config/monitor/lcd: false xserver-xfree86/config/inputdevice/keyboard/internal: xserver-xfree86/clobber_XF86Config-4: xserver-xfree86/config/inputdevice/keyboard/rules: xfree86 xserver-xfree86/multiple_possible_x-drivers: xserver-xfree86/config/inputdevice/keyboard/model: pc104 xserver-xfree86/config/write_dri_section: true xserver-xfree86/config/device/driver: vesa xserver-xfree86/config/monitor/vert-refresh: 43-75 xserver-xfree86/config/display/default_depth: 24 xserver-xfree86/config/inputdevice/mouse/zaxismapping: true xserver-xfree86/config/display/modes: 800x600, 640x480 xserver-xfree86/config/inputdevice/mouse/retry_detection: xserver-xfree86/config/device/bus_id_error: xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe xserver-xfree86/config/inputdevice/keyboard/options: xserver-xfree86/config/nonnumeric_string_error: xserver-xfree86/config/inputdevice/mouse/protocol: PS/2 shared/multiple_possible_x-servers: xserver-xfree86/config/null_string_error: xserver-xfree86/config/monitor/range_input_error: xserver-xfree86/autodetect_video_card: true xserver-xfree86/config/inputdevice/keyboard/variant: xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux xserver-xfree86/config/write_files_section: true xserver-xfree86/autodetect_monitor: false -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]