hello,

On Mon, 2002-08-19 at 09:05, hans schneidhofer wrote:
> hi,
> am trying to get running Mesa with glut and a ATI Rage Pro 128 graphiccard 
> but have no experience with all that stuff. So I'm hoping that anyone is 
> there, who can give me a step-by-step way, what I have to do.
first, you have to recompile your kernel with the good options : in the
menu of the kernel configuration, go in "Character devices" and choose
/dev/agpart (AGP Support)
your chipset (usually it's intel 440LX/BX/.... for pc with intel cpu or
via chipset for amd)
choose Direct Rendering Manager
and finally ATI Rage 128 (as a module)

recompile and boot your new kernel. (don't forget to configure the rest
;p)


your XF86Config must look like mine (in attachment)

you can now start X .

Look at /var/log/XFree86.0.log
if you see
(EE) R128(0): [dri] R128DRIScreenInit failed because of a version
mismatch.
[dri] r128.o kernel module version is 2.1.6 but version 2.2 or greater
is needed
.
[dri] Disabling the DRI.
(EE) R128(0): [drm] failed to remove DRM signal handler
(II) R128(0): [drm] removed 1 reserved context for kernel

you have to go to http://drm.sourceforge.net and download the last
modules, compile them and replace your existent r128.o by the new. Then,
it must works.

> Or another question would be : are there some docs in the web
available, 
> where I can get all the needed infos for newbies.
Try http://drm.sf.net and http://dri.sf.net (take a look at the "gatos
project"

With drm configured correctly, I can play Quake3 in 1024*768 / 32 bits
color at � 75fps on a p2-350 ;)

> Hope anyone can help
Hope this help.

> hans
> 

yours,
Benjamin

-- 

default: assert(1==0); /* autant dire que j'ai pas envie que ca arrive
*/
  -- pouaite, code de wmcoincoin

Benjamin Michotte        <[EMAIL PROTECTED]>
web      : http://www.baby-linux.net
homepage : http://www.baby-linux.net/binny
icq uin  : 99745024
Section "ServerLayout"
Identifier     "XFree86 Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath      "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load  "dbe"
        SubSection "extmod"
                Option "omit xfree86-dga"
        EndSubSection
Load  "type1"
Load  "glx"
Load  "dri"
Load  "record"
Load  "xtrap"
Load  "speedo"
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules"   "xfree86"
Option "XkbModel"   "pc105"
Option "XkbLayout"  "fr"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
# your protocol and device here
Option      "Protocol" "IMPS/2"
Option      "Device" "/dev/input/mice"
Option "Buttons" "3"
Option "ZAxisMapping"  "4 5"
EndSection

Section "Monitor"
# your monitor config here
Identifier   "Monitor0"
HorizSync   30.0-96.0
VertRefresh   50-180
Option      "DPMS"
EndSection

Section "Device"
Identifier  "Card0"
Driver      "ati"
VendorName  "ATI"
BoardName   "Rage 128 RF"
BusID       "PCI:1:0:0"
Videoram 32768
Option "AGPMode" "2"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth     16
Modes "1600x1200" "1400x1050" "1280x1024"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth     24
Modes "1600x1200" "1400x1050" "1280x1024"
ViewPort 0 0
EndSubSection
EndSection

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to