Good morning, I'm back from a nice holiday break, and trying to work my way through this Radeon driver, again. Thanks, Denis, for the prompt reply; I'm still having trouble getting out of the starting blocks...

Denis Oliver Kropp wrote:

Quoting Benton Holzwarth:

I'm trying to bring up the Radeon driver and would be grateful if
someone could summarize its current state.  I've pulled down the

The driver accelerates FillRectangle(), DrawRectangle() and DrawLine()
with a solid color, i.e. no drawing flags.

It also accelerates Blit() with and without color keying.

Further acceleration, especially blending, requires the 3D engine,
though the Rage128 already had StretchBlit() and alpha blending without it.

Michel D�nzer started with some DRM initialization code, but I hope that
we can use the 3D engine without using DRM, because it's functionality
goes far beyond what is needed.

 This level of accel covers most of my needs.  Alpha-blending might
be nice but isn't essential.  Stretch-blit would be good.  I'd also like
to turn on the ZV (video capture) port/plane.  Doing this with minimal
additional code (DRM) would be desirable.

latest sources from CVS, but I suspect my .../linux/fb.h file is stale
(?) in that it doesn't include the 'ACCEL' #define for this driver, so
it declines to build for me.


Please check that /usr/include/linux/fb.h is that from your kernel.


I always do the following:

$ cd /usr/include
$ rm -rf asm linux
$ ln -s /usr/src/linux/include/asm
$ ln -s /usr/src/linux/include/linux

 I'm working with a 2.4.18-3 kernel (Redhat 7.3).  I find that
the ACCEL define for the Radeon driver wasn't included in this
fb.h file, tho' the kernel config included the selections for
including the Radeon framebuffer support.  I found the value (38,
I think it was, don't have it in front of me now) in an fh.h file
for the 2.4.20 kernel and added it to my fb.h -- is this fair?

 Also, I'm cross-compiling the kernel from another host (both
Redhat 7.3 x86, at least) so there is always some opportunity for
messing something up there.  The full kernel sources are not
installed on the target box.

 I'm running the 0.9.21 version of DirectFB and have worked
through the different errors, so that it seems to execute without
complaint, but still I don't see what I expected.

 What I have been seeing, when running the 'simple' tutorial
program is that my monitor acts as though the video card has
dropped sync to it for the duration of the program execution, then
resumes display when it exits.  I thought perhaps the video mode
had switched to something outside this monitor's range, but a more
capable monitor also shows the same result.

 I've been suspecting that, by default, a different output is
being selected -- one that I don't have a display connected to.  My
card has --
 - 2 DVI connectors
 - 1 small round (DIN ?) connector (TV-Out?)
 - 1 female 'D' connector with an edge-style contact rather than
   pins

 I've used this conventional monitor on both of the DVI
connectors, through an adapter that came with the board, that
connects out the 'VGA' (?) pins on the DVI connector.

 Additionally, this board includes 16Mb of memory.  I have X11
running successfully on it -- but found that I need to override the
correctly probed memory config -- forcing it to 4Mb in the
XF86Config file for it to work at all.  I found the 'videoram-limit'
parameter and included it in my /etc/directfbrc file, but it didn't
seem to make any difference.

 The /var/log/messages file shows the kernel realizing both the
radeonfb and vesafb at boot.  Included below, as well.

Also, can anyone summarize ATI's position on support for open-source
projects related to their chips?  I see they point to the gatos group
for linux tv-tuner support, for instance.  How helpful are they?


I don't expect any useful help from ATI ;(


 Any additional help would be appreciated.  I'll include dumps of
everything that I think might be helpful below -- I apologize for the
lengthy post, but hope the detail proves useful.

 - 'fbset -i' results before and during execution (shows the mode
   being tweeked)
 - /var/log/messages
 - /etc/directfbrc, and finally
 - DirectFB ./configure tail
 - 'simple' result dump (DirectFB compiled with debugging)

---- 'fbset -i' before/after ----

mode "640x480-60"
   # D: 25.176 MHz, H: 31.469 kHz, V: 59.942 Hz
   geometry 640 480 640 480 8
   timings 39721 40 24 32 11 96 2
   rgba 8/0,8/0,8/0,0/0
endmode

Frame buffer device information:
   Name        : Radeon M6 LY
   Address     : 0xe8000000
   Size        : 16777216
   Type        : PACKED PIXELS
   Visual      : PSEUDOCOLOR
   XPanStep    : 8
   YPanStep    : 1
   YWrapStep   : 0
   LineLength  : 640
   MMIO Address: 0xff8f0000
   MMIO Size   : 16384
   Accelerator : No

----

---- 'fbset -i' during execution of 'simple' ----

mode "1024x768-60"
   # D: 64.998 MHz, H: 48.362 kHz, V: 60.002 Hz
   geometry 1024 768 1024 768 16
   timings 15385 160 24 29 3 136 6
   rgba 5/11,6/5,5/0,0/0
endmode

Frame buffer device information:
   Name        : Radeon M6 LY
   Address     : 0xe8000000
   Size        : 16777216
   Type        : PACKED PIXELS
   Visual      : DIRECTCOLOR
   XPanStep    : 8
   YPanStep    : 1
   YWrapStep   : 0
   LineLength  : 2048
   MMIO Address: 0xff8f0000
   MMIO Size   : 16384
   Accelerator : No

---- /var/log/messages ----

Jan 9 15:43:11 dhcp119-101 syslogd 1.4.1: restart.
Jan 9 15:43:11 dhcp119-101 syslog: syslogd startup succeeded
Jan 9 15:43:11 dhcp119-101 kernel: klogd 1.4.1, log source = /proc/kmsg started.
Jan 9 15:43:11 dhcp119-101 kernel: Linux version 2.4.18-3custom ([EMAIL PROTECTED]) (gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)) #4 Mon Jan 5 15:40:32 PST 2004


Jan 9 15:43:11 dhcp119-101 kernel: BIOS-provided physical RAM map:
Jan 9 15:43:11 dhcp119-101 kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Jan 9 15:43:11 dhcp119-101 kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Jan 9 15:43:11 dhcp119-101 kernel: BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Jan 9 15:43:11 dhcp119-101 kernel: BIOS-e820: 0000000000100000 - 000000001fec0000 (usable)
Jan 9 15:43:11 dhcp119-101 kernel: BIOS-e820: 000000001fec0000 - 000000001fef8000 (ACPI data)
Jan 9 15:43:11 dhcp119-101 kernel: BIOS-e820: 000000001fef8000 - 000000001ff00000 (ACPI NVS)
Jan 9 15:43:11 dhcp119-101 kernel: BIOS-e820: 00000000ffb80000 - 00000000ffc00000 (reserved)
Jan 9 15:43:11 dhcp119-101 kernel: BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
Jan 9 15:43:11 dhcp119-101 kernel: On node 0 totalpages: 130752
Jan 9 15:43:11 dhcp119-101 kernel: zone(0): 4096 pages.
Jan 9 15:43:11 dhcp119-101 kernel: zone(1): 126656 pages.
Jan 9 15:43:11 dhcp119-101 syslog: klogd startup succeeded
Jan 9 15:43:11 dhcp119-101 kernel: zone(2): 0 pages.
Jan 9 15:43:11 dhcp119-101 kernel: Kernel command line: ro root=/dev/hda2 append="video=radeonfb:ywrap, mtrr, vga=792"
Jan 9 15:43:11 dhcp119-101 kernel: Initializing CPU#0
Jan 9 15:43:11 dhcp119-101 kernel: Detected 398.719 MHz processor.
Jan 9 15:43:11 dhcp119-101 kernel: Console: colour dummy device 80x25
Jan 9 15:43:11 dhcp119-101 kernel: Calibrating delay loop... 796.26 BogoMIPS
Jan 9 15:43:11 dhcp119-101 portmap: portmap startup succeeded
Jan 9 15:43:11 dhcp119-101 kernel: Memory: 512736k/523008k available (1136k kernel code, 9884k reserved, 791k data, 280k init, 0k highmem)


Jan 9 15:43:11 dhcp119-101 kernel: Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Jan 9 15:43:11 dhcp119-101 kernel: Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
Jan 9 15:43:11 dhcp119-101 kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
Jan 9 15:43:11 dhcp119-101 kernel: Buffer cache hash table entries: 32768 (order: 5, 131072 bytes)


Jan 9 15:43:11 dhcp119-101 kernel: Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
Jan 9 15:43:11 dhcp119-101 rpc.statd[754]: Version 0.3.3 Starting
Jan 9 15:43:11 dhcp119-101 nfslock: rpc.statd startup succeeded
Jan 9 15:43:12 dhcp119-101 kernel: CPU: L1 I cache: 16K, L1 D cache: 16K
Jan 9 15:43:12 dhcp119-101 kernel: CPU: L2 cache: 128K
Jan 9 15:43:12 dhcp119-101 keytable: Loading keymap: succeeded
Jan 9 15:43:12 dhcp119-101 kernel: Intel machine check architecture supported.
Jan 9 15:43:12 dhcp119-101 kernel: Intel machine check reporting enabled on CPU#0.
Jan 9 15:43:12 dhcp119-101 kernel: CPU: Intel Celeron (Mendocino) stepping 05
Jan 9 15:43:12 dhcp119-101 kernel: Enabling fast FPU save and restore... done.
Jan 9 15:43:12 dhcp119-101 kernel: Checking 'hlt' instruction... OK.
Jan 9 15:43:12 dhcp119-101 kernel: POSIX conformance testing by UNIFIX
Jan 9 15:43:12 dhcp119-101 kernel: mtrr: v1.40 (20010327) Richard Gooch ([EMAIL PROTECTED])
Jan 9 15:43:12 dhcp119-101 kernel: mtrr: detected mtrr type: Intel
Jan 9 15:43:12 dhcp119-101 kernel: PCI: PCI BIOS revision 2.10 entry at 0xfda95, last bus=1
Jan 9 15:43:12 dhcp119-101 kernel: PCI: Using configuration type 1
Jan 9 15:43:12 dhcp119-101 kernel: PCI: Probing PCI hardware
Jan 9 15:43:12 dhcp119-101 kernel: PCI: Using IRQ router PIIX [8086/2410] at 00:1f.0
Jan 9 15:43:12 dhcp119-101 kernel: isapnp: Scanning for PnP cards...
Jan 9 15:43:12 dhcp119-101 kernel: isapnp: No Plug & Play device found
Jan 9 15:43:12 dhcp119-101 kernel: Linux NET4.0 for Linux 2.4
Jan 9 15:43:12 dhcp119-101 kernel: Based upon Swansea University Computer Society NET3.039
Jan 9 15:43:12 dhcp119-101 kernel: Initializing RT netlink socket
Jan 9 15:43:12 dhcp119-101 kernel: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
Jan 9 15:43:12 dhcp119-101 kernel: Starting kswapd
Jan 9 15:43:12 dhcp119-101 kernel: VFS: Diskquotas version dquot_6.5.0 initialized
Jan 9 15:43:12 dhcp119-101 kernel: PCI: Found IRQ 11 for device 01:0b.0
Jan 9 15:43:12 dhcp119-101 kernel: PCI: Sharing IRQ 11 with 00:1f.2
Jan 9 15:43:12 dhcp119-101 kernel: PCI: Sharing IRQ 11 with 01:01.0
Jan 9 15:43:12 dhcp119-101 kernel: radeonfb: ref_clk=2700, ref_div=60, xclk=14400 from BIOS
Jan 9 15:43:12 dhcp119-101 kernel: Console: switching to colour frame buffer device 80x30
Jan 9 15:43:12 dhcp119-101 kernel: radeonfb: ATI Radeon M6 LY DDR SGRAM 16 MB
Jan 9 15:43:12 dhcp119-101 keytable: Loading system font: succeeded
Jan 9 15:43:12 dhcp119-101 kernel: radeonfb: DVI port no monitor connected
Jan 9 15:43:12 dhcp119-101 kernel: radeonfb: CRT port CRT monitor connected
Jan 9 15:43:12 dhcp119-101 kernel: vesafb: abort, cannot reserve video memory at 0xe8000000
Jan 9 15:43:12 dhcp119-101 kernel: vesafb: framebuffer at 0xe8000000, mapped to 0xe1813000, size 16384k
Jan 9 15:43:12 dhcp119-101 kernel: vesafb: mode is 1024x768x24, linelength=3072, pages=6
Jan 9 15:43:12 dhcp119-101 kernel: vesafb: protected mode interface info at c000:53b5
Jan 9 15:43:12 dhcp119-101 kernel: vesafb: scrolling: redraw
Jan 9 15:43:12 dhcp119-101 kernel: vesafb: directcolor: size=0:8:8:8, shift=0:16:8:0
Jan 9 15:43:12 dhcp119-101 kernel: fb1: VESA VGA frame buffer device
Jan 9 15:43:12 dhcp119-101 kernel: pty: 2048 Unix98 ptys configured
Jan 9 15:43:12 dhcp119-101 kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled


Jan 9 15:43:12 dhcp119-101 kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A
Jan 9 15:43:12 dhcp119-101 kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A
Jan 9 15:43:12 dhcp119-101 kernel: Real Time Clock Driver v1.10e
Jan 9 15:43:12 dhcp119-101 kernel: block: 992 slots per queue, batch=248
Jan 9 15:43:12 dhcp119-101 kernel: Uniform Multi-Platform E-IDE driver Revision: 6.31
Jan 9 15:43:12 dhcp119-101 kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Jan 9 15:43:12 dhcp119-101 kernel: PIIX4: IDE controller on PCI bus 00 dev f9
Jan 9 15:43:12 dhcp119-101 kernel: PIIX4: chipset revision 2
Jan 9 15:43:12 dhcp119-101 kernel: PIIX4: not 100%% native mode: will probe irqs later
Jan 9 15:43:12 dhcp119-101 kernel: ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
Jan 9 15:43:12 dhcp119-101 kernel: hda: IC25N020ATCS04-0, ATA DISK drive
Jan 9 15:43:12 dhcp119-101 kernel: hdb: CD-224E, ATAPI CD/DVD-ROM drive
Jan 9 15:43:12 dhcp119-101 random: Initializing random number generator: succeeded
Jan 9 15:43:12 dhcp119-101 kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Jan 9 15:43:12 dhcp119-101 kernel: blk: queue c03686a4, I/O limit 4095Mb (mask 0xffffffff)
Jan 9 15:43:12 dhcp119-101 kernel: hda: 39070080 sectors (20004 MB) w/1768KiB Cache, CHS=2432/255/63, UDMA(66)
Jan 9 15:43:12 dhcp119-101 kernel: ide-floppy driver 0.99.newide
Jan 9 15:43:12 dhcp119-101 kernel: Partition check:
Jan 9 15:43:12 dhcp119-101 kernel: hda: hda1 hda2 hda3
Jan 9 15:43:12 dhcp119-101 kernel: FDC 0 is a post-1991 82077
Jan 9 15:43:12 dhcp119-101 kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Jan 9 15:43:12 dhcp119-101 kernel: ide-floppy driver 0.99.newide
Jan 9 15:43:12 dhcp119-101 kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
Jan 9 15:43:12 dhcp119-101 kernel: md: Autodetecting RAID arrays.
Jan 9 15:43:12 dhcp119-101 kernel: md: autorun ...
Jan 9 15:43:13 dhcp119-101 kernel: md: ... autorun DONE.
Jan 9 15:43:13 dhcp119-101 kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Jan 9 15:43:13 dhcp119-101 kernel: IP Protocols: ICMP, UDP, TCP, IGMP
Jan 9 15:43:13 dhcp119-101 kernel: IP: routing cache hash table of 4096 buckets, 32Kbytes
Jan 9 15:43:13 dhcp119-101 netfs: Mounting other filesystems: succeeded
Jan 9 15:43:13 dhcp119-101 kernel: TCP: Hash tables configured (established 32768 bind 32768)
Jan 9 15:43:13 dhcp119-101 kernel: Linux IP multicast router 0.06 plus PIM-SM
Jan 9 15:43:13 dhcp119-101 kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Jan 9 15:43:13 dhcp119-101 kernel: RAMDISK: Compressed image found at block 0
Jan 9 15:43:13 dhcp119-101 kernel: Freeing initrd memory: 125k freed
Jan 9 15:43:13 dhcp119-101 kernel: VFS: Mounted root (ext2 filesystem).
Jan 9 15:43:13 dhcp119-101 kernel: Journalled Block Device driver loaded
Jan 9 15:43:13 dhcp119-101 kernel: kjournald starting. Commit interval 5 seconds
Jan 9 15:43:13 dhcp119-101 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Jan 9 15:43:13 dhcp119-101 apmd: apmd startup succeeded
Jan 9 15:43:13 dhcp119-101 apmd[866]: Version 3.0.2 (APM BIOS 1.2, Linux driver 1.16)
Jan 9 15:43:13 dhcp119-101 kernel: Freeing unused kernel memory: 280k freed
Jan 9 15:42:46 dhcp119-101 rc.sysinit: Mounting proc filesystem: succeeded
Jan 9 15:43:13 dhcp119-101 kernel: Adding Swap: 1044216k swap-space (priority -1)
Jan 9 15:42:46 dhcp119-101 rc.sysinit: Unmounting initrd: succeeded
Jan 9 15:43:13 dhcp119-101 kernel: usb.c: registered new driver usbdevfs
Jan 9 15:43:13 dhcp119-101 kernel: usb.c: registered new driver hub
Jan 9 15:42:46 dhcp119-101 sysctl: net.ipv4.ip_forward = 0
Jan 9 15:43:13 dhcp119-101 kernel: usb-uhci.c: $Revision: 1.275 $ time 16:11:16 Jan 5 2004
Jan 9 15:42:46 dhcp119-101 sysctl: net.ipv4.conf.default.rp_filter = 1
Jan 9 15:43:13 dhcp119-101 kernel: usb-uhci.c: High bandwidth mode enabled
Jan 9 15:42:46 dhcp119-101 sysctl: kernel.sysrq = 0
Jan 9 15:43:13 dhcp119-101 kernel: PCI: Found IRQ 11 for device 00:1f.2
Jan 9 15:42:46 dhcp119-101 sysctl: kernel.core_uses_pid = 1
Jan 9 15:43:13 dhcp119-101 kernel: PCI: Sharing IRQ 11 with 01:01.0
Jan 9 15:42:46 dhcp119-101 rc.sysinit: Configuring kernel parameters: succeeded
Jan 9 15:43:13 dhcp119-101 kernel: PCI: Sharing IRQ 11 with 01:0b.0
Jan 9 15:42:46 dhcp119-101 date: Fri Jan 9 15:42:39 PST 2004
Jan 9 15:43:14 dhcp119-101 kernel: PCI: Setting latency timer of device 00:1f.2 to 64
Jan 9 15:42:46 dhcp119-101 rc.sysinit: Setting clock (localtime): Fri Jan 9 15:42:39 PST 2004 succeeded
Jan 9 15:43:14 dhcp119-101 autofs: automount startup succeeded
Jan 9 15:43:14 dhcp119-101 kernel: usb-uhci.c: USB UHCI at I/O 0xef80, IRQ 11
Jan 9 15:42:46 dhcp119-101 rc.sysinit: Loading default keymap succeeded
Jan 9 15:43:14 dhcp119-101 kernel: usb-uhci.c: Detected 2 ports
Jan 9 15:42:46 dhcp119-101 rc.sysinit: Setting default font (lat0-sun16): succeeded
Jan 9 15:43:14 dhcp119-101 kernel: usb.c: new USB bus registered, assigned bus number 1
Jan 9 15:42:46 dhcp119-101 rc.sysinit: Activating swap partitions: succeeded
Jan 9 15:43:14 dhcp119-101 kernel: hub.c: USB hub found
Jan 9 15:42:46 dhcp119-101 rc.sysinit: Setting hostname localhost.localdomain: succeeded
Jan 9 15:43:14 dhcp119-101 kernel: hub.c: 2 ports detected
Jan 9 15:42:46 dhcp119-101 rc.sysinit: Mounting USB filesystem: succeeded
Jan 9 15:43:14 dhcp119-101 kernel: usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
Jan 9 15:42:46 dhcp119-101 rc.sysinit: Initializing USB controller (usb-uhci): succeeded
Jan 9 15:43:14 dhcp119-101 kernel: EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,2), internal journal
Jan 9 15:42:46 dhcp119-101 fsck: /: clean, 111219/2305632 files, 545084/4610655 blocks
Jan 9 15:43:14 dhcp119-101 apmd[866]: Charge: * * * (-1% unknown)
Jan 9 15:43:14 dhcp119-101 kernel: kjournald starting. Commit interval 5 seconds
Jan 9 15:42:46 dhcp119-101 rc.sysinit: Checking root filesystem succeeded
Jan 9 15:43:14 dhcp119-101 kernel: EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,1), internal journal
Jan 9 15:42:46 dhcp119-101 rc.sysinit: Remounting root filesystem in read-write mode: succeeded
Jan 9 15:43:15 dhcp119-101 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Jan 9 15:42:50 dhcp119-101 rc.sysinit: Finding module dependencies: succeeded
Jan 9 15:43:15 dhcp119-101 kernel: ide-floppy driver 0.99.newide
Jan 9 15:42:50 dhcp119-101 fsck: /boot: clean, 44/12048 files, 12430/48163 blocks
Jan 9 15:43:15 dhcp119-101 kernel: hdb: ATAPI 24X CD-ROM drive, 128kB Cache, DMA
Jan 9 15:42:50 dhcp119-101 rc.sysinit: Checking filesystems succeeded
Jan 9 15:43:15 dhcp119-101 kernel: Uniform CD-ROM driver Revision: 3.12
Jan 9 15:42:50 dhcp119-101 rc.sysinit: Mounting local filesystems: succeeded
Jan 9 15:43:15 dhcp119-101 kernel: hdb: DMA disabled
Jan 9 15:42:50 dhcp119-101 rc.sysinit: Enabling local filesystem quotas: succeeded
Jan 9 15:43:15 dhcp119-101 kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
Jan 9 15:42:51 dhcp119-101 rc.sysinit: Enabling swap space: succeeded
Jan 9 15:43:15 dhcp119-101 kernel: ip_conntrack (4086 buckets, 32688 max)
Jan 9 15:42:55 dhcp119-101 init: Entering runlevel: 3
Jan 9 15:43:15 dhcp119-101 kernel: eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.html


Jan 9 15:42:55 dhcp119-101 kudzu: Updating /etc/fstab succeeded
Jan 9 15:43:15 dhcp119-101 kernel: eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <[EMAIL PROTECTED]> and others


Jan 9 15:43:07 dhcp119-101 kudzu: succeeded
Jan 9 15:43:15 dhcp119-101 kernel: PCI: Found IRQ 11 for device 01:01.0
Jan 9 15:43:08 dhcp119-101 ipchains: Flushing all current rules and user defined chains: succeeded
Jan 9 15:43:15 dhcp119-101 kernel: PCI: Sharing IRQ 11 with 00:1f.2
Jan 9 15:43:08 dhcp119-101 ipchains: Clearing all current rules and user defined chains: succeeded
Jan 9 15:43:15 dhcp119-101 kernel: PCI: Sharing IRQ 11 with 01:0b.0
Jan 9 15:43:08 dhcp119-101 ipchains: Applying ipchains firewall rules succeeded
Jan 9 15:43:15 dhcp119-101 kernel: eth0: Intel Corp. 82557 [Ethernet Pro 100], 00:D0:B7:A4:49:2D, IRQ 11.
Jan 9 15:43:09 dhcp119-101 sysctl: net.ipv4.ip_forward = 0
Jan 9 15:43:15 dhcp119-101 kernel: Receiver lock-up bug exists -- enabling work-around.
Jan 9 15:43:09 dhcp119-101 sysctl: net.ipv4.conf.default.rp_filter = 1
Jan 9 15:43:15 dhcp119-101 kernel: Board assembly 000000-000, Physical connectors present: RJ45
Jan 9 15:43:09 dhcp119-101 sysctl: kernel.sysrq = 0
Jan 9 15:43:15 dhcp119-101 kernel: Primary interface chip i82555 PHY #1.
Jan 9 15:43:09 dhcp119-101 sysctl: kernel.core_uses_pid = 1
Jan 9 15:43:15 dhcp119-101 kernel: General self-test: passed.
Jan 9 15:43:09 dhcp119-101 network: Setting network parameters: succeeded
Jan 9 15:43:15 dhcp119-101 kernel: Serial sub-system self-test: passed.
Jan 9 15:43:09 dhcp119-101 logger: punching nameserver 128.181.5.11 through the firewall
Jan 9 15:43:15 dhcp119-101 kernel: Internal registers self-test: passed.
Jan 9 15:43:10 dhcp119-101 logger: punching nameserver 128.181.232.20 through the firewall
Jan 9 15:43:15 dhcp119-101 kernel: ROM checksum self-test: passed (0x04f4518b).
Jan 9 15:43:10 dhcp119-101 network: Bringing up loopback interface: succeeded
Jan 9 15:43:15 dhcp119-101 kernel: Receiver lock-up workaround activated.
Jan 9 15:43:10 dhcp119-101 ifup: Determining IP information for eth0...
Jan 9 15:43:10 dhcp119-101 ifup: done.
Jan 9 15:43:10 dhcp119-101 network: Bringing up interface eth0: succeeded
Jan 9 15:43:16 dhcp119-101 xinetd[933]: xinetd Version 2002.03.28 started with libwrap options compiled in.
Jan 9 15:43:16 dhcp119-101 xinetd[933]: Started working: 1 available service
Jan 9 15:43:18 dhcp119-101 xinetd: xinetd startup succeeded
Jan 9 15:43:20 dhcp119-101 sendmail: sendmail startup succeeded
Jan 9 15:43:20 dhcp119-101 gpm: gpm startup succeeded
Jan 9 15:43:21 dhcp119-101 crond: crond startup succeeded
Jan 9 15:43:22 dhcp119-101 xfs: xfs startup succeeded
Jan 9 15:43:22 dhcp119-101 xfs: listening on port 7100
Jan 9 15:43:23 dhcp119-101 anacron: anacron startup succeeded
Jan 9 15:43:23 dhcp119-101 atd: atd startup succeeded
Jan 9 15:43:23 dhcp119-101 xfs: ignoring font path element /usr/X11R6/lib/X11/fonts/cyrillic (unreadable)
Jan 9 15:43:23 dhcp119-101 xfs: ignoring font path element /usr/X11R6/lib/X11/fonts/CID (unreadable)
Jan 9 15:43:23 dhcp119-101 xfs: ignoring font path element /usr/X11R6/lib/X11/fonts/local (unreadable)
Jan 9 15:43:23 dhcp119-101 xfs: ignoring font path element /usr/X11R6/lib/X11/fonts/latin2/Type1 (unreadable)
Jan 9 15:43:24 dhcp119-101 wine: Registering binary handler for Windows applications
Jan 9 15:43:25 dhcp119-101 rc: Starting wine: succeeded
Jan 9 15:43:33 dhcp119-101 login(pam_unix)[1127]: session opened for user root by LOGIN(uid=0)
Jan 9 15:43:33 dhcp119-101 -- root[1127]: ROOT LOGIN ON tty1
Jan 9 15:44:24 dhcp119-101 kernel: mice: PS/2 mouse device common for all mice


----

---- /etc/directfbrc ----

system=FBDev
fbdev=/dev/fb0
# session=0

mode=1024x768
depth=16

# sync
# no-vt-switch
# graphics-vt

# mode=640x480
# depth=8

videoram-limit=4096

# pixelformat=RGB16
screenshot-dir=/home/benton

#window-surface-policy=videoonly
# force-windowed

----

---- './configure' tail

Build options:
 Version               0.9.21
 Install prefix        /usr/local
 Build shared libs     yes
 Build static libs     no
 Module directory      ${exec_prefix}/lib/directfb-0.9.21-debug
 CFLAGS                -D_REENTRANT -Wall -O3 -ffast-math -pipe  -g3 -fno-inline  
-DDFB_DEBUG -DFUSION_FAKE -Werror-implicit-function-declaration

Misc options:
 MMX support           yes
 SSE support           yes
 Debug mode            yes
 Trace support         no
 Multi App support     no

Core Systems:
 Linux FBDev support   yes
 SDL support           yes

Building Tools yes

Building Image Providers:
 JPEG                  yes
 PNG                   yes
 GIF                   yes
 MPEG2 I-Frame         yes

Building Video Providers:
 Video4Linux           yes

Building Font implementations:
 FreeType2             yes
 DirectFB font         yes

Building Graphics Drivers:
 3Dfx Voodoo           no
 ATI Radeon            yes
 ATI Rage 128          no
 Intel i810             no
 Matrox                no
 NeoMagic              no
 NSC Geode             no
 nVidia RIVA TNT       no
 S3 Savage             no
 SiS 315               no
 TVIA CyberPro         no
 VIA CLE266             no

Building Input Drivers:
DBox2 Remote no
Linux Input no
H3600 Touchscreen no
MuTouch touchscreen no
SonyPI Jogdial yes
ucb1x00 Touchscreen no
WM97xx Touchscreen no


----

---- 'simple' exec dump ----

(*) parsing config file '/etc/directfbrc'.
(-) [ 1189: 0.000] DirectFB/Config: Unable to open config file `/root/.directfbrc'!
(-) [ 1189: 0.000] DirectFB/Config: Unable to open config file `/etc/directfbrc.simple'!
(-) [ 1189: 0.000] DirectFB/Config: Unable to open config file `/root/.directfbrc.simple'!


---------------------- DirectFB v0.9.21 ---------------------
(c) 2000-2002 convergence integrated media GmbH (c) 2002-2003 convergence GmbH -----------------------------------------------------------


(-) [ 1189: 0.000] DirectFB/Core: dfb_core_create...
(*) Single Application Core. (with MMX support) (2003-12-22 22:37)
(-) [ 1189: 0.001] DirectFB/core/modules: Loading '/usr/local/lib/directfb-0.9.21-debug/systems/libdirectfb_fbdev.so'...


(-) [ 1189: 0.001] DirectFB/core/modules: Registering 'fbdev' ('/usr/local/lib/directfb-0.9.21-debug/systems')
(-) [ 1189: 0.001] DirectFB/core/modules: ...registered.
(-) [ 1189: 0.001] DirectFB/core/modules: Loading '/usr/local/lib/directfb-0.9.21-debug/systems/libdirectfb_sdl.so'...


(-) [ 1189: 0.006] DirectFB/core/modules: Registering 'sdl' ('/usr/local/lib/directfb-0.9.21-debug/systems')
(-) [ 1189: 0.006] DirectFB/core/modules: ...registered.
(-) [ 1189: 0.007] DirectFB/misc/memcpy: Benchmarking memcpy methods (smaller is better):
(-) [ 1189: 0.061] DirectFB/misc/memcpy: libc 7871995
(-) [ 1189: 0.081] DirectFB/misc/memcpy: linux 7860545
(-) [ 1189: 0.101] DirectFB/misc/memcpy: mmx 7887684
(*) DirectFB/misc/memcpy: using linux kernel memcpy()
(-) [ 1189: 0.102] DirectFB/Core: Initializing...
(-) [ 1189: 0.102] DirectFB/CoreParts: Going to initialize 'clipboard' core...
(-) [ 1189: 0.102] DirectFB/CoreParts: Going to initialize 'colorhash' core...
(-) [ 1189: 0.103] DirectFB/CoreParts: Going to initialize 'system' core...
(-) [ 1189: 0.163] DirectFB/CoreParts: Going to initialize 'input' core...
(-) [ 1189: 0.163] DirectFB/core/modules: Loading '/usr/local/lib/directfb-0.9.21-debug/inputdrivers/libdirectfb_sdlinput.so'...



(-) [ 1189: 0.168] DirectFB/core/modules: Registering 'sdlinput' ('/usr/local/lib/directfb-0.9.21-debug/inputdrivers')


(-) [ 1189: 0.168] DirectFB/core/modules: ...registered.
(-) [ 1189: 0.168] DirectFB/core/modules: Loading '/usr/local/lib/directfb-0.9.21-debug/inputdrivers/libdirectfb_joystick.so'...



(-) [ 1189: 0.168] DirectFB/core/modules: Registering 'joystick' ('/usr/local/lib/directfb-0.9.21-debug/inputdrivers')


(-) [ 1189: 0.169] DirectFB/core/modules: ...registered.
(-) [ 1189: 0.169] DirectFB/core/modules: Loading '/usr/local/lib/directfb-0.9.21-debug/inputdrivers/libdirectfb_keyboard.so'...



(-) [ 1189: 0.169] DirectFB/core/modules: Registering 'keyboard' ('/usr/local/lib/directfb-0.9.21-debug/inputdrivers')


(-) [ 1189: 0.169] DirectFB/core/modules: ...registered.
(-) [ 1189: 0.169] DirectFB/core/modules: Loading '/usr/local/lib/directfb-0.9.21-debug/inputdrivers/libdirectfb_lirc.so'...


(-) [ 1189: 0.170] DirectFB/core/modules: Registering 'lirc' ('/usr/local/lib/directfb-0.9.21-debug/inputdrivers')
(-) [ 1189: 0.170] DirectFB/core/modules: ...registered.
(-) [ 1189: 0.170] DirectFB/core/modules: Loading '/usr/local/lib/directfb-0.9.21-debug/inputdrivers/libdirectfb_ps2mouse.so'...



(-) [ 1189: 0.170] DirectFB/core/modules: Registering 'ps2mouse' ('/usr/local/lib/directfb-0.9.21-debug/inputdrivers')


(-) [ 1189: 0.171] DirectFB/core/modules: ...registered.
(-) [ 1189: 0.171] DirectFB/core/modules: Loading '/usr/local/lib/directfb-0.9.21-debug/inputdrivers/libdirectfb_serialmouse.so'...



(-) [ 1189: 0.171] DirectFB/core/modules: Registering 'serialmouse' ('/usr/local/lib/directfb-0.9.21-debug/inputdrivers')


(-) [ 1189: 0.171] DirectFB/core/modules: ...registered.
(-) [ 1189: 0.171] DirectFB/core/modules: Loading '/usr/local/lib/directfb-0.9.21-debug/inputdrivers/libdirectfb_sonypi.so'...



(-) [ 1189: 0.172] DirectFB/core/modules: Registering 'sonypi' ('/usr/local/lib/directfb-0.9.21-debug/inputdrivers')
(-) [ 1189: 0.172] DirectFB/core/modules: ...registered.
(-) [ 1189: 0.172] DirectFB/Core/Input: Probing 'SonyPI Jogdial Driver'...
(-) [ 1189: 0.172] DirectFB/Core/Input: Probing 'Serial Mouse Driver'...
(-) [ 1189: 0.173] DirectFB/Core/Input: Probing 'PS/2 Mouse Driver'...
(-) [ 1189: 0.730] DirectFB/Core/Input: 1 available device provided by 'PS/2 Mouse Driver'.
(-) [ 1189: 0.780] DirectFB/core/threads: Creating new thread of type 1...
(-) [ 1189: 0.780] DirectFB/core/threads: Waiting for thread to run...
(-) [ 1191: 0.781] DirectFB/core/threads: (thread) Initialization done.
(-) [ 1189: 0.781] DirectFB/core/threads: ...thread is running.
(-) [ 1189: 0.781] DirectFB/core/threads: ...created thread of type 1 (1191).
(*) DirectFB/InputDevice: IMPS/2 Mouse 0.9 (convergence integrated media GmbH)
(-) [ 1189: 0.781] DirectFB/Core/Input: Probing 'LIRC Driver'...
(-) [ 1189: 0.781] DirectFB/Core/Input: Probing 'Keyboard Driver'...
(-) [ 1189: 0.781] DirectFB/Core/Input: 1 available device provided by 'Keyboard Driver'.
(-) [ 1189: 0.782] DirectFB/core/threads: Creating new thread of type 1...
(-) [ 1192: 0.782] DirectFB/core/threads: (thread) Initialization done.
(-) [ 1192: 0.782] DirectFB/core/threads: (thread) Waiting for pthread_create()...
(-) [ 1189: 0.782] DirectFB/core/threads: Waiting for thread to run...
(-) [ 1189: 0.782] DirectFB/core/threads: ...thread is running.
(-) [ 1189: 0.782] DirectFB/core/threads: ...created thread of type 1 (1192).
(*) DirectFB/InputDevice: Keyboard 0.9 (convergence integrated media GmbH)
(-) [ 1189: 0.782] DirectFB/Core/Input: Probing 'Joystick Driver'...
(-) [ 1189: 0.783] DirectFB/Core/Input: Probing 'SDL Input Driver'...
(-) [ 1189: 0.783] DirectFB/CoreParts: Going to initialize 'gfxcard' core...
(*) MMX detected and enabled
(-) [ 1189: 0.784] DirectFB/core/modules: Loading '/usr/local/lib/directfb-0.9.21-debug/gfxdrivers/libdirectfb_radeon.so'...


(-) [ 1189: 0.784] DirectFB/core/modules: Registering 'radeon' ('/usr/local/lib/directfb-0.9.21-debug/gfxdrivers')
(-) [ 1189: 0.784] DirectFB/core/modules: ...registered.
(*) DirectFB/GraphicsDevice: MMX Software Rasterizer 0.6 (convergence integrated media GmbH)
(-) [ 1189: 0.784] DirectFB/CoreParts: Going to initialize 'layers' core...
(-) [ 1189: 0.785] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: (nil), mode: 0xbffff790, buffermode: 1)
(-) [ 1189: 0.785] DirectFB/core/fbdev: 1024x768 72Hz 16bit 1024x 768 (-) [ 1189: 0.788] DirectFB/Core: Core successfully created.
(-) [ 1189: 0.788] DirectFB/core/fusion: (fusion_object_create) {Layer Context Pool} added 0x804c6a8
(-) [ 1189: 0.788] DirectFB/core/fusion: (fusion_object_create) {Layer Region Pool} added 0x804d818
(-) [ 1189: 0.789] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: (nil), mode: 0x804d988, buffermode: 1)
(-) [ 1189: 0.789] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: (nil), mode: 0x804d988, buffermode: 1)
(-) [ 1189: 0.789] DirectFB/core/fusion: (fusion_object_create) {Surface Pool} added 0x8050508
(-) [ 1189: 0.789] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: (nil), mode: 0x804d988, buffermode: 1)
(-) [ 1189: 0.789] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: 0x8050508, mode: 0x804d988, buffermode: 1)
(-) [ 1189: 0.840] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: (nil), mode: 0x804d988, buffermode: 4)
(-) [ 1189: 0.840] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: (nil), mode: 0x804d988, buffermode: 4)
(-) [ 1189: 0.840] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: 0x8050508, mode: 0x804d988, buffermode: 4)
(-) [ 1192: 0.850] DirectFB/core/threads: (thread) ...pthread_create() finished.
(-) [ 1189: 0.968] DirectFB/core/fusion: (fusion_object_create) {Layer Context Pool} added 0x80505a0
(-) [ 1189: 0.968] DirectFB/core/fusion: (fusion_object_create) {Layer Region Pool} added 0x80506a8
(-) [ 1189: 0.968] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: (nil), mode: 0x804d988, buffermode: 1)
(-) [ 1189: 0.968] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: (nil), mode: 0x804d988, buffermode: 1)
(-) [ 1189: 0.968] DirectFB/core/fusion: (fusion_object_create) {Surface Pool} added 0x804ff20
(-) [ 1189: 0.969] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: (nil), mode: 0x804d988, buffermode: 1)
(-) [ 1189: 0.969] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: 0x804ff20, mode: 0x804d988, buffermode: 1)
(-) [ 1189: 1.019] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: (nil), mode: 0x804d988, buffermode: 2)
(-) [ 1189: 1.019] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: (nil), mode: 0x804d988, buffermode: 2)
(-) [ 1189: 1.019] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: 0x804ff20, mode: 0x804d988, buffermode: 2)
(-) [ 1189: 6.120] DirectFB/Core: dfb_core_destroy...
(-) [ 1189: 6.120] DirectFB/Core: Shutting down...
(-) [ 1189: 6.120] DirectFB/core/fusion: (fusion_object_pool_destroy) {Layer Region Pool} undestroyed object: 0x80506a8 (refs: 2)


(-) [ 1189: 6.120] DirectFB/core/layers: destroying region 0x80506a8 (FBDev Primary Layer, 1024x768, configured, enabled, active, realized - ZOMBIE)

(-) [ 1189: 6.120] DirectFB/core/fusion: (object_reference_watcher) {Surface Pool} dead object: 0x804ff20
(-) [ 1189: 6.120] DirectFB/core/surfaces: destroying 0x804ff20 (1024x768)
(-) [ 1189: 6.120] DirectFB/core/fusion: (object_reference_watcher) {Layer Context Pool} dead object: 0x80505a0
(-) [ 1189: 6.121] DirectFB/core/layers: destroying context 0x80505a0 (FBDev Primary Layer, active)
(-) [ 1189: 6.121] DirectFB/core/fbdev: dfb_fbdev_set_mode (surface: 0x8050508, mode: 0x804d988, buffermode: 4)
(-) [ 1189: 6.186] DirectFB/core/fusion: (fusion_object_pool_destroy) {Layer Region Pool} undestroyed object: 0x804d818 (refs: 1)


(-) [ 1189: 6.187] DirectFB/core/layers: destroying region 0x804d818 (FBDev Primary Layer, 1024x768, configured, enabled, active, realized - ZOMBIE)

(-) [ 1189: 6.187] DirectFB/core/fusion: (object_reference_watcher) {Surface Pool} dead object: 0x8050508
(-) [ 1189: 6.187] DirectFB/core/surfaces: destroying 0x8050508 (1024x768)
(-) [ 1189: 6.187] DirectFB/core/fusion: (object_reference_watcher) {Layer Context Pool} dead object: 0x804c6a8
(-) [ 1189: 6.187] DirectFB/core/layers: destroying context 0x804c6a8 (FBDev Primary Layer, active)
(-) [ 1189: 6.188] DirectFB/CoreParts: Going to shutdown 'layers' core...
(-) [ 1189: 6.188] DirectFB/CoreParts: Going to shutdown 'gfxcard' core...
(-) [ 1189: 6.188] DirectFB/CoreParts: Going to shutdown 'input' core...
(-) [ 1189: 6.188] DirectFB/core/threads: Canceling 1191.
(-) [ 1189: 6.188] DirectFB/core/threads: Joining 1191...
(-) [ 1189: 6.188] DirectFB/core/threads: ...joined 1191.
(-) [ 1189: 6.189] DirectFB/core/threads: Canceling 1192.
(-) [ 1189: 6.189] DirectFB/core/threads: Joining 1192...
(-) [ 1189: 6.189] DirectFB/core/threads: ...joined 1192.
(-) [ 1189: 6.189] DirectFB/CoreParts: Going to shutdown 'system' core...
(-) [ 1189: 6.202] switching back...
(-) [ 1189: 6.214] switched back...
(-) [ 1189: 6.260] DirectFB/CoreParts: Going to shutdown 'colorhash' core...
(-) [ 1189: 6.260] DirectFB/CoreParts: Going to shutdown 'clipboard' core...
(-) [ 1189: 6.260] Local memory allocations remaining (35):
(-) [ 1189: 6.260] 6 bytes at 0x8049ed0 allocated in dfb_config_set (conf.c: 352)
(-) [ 1189: 6.260] 9 bytes at 0x804a068 allocated in dfb_config_set (conf.c: 363)
(-) [ 1189: 6.260] 13 bytes at 0x8049ee0 allocated in dfb_config_set (conf.c: 396)
(-) [ 1189: 6.260] 44 bytes at 0x804a008 allocated in dfb_modules_explore_directory (modules.c: 166)
(-) [ 1189: 6.260] 21 bytes at 0x804a038 allocated in dfb_modules_explore_directory (modules.c: 172)
(-) [ 1189: 6.261] 6 bytes at 0x804a058 allocated in dfb_modules_register (modules.c: 113)
(-) [ 1189: 6.261] 44 bytes at 0x804b0f0 allocated in dfb_modules_explore_directory (modules.c: 166)
(-) [ 1189: 6.261] 19 bytes at 0x804b120 allocated in dfb_modules_explore_directory (modules.c: 172)
(-) [ 1189: 6.261] 4 bytes at 0x804b148 allocated in dfb_modules_register (modules.c: 113)
(-) [ 1189: 6.261] 20 bytes at 0x804b4d0 allocated in dfb_core_arena_initialize (core.c: 689)
(-) [ 1189: 6.261] 44 bytes at 0x804c7b8 allocated in dfb_modules_explore_directory (modules.c: 166)
(-) [ 1189: 6.261] 24 bytes at 0x804c7e8 allocated in dfb_modules_explore_directory (modules.c: 172)
(-) [ 1189: 6.261] 9 bytes at 0x804e9d0 allocated in dfb_modules_register (modules.c: 113)
(-) [ 1189: 6.261] 44 bytes at 0x804d9e8 allocated in dfb_modules_explore_directory (modules.c: 166)
(-) [ 1189: 6.261] 24 bytes at 0x804da18 allocated in dfb_modules_explore_directory (modules.c: 172)
(-) [ 1189: 6.261] 9 bytes at 0x804ee08 allocated in dfb_modules_register (modules.c: 113)
(-) [ 1189: 6.261] 44 bytes at 0x804e9e0 allocated in dfb_modules_explore_directory (modules.c: 166)
(-) [ 1189: 6.261] 24 bytes at 0x804ea10 allocated in dfb_modules_explore_directory (modules.c: 172)
(-) [ 1189: 6.262] 9 bytes at 0x804ed68 allocated in dfb_modules_register (modules.c: 113)
(-) [ 1189: 6.262] 44 bytes at 0x804ee18 allocated in dfb_modules_explore_directory (modules.c: 166)
(-) [ 1189: 6.262] 20 bytes at 0x804ee48 allocated in dfb_modules_explore_directory (modules.c: 172)
(-) [ 1189: 6.262] 5 bytes at 0x804f660 allocated in dfb_modules_register (modules.c: 113)
(-) [ 1189: 6.262] 44 bytes at 0x804f248 allocated in dfb_modules_explore_directory (modules.c: 166)
(-) [ 1189: 6.262] 24 bytes at 0x804f278 allocated in dfb_modules_explore_directory (modules.c: 172)
(-) [ 1189: 6.262] 9 bytes at 0x804f628 allocated in dfb_modules_register (modules.c: 113)
(-) [ 1189: 6.262] 44 bytes at 0x804fad8 allocated in dfb_modules_explore_directory (modules.c: 166)
(-) [ 1189: 6.262] 27 bytes at 0x804f638 allocated in dfb_modules_explore_directory (modules.c: 172)
(-) [ 1189: 6.262] 12 bytes at 0x804fa18 allocated in dfb_modules_register (modules.c: 113)
(-) [ 1189: 6.262] 44 bytes at 0x804fa28 allocated in dfb_modules_explore_directory (modules.c: 166)
(-) [ 1189: 6.262] 22 bytes at 0x804fa58 allocated in dfb_modules_explore_directory (modules.c: 172)
(-) [ 1189: 6.262] 7 bytes at 0x804fac8 allocated in dfb_modules_register (modules.c: 113)
(-) [ 1189: 6.262] 44 bytes at 0x804ed80 allocated in dfb_modules_explore_directory (modules.c: 166)
(-) [ 1189: 6.262] 22 bytes at 0x804edb0 allocated in dfb_modules_explore_directory (modules.c: 172)
(-) [ 1189: 6.263] 7 bytes at 0x804c808 allocated in dfb_modules_register (modules.c: 113)
(-) [ 1189: 6.263] 25868 bytes at 0x8059cf8 allocated in gAquire (generic.c: 3615)


----




-- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.



Reply via email to