View Single Post
Old 01-24-2016, 10:22 AM   #4
ColdFire
Junior Member
 
Join Date: Dec 2015
Posts: 3
Unhappy The bug is within xorg X Server 1.18

The Bug is in the X-Server - the same issue arises using other graphic drivers other multi-screen setups ...

Have the guys from Xorg fix it....

Meanwhile you can fix the entire problem using a downgraded X-Server form F22 with just this simple command:

sudo dnf --showduplicates --allowerasing --releasever=22 downgrade xorg-x11-server-Xorg

Afterwards you can add the line:

exclude=xorg-x11-server-Xorg

at the bottom to the file /etc/dnf/dnf.conf in order to hold back the updates next time you update your system using "dnf update"

After just a simple reboot your menus will probably work as expected

Last edited by ColdFire; 01-24-2016 at 12:15 PM.
ColdFire is offline   Reply With Quote