Hi, 

I have the new version of XFree86 4.1.0 from people.debian.org/~branden running.
Although the graphics look great, I need the DRI stuff to work. I am not sure 
how to do this.

I installed the 3dfx modules.
I created a character device called /dev/3dfx as instructed.
I am running the 2.4.6 kernel with DRI enabled (I think) and 3DFX set as a 
module. 
I have both tdfx and 3dfx in the /etc/modules.
I am a little confused as to what else I need to do.

Attached is the details of glxinfo, my XFconfig file, and a copy of my .config 
from the kernel. 

[EMAIL PROTECTED]:/usr/X11R6$ glxgears
523 frames in 5.0 seconds = 104.600 FPS

[EMAIL PROTECTED]:/usr/X11R6$ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: No #see it says no#
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
client glx vendor string: SGI
client glx version string: 1.2
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
OpenGL vendor string: VA Linux Systems, Inc.
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 Mesa 3.4
OpenGL extensions:
    GL_ARB_multitexture, GL_EXT_abgr, GL_EXT_blend_color,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x24 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 None
0x25 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x26 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 None

XFREE86 Config File
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
#        Load  "extmod"
#        Load  "xie"
#        Load  "pex5"
#        Load  "record"
        Load  "dbe"
SubSection  "extmod"
 Option    "omit xfree86-dga"   # don't initialise the DGA extension
EndSubSection
        Load  "type1"
        Load  "freetype"
#       Load  "GLcore"
       Load  "glx"
       Load  "dri"
EndSection
Section "DRI"
        #Option "Device" "/dev/3dfx"
        Mode 0666
EndSection

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
 #   FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    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/75dpi/"
 #   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
 #   FontPath   "/usr/X11R6/lib/X11/fonts/Type1New/"
 #   FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
 #   FontPath   "/usr/X11R6/lib/X11/fonts/F3bitmaps/"
##    ModulePath "/usr/X11R6-DRI/lib/modules"
EndSection


Section "InputDevice"
        Identifier  "Keyboard0"
        Driver "keyboard"
        Option "AutoRepeat" "500 5"
        Option "LeftAlt"     "Meta"
        Option "RightAlt"    "ModeShift"
        #Option "XkbModel"      "pc104"
        Option "XkbModel"      "pc101"
        Option "XkbLayout"     "us"
EndSection
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ps/2"
        #Option      "Protocol" "IMPS/2"
        Option "Device" "/dev/psaux"
        Option "Emulate3Buttons" "no"
        #Option "ZaxisMapping" "4 5"
EndSection

Section "Device"
        Identifier  "Voodoo3"
        Driver      "tdfx"
        VendorName  "3Dfx"
        BoardName   "Voodoo3"
        VideoRam    16384
        MemBase     0xe0000000
        Option "Device" "/dev/3dfx"
#        Option      "NoAccel"
        Option      "GlideDevice" "1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Voodoo3"
        Monitor    "superscan"
        DefaultDepth 16
        SubSection "Display"
                Depth     1
                Modes     "1600x1200" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes     "1600x1200" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes     "1600x1200" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes     "1600x1200" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes     "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes     "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection


Section "Monitor"
    Identifier  "superscan"
    HorizSync   31-69
    VertRefresh 50-120
EndSection
###############
###############
###############
Kernel stuff follows:
#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
# CONFIG_TOSHIBA is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
# CONFIG_SMP is not set
# CONFIG_X86_UP_IOAPIC is not set
 # General setup
#
CONFIG_NET=y
# CONFIG_VISWS is not set
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# Plug and Play configuration
#
CONFIG_PNP=y
CONFIG_ISAPNP=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set



# Input core support
#
# CONFIG_INPUT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
# CONFIG_SERIAL_CONSOLE is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
CONFIG_PRINTER=y
CONFIG_LP_CONSOLE=y
# CONFIG_PPDEV is not set

#
# I2C support
#
# CONFIG_I2C is not set

#
# Mice
#
# CONFIG_BUSMOUSE is not set
CONFIG_MOUSE=y
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set

#
# Joysticks
#

#
# Game port support
#

#
# Gameport joysticks
#

#
# Serial port support
#

#
# Serial port joysticks
#

#
# Parallel port joysticks
#
# CONFIG_QIC02_TAPE is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_INTEL_RNG is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_I810=y
CONFIG_AGP_VIA=y
CONFIG_AGP_AMD=y
CONFIG_AGP_SIS=y
CONFIG_AGP_ALI=y
# CONFIG_AGP_SWORKS is not set
CONFIG_DRM=y
CONFIG_DRM_TDFX=m
# CONFIG_DRM_GAMMA is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_MGA is not set

#
# PCMCIA character devices
#
#
# CONFIG_PCMCIA_SERIAL_CS is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
# CONFIG_MDA_CONSOLE is not set

#
# Frame-buffer support
#
# CONFIG_FB is not set
#

----- End forwarded message -----

-- 
www.breezysolutions.com

Reply via email to