I am using:

XFree86 Version 4.2.0 / 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: FreeBSD 4.6 i386 [ELF]
[...]
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "NEC MultiSync 5FGe"
(**) |   |-->Device "G550"

(II) MGA(0): [drm] bpp: 32 depth: 24
(II) MGA(0): [drm] Sarea 2200+664: 2864
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error: 999()
drmOpenDevice: Open failed

What is the major?  Kernel tracing shows this happening:

 51923 XFree86  CALL  stat(0xbfbff7b0,0xbfbff710)
 51923 XFree86  NAMI  "/dev/dri/card0"
 51923 XFree86  RET   stat -1 errno 2 No such file or directory
 51923 XFree86  CALL  unlink(0xbfbff7b0)
 51923 XFree86  NAMI  "/dev/dri/card0"
 51923 XFree86  RET   unlink -1 errno 2 No such file or directory
 51923 XFree86  CALL  mknod(0xbfbff7b0,0x21b6,0x9100)
 51923 XFree86  NAMI  "/dev/dri/card0"
 51923 XFree86  RET   mknod 0
 51923 XFree86  CALL  chown(0xbfbff7b0,0,0)
 51923 XFree86  NAMI  "/dev/dri/card0"
 51923 XFree86  RET   chown 0
 51923 XFree86  CALL  chmod(0xbfbff7b0,0x1b6)
 51923 XFree86  NAMI  "/dev/dri/card0"
 51923 XFree86  RET   chmod 0
 51923 XFree86  CALL  open(0xbfbff7b0,0x2,0)
 51923 XFree86  NAMI  "/dev/dri/card0"
 51923 XFree86  RET   open -1 errno 6 Device not configured

What is the major number for the device?  Does this require a kernel module?
What should I put in /boot/loader.conf?


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to