
sudo apt-get update
sudo apt-get install cinnamon cinnamon-session
sudo apt-get upgrade sudo apt-get remove cinnamon cinnamon-session
sudo apt-get update
sudo apt-get install cinnamon cinnamon-session
sudo apt-get upgrade
sudo cinnamon --replace
[sudo] password for ***:
failed to create drawable
(cinnamon:14110): Clutter-CRITICAL **: Unable to initialize Clutter: Unable to select the newly created GLX context
Window manager error: Unable to initialize Clutter.

RepsaJ_NL wrote:so hi im new,
I have some issues.
I would like to install the cinnamon desktop manager. I did;
- Code: Select all
sudo apt-get update
sudo apt-get install cinnamon cinnamon-session
sudo apt-get upgrade
So when I opened cinnamon on the login screen nothing happend sadly. I rebooted and reinstalled cinnamon
- Code: Select all
sudo apt-get remove cinnamon cinnamon-session
sudo apt-get update
sudo apt-get install cinnamon cinnamon-session
sudo apt-get upgrade
Still nothing. So I tried this;
- Code: Select all
sudo cinnamon --replace
[sudo] password for ***:
failed to create drawable
(cinnamon:14110): Clutter-CRITICAL **: Unable to initialize Clutter: Unable to select the newly created GLX context
Window manager error: Unable to initialize Clutter.
So any ideas? (I googled the problem but did not found a good solution I can trust)


kmb42vt wrote:RepsaJ_NL wrote:so hi im new,
I have some issues.
I would like to install the cinnamon desktop manager. I did;
- Code: Select all
sudo apt-get update
sudo apt-get install cinnamon cinnamon-session
sudo apt-get upgrade
So when I opened cinnamon on the login screen nothing happend sadly. I rebooted and reinstalled cinnamon
- Code: Select all
sudo apt-get remove cinnamon cinnamon-session
sudo apt-get update
sudo apt-get install cinnamon cinnamon-session
sudo apt-get upgrade
Still nothing. So I tried this;
- Code: Select all
sudo cinnamon --replace
[sudo] password for ***:
failed to create drawable
(cinnamon:14110): Clutter-CRITICAL **: Unable to initialize Clutter: Unable to select the newly created GLX context
Window manager error: Unable to initialize Clutter.
So any ideas? (I googled the problem but did not found a good solution I can trust)
Open Synaptic and search for Cinnamon and see if both 'cinnamon' and 'cinnamon-session' show as installed. if not, install them using Synaptic. I know, it sounds like a "stupid check" and it is but with as many years as I have in the computer field I still have to resort to "stupid checks" in order to get certain thing done. By the way, I don't believe that using 'cinnamon --replace' is going to work since the Cinnamon DE has to started via the login screen. It's an either/or thing.


RepsaJ_NL wrote:kmb42vt wrote:RepsaJ_NL wrote:so hi im new,
I have some issues...


kmb42vt wrote:So Cinnamon is indeed installed but it's not showing up in the DE drop down list on the login screen (located on the right-hand side of the password field--looks like a gear I believe)? It did for me as soon as I installed it and logged out. I know, another stupid question but we have to eliminate the obvious.


RepsaJ_NL wrote:kmb42vt wrote:So Cinnamon is indeed installed but it's not showing up in the DE drop down list on the login screen (located on the right-hand side of the password field--looks like a gear I believe)? It did for me as soon as I installed it and logged out. I know, another stupid question but we have to eliminate the obvious.
No problem, it is showing up on the pulldown menu. But it isnt working when I use it. When I select cinnamon it will just load the normal (gnome2?) desktop manager instead of cinnamon.


craig10x wrote:yes...you have to hit the little "cog wheel shaped" thing you see when you type in your password when logging in....Cinnamon should appear as one of the options...then just select it and hit enter....
Whatever "session" you logged into the last time, will then automatically become your default, until you log into a different session on that cog wheel drop down menu...
Try installing version 1.1.3 which was released earlier today, download it https://github.com/linuxmint/Cinnamon/downloads

RepsaJ_NL wrote: When I select cinnamon it will just load the normal (gnome2?) desktop manager instead of cinnamon.



zerozero wrote:RepsaJ_NL wrote: When I select cinnamon it will just load the normal (gnome2?) desktop manager instead of cinnamon.
just another question, if you don't mind, to help debug the problem, did you ever managed to log in to gnome-shell(something like this:

RepsaJ_NL wrote:I have no clue how to access it also.
inxi -Gx



zerozero wrote:RepsaJ_NL wrote:I have no clue how to access it also.
let's see:
- at login screen, on that gear if you choose "gnome" or " gnome classic" the result is the same or different?
- what graphic card you have in your comp.?
- have you installed the recommended drivers (if any) offered to you?
- open a terminal and typeand post the output back;
- Code: Select all
inxi -Gx
basically the question is, cinnamon is a gnome-shell fork, so it requires hardware acceleration (and the proper drivers installed -same as gnome-shell) otherwise it won't work and you will be sent to fallback-mode (that gnome2-look-a-like DE)
Graphics: Card: nVidia GF110 [GeForce GTX 570 HD] bus-ID: 01:00.0
X.Org 1.10.4 drivers nouveau unloaded: vesa,fbdev Resolution 1920x1080@60.0hz
GLX Renderer Rasterizer GLX Version 2.1 Mesa 7.11 Direct Rendering Yes

RepsaJ_NL wrote:zerozero wrote:RepsaJ_NL wrote:I have no clue how to access it also.
let's see:
- at login screen, on that gear if you choose "gnome" or " gnome classic" the result is the same or different?
- what graphic card you have in your comp.?
- have you installed the recommended drivers (if any) offered to you?
- open a terminal and typeand post the output back;
- Code: Select all
inxi -Gx
basically the question is, cinnamon is a gnome-shell fork, so it requires hardware acceleration (and the proper drivers installed -same as gnome-shell) otherwise it won't work and you will be sent to fallback-mode (that gnome2-look-a-like DE)
1) gnome and gnome classic are the same
2) Asus ENGTX570 DCII/2DIS
3) There wern´t any 'additional drivers'
4)
- Code: Select all
Graphics: Card: nVidia GF110 [GeForce GTX 570 HD] bus-ID: 01:00.0
X.Org 1.10.4 drivers nouveau unloaded: vesa,fbdev Resolution 1920x1080@60.0hz
GLX Renderer Rasterizer GLX Version 2.1 Mesa 7.11 Direct Rendering Yes





zerozero wrote:RepsaJ_NL,
googling your graphic card+gnome-shell returns a lot of hints and a lot of problems , but this one http://ubuntuforums.org/showthread.php?p=11534391 seems similar to yours and it's marked as solved.
sudo apt-get install nvidia-current nvidia-settings
RepsaJ_NL wrote:zerozero wrote:RepsaJ_NL,
googling your graphic card+gnome-shell returns a lot of hints and a lot of problems , but this one http://ubuntuforums.org/showthread.php?p=11534391 seems similar to yours and it's marked as solved.
dude thanks! It is finally fixed
I did a
- Code: Select all
sudo apt-get install nvidia-current nvidia-settings
I rebooted then and it worked. Many many thanks for such an easy solution.


kmb42vt wrote:Maybe next time?



Users browsing this forum: No registered users and 8 guests