LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Very strange menu graphical behavior (https://www.linuxquestions.org/questions/suse-opensuse-60/very-strange-menu-graphical-behavior-907111/)

Micik 10-08-2011 10:30 AM

Very strange menu graphical behavior
 
Hello,

I have just installed open suse 11.4 linux.
First thing I noticed is that when I click with RMB on desktop, menu opens which is half transparent and "Noisy". This is not the right word, but it is very hard to explain since I cannot make print screen. In mozilla everything is file, but if I click start GIMP and click on File then menu opens that is also transparent and hardly visible. I thinks it has something to do with KDE enviroment.

Does anyone experience something similar?

Here is the same problem, but I cannot figure out solution
http://forums.opensuse.org/english/g...ng-oxygen.html

Thanks

jlinkels 10-08-2011 12:31 PM

I think those effects are handled by the VGA driver. Try to open /etc/X11/xorg.conf and instead of the graphic driver you have now, choose vesa.

Speed and resolution will be awkward, but if the problem disappeared it is a graphic driver problem.

Code:

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia" # <<< this line, change to "vesa"
    VendorName    "NVIDIA Corporation"
EndSection
# leave other lines unchanged

If you don't have that file, create one with just those lines.

jlinkels

Micik 10-08-2011 01:36 PM

Unfortunately, this doesn't work for me. When I create xorg.conf, the computer cannot start KDE, it stays at prompt.

Micik 10-08-2011 02:14 PM

After spending couple of hours struggling with the problem, I have easily solved it by switching to GNOME. Installing ATI notebook driver is mission impossible.
Thank you for your time.

wagscat123 10-08-2011 06:08 PM

More info...
 
openSUSE 12.1 KDE doesn't have this issue. The reason why its acting up is there's a bug in the rendering of Desktop effects, which are enabled by default. In openSUSE 11.4 or earlier, if you go into Run, then run systemsettings, you can go to Desktop Effects and either change the rendering software or turn Desktop Effects altogether. The only thing to keep an eye with on GNOME is that its radically different in 12.1 with GNOME 3 coming down the pike... google screenshots of GNOME 3 and by updating to 12.1 that's what your GNOME will look like. openSUSE 11.4 will remain supported into September of 2012.


All times are GMT -5. The time now is 06:40 PM.