Thanks. I gave it a try, but still nothing !!!
lsmod reported agpgart[0].
So then I added r128 to modules. Now lsmod reports agpgart[1] and r128[0] !!!
It appears to me that the kernel is speaking agpgart and r128 but X ain't !!!
How do I get X to talk to an expectant kernel ???
However, for once I can help !!!
To get DRI working for non-root users add :
Section "DRI"
Mode 0666
EndSection
to the XF86Config file you use.
Hope this helps,
Owen
On Friday 01 Feb 2002 12:00 pm, you wrote:
> Try loading agpgart right from startup - it doesn't work if you insmod it
> once the system us running.
>
> Add the line 'agpgart' to your /etc/modules file.
>
> Worked for me, anyway - everything else you need is with Mandrake 8.1 or
> XFree 4.2. I'm on a RADEON 7500, with the motherboard on the VIA KT133
> chipset. Once I did this everything else autodetected.
>
> Now all I need to do is make it work as non-root users. Ideas?
>
> Derek
>
> On Sunday 27 January 2002 10:09 pm, OS wrote:
> > Thanks for all the replies.
> >
> > Warning, warning Will Robinson - danger of brain overload !!!
> >
> > Okay, here we go ! I've tried the following on an ATI Rage 128 RL and a
> > Rage Mobility Pro chipset.
> >
> > Both chipsets use the "ati" X driver.
> >
> > I noticed that the agpgart kernel module wasn't loaded, nor was the r128
> > or mtrr.
> >
> > I modprobed agpgart and it duly appeared with a useage counter of 0. I
> > then modprobed r128. It too showed a useage count of 0, but the agpgart
> > useage count had gone up to 1.
> >
> > I couldn't find a module called mtrr, perhaps Mandrake doesn't ship with
> > that module ?
> >
> > The XFree86 log file indicates that XF doesn't baulk at any of the
> > modules it loads. It happily loads dri, drm, glx etc.. But no where does
> > it say "dri enabled". Anyway, it's attached.
> >
> > Undetered I started X. But glxinfo also reported that direct rendering
> > wasn't enabled. lsmod reported that the r128 useage count was still 0.
> >
> > dmesg reports :
> > Linux agpgart interface v0.99 (c) Jeff Hartmann
> > agpgart: Maximum main memory to use for agp memory: 204M
> > agpgart: Detected Intel 440BX chipset
> > agpgart: AGP aperture is 64M @ 0xe0000000
> > [drm] AGP 0.99 on Intel 440BX @ 0xe0000000 64MB
> > [drm] Initialized r128 2.2.0 20010917 on minor 0
> >
> > xpyinfo reports :
> > name of display: :0.0
> > version number: 11.0
> > vendor string: Mandrake Linux (XFree86 4.2.0, patch level 1mdk)
> > vendor release number: 40200000
> > XFree86 version: 4.2.0
> > maximum request size: 4194300 bytes
> > motion buffer size: 256
> > bitmap unit, bit order, padding: 32, LSBFirst, 32
> > image byte order: LSBFirst
> > number of supported pixmap formats: 7
> > supported pixmap formats:
> > depth 1, bits_per_pixel 1, scanline_pad 32
> > depth 4, bits_per_pixel 8, scanline_pad 32
> > depth 8, bits_per_pixel 8, scanline_pad 32
> > depth 15, bits_per_pixel 16, scanline_pad 32
> > depth 16, bits_per_pixel 16, scanline_pad 32
> > depth 24, bits_per_pixel 32, scanline_pad 32
> > depth 32, bits_per_pixel 32, scanline_pad 32
> > keycode range: minimum 8, maximum 255
> > focus: window 0x1c00042, revert to PointerRoot
> > number of extensions: 26
> > BIG-REQUESTS
> > DPMS
> > Extended-Visual-Information
> > FontCache
> > GLX
> > LBX
> > MIT-SCREEN-SAVER
> > MIT-SHM
> > MIT-SUNDRY-NONSTANDARD
> > RECORD
> > RENDER
> > SECURITY
> > SGI-GLX
> > SHAPE
> > SYNC
> > TOG-CUP
> > XC-APPGROUP
> > XC-MISC
> > XFree86-Bigfont
> > XFree86-DGA
> > XFree86-Misc
> > XFree86-VidModeExtension
> > XInputExtension
> > XKEYBOARD
> > XTEST
> > XVideo
> > default screen number: 0
> > number of screens: 1
> >
> > screen #0:
> > dimensions: 1024x768 pixels (306x229 millimeters)
> > resolution: 85x85 dots per inch
> > depths (7): 16, 1, 4, 8, 15, 24, 32
> > root window id: 0x39
> > depth of root window: 16 planes
> > number of colormaps: minimum 1, maximum 1
> > default colormap: 0x20
> > default number of colormap cells: 64
> > preallocated pixels: black 0, white 65535
> > options: backing-store NO, save-unders NO
> > largest cursor: 64x64
> > current input event mask: 0xf84033
> > KeyPressMask KeyReleaseMask EnterWindowMask
> > LeaveWindowMask KeymapStateMask
> > SubstructureNotifyMask SubstructureRedirectMask FocusChangeMask
> > PropertyChangeMask ColormapChangeMask
> > number of visuals: 4
> > default visual id: 0x23
> > visual:
> > visual id: 0x23
> > class: TrueColor
> > depth: 16 planes
> > available colormap entries: 64 per subfield
> > red, green, blue masks: 0xf800, 0x7e0, 0x1f
> > significant bits in color specification: 8 bits
> > visual:
> > visual id: 0x24
> > class: TrueColor
> > depth: 16 planes
> > available colormap entries: 64 per subfield
> > red, green, blue masks: 0xf800, 0x7e0, 0x1f
> > significant bits in color specification: 8 bits
> > visual:
> > visual id: 0x25
> > class: DirectColor
> > depth: 16 planes
> > available colormap entries: 64 per subfield
> > red, green, blue masks: 0xf800, 0x7e0, 0x1f
> > significant bits in color specification: 8 bits
> > visual:
> > visual id: 0x26
> > class: DirectColor
> > depth: 16 planes
> > available colormap entries: 64 per subfield
> > red, green, blue masks: 0xf800, 0x7e0, 0x1f
> > significant bits in color specification: 8 bits
> >
> > And still no DRI :-(
> > Thanks,
> > Owen
> >
> > On Saturday 26 Jan 2002 8:23 am, you wrote:
> > > See
> > >
> > > http://gatos.sf.net/dri-debug.php
> > >
> > > Vladimir Dergachev
> > >
> > > On Fri, 25 Jan 2002, OS wrote:
> > > > Hello,
> > > >
> > > > I have an ATI Rage Mobility M3 AGP 2x card.
> > > >
> > > > I get mixed messages reading the XFree86 and DRI documentation ! In
> > > > fact within the same document it says it is supported and then it
> > > > isn't !!!
> > > >
> > > > I've put the following stuff into XF86Config:
> > > >
> > > > Load "glx"
> > > > Load "dri"
> > > >
> > > > Section "DRI"
> > > > Mode 0666
> > > > EndSection
> > > >
> > > > Option "AGPMode" "1"
> > > > Option "UseCCEFor2D" "false"
> > > >
> > > > But glxinfo reports no direct rendering.
> > > >
> > > > Could some kind person please tell me how to get DRI working please ?
> > > >
> > > > Thanks,
> > > > Owen
> > > > _______________________________________________
> > > > Xpert mailing list
> > > > [EMAIL PROTECTED]
> > > > http://XFree86.Org/mailman/listinfo/xpert
>
> _______________________________________________
> Xpert mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xpert
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert