DragonFly BSD
DragonFly users List (threaded) for 2005-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

RE: Quake 3 problems


From: <Pablo.Docampo.Dieguez@xxxxxxxxx>
Date: Tue, 12 Apr 2005 09:45:56 +0200

> How old is your system? Simon committed my fixes to the 
> linuxulator/ioctl mapping at the end of February. You may 
> need to update 
> your system.
> 
> > linux: 'ioctl' fd=13, cmd=0x6401 ('d',1) not implemented
> > 
> This is the kind of problem I was seeing that led me to find 
> the bugs in 
> the ioctl mapping code.
> 

I update both userland and kernel last week to "." but I can update the system to 1.2 if this helps.

Using truss, as Joerg Sonnenberger suggested, I get a lot of information I can't really understand :( I searched something about dri and I got this:

geteuid()                                        = 0 (0x0)
linux_getuid()                                   = 0 (0x0)
linux_open("/usr/X11R6/lib/modules/dri/r200_dri.so",0x0,046) = 14 (0xe)
read(0xe,0xbfbfe28c,0x200)                       = 512 (0x200)
linux_fstat64(0xe,0xbfbfe1a8,0x281855c0)         = 0 (0x0)
linux_mmap(0xbfbfe0d8)                           = 795783168 (0x2f6eb000)
linux_mmap(0xbfbfe0d8)                           = 797552640 (0x2f89b000)
linux_mmap(0xbfbfe0d8)                           = 797573120 (0x2f8a0000)
close(14)                                        = 0 (0x0)

and later...

geteuid()                                        = 0 (0x0)
linux_stat64(0x2f882df0,0xbfbfeac8,0x4c)         = 0 (0x0)
linux_stat64(0xbfbfebc8,0xbfbfeac8,0x4c)         = 0 (0x0)
linux_open("/dev/dri/card0",0x2,00)              = 13 (0xd)
linux_ioctl(0xd,0xc0086401,0xbfbfecc8)           ERR#22 'Invalid argument'
close(13)                                        = 0 (0x0)
geteuid()                                        = 0 (0x0)
linux_stat64(0x2f882df0,0xbfbfeac8,0x4c)         = 0 (0x0)
linux_stat64(0xbfbfebc8,0xbfbfeac8,0x4c)         ERR#2 'No such file
or directory'
linux_rmdir(0xbfbfebc8)                          ERR#2 'No such file
or directory'
linux_mknod(0xbfbfebc8,0x21b0,0xe201)            = 0 (0x0)
linux_open("/dev/dri/card1",0x2,00)              ERR#6 'Device not configured'
linux_rmdir(0xbfbfebc8)                          ERR#20 'Not a directory'
linux_unlink(0xbfbfebc8)                         = 0 (0x0)
linux_mknod(0xbfbfebc8,0x21b0,0xe201)            = 0 (0x0)
linux_open("/dev/dri/card1",0x2,00)              ERR#6 'Device not configured'
linux_rmdir(0xbfbfebc8)                          ERR#20 'Not a directory'
linux_unlink(0xbfbfebc8)                         = 0 (0x0)

If you want the complete output of truss or any other command, I'm here to serve you :D

By the way, the card is an ATI 9200 (SE, I think). Months ago I played with acceleration both in Linux and FreeBSD 5.something.

Thanks for all, guys.

<PoLiTvS>


Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario. Si usted no es el destinatario original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada. 

Note: The information in this message and any attachments that may be included with it, is private and confidential and is directed exclusively to the message's recipient. If you are not the original recipient of this message, please erase it. Distribution or copying of this message isn´t authorized





[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]