[RESOLU] [Mandriva 2007] [ATI] pas d'acceleration 3D

pas d'acceleration 3D [RESOLU] [Mandriva 2007] [ATI] - Hardware - Linux et OS Alternatifs

Marsh Posté le 03-04-2007 à 13:38:40    

Bonjour a tous,
 
J'ai réinstaller ma Mandriva 2007 que j'avais péter a force d'installer n'importe quoi en gérant moi même les dépendances. Et comme d'habitude, la partie délicate ce sont les drivers graphique ATI...
 
j'ai installer les derniers pilotes proprios pour avoir XGL, mais XGL marche pas. J'ai bien une accélération 3D (Tux racer fonctionne), le panneau de config mandriva m'autorise a choisir XGL mais rien a faire.
 
J'écume les tutos en vain.
 
Apparemment, j'ai pas le DRI d'activer:
 
[pascal@localhost ~]$ glxinfo | grep rendering
Xlib: extension "XFree86-DRI" missing on display ":93.0".
direct rendering: No
 
[pascal@localhost ~]$ glxinfo | grep OpenGL
Xlib: extension "XFree86-DRI" missing on display ":93.0".
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON X800 XL
OpenGL version string: 1.2 (2.0.6334 (8.34.8))
OpenGL extensions:
 
Pourtant fglrxinfo sort que des trucs corrects (fglrx est le nom du module du driver ati)
 
[pascal@localhost ~]$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON X800 XL
OpenGL version string: 2.0.6334 (8.34.8)
 
 
 
et enfin mon xorg.conf:
 
 
 
# File generated by XFdrake (rev 57713)
# **************************************************
********************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **************************************************
********************
 
Section "ServerLayout"
Identifier "layout1"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection
 
Section "Files"
 
# font server independent of the X server to render fonts.
# minimal fonts to allow X to run without xfs
FontPath "unix/:-1"
FontPath "/usr/share/fonts/misc:unscaled"
EndSection
 
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri"
EndSection
 
Section "DRI"
 
# Access to OpenGL ICD is allowed for all users:
# Access to OpenGL ICD is restricted to a specific user group:
# Group 100 # users
# Mode 0660
Mode 0666
EndSection
 
Section "ServerFlags"
 
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
# allows the server to start up even if the mouse does not work
Option "allowmouseopenfail"
Option "AIGLX" "false"
EndSection
 
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "compose:rwin"
EndSection
 
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection
 
Section "Monitor"
 
# Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1280x1024"
HorizSync 31.5 - 90.0
VertRefresh 60.0 - 60.0
ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection
 
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
 
#Section "Device"
# Identifier "device1"
# Driver "vesa"
# Driver "fglrx"
# BoardName "ATI Radeon (vesa)"
# Option "DPMS"
#EndSection
 
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "ForceGenericCPU" "off"
Option "KernelModuleParm" "locked-userpages=0"
EndSection
 
Section "Extensions"
Option "Composite" "Disable"
EndSection
 
#Section "Screen"
# Identifier "screen1"
# Device "device1"
# Monitor "monitor1"
# DefaultDepth 24
# SubSection "Display"
# Depth 8
# Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
# EndSubSection
# SubSection "Display"
# Depth 15
# Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
# EndSubSection
# SubSection "Display"
# Depth 16
# Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
# EndSubSection
# SubSection "Display"
# Depth 24
# Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
# EndSubSection
#EndSection
 
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
 
j'ai installer les dernier driver ATI, 8.35.5, ca fait pareil, il doit me manquer une option a la con...
 
aidez moi svp !!! j'en peux plus, google trouve rien pour moi !


Message édité par bruce-b le 07-04-2007 à 11:26:00
Reply

Marsh Posté le 03-04-2007 à 13:38:40   

Reply

Marsh Posté le 03-04-2007 à 15:50:42    

Petit oublie, désolé:
 
 
[root@localhost firefox]# grep EE /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
 
[root@localhost firefox]# grep WW /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) fglrx: No matching Device section for instance (BusID PCI:5:0:1) found
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
 
je précise qu'avant ca marchait avec mon processeur simple coeur 3200+ 64 bits et maintenant j'ai un CPU 4200+ X2 64 bits et une carte ATI X800 pcie

Reply

Marsh Posté le 05-04-2007 à 16:48:17    

personne pour me donner un coup de main ?

Reply

Marsh Posté le 06-04-2007 à 13:33:29    

mon pb n'inspire pas grand monde malheureusement ...

Reply

Marsh Posté le 06-04-2007 à 13:53:48    

XGL fonctionne chez toi :
cf
[pascal@localhost ~]$ glxinfo | grep rendering

 

Xlib: extension "XFree86-DRI" missing on display ":93.0".

 

direct rendering: No

 

un ps faux | grep Xgl te donnera la preuve de ce fonctionnement.


---------------
Intermittent du GNU
Reply

Marsh Posté le 06-04-2007 à 16:37:50    

dans ce cas pourquoi je n'ai pas le cube ni aucun des effets 3D ?? ils se cachent ou ces vilains ?  ;o)

Reply

Marsh Posté le 06-04-2007 à 16:59:44    

XGL n'apporte pas les effets cubes et autres.
Il te faut de sucroit utiliser compiz ou beryl pour ce faire.
As tu utiliser drak3d pour configurer ceci ?
Il y a semble t'il par ailleurs cetopicqui (je ne l'ai pas parcouru ceci dit ) devrait apporter quelques réponses.

 


---------------
Intermittent du GNU
Reply

Marsh Posté le 07-04-2007 à 11:15:30    

Je suis dans la mcc pour activer le bureau 3D oui, tout les plugins sont cochés mais aucun ne fonctionne, sinon oui je vois bien le process Xgl:
 
[pascal@localhost ~]$ ps -ef | grep -i xgl
pascal    7114  7076 10 11:16 tty1     00:00:20 Xgl :93 -fullscreen -accel xv:pbuffer -accel glx:pbuffer
 
Comment faire pour que les plugins fonctionne enfin ?

Reply

Marsh Posté le 07-04-2007 à 11:25:36    

merci pour le lien, ca m'a permis de trouver la SOLUTION !!!!
 
il fallait dans /etc/sysconfig/compositing-wm mettre COMPOSITING_WM_START=yes car je l'avais a no
 
maintenant mon cube est revenu avec tous les effets 3D idiots mais indispensable ;o))

Reply

Sujets relatifs:

Leave a Replay

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