pas de Radeon dans xf86config!!!!!!!

pas de Radeon dans xf86config!!!!!!! - Linux et OS Alternatifs

Marsh Posté le 08-02-2002 à 15:44:50    

Que faire?
prendre une ATI?

Reply

Marsh Posté le 08-02-2002 à 15:44:50   

Reply

Marsh Posté le 08-02-2002 à 17:00:50    

c'est quels modele de radeon et de xfree?

Reply

Marsh Posté le 08-02-2002 à 17:08:48    

parait qu'elle est compatible depuis XFree 4.2

 

[jfdsdjhfuetppo]--Message édité par cassidy--[/jfdsdjhfuetppo]

Reply

Marsh Posté le 08-02-2002 à 17:29:41    

c'est une Radeon All-In-Wonder
c'est XFree 4.2.0

Reply

Marsh Posté le 08-02-2002 à 17:38:04    

driver dans ton fichier de config tu met "ati"


---------------
SELECT girls FROM world WHERE passion="info";
Reply

Marsh Posté le 08-02-2002 à 22:51:52    

monokrome a écrit a écrit :

driver dans ton fichier de config tu met "ati"  




 
ça marche pas, et je suis fatigué de ce XFree 4.2, au moins 3 heures et que dalle. j'ai mis les rpm, et rien, j'ai bien essayé de bidouiller, help :cry:

Reply

Marsh Posté le 09-02-2002 à 09:09:09    

quelle aiw? pour ma radeon j'ai ca:  
 
Section "Device"
    Identifier  "Ati Radeon"
    Driver      "radeon"
    VideoRam    32768
    Option "AGPMode" "4"
EndSection
 
 
pour la 3d, il faut :
 
Section "Module"
 
# This loads the DBE extension module.
 
    Load        "dbe"    
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
 
# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"
    Load        "GLcore"
 
 
# This loads the GLX module
#    Load       "glx"
    Load       "glx"
    Load       "dri"
         
EndSection
Section "DRI"
        Mode 0666
EndSection
 
et il faut qu'il y ait agpgart et radeon comme module du noyau, je ne sais pas coment fonctionne ta distrib.

Reply

Marsh Posté le 09-02-2002 à 09:34:03    

voila mon xf86config complet qui marche nickel avec ma radeon VE 32 Mo AGP :
Section "Module"
 
 
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load       "glx"
    Load "dri"
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/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
 
    ModulePath "/usr/X11R6/lib/modules"
 
EndSection
 
Section "ServerFlags"
 
# Uncomment this to cause a core dump at the spot where a signal is  
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
 
#    Option "NoTrapSignals"
 
# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
 
#    Option "DontZap"
 
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.
 
#    Option "Dont Zoom"
 
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
 
#    Option "DisableVidModeExtension"
 
# Uncomment this to enable the use of a non-local xvidtune client.  
 
#    Option "AllowNonLocalXvidtune"
 
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.  
 
#    Option "DisableModInDev"
 
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
 
#    Option "AllowNonLocalModInDev"
 
EndSection
 
 
Section "InputDevice"
 
    Identifier "Keyboard1"
    Driver "Keyboard"
# For most OSs the protocol can be omitted (it defaults to "Standard" ).
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
 
#    Option     "Protocol"      "Xqueue"
 
    Option "AutoRepeat" "500 30"
 
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option "Xleds"      "1 2 3"
 
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
 
 
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc102"
    Option "XkbLayout" "fr"
 
EndSection
 
Section "InputDevice"
 
# Identifier and driver
 
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "Buttons"  "5"
    Option "ZAxisMapping" "4 5"
EndSection
 
 
 
Section "Monitor"
 
        Identifier  "Sony"
        Modeline "1024x768" 91.63 1024 1040 1216 1344 768 768 778 802
 
 
EndSection
 
 
# **********************************************************************
# Graphics device section
# **********************************************************************
 
# Any number of graphics device sections may be present
 
 
# Device configured by xf86config:
 
 
Section "Device"
     Identifier "Radeon"
     Driver "ati"
     Videoram 32768
     Option "AGPMode" "2"
EndSection
 
Section "DRI"
Mode 0666
EndSection
 
 
 
# **********************************************************************
# Screen sections
# **********************************************************************
 
# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
        #Driver  "accel"
    Identifier  "Screen 1"
    Device      "Radeon"
    Monitor     "Sony"
    DefaultDepth 16
 
    Subsection "Display"
        Depth       8
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection
 
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
 
# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
 
Section "ServerLayout"
 
# The Identifier line must be present
    Identifier  "Simple Layout"
 
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.
 
    Screen "Screen 1"
 
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
 
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
 
EndSection


---------------
SELECT girls FROM world WHERE passion="info";
Reply

Marsh Posté le 09-02-2002 à 09:58:01    

merci :) je vais essayer ça

Reply

Marsh Posté le 09-02-2002 à 15:15:05    

HIP HIP HOURA!!!!
j'ai réussi avec votre aide :)
bon je me suis pris la tête mais au moins je sais installer un server X maintenant. et mandrake avec son XF86Config-4. c'est vrai que c'est moins facile que windows mais je pense qu'au moins avec linux on peut débloquer plus de situations que sous windows car lui quand ça marche pas et ben pas moyen de bidouiller un fichier de conf, mais je préfère quand xp pour le dev.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed