Bonjour,
Juste pour information, mon retour d'expérience, car je viens de migrer fc23 -> fc24 ->fc25
Je n'ai eu aucun problème pour passer de 23 à 24, par contre lorsque je suis passé de 24 à 25 j'ai eu des problèmes d'affichage.
Dans un 1er temps je me suis rendu compte qu'aucun pilote graphique n'était chargé
Finalement un dernier soucis avec compiz : fenêtres fantômes et fond d'écran noir, mais pas de problèmes avec marco.
En fouinant un peu j'ai trouvé une solution qui est de laissé compiz gérer l'arrière plan pour solutionner le problème (465http://forums.fedoraforum.org/showpost.php?p=1776324&postcount=465) :
Configure compiz to render the wallpaper itself (each Workspace can have it's own)
1. Open CompizConfig Settings Manager from Control Centre.
2. Click on the Utility Category entry on the left.
3. Click on Wallpaper.
4. Click New, choose an image file and set how you want it displayed. You may be asked to enable an image format in Compiz. If so do so using the dialogue that appears. The first entry is for Workspace 1, adding more images assigns them to Workspace 2, Workspace 3 etc. according to their place in the list.
Under Use This Plugin on the left make sure it is ticked. Then close CompizConfig Settings Manager.
5. Open terminal and issue the following command to get rid of the background mess from all open windows, menus etc.
Code:
killall caja
Window decoration
1. Open Emerald Theme Manager and choose any theme that you like the look of.
2. close the theme manager and launch the Fusion Icon.
3. Right-click the Fusion Icon and Where it says 'Set Window Decorator' choose Emerald.
Problèmes résolu, tout marche bien sous FC25
Juste pour information, mon retour d'expérience, car je viens de migrer fc23 -> fc24 ->fc25
Je n'ai eu aucun problème pour passer de 23 à 24, par contre lorsque je suis passé de 24 à 25 j'ai eu des problèmes d'affichage.
Dans un 1er temps je me suis rendu compte qu'aucun pilote graphique n'était chargé
# lsmod |grep -E "(nouveau|nv)"
Dans les logs d'Xorg j'ai vu qu'il essayait de chargé un module "nv" (l'ancien nvidia), je l'ai blacklisté, mais il subistait quelques erreurs :$cat /var/log/Xorg.0.log |grep EE && cat /var/log/Xorg.0.log |grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 67.410] (EE) Failed to load module "nv" (module does not exist, 0)
[ 68.008] (EE) open /dev/fb0: No such file or directory
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 65.247] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 67.410] (WW) Warning, couldn't open module nv
[ 67.938] (WW) Falling back to old probe method for modesetting
[ 67.938] (WW) Falling back to old probe method for fbdev
[ 68.008] (WW) Falling back to old probe method for vesa
[ 69.483] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
J'ai supprimé tous les anciens kernel et kmod relatifs avant de réinstaller le dernier en date et depuis c'est bon.Finalement un dernier soucis avec compiz : fenêtres fantômes et fond d'écran noir, mais pas de problèmes avec marco.
En fouinant un peu j'ai trouvé une solution qui est de laissé compiz gérer l'arrière plan pour solutionner le problème (465http://forums.fedoraforum.org/showpost.php?p=1776324&postcount=465) :
Configure compiz to render the wallpaper itself (each Workspace can have it's own)
1. Open CompizConfig Settings Manager from Control Centre.
2. Click on the Utility Category entry on the left.
3. Click on Wallpaper.
4. Click New, choose an image file and set how you want it displayed. You may be asked to enable an image format in Compiz. If so do so using the dialogue that appears. The first entry is for Workspace 1, adding more images assigns them to Workspace 2, Workspace 3 etc. according to their place in the list.
Under Use This Plugin on the left make sure it is ticked. Then close CompizConfig Settings Manager.
5. Open terminal and issue the following command to get rid of the background mess from all open windows, menus etc.
Code:
killall caja
Window decoration
1. Open Emerald Theme Manager and choose any theme that you like the look of.
2. close the theme manager and launch the Fusion Icon.
3. Right-click the Fusion Icon and Where it says 'Set Window Decorator' choose Emerald.
Problèmes résolu, tout marche bien sous FC25