[SOLVED] Cinnamon behaving strange?

Please post suggestions for improvement of Cinnamon here
https://github.com/linuxmint/Cinnamon

[SOLVED] Cinnamon behaving strange?

Postby Erather on Wed May 30, 2012 9:28 am

Hi!

A couple of days ago I installed Linux Mint 13 Cinnamon. Now the bar att the bottom and the menu behaves so strange! First I could change themes and for example change the text at the menu button and so on. Now I can't do anything of that - the bar is gray all the time and the menu looks like windows 98. It seems that all the settings for cinnamon doesn't change anything. Has the problem anything to do with cinnamon? What to do?

Thanks in advance!
Last edited by Erather on Sun Jun 03, 2012 8:57 am, edited 1 time in total.
Erather
Level 1
Level 1
 
Posts: 11
Joined: Wed May 30, 2012 9:19 am

Linux Mint is funded by ads and donations.
 

Re: Cinnamon behaving strange?

Postby Oscar799 on Wed May 30, 2012 10:24 am

Moved here by moderator
Image
"Don't fix it if it ain't broken,don't break it if you can't fix it" Husse
Registered Linux User #511789
User avatar
Oscar799
Level 18
Level 18
 
Posts: 8170
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: Cinnamon behaving strange?

Postby SallyK on Wed May 30, 2012 3:34 pm

This might be a silly question, but have you switched on Panel Edit Mode, and not turned it off again? I know I got caught out by that - the system mostly worked, but there were odd things that didn't.
User avatar
SallyK
Level 3
Level 3
 
Posts: 163
Joined: Fri Oct 02, 2009 5:22 pm

Re: Cinnamon behaving strange?

Postby smttysmth02gt on Wed May 30, 2012 3:54 pm

I am having the same issue. It's like none of the settings for window, effects, or themes are working at all (in regards to me trying to change them).
smttysmth02gt
Level 1
Level 1
 
Posts: 5
Joined: Wed May 30, 2012 2:50 pm

Re: Cinnamon behaving strange?

Postby davidvj on Wed May 30, 2012 6:38 pm

It is not just you. I did a fresh Cinnamon install today with all of the latest updates. I carefully avoided installing any special gnome stuff but did add a couple of Cinnamon themes that went into the correct location. Here is a list of my problems.
1. Windows minimized to the task bar cannot be re-opened.
2. Some icons on the task bar (firefox) simply do not function.
3. The taskbar on my 1900 x 1200 display is so small that it is a joke and apparently cannot be changed.
4. I can add items to the 'favorites' but cannot remove icons
5. If I change to any of the installed themes ... the taskbar changes but not the rest of the screen.
Fortunately I have had many years with Linux ... any new user would have quit facing such problems.
I do hope that somebody is listening and we get a reply on these questions.

David
davidvj
Level 1
Level 1
 
Posts: 33
Joined: Mon Dec 12, 2011 6:50 pm

Re: Cinnamon behaving strange?

Postby Erather on Fri Jun 01, 2012 10:39 am

@SallyK - Not a silly question! I'm a beginner at Linux, this is my first installation, so I might have activated many things that I shouldn't. It also seemed like it was on, but there was no difference turning it on/off. :/
Erather
Level 1
Level 1
 
Posts: 11
Joined: Wed May 30, 2012 9:19 am

Re: Cinnamon behaving strange?

Postby esteban1uy on Fri Jun 01, 2012 1:24 pm

Please execute the following code at a terminal, copy the results and paste them here at the forum:
Code: Select all
ps -A | egrep '(cinnamon|gnome-shell|gnome-panel)'
Sorry, I only speak Spanish
User avatar
esteban1uy
Level 5
Level 5
 
Posts: 734
Joined: Sat Nov 12, 2011 6:20 am

Re: Cinnamon behaving strange?

Postby Erather on Sat Jun 02, 2012 3:14 am

Thanks again for the help!

Please execute the following code at a terminal, copy the results and paste them here at the forum:
CODE: SELECT ALL
ps -A | egrep '(cinnamon|gnome-shell|gnome-panel)'


When I execute this line at the terminal I get the following:

Code: Select all
1810 ?        00:00:01 gnome-panel


Hope it helps ...
Erather
Level 1
Level 1
 
Posts: 11
Joined: Wed May 30, 2012 9:19 am

Re: Cinnamon behaving strange?

Postby esteban1uy on Sat Jun 02, 2012 4:15 am

Erather wrote:Thanks again for the help!

Please execute the following code at a terminal, copy the results and paste them here at the forum:
CODE: SELECT ALL
ps -A | egrep '(cinnamon|gnome-shell|gnome-panel)'


When I execute this line at the terminal I get the following:

Code: Select all
1810 ?        00:00:01 gnome-panel


Hope it helps ...


Well, as you can see from the results, your system is not running Cinnamon but Gnome Fallback.
Now please, execute the following command at a terminal and let us know if anything changes:
Code: Select all
cinnamon --replace
Sorry, I only speak Spanish
User avatar
esteban1uy
Level 5
Level 5
 
Posts: 734
Joined: Sat Nov 12, 2011 6:20 am

Re: Cinnamon behaving strange?

Postby Erather on Sat Jun 02, 2012 10:11 am

Well, as you can see from the results, your system is not running Cinnamon but Gnome Fallback.
Now please, execute the following command at a terminal and let us know if anything changes:
CODE: SELECT ALL
cinnamon --replace


Ok, thanks! I tried that. Nothing changed, but I recieved the following lines:
Code: Select all
Xlib:  extension "GLX" missing on display ":0.0".
Segmentation fault
Erather
Level 1
Level 1
 
Posts: 11
Joined: Wed May 30, 2012 9:19 am

Re: Cinnamon behaving strange?

Postby esteban1uy on Sat Jun 02, 2012 10:45 am

Erather wrote:
Well, as you can see from the results, your system is not running Cinnamon but Gnome Fallback.
Now please, execute the following command at a terminal and let us know if anything changes:
CODE: SELECT ALL
cinnamon --replace


Ok, thanks! I tried that. Nothing changed, but I recieved the following lines:
Code: Select all
Xlib:  extension "GLX" missing on display ":0.0".
Segmentation fault


It seems you have problems with your graphics card. Cinnamon needs 3D hardware support, without it your system goes to fallback mode.
Execute the following command in a terminal:
Code: Select all
glxinfo | grep 'rendering'

If the result is something like "direct rendering: No", then you don't have 3D support.
Sorry, I only speak Spanish
User avatar
esteban1uy
Level 5
Level 5
 
Posts: 734
Joined: Sat Nov 12, 2011 6:20 am

Re: Cinnamon behaving strange?

Postby Erather on Sat Jun 02, 2012 11:07 am

It seems you have problems with your graphics card. Cinnamon needs 3D hardware support, without it your system goes to fallback mode.
Execute the following command in a terminal:
CODE: SELECT ALL
glxinfo | grep 'rendering'

If the result is something like "direct rendering: No", then you don't have 3D support.


Thanks! This is what I get:

Code: Select all
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual or fbconfig
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".


I suspected that it had something to do with my graphics card - or cards. The thing is that i have a Nvidia GeForce 540m card and a Intel HD 3000 card (I think?) ... anyway, my computer uses the optimus technology (at least in windows), The thing is, I do not really know which of the cards Linux uses. I tried to install Ironhide, but failed (the package was broken?). In any case, I haven't installed any drivers or anything, but I have a program Nvidia X server settings installed. However, I do not really know what to install or not to ... :?
Erather
Level 1
Level 1
 
Posts: 11
Joined: Wed May 30, 2012 9:19 am

Re: Cinnamon behaving strange?

Postby esteban1uy on Sat Jun 02, 2012 11:15 am

Please execute the following code and paste the results:
Code: Select all
inxi -G
Sorry, I only speak Spanish
User avatar
esteban1uy
Level 5
Level 5
 
Posts: 734
Joined: Sat Nov 12, 2011 6:20 am

Re: Cinnamon behaving strange?

Postby Erather on Sat Jun 02, 2012 11:19 am

Please execute the following code and paste the results:
CODE: SELECT ALL
inxi -G


Code: Select all
Graphics:  Card-1: Intel 2nd Generation Core Processor Family Integrated Graphics Controller
           Card-2: NVIDIA GF108 [GeForce GT 540M]
           X.Org: 1.11.3 drivers: intel (unloaded: vesa,fbdev) Resolution: 1920x1080@60.0hz
           GLX Renderer: N/A GLX Version: N/A
Erather
Level 1
Level 1
 
Posts: 11
Joined: Wed May 30, 2012 9:19 am

Re: Cinnamon behaving strange?

Postby esteban1uy on Sat Jun 02, 2012 11:32 am

Oops... we have no information about your hardware renderer.
Please execute the following code:
Code: Select all
sudo apt-get update && sudo apt-get install mesa-utils

Then reboot your computer and execute:
Code: Select all
inxi -G

and paste the results.
Sorry, I only speak Spanish
User avatar
esteban1uy
Level 5
Level 5
 
Posts: 734
Joined: Sat Nov 12, 2011 6:20 am

Re: Cinnamon behaving strange?

Postby Erather on Sat Jun 02, 2012 11:46 am

This is what I get:

Code: Select all
Graphics:  Card-1: Intel 2nd Generation Core Processor Family Integrated Graphics Controller
           Card-2: NVIDIA GF108 [GeForce GT 540M]
           X.Org: 1.11.3 drivers: intel (unloaded: vesa,fbdev) Resolution: 1920x1080@60.0hz
           GLX Renderer: N/A GLX Version: N/A


I thnk I did as you said, but it looks like what I got before ...
Erather
Level 1
Level 1
 
Posts: 11
Joined: Wed May 30, 2012 9:19 am

Re: Cinnamon behaving strange?

Postby esteban1uy on Sat Jun 02, 2012 11:54 am

Hmmm... are you sure you have ironhide installed and configured?
What happens when you execute the following code?:
Code: Select all
optirun cinnamon --replace
Sorry, I only speak Spanish
User avatar
esteban1uy
Level 5
Level 5
 
Posts: 734
Joined: Sat Nov 12, 2011 6:20 am

Re: Cinnamon behaving strange?

Postby Erather on Sat Jun 02, 2012 11:59 am

I do not have Ironhide installed ... as I said I tried to install it through synaptic, but it said it was "broken" and when I try to install it via the terminal I get an error message.

Thanks for all your help!
Erather
Level 1
Level 1
 
Posts: 11
Joined: Wed May 30, 2012 9:19 am

Re: Cinnamon behaving strange?

Postby esteban1uy on Sat Jun 02, 2012 12:04 pm

Erather wrote:I do not have Ironhide installed ... as I said I tried to install it through synaptic, but it said it was "broken" and when I try to install it via the terminal I get an error message.

Thanks for all your help!


What about Bumblebee?: https://wiki.ubuntu.com/Bumblebee

(Sorry, I'm trying to do my best)
Sorry, I only speak Spanish
User avatar
esteban1uy
Level 5
Level 5
 
Posts: 734
Joined: Sat Nov 12, 2011 6:20 am

Re: Cinnamon behaving strange?

Postby Erather on Sat Jun 02, 2012 12:18 pm

I follwed the instructions for installing BumbleBee, but to be honest, I do not know if it installed. This is what I got:

Code: Select all
johan@Maya ~ $ sudo add-apt-repository ppa:bumblebee/stable
[sudo] password for johan:
You are about to add the following PPA to your system:
 Bumblebee Stable PPA

To report issues, please read http://wiki.Bumblebee-Project.org/Reporting-Issues

If you've use an older Bumblebee version or Ironhide from MrMEEE (git or PPA), then please do this once before adding this PPA to your system:

sudo ppa-purge ppa:mj-casalogic/bumblebee
sudo ppa-purge ppa:mj-casalogic/ironhide

You may also want to use newer drivers (particularly if having recent hardware), then run this before installing Bumblebee:
sudo apt-get purge nvidia-current
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates

After installation, reboot to let changes apply.

To see if it works, run during around 30s: glxspheres
Then, run it with optirun, and compare: optirun glxspheres

Be aware that as Bumblebee is using low-level hardware informations, it is impossible to run it in a VM.
 More info: https://launchpad.net/~bumblebee/+archive/stable
Press [ENTER] to continue or ctrl-c to cancel adding it

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.YmRgJdkwrx --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 46C0364A882F14F899448FFCB22A95F88110A93A
gpg: requesting key 8110A93A from hkp server keyserver.ubuntu.com
gpg: key 8110A93A: public key "Launchpad PPA for Bumlebee Project" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)


If I try to run
Code: Select all
$ optirun --help
I get
Code: Select all
$: command not found




If none of this programs works, it is not really necessary for me to switch between the cards when using Linux - it would be the best but it is not necessary. I could run only Intel HD 3000 (to save battery), but if that doesn't work I can use the Nvidia card only. What do you recommend?
Last edited by Erather on Sat Jun 02, 2012 12:55 pm, edited 1 time in total.
Erather
Level 1
Level 1
 
Posts: 11
Joined: Wed May 30, 2012 9:19 am

Linux Mint is funded by ads and donations.
 
Next

Return to Cinnamon

Who is online

Users browsing this forum: No registered users and 15 guests