This is a multi-part message in MIME format. ------=_NextPart_000_59da_7a95_7e19 Content-Type: text/plain; format=flowed Hi, I recently downloaded and installed XFree86 version 4.2.0. The installation went fine and I configured the server, but on startup i get the following error message: (WW)R128(0): Failed to set up write-combining range (0xd4000000,0x2000000) /lib/modules/2.4.2-2-Apr02/kernel/drivers/char/drm/r128.o: init_module: cannot allocate memory /lib/modules/2.4.2-2-Apr02/kernel/drivers/char/drm/r128.o: insmod r128 failed [drm] failed to load kernel module "r128" (EE)R128(0): [dri] DRIScreenInit failed. Disabling DRI. I have Redhat 7.1, but I recompiled the kernel. I have agpgart and r128 compiled as modules, and DRM compiled into the kernel. I also enabled KMod. I have an ATI Rage Fury Pro AGP graphics card, which is based on the Rage 128 Pro chipset. Could it be that I need to add some parameters to my /etc/modules.conf file? I also attached my XF86Config-4 file. Is there anything I can do to fix the problem? Thanks, Kyle Super _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com ------=_NextPart_000_59da_7a95_7e19 Content-Type: text/plain; name="XF86Config-4"; format=flowed Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="XF86Config-4" Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" 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/CID/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "ServerFlags" Option "BlankTime" "10" Option "StandbyTime" "20" Option "SuspendTime" "30" Option "OffTime" "40" EndSection Section "Module" Load "extmod" Load "dbe" Load "dri" Load "GLcore" Load "glx" Load "record" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IntelliMouse" Option "Device" "/dev/ttyS0" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "pc104" EndSection Section "Device" Identifier "ATI Rage Fury Pro AGP" Driver "r128" VendorName "ATI Rage Fury Pro AGP" BoardName "ATI Rage Fury Pro AGP" ChipId 0x5246 VideoRam 32768 EndSection Section "Monitor" Identifier "Packard Bell 5480" VendorName "Packard Bell 5480" ModelName "Packard Bell 5480" HorizSync 30.0-69.0 VertRefresh 55.0-90.0 Option "DPMS" EndSection Section "Screen" Identifier "Screen0" Device "ATI Rage Fury Pro AGP" Monitor "Packard Bell 5480" DefaultDepth 24 SubSection "Display" Depth 8 Modes "800x600" "1280x1040" "1024x768" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "800x600" "1280x1040" "1024x768" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "800x600" "1280x1040" "1024x768" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection ------=_NextPart_000_59da_7a95_7e19--