Salut,
J'ai récupéré le portable que j'avais dejas récupéré , j'ai donc un peu avancé sur la gestion de compiz.
Mais je reste bloqué, pourtant , ca devrais marcher. (😉)
Alors: les infos:
[Shnoulle@localhost ~]$ /sbin/lspci |grep S3
01:00.0 VGA compatible controller: VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 01)
[Shnoulle@localhost ~]$ glxinfo | grep rendering
direct rendering: Yes
[Shnoulle@localhost ~]$ glxgears
2323 frames in 5.0 seconds = 464.576 FPS
2438 frames in 5.0 seconds = 487.516 FPS
2437 frames in 5.0 seconds = 487.332 FPS
2438 frames in 5.0 seconds = 487.550 FPS
2422 frames in 5.0 seconds = 484.301 FPS
2438 frames in 5.0 seconds = 487.600 FPS
2439 frames in 5.0 seconds = 487.680 FPS
2393 frames in 5.0 seconds = 478.536 FPS
Mon xorg.conf a eu plusieurs modif, les modifs pour les drivers DRI, etun trucs dans la doc des drivers via
[Shnoulle@localhost ~]$ cat /etc/X11/xorg.conf
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "Module"
Load "glx"
Load "extmod" #nvidia excepté
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
#Refresh Rate 60Hz
Identifier "Monitor0"
ModelName "LCD Panel 1024x768"
HorizSync 31.5 - 55.0
VertRefresh 40.0 - 70.0
ModeLine "720x480" 26.7 720 736 808 896 480 481 484 497
ModeLine "720x576" 32.7 720 744 816 912 576 577 580 597
ModeLine "800x480" 29.6 800 816 896 992 480 481 484 497
ModeLine "848x480" 31.5 848 864 952 1056 480 481 484 497
ModeLine "856x480" 31.7 856 872 960 1064 480 481 484 497
ModeLine "1024x512" 41.3 1024 1056 1160 1296 512 513 516 531
ModeLine "1280x720" 74.6 1280 1341 1474 1688 720 721 724 746
ModeLine "1280x768" 87.0 1280 1376 1488 1800 768 771 777 806
ModeLine "1280x800" 68.9 1280 1344 1368 1408 800 803 806 816
ModeLine "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087
EndSection
Section "Device"
Identifier "Videocard0"
Driver "via"
VendorName "VIA Technologies, Inc."
BoardName "VIA K8M800 UniChrome"
Option "DPMS"
Option "SWcursor"
Option "DISPLAY_3DScaling" "TRUE"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
(testé aussi sans la section spécifique DRI, et sans le "DISPLAY_3DScaling" "TRUE" (trouvé dans la doc)
Pourtant quand je lance compiz
[Shnoulle@localhost ~]$ compiz --replace &
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
J'ai essayé avec
[Shnoulle@localhost ~]$ LD_LIBRARY_PATH=/usr/lib compiz --replace gconf &
[Shnoulle@localhost ~]$ compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
J'ai
[Shnoulle@localhost ~]$ ll /usr/lib/libGL.so*
lrwxrwxrwx 1 root root 10 jan 18 21:16 /usr/lib/libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root 16 jan 18 21:12 /usr/lib/libGL.so.1 -> libGL.so.1.2.bak
-rwxr-xr-x 1 root root 445692 jan 1 08:13 /usr/lib/libGL.so.1.2
-rwxr-xr-x 1 root root 445692 fév 6 02:02 /usr/lib/libGL.so.1.2.bak
-rwxr-xr-x 1 root root 455512 jan 6 00:37 /usr/lib/libGL.so.1.2.bak.bak
(le bak.bak est de moi, le lien original est vers le bak, j'ai renommé le bak bak.bak et copié le basique en .bak en 2ème test)
[Shnoulle@localhost ~]$ glxinfo | grep GLX_EXT_texture_from_pixmap
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
[Shnoulle@localhost ~]$
Voila,
J'ai regardé
http://gentoo-wiki.com/HOWTO_XGL/Troubleshooting#GLX_EXT_texture_from_pixmap_is_missing
Mais actuellement , je n'ai pas d'autres libGL.so, à part ceux téléchargé sur le site de via (il y a du FedoraCore et du ubuntu 7.04, donc c'est pas si vieux)
Si quelqu'un à une idée ,
merci
(remarques: les infos sur via unichrme et GLX se contredise, chez certains ca fon,ctionne sur toutes les distribs, pour d'autres ca na marche pas)