Impeccable! à savoir qu'il y a quelques modification au niveau du xorg.conf et du amdpcsdb à apporté, actuellement j'en test qui devraient être bon pour le service.
Actuellement cela donne ceci :
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "aticonfig-Screen[0]" 0 0
EndSection
Section "Files"
[b] ModulePath "/usr/lib64/xorg/modules"###remplacer lib64 par lib en cas de système en 32bits![/b]
EndSection
Section "Module"
Load "glx"
Load "dri"
[b] Load "extmod"###ancienne configuration en cours de test![/b]
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
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
Section "Extensions"
Option "Composite" "Enable"
EndSection
Pour le xorg.conf
[b]AMDPCSDBV1[/b]###C'est principalement ici que cela change!
[AMDPCSROOT/SYSTEM/LibXUtil/Display1]
Map=V0
Enable=V1
[AMDPCSROOT/SYSTEM/LibXUtil/Display2]
Map=V1
Enable=V1
[AMDPCSROOT/SYSTEM/OpenGL]
OGLWaitVerticalSync=V3
OGLMaxAnisotropy=V0
[AMDPCSROOT/SYSTEM/DDX]
FSAAEnable=Soff
FSAAScale=S2
Centermode=Soff
PseudoColorVisuals=Soff
OpenGLOverlay=Soff
#DesktopSetup=Shorizontal,reverse##A modifier selon votre configuration!
#EnableMonitor=Sauto,auto######A modifier selon votre configuration!
VideoOverlay=Son
[AMDPCSROOT/SYSTEM/LDC]
HelpDisabled=V0
LinkedAllSliders:1=V1
LinkedAllSliders:2=V1
LastViewedPage=S3D
Pour le fichier /etc/ati/amdpcsdb
Il est bon de garder dans un coin la configuration de ces deux fichiers en cas de besoin!
Bon! bizarrement etQuakeOfWars plante au chargement si qq1 à une idée :
------- Initializing renderSystem --------
----- R_InitOpenGL -----
...using GL_ARB_multitexture
...using GL_ARB_texture_cube_map
X..GL_ARB_texture_non_power_of_two not found
...using GL_ARB_texture_compression
...using GL_EXT_texture_compression_s3tc
X..GL_EXT_texture_filter_anisotropic not found
...using GL_1.4_texture_lod_bias
X..GL_EXT_shared_texture_palette not found
...using GL_EXT_texture3D
...using GL_ARB_texture_rectangle
...using GL_EXT_texture_rectangle
...using GL_EXT_stencil_wrap
X..GL_EXT_stencil_two_side not found
X..GL_ATI_separate_stencil not found
X..GL_ARB_vertex_buffer_object not found
...using GL_ARB_vertex_program
...using GL_ARB_fragment_program
X..GL_EXT_depth_bounds_test not found
...using GL_ARB_point_sprite
...using GL_ARB_occlusion_query
...using GL_EXT_framebuffer_object
X..GL_EXT_packed_depth_stencil not found
...using GL_EXT_blend_minmax
...using GL_ARB_multisample
X..GL_ARB_shader_objects not found
X..GL_ARB_vertex_shader not found
X..GL_ARB_fragment_shader not found
X..GL_ARB_fragment_program_shadow not found
...using GL_ARB_shadow
...using GL_ARB_depth_texture
X..GL_EXT_gpu_program_parameters not found
0x0
[0x082cc6d1]
[0x08192769]
[0x08101078]
[0x08101ad9]
[0x0819085c]
[0x08190e02]
[0x08190fde]
[0x083ee00e]
[0x422f2f70]
[0x0804c9d1]
********************
ERROR: The current video card / driver combination does not support the necessary features: GL_ARB_shader_objects GL_ARB_vertex_shader GL_ARB_fragment_shader
********************
--------------- BSE Shutdown ----------------
---------------------------------------------
Shutting down SDL subsystem
idRenderSystem::Shutdown()
Étrange étant donné que c'est pris en compte, peut être un mauvais chemin? ou alors il n'aime pas que aiglx soit lancé derrière...