LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sceen is not Composited. (https://www.linuxquestions.org/questions/linux-newbie-8/sceen-is-not-composited-779917/)

route277 01-05-2010 01:43 AM

Sceen is not Composited.
 
Hi,
When I switch off my computer I get a message informing me that screen is not composited.
I am running Linux 9.10 Karma.
Any help would be much appreciated.
Thank you.
route 277

rweaver 01-05-2010 03:09 PM

It's usually not a serious issue it's a matter of if compiz or something else gets control of your session when logging in. If something else gets control rather than compiz it complains. Check your logs and see if there's a message about compositing from compiz when you login.

route277 01-06-2010 10:02 AM

Thanks very much for your help rweaver I am new to Linux and am still not quite sure how to check my logs can you please advise me further.
Thank you.
route277.

MrCode 01-06-2010 12:17 PM

I'm using Ubuntu 9.04 ("Jaunty"), so it might be a little different form Karmic, but there should be something in your System->Administration menu called "Log File Viewer". If it's not there, you might try looking in other menus.

If you can't find it at all, open a terminal (Applications->Accessories->Terminal, or just press Alt-F2 and type "gnome-terminal") and enter
Code:

cat /var/log/messages | grep "composite"

and

dmesg | grep "composite"

..and post those results (if any) here in [code] ... [/code] tags.

Hope this helps...

route277 01-07-2010 12:12 PM

Hello Mr Code,
Thanks for your advice it worked first time by going to System->Administration menu called "Log File Viewer".
I now know how to check my logs whenever the need arises.
Many thanks for your assistance.
route277.


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