J'ai un petit souci avec ma carte graphique, j'ai installé les drivers libres, aucun problème pour une utilisation bureautique et internet, ou du moins pas pour l'instant !
Mais ayant quasi supprimé Windows de ma machine, j'ai un problème pour jouer à des jeux comme counter strike. J'ai installé PlayOnLinux, le jeu se lance mais c'est totalement injouable. J'ai suivi plusieurs tutos pour activer l'accélération 3D et voici les résultats de diverses commandes :
Code : Tout sélectionner
[siriru@siriru-laptop ~]$ glxinfo | grep "direct rendering"
direct rendering: Yes
Code : Tout sélectionner
[siriru@siriru-laptop ~]$ glxgears
487 frames in 5.0 seconds = 97.318 FPS
519 frames in 5.0 seconds = 103.769 FPS
517 frames in 5.0 seconds = 103.297 FPS
516 frames in 5.0 seconds = 103.054 FPS
511 frames in 5.0 seconds = 102.007 FPS
Code : Tout sélectionner
Section "ServerFlags"
Option "DontZap" "False"
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "i2c" # pour gérer la télévision
Load "ddc" # ddc probing of monitor
Load "dbe"
Load "dri" # module pour l'accélération matériel
Load "extmod"
Load "glx" # pour la 3D
Load "bitmap" # bitmap-fonts
Load "type1"
Load "freetype"
Load "int10" # ajout
Load "vbe" # ajout
Load "record"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
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 "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility X1400"
BusID "PCI:1:0:0"
Option "GARTSize" "64"
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnableDepthMoves" "yes"
Option "UseFBDev" "false"
Option "ColorTiling" "1"
Option "RenderAccel" "true" # Active l'accélération matériel
Option "mtrr" "on"
Option "SubPixelOrder" "none"
Option "DPMS" # gestion de l'énergie de l'écran
Option "DynamicClocks" "on"
Option "DRI" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "RENDER" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection
Sinon, j'ai essayé d'installer le driver propriétaire, mais impossible de l'installer, erreur fatale au moment de charger le module fglrx, je suis pas sur que ma carte soit encore supportée.