Yes I did this. My Xfree version is 4.2.1-6 but as written in log, the modules version seems to be 4.1.0.1. So do I need to recompile the kernel modules to get it work ?
----- Original Message ----- From: "Marc Aurele La France" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 19, 2003 4:08 PM Subject: Re: [XFree86] Asus l3800 - XFree 4.2.1 > 4.1.0.1 is _much_ too old to support the Radeon Mobility M7. Upgrade. > > Marc. > > On Sat, 19 Jul 2003, SIMON Benjamin wrote: > > > I don' manage to get X work on my laptop. I 've tried everything, I'm getting more and more confused...I have agp and radeon drivers loaded. Has anyone already suceeded ? > > Thank you for your help ! > > > > here is the end of my log : > > > > (II) LoadModule: "ati" > > (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o > > (II) Module ati: vendor="The XFree86 Project" > > compiled for 4.1.0.1, module version = 6.3.6 > > Module class: XFree86 Video Driver > > ABI class: XFree86 Video Driver, version 0.4 > > (II) LoadModule: "mouse" > > (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o > > (II) Module mouse: vendor="The XFree86 Project" > > compiled for 4.1.0.1, module version = 1.0.0 > > Module class: XFree86 XInput Driver > > ABI class: XFree86 XInput driver, version 0.2 > > (II) ATI: ATI driver (version 6.3.6) for chipsets: ati, ativga > > (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI), > > ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI), > > ATI Rage 128 RL (AGP), ATI Rage 128 Pro PD (PCI), > > ATI Rage 128 Pro PF (AGP), ATI Rage 128 Pro PP (PCI), > > ATI Rage 128 Pro PR (PCI), ATI Rage 128 Mobility LE (PCI), > > ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP), > > ATI Rage 128 Mobility ML (AGP) > > (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP), > > ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), > > ATI Radeon VE (AGP) > > (II) Primary Device is: PCI 01:00:0 > > (II) ATI: Candidate "Device" section "Card0". > > (II) ATI: Unshared 8514/A not probed. > > (II) ATI: Unshared Mach64 at PIO base 0x02EC not probed. > > (WW) ATI: PCI/AGP Mach64 in slot 1:0:0 could not be detected! > > (EE) No devices detected. > > Fatal server error: > > no screens found > > > > > > > > > > and here is my XF86Config-4 file : > > > > Section "ServerLayout" > > Identifier "XFree86 Configured" > > Screen 0 "Screen0" 0 0 > > InputDevice "Mouse0" "CorePointer" > > InputDevice "Mouse1" "SendCoreEvents" > > InputDevice "Keyboard0" "CoreKeyboard" > > EndSection > > > > Section "Files" > > RgbPath "/usr/X11R6/lib/X11/rgb" > > ModulePath "/usr/X11R6/lib/modules" > > FontPath "unix/:7100" > > 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 "extmod" > > Load "dbe" > > Load "dri" > > Load "glx" > > Load "record" > > Load "pex5" > > Load "xtrap" > > Load "xie" > > Load "speedo" > > Load "type1" > > EndSection > > > > Section "InputDevice" > > Identifier "Keyboard0" > > Driver "keyboard" > > EndSection > > > > #Touchpad > > Section "InputDevice" > > Identifier "Mouse0" > > Driver "mouse" > > Option "Protocol" "ps/2" > > Option "Device" "/dev/psaux" > > Option "Emulate3Buttons" "on" > > Option "Emulate3Timeout" "100" > > Option "Name" "AutoDetected" > > EndSection > > > > #USB-Maus > > Section "InputDevice" > > Identifier "Mouse1" > > Driver "mouse" > > Option "Device" "/dev/input/mice" > > Option "Protocol" "ImPS/2" > > Option "Emulate3Buttons" "true" > > Option "ZAxisMapping" "4 5" > > EndSection > > > > Section "Monitor" > > Identifier "Monitor0" > > VendorName "Monitor Vendor" > > ModelName "Monitor Model" > > EndSection > > > > Section "Device" > > ### Available Driver options are:- > > ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", > > ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" > > ### [arg]: arg optional > > #Option "NoAccel" # [<bool>] > > #Option "SWcursor" # [<bool>] > > #Option "Dac6Bit" # [<bool>] > > #Option "Dac8Bit" # [<bool>] > > #Option "ForcePCIMode" # [<bool>] > > #Option "CPPIOMode" # [<bool>] > > #Option "CPusecTimeout" # <i> > > #Option "AGPMode" # <i> > > #Option "AGPSize" # <i> > > #Option "RingSize" # <i> > > #Option "BufferSize" # <i> > > #Option "EnableDepthMoves" # [<bool>] > > #Option "CrtScreen" # [<bool>] > > #Option "PanelSize" # [<str>] > > #Option "UseFBDev" # [<bool>] > > Identifier "Card0" > > Driver "ati" > > VendorName "ATI" > > BoardName "Radeon Mobility M7 LW" > > BusID "PCI:1:0:0" > > EndSection > > > > Section "Screen" > > Identifier "Screen0" > > Device "Card0" > > Monitor "Monitor0" > > DefaultDepth 24 > > SubSection "Display" > > Depth 24 > > Modes "1400x1050" > > ViewPort 0 0 > > EndSubSection > > EndSection > > > > > > > > +----------------------------------+-----------------------------------+ > | Marc Aurele La France | work: 1-780-492-9310 | > | Computing and Network Services | fax: 1-780-492-1729 | > | 352 General Services Building | email: [EMAIL PROTECTED] | > | University of Alberta +-----------------------------------+ > | Edmonton, Alberta | | > | T6G 2H1 | Standard disclaimers apply | > | CANADA | | > +----------------------------------+-----------------------------------+ > XFree86 Core Team member. ATI driver and X server internals. > > _______________________________________________ > XFree86 mailing list > [EMAIL PROTECTED] > http://XFree86.Org/mailman/listinfo/xfree86 _______________________________________________ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

