Bjr tout le monde
Hier j'ai voulu installer compiz-fusion histoire de voir ce que ca donne en vrai
Mais voila, mon pc n'a pas de carte graphique je veux dire par là que la sortie vidéo est gérée par ma carte mère http://www.asus.com/products.aspx? [...] odelmenu=2.
Pour installer compiz-fusion j'ai donc installé une radeon 9200 sur ma debian. J'ai ensuite suivi à la lettre de tuto http://www.lea-linux.org/cached/in [...] rxrpm.html
pour installer les pilotes nécessaires à ma CG.
Tout semblait bien marcher, le module fglrx était bien chargé
Citation :
root:~# lsmod | grep fglrx
fglrx 731008 0
agpgart 31280 3 via_agp,fglrx,amd64_agp
|
J'ai ensuite modifié mon xorg.conf pour utiliser le driver fglrx pour ma CG
Citation :
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "fglrx"
Load "freetype"
Load "glx"
Load "int10"
Load "radeon"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
EndSection
Section "Monitor"
Identifier "V770+"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 150.0
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV280 [Radeon 9200 SE]"
Driver "fglrx"
Option "AGPMode" "4"
Option "AGPSize" "64"
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnablePageFlip" "true"
Option "EnableDepthMoves" "true"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV280 [Radeon 9200 SE]"
Monitor "V770+"
DefaultDepth 24
SubSection "Display"
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "ServerFlags"
Option "AIGLX" "False"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
|
Mais avec cette config, X ne veut pas se lancer
Citation :
root:~#startx
[...]
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.40.4
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.402
(II) ATI Proprietary Linux Driver Build Date: Jul 31 2007 22:20:14
(--) Assigning device section with no busID to primary device
(EE) No devices detected.
Fatal server error:
no screens found
|
Voila, si quelqu'un pouvait me dire si j'ai mal fait un truc. Je ne pense pas avoir commis d'erreur lors de l'install du driver fglrx.
Cependant, je ne suis pas sur qu'il est été pris en compte:
Citation :
root:~# fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)
|
Ici, si l'installation s'est bien passé, il ne devrait pas me renvoyer MESA, il devrait me renvoyer un truc du genre
Citation :
$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9200SE DDR Generic
OpenGL version string: 1.3.4893 (X4.3.0-8.10.19)
|
Avec fgl_glxgears, c'est encore pire, il ne se lance même pas.
Citation :
root:~# fgl_glxgears
Using GLX_SGIX_pbuffer
Xlib: extension "XFree86-DRI" missing on display ":0.0".
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 158 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 30
Current serial number in output stream: 30
|
Ze comprends pas pourquoi ca ne marche pas
Merci davans
Message édité par utb diablo le 04-11-2007 à 12:35:58
---------------
Au royaume des aveugles, les borgnes sont rois xo0