Ubuntu :: How To Restart Compiz From TTY

Jun 13, 2011

ubuntu has wake up issues in my computer. However I can login from tty1 as root. Is there a way to restart compiz from tty ? When I try "compiz --replace" from tty1, it gives "Can't open display". I know that I need to allow by "xhost +local:", but I cant since compiz is unusable.

View 4 Replies


ADVERTISEMENT

General :: Enable Compiz Without Restart

Mar 31, 2011

I've recently installed Ubuntu on my laptop. I installed a bunch of compiz software from the software center. I used ..... to figure everything out. However, somethings didn't work; such as the cube wouldn't change to the sphere, and the windows animations wouldn't work. When I restarted my computer, the cube changed to what I had set. The windows animations, however, didn't. How can I get all of these effects to work, and to take effect without restarting the computer?

View 3 Replies View Related

Ubuntu Installation :: System Automatically Tried To Restart But On The Restart Got The 'terminal' View

Apr 30, 2011

I have just finished the upgrade of the latest version and I'm at the point of my system restating.

My system automatically tried to restart but on the restart I got the 'terminal' view. It stopped when asking for my username (it never normally asks for this before the grub menu) and then password. I didn't get any further than that.

I now have on my screen (still in the terminal view before the grub menu)

"name@name-desktop:...$ "

I'm on my phone now so I don't actually have the symbol for before the dollar sign but your know what it is. The raised S on a 90 degree angle.

View 6 Replies View Related

Ubuntu :: How To Restart Network Adapter (not Service) Without Restart?

Mar 13, 2010

I have a suspend problem in my laptop. Sometimes, when resuming from suspend, the network adapter is down (that is, the network does not work and the light of the network adapter is off). Restarting the network service doesn't work, because I think that the system forgot about the hardware, and probably the driver should be reloaded.Does anyone knows how to do that?(ps. /etc/init.d/networking restart does not work, because the hardware driver is not being recognized anymore).

View 5 Replies View Related

General :: Restart Dhcp From /etc/init.d/dhcpd Restart

Feb 27, 2010

i have installed dhcp,there i declared the subnet and network,i used command include "/etc/dhcpd.conf.jutu1"; to start and other files, but it show me this error when i want to restart the DHCP, if you need more information contact me, i have configured this file too jutu1, but it don't let me to restart dhcp from /etc/init.d/dhcpd restart, this show me this message

[Code]..

View 3 Replies View Related

Debian Multimedia :: GDM Goes To Tty On Restart / Doesn't Restart

Apr 5, 2010

Whenever I choose "Restart" from the GDM screen, GDM appears to shutdown, and the first TTY is displayed with a login prompt at the bottom (assuming I haven't used that TTY). I am by no estimation a patient individual, but I waited a solid minute or two for something to happen, but nothing ever did. I end up logging in as root on that TTY and running "shutdown -r now" to get the job done. This is a shared computer, and ideally any user should be able to perform shutdown options graphically from GDM.The only mentioned workaround doesn't apply to me as I am using the nvidia driver, not intel.

View 1 Replies View Related

Ubuntu :: Compiz Won't Work Using The Compiz Ppa

Feb 19, 2011

As said here: [URl] I want the sphere deformation, but that needs the PPA apparently (I can't find it anywhere in the default compiz Ubuntu 10.10 ships with.) Compiz starts, but it says it can't load plugin 'decoration.'

Code:
Backend : ini
Integration : true
Profile : default
Adding plugins
Initializing core options...done
Initializing move options...done
Initializing resize options...done
Initializing place options...done

compiz (core) - Error: Couldn't load plugin 'decoration'

View 1 Replies View Related

General :: Difference Between Restarting/stopping Apache Using 'service Httpd Restart/stop' And Apachectl Restart/stop

Oct 11, 2010

whats the difference between restarting/stopping apache using 'service httpd restart/stop' and apachectl restart/stop. I know that using 'service httpd restart' is actually a script in /etc/init.d/httpd but what about apachectl?

View 1 Replies View Related

Fedora :: Change Default Window Manager To "compiz-manager" Compiz Wrapper?

Nov 28, 2010

I spent *#@$ hours trying to figure out how to change my default window manager to "compiz-manger".I tried using gconf-editor and .gnomercAnybody has an idea how to do this?

View 8 Replies View Related

Ubuntu :: How To Restart The Apt

Apr 7, 2010

I have two sources.list file. A sources.list.proxy and a sources.list.noproxy, the first of wich points to apt-cacher on my home server and the other wich points directly to the regular repo's.I have wicd run a script when i connect and disconect from my home network. One of the tasks being cp sources.list.proxy sources.list on connect and sources.list.noproxy sources.list on disconnect. However the repo's apt-get uses does not change until i restart my machine, clearly not a good solution. Is there a way of just restarting apt?

View 3 Replies View Related

Ubuntu :: Restart Gnome W/o Having To Log In Again?

Apr 19, 2010

Does anyone know how I can restart gnome from the command line without having to log in again(as in selecting a user and typing in the password)? I've tried using '/etc/init.d/gdm restart' and that tells me to use 'service gdm restart' but that forces me to log back in again.I wouldn't mind having to start gnome using startx, then logout of x and startx again but I need to automate the process. I can't figure it out because anything I launch withing gnome gets killed when gnome goes down so that the startx part doesn't get executed

View 9 Replies View Related

Ubuntu :: Resolution Changes After Restart?

May 3, 2010

I set my resolution to 1680 x 1050 via the vendor's tool and I even saved it to the X config file but every time I restart it's set back to 1280 x 1024.

View 1 Replies View Related

Ubuntu :: 10.04 Won't Restart / Get It To Work?

May 7, 2010

Sometimes, when I restart, Ubuntu 10.04 doesn't. My monitor just goes to sleep and I end up having to turn off the computer manually and turn it back on.

View 9 Replies View Related

Ubuntu :: Cannot Shutdown Or Restart 10.04

May 17, 2010

I have a recently new, less than 2 weeks old, Ubuntu 10.04 LTS installl. It is a clean install since the prior install of 10.04 LTS decided it would no longer allow me to login.

My problem is that I cannot shutdown or restart my machine. And I have no idea why it happened.

View 9 Replies View Related

Ubuntu :: How To Restart Gdm From Crontab

Jun 16, 2010

I'm having problems trying to restart gdm from crontab and I'm not sure what I'm doing wrong. Basically what I want to do is a 'logout' every morning before I get to work so that by the time I get to my computer I would just have to log back in and have a fresh gnome session.

The command I'm using to restart gdm is:

Code:
/usr/sbin/service gdm restart

If I run this command from a terminal as root it works.

To edit my crontab file I'm doing:

Code:
sudo crontab -u root -e

And adding the following line to it:

Code:
25 08 * * 1-5 /usr/sbin/service gdm restart

My understanding is that this should restart gdm every day of the work week (Mon-Fri) at 08:25. But for some reason this is not happening.

I also checked that my cron deamon is running by:

Code:
~$ service gdm status

gdm start/running, process 27156

View 5 Replies View Related

Ubuntu :: Cannot Turn Off Or Restart

Sep 24, 2010

I don't remember when it started, my ubuntu hang when trying to shut down.I tried every possible way to shut down, by command, poweroff, reboot, halt and In verbose mode the last message is: Code: init: rc main process ((process id e.g. "26350")) killed by TERM single and only way I have, to turn off is "Alt + Ctrl + delete"... and when I press them this message appear for a while then restart.

View 5 Replies View Related

Ubuntu :: Several Errors After Restart?

Oct 24, 2010

This is a new installation of Ubuntu, everything was working great after installing the programs and configuring settings until a system restart brought these errors down:It cannot connect to the internet, I've tried everything even restarting the network with the terminalThe windows do not have borders, I know this is a common problem but I've read through many different posts and nothing helps, this all happened at the exact same time and was working perfectly beforeWhen you logoff, shutdown, or end your session in any way it says there is an unknown program that won't quit, you have to end it because it will never end on it's own.I've restarted many times in the past but all this suddenly happens randomly, I have Ubuntu 10.10 32-bit and CompizFusion if that makes a difference.

View 6 Replies View Related

Ubuntu :: How To Restart The Ssamba

Nov 28, 2010

I have samba on ubuntu 10.10.I made some adjustments. Now how do I restart samba? There is no samba file in '/etc/init.d'.

View 1 Replies View Related

Ubuntu :: Can't Get To Boot After Restart

Mar 22, 2011

Using Ubuntu 10.4 on pc with dual boot Windows XP . Can't get to Ubuntu to boot after restart.

View 1 Replies View Related

Ubuntu :: No Gnome With SSD After Restart?

Apr 1, 2011

I'm doing a fresh install of Ubuntu 10.10 on a new SSD. All seems to go well, did all the updates. Computer rebooted numerous times without a hitch. Here's the problem...soon as I turn the computer off and restart it, I can no longer get to the desktop.I'm presented with a prompt. I can login but startx and gdm wasn't the ticket.

View 2 Replies View Related

Ubuntu :: Firefox Restart Again And Again?

Apr 27, 2011

Since 2 days I'm facing critical problem in firefox. My firefox getting restart again & again. I've done all remedies, "sudo apt-get update" "sudo apt-get upgrade" "remove & than install again but the same problem.

View 2 Replies View Related

Ubuntu :: 11.04 Won't Restart Or Shutdown?

Apr 28, 2011

I have just installed 11.04 on my Acer Z5610 and it won't shutdown or even restart noramally. I have to force shutdown every time. I installed the ati graphics drivers but still no change. What could be wrong?I have reinstalled 4 times, using usb and cd.

View 9 Replies View Related

Ubuntu :: MSI GX73x 11.04 Won't Restart

May 1, 2011

since I've installed 11.04 I have been encountering a very work-disturbing fact.

When I start my laptop, from power off to on- everything goes fine, the login screen shows up, all works. If I turn it off, then start it up again- all is ok.

If from a turned on 11.04 I ask it to restart (reboot), the system goes power down, laptop powers up again, and as soon as the splash should be appearing- the herddrive led stops lighing up (which usually means that the system is loading) and two leds go up and start blinking endlessly (the Caps Lock icon and a led that looks like 2 arrows- one facing up and second facing down in a rectangle)- the only way out seems to be hard power off, and startup again- then all again works fine.

This situation never appeared on anly of my previous Ubuntu setups.

P.S. To clear out things I tried to do:

-install a pre-proposed kernel (didn't give positive results, switched back to 2.6.38-

-install x-org edgers PPA files (also nothing)

-tried the proprietary graphic driver (didn't help either)

View 7 Replies View Related

Ubuntu :: Once Shutdown Cant Restart It Again ?

Jul 8, 2011

I have assembled an Intel D915PDT Administration Intel Desktop motherboard with an Intel 651 Processor which has 3.40 GHz 800 MHz FSB 2MB L2 Cache and 1GB DDR1 400 MHz RAM also GeForce 8400GS 512 Graphics Cards. But this PC have a problem, if once I shut it down I cant restart it again, but the next day it works properly. I tried in various operating systems like Windows XP service pack 2, pack 1, Windows 7 Professional and Ultimate 32bit and I have checked several times the BIOS settings properly but the problem is still the same.

View 1 Replies View Related

Ubuntu :: Won't Load - Restart ?

Feb 17, 2011

I'm new to Linux so I have no idea what I'm really doing. Anyways after the latest update about an hour or so ago, my computer insisted I restart. When I did, it just loads to a desktop (Wallpaper picture), a mouse pointer and nothing else. The little circle (Windows Hourglass Equal) keeps loading repeatedly on and off and I presume processing something in a loop. But it never loads to anything past that.

I've tried logging to recovery and followed a few procedures online suggested to help with linux boots such as

I've recently installed Oblivion with wine, but never ran it. Before that, I installed Imagescan! for Linux. Other than that, haven't installed anything.

View 2 Replies View Related

Ubuntu :: New To Compiz Not Working?

Jan 9, 2010

I just built my linux box and i installed compiz and ccsm. When i change settings in ccsm nothing happens including after i reboot. Once in a while after i boot gnome do and yakuake don't start and the screen is frozen except for pointer.

View 3 Replies View Related

Ubuntu :: Compiz Will Not Start

Jan 25, 2010

When I turned on my computer today, Compiz would not start. I tried launching it from the terminal, and this is what I got:

Code:
joseph@joseph:~$ compiz --replace
Checking for Xgl: not present.
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log

[Code]....

View 7 Replies View Related

Ubuntu :: 9.10 Get Compiz To Use Emerald?

Apr 2, 2010

I have emerald on Ubuntu 9.10 64bit, and I wish to use emerald to decorate windows.When I run

Code:
emerald --replace
, the windows are decorated, but the command does not return. That is to say, I need to press

[code]....

View 2 Replies View Related

Ubuntu :: Compiz Allow To Set As Many Desktop As Want But Won't Let Set It To 4?

Apr 16, 2010

let me start with this I am running the 10.4 beta2 via wubi on an Acer 6930. the Main os is Windows 7 Ultimate 64 bit. I installed 10.4 32 bit Wubi. my hardware it intel core 2 duo 2Ghz 4GB ddr Mobile Intel GM45 Express. I think that is the applicable hard ware infoNow for my problem: when I am using Compiz dsktop cube or desktop wall In't set the horizontal size to 4(for a perfect cube like I want) it works with any other value, from 1 to 128 just not 4 has any one else had this issue or know of a fix?

View 1 Replies View Related

Ubuntu :: Compiz Is Not Working / What To Do?

Apr 25, 2010

I had Compiz, desktop cube and what not, working fine on my computer. Then I had to reinstall ubuntu and know it wont work. I installed compiz and the compiz setting thing is in my preferences, but when i try to edit something it does not effect anything.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved