Le mercredi 20 décembre 2006 21:29, Georges a écrit :
> Le mercredi 20 décembre 2006 19:45, Arnaud Feltz a écrit :
> > Salut,

Re-Bonjour et bonnes fêtes de Noël a tous.
 
> > On t'avait bien dit que ce n'était pas si difficile que ça en fin de 
> > compte :-D
> Ouai, il suffit de vouloir. Et un Linuxiens sa en veut ;-)
> 
> > Au passage, tu ferais bien de commenter ( ou d'enlever ) la ligne Load 
> > GLCore <= T'en a pas besoin, c'est ça qui peut faire bugger le tout ;-) 
> > et enlève completement les lignes concernant fglrx et ati pour rendre 
> > ton Xorg.conf un peu plus léger et surtout lisible !
> Ok , je teste mais si je casse je t'envoi mes doléances.

Bon. j'ai repris mon /etc/X11/xorg.conf et pour ceux qui ont le même problème 
je le met ici. Je sais sa fait long mais si sa peut aider .
---------------
Ma_Machine# cat /etc/X11/xorg.conf

# /etc/X11/xorg.conf
# ...
# ... Ma_Machine DEBIAN ETCH  hda 8  RADEON avec 3D DRI=Yes
# ...

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/CID"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load    "i2c"           # perso
        Load    "bitmap"        # Bitmap Fonts
        Load    "dbe"           # Double Buffering Extension
        Load    "ddc"
        Load    "dri"           # Direct Rendering pour ATI+fglrx pas pour 
Nvidia
        Load    "extmod"
        Load    "freetype"
        Load    "glx"           # 3D Layer pour fglrx
        Load    "record"        # perso
        Load    "type1"
        Load    "v4l"           # Video pour Linux
        Load    "vbe"
        Load    "synaptics"     # perso


   SubSection "extmod"                  # perso pour ATI X600 + fglrx
    Option    "omit xfree86-dga"        # perso
   EndSubSection                        # perso
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"                   # perso bon kbd
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"            # perso
        Option          "XkbdVariant"   "latin9"        # perso
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection

Section "Device"
        Identifier      "ATI Technologies, Inc. Radeon Mobility X600 (M24)"
        Driver          "radeon"                        # pilote libre
        VideoRam        256000
        BusID           "PCI:1:0:0"
        ChipID          0x3150
        Option          "AGPMode"               "4"
# ...   Option          "AGPFastWrite"          "true"
        Option  "AccelMethod"           "XAA"
        Option  "AccelDFS"              "0"
        Option  "AGPSize"               "256"
        Option  "GARTSize"              "64"
        Option  "RingSize"              "8"
        Option  "BufferSize"            "2"
        Option  "EnablePageFlip"        "1"     # voir "true"
        Option  "ColorTiling"           "1"
        Option  "EnableDepthMoves"      "yes"
        Option  "UseFBDev"              "false"
        Option  "RenderAccel"           "true"
        Option  "mtrr"                  "on"
        Option  "SubPixelOrder"         "none"
        Option  "DPMS"                          # voir "on"
        Option  "DynamicClocks"         "on"
EndSection

Section "Monitor"
        Identifier      "Écran générique"
        Option          "DPMS"
        # pour avoir de belles fontes
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies, Inc. Radeon Mobility X600 (M24)"
        Monitor         "Écran générique"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1440x900" "1280x800" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1440x900" "1280x800" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1440x900" "1280x800" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1440x900" "1280x800" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1440x900" "1280x800" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1440x900" "1280x800" "1152x864" "1024x768" 
"800x600" "640x480"
#####                     ###### 1440x900 = 488x305m/m 1400x900 = 474x305 m/m
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
        Option          "AIGLX" "true"          # perso pour 3d
EndSection

Section "Extensions"
        Option  "Composite"     "Enable"        # perso pour 3D
EndSection

Section "DRI"
        Mode    0666
EndSection
------------

> > Tu peux aussi voir ce qui ne fonctionne pas ( comme options ) au 
> > démarrage de Xorg. Pour ça, après avoir démarré Xorg et ouvert une console :
> > $ cat /var/log/X.0.log |grep WW

Idem pour l'exemple pour ceux qui vont essayer
-----------
nia # cat /var/log/Xorg.0.log | grep WW
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/misc".
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/100dpi/".
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/75dpi/".
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/Type1".
(WW) The directory "/usr/share/fonts/X11/CID" does not exist.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/100dpi".
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/75dpi".
(WW) `fonts.dir' not found (or not valid) in 
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID".
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
[... coupé ...]
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
----------
> > et
> > $ cat /var/log/X.0.log|grep EE
> > pour voir les warnings et les erreurs. AIGLX ne fonctionne pas chez toi, 
> > tout comme chez moi en tout cas ( tu verras les WW dans le fichier de log )
> Ok, je fai cela demain car entretemps il faut que je dépanne un Linuxien de 
> 85 ans, mon parrain ;-)
-------------
Ma_Machine # cat /var/log/Xorg.0.log | grep EE
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension MIT-SCREEN-SAVER
(EE) module ABI major version (0) doesn't match the server's version (1)
(EE) RADEON: Failed to load module "int10" (module requirement mismatch, 0)
-------------

Ok, sa fait long, mais si quelqu'un ajoute des commentaires le nul que je suis 
va avancer ;-))


Georges

Ps : On reprend aprés les fêtes ;-) mais moi je teste par plaisir "FlightGear" 
et "FGLive" pendant les fêtes
LIVE CD  ftp://ftp.ihg.uni-duisburg.de/FlightGear/FGLive/fglive-0.1-linuxtag.iso

-- 
http://counter.li.org/
User  257 481

Répondre à