Ubuntu Installation :: Compiz Installed Incorrectly - No Desktop Loading
Apr 30, 2011
I have been doing some research on problems I have been having and I have narrows Compiz down to being the problem. I am running the prop Nvidea driver. I can use Unity 2d fine however I cannot use Unity at all I just get a blank screen with the mouse cursor no desktop ever loads. I have tried switching between gdm and kdm. I have now worked out that compiz looks like the problem. If I issue a compiz --replace at the terminal I get the same sort of problem I get when I log into the Unity 3d. I loose my left hand monitor (it goes black but I can move my mouse around) and on my right hand monitor I can operate things using the keyboard but when you click with the mouse it does not work although you can move it around fine. Never used Compiz and I dont know if anyone knows any troubleshooting I can try I have exhausted what I could find on the Internet (A few exports of global variables but none fixed anything).
View 1 Replies
ADVERTISEMENT
Apr 18, 2011
im using awn as my dock, and i'd really like to get some themes going to make it look a little nicer. when i go to the themes tab, it tells me "You need to enable desktop effects (compositor) to apply and customize themes".So in compiz how do i go about enabling them?
View 8 Replies
View Related
Jan 14, 2009
I have installed fedora core 9 with a successful installment but the GRUB is not loading Vista BOOT MGR is Missing root chain loader +1. Booting Other does not load.
View 14 Replies
View Related
Jan 27, 2010
I recently upgraded from Hardy to 9.10 Kubuntu. The install went smoothly, and when I boot up, the loading screen (the one with the progress bar) does its thing. Then I see the 'waiting' cursor (in Kubuntu, the two dots chasing each other around in a circle). I see this for about two to three seconds, then the entire thing freezes up and I can't do anything, including switching to a virtual console. How do I figure out my system's dying words so I can figure out what's going wrong? As a (sort of) aside, when I open files in /var/log for reading with cat <file> | less, I have to Page-Down a whole bunch to get to the most recent stuff. Is there a way to jump to the bottom, or read with something other than what I have been using?
View 1 Replies
View Related
May 15, 2011
When i boot its all ok i press enter for instal ubuntu and than the normal screen When it finishes loading i get a random mashup of my windows desktop.
View 1 Replies
View Related
May 28, 2011
I am new to ubuntu (from today) so I know nothing above, so I install it, and trying to load it, I have a problem if I try to start my session "ubuntu"or "ubuntu classic" I fall on the wallpaper, with a pointer loading, but loading is "eternal", the only way I have to use it is run "ubuntu classic (void)" or "ubuntu (secure mode)".
View 1 Replies
View Related
May 11, 2010
Since I've upgraded to 10.04 from 9.10 my computer has started acting strange. First of all, it keeps forgetting my wallpaper. Most of the time, not all of the time. Another problem is that the power-button in the upper right corner does not appear at every boot. It seems to be forgetting other settings as well from time to time.
What I belive might be causing this problem is that I mount my home directory from a server, and a wild guess is that it is somehow a random order of the startup sequence, so that some features are loaded before the mounting is complete.
View 5 Replies
View Related
Feb 9, 2011
Ubuntu has been very good for us, fast, small foot print, But just yesterday it decided not to boot up. It gets to the login screen, and shows a warning... "Install problem, the Gnome power management configuration installed incorrectly, contact your administrator" What can I do to free this up?
View 1 Replies
View Related
Feb 17, 2009
when I boot my pc with fedora 10, it displays the white cube, although i can rotate it but it does not seem to work i cant see any desktops. How can I switch back to the normal desktop view or disable compiz fusion ?
View 3 Replies
View Related
Jun 14, 2010
I was just trying to add new ssh users for tonight session and really messed up badly. I first installed package ibsh (iron-bars shell). I didn't know how to use it so I just went to a new user account and added ibsh at the end of his .profile. (I wrote
Code:
sudo gedit /home/username/.profile
which I suspect is the problem, I should have written
Code:
gksu gedit /home/username/.profile
??)
Well graphical logging became impossible in my own account until I did the following in my own account:
Code:
chmod 777 .profile
chmod 777 .ICEauthority
But desktop is still empty. I have restarted the system. I cannot use Firefox (it works without output for 10 sec and then dies). Chromium says something like "Problems due to not being able to update profile" but works. (I cannot see any files on desktop. But if I do places > desktop I can see them.) All the mentioned files had -------- for permissions so I did:
Code:
chmod 777 ~/Desktop/*
How to get my system back to normal. I think I got botched up permissions. If I create new user accounts, I get several error messages in these accounts.
View 3 Replies
View Related
Apr 8, 2011
I have installed Debian Squeeze 6.0.1a i386 via download DVD image from [URL]. Eventhough I specifically selected "Desktop" from installation menu, only basic system is installed.
I have only 1st DVD, which I understand is sufficient for desktop setup. if I have missed any of the steps or any saperate installation is required.
View 5 Replies
View Related
May 23, 2011
I have installed HP g6 notebook from live-cd with 10.04 LTS across multiple partitions, only to find that the partition table is not setup correctly. I place the following mount points on separate partitions:
[Code]...
View 3 Replies
View Related
Jul 22, 2011
As title asks, anyone installed Compiz 0.9.x on 10.04 64-bit? Maybe a PPA exists? Step-by-step instructions, perhaps?
View 1 Replies
View Related
Aug 4, 2011
I just installed Debian stable from the standard i386 DVD. When I booted up, I noticed that GRUB showed me that I had the amd64 version of Debian installed. However, I did not download an amd64 DVD, nor do I want that architecture installed on my system (even though my system can support it). The output from "uname -a" (which included both "amd64" and "x86_64") also seem to confirm this. However, I was able to install 32 bit packages and get them to work (gdebi wouldn't even let me do this when I had Ubuntu 32-bit).
View 4 Replies
View Related
Jun 10, 2011
I am running ubuntu 11.04. Compiz seems to be installed as shown by green in Synaptic along with some other related packages. I have now marked compiz-fusion bcop & Emerald & installed them. Both turned green in Synaptic. While Emerald Manager is seen in the System Preference list, Compiz is not seen anywhere. How to launch Compiz?
View 2 Replies
View Related
Oct 29, 2014
Setting up a randomly passworded swap partition in Debian installer with the default settings (aes-xts-plain64 w/ AES-256 key strength) gives the following line in /etc/crypttab:
Code: Select all####_crypt /dev/#### /dev/urandom cipher=aes-xts-plain64,size=256,swap
However according to cryptsetup manpage when using XTS mode the key size must be doubled so in effect the 'size=256' parameter above is actually resulting in AES-128 strength, no? To get 256 bit key length the size option should be set to 512. Quote from cryptsetup manpage:
For XTS mode (a possible future default), use "aes-xts-plain" or better "aes-xts-plain64" as cipher specification and optionally set a key size of 512 bits with the -s option. Key size for XTS mode is twice that for other modes for the same security level.
View 3 Replies
View Related
May 15, 2011
I have no taskbar. Why?
- Installed compiz
- selected desktop cube
- everything changed to BAD!!!
- Ubuntu 11.04
View 4 Replies
View Related
Jan 8, 2011
I'm using Ubuntu x64 Desktop 10.10, when I installed XAMPP xampp-linux-1.7.3a.tar.gz and xampp-linux-devel-1.7.3a.tar.gz on my laptop.It's run perfect. But when i installed MongoDB extension on XAMPP and restart XAMPP it's show:
HTML Code:
Failed loading /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/mongo.so: /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/mongo.so: wrong ELF class: ELFCLASS64
I tried to install with /opt/lampp/bin/pecl install mongo but it's same error.
View 1 Replies
View Related
May 14, 2011
Im having a bit of trouble with my title bar disappearing after installing compiz manager and activating the cube, i tried unactivating but the bar still wont appear, im using a hp mini netbook so am not running ati or nvidia graphics but it does have a standard intel graphics chip, how I can resolve this as I need a title bar and if cant get it might have to migrate back to windows.
View 1 Replies
View Related
Apr 20, 2010
First problem:
apt-get --purge remove ubuntu-desktop
Reading package lists...
Building dependency tree...
Reading state information...
Package ubuntu-desktop is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I have installed Ubuntu desktop on Ubuntu Server to get Boinc manager running. Now I want to remove Ubuntu-desktop.
Second Problem: /etc/init.d/xorg start : No such file or directory When the server boots i get a blinking cursor.
View 1 Replies
View Related
Nov 19, 2010
I have installed LAMP server in ubuntu 10.04 using sudo tasksel command @ my home and with all the port forwarding and stuff its working fine and i can access it via internet and images load fine, but when i installed LAMP using same exact same command @ my friends place and proper network configs, the php pages load but the images don't load. (Images which are very small in size like less then 5 kb is loading though, like small icons, smileys...)Tried clearing cache, different browsers, different image formats.
View 2 Replies
View Related
Feb 5, 2011
I installed CentOS on an HP server with 5i RAID controller (so it's hardware RAID) and installed GRUB to the MBR. However, it boots straight to Windows XP without seeing the GRUB loader at all.
Configuration is this.
Windows installed on RAID0 drive
CentOS installed on a separate RAID0
Windows fileshare on RAID5
I'm guessing that since the RAID controller doesn't "see" separate drives in each array, that I'll need to do some "fudging" to get it to work, like maybe using Windows' pathetic loader to load GRUB and go from there, but I have no idea how. Do I have to make the drive "seeable" by Windows first by assigning it a drive letter under Windows Disk Manager, and then add it to the bootloader ini file?
View 5 Replies
View Related
Jun 15, 2010
If Compiz works, does that mean 3d is working? In other words I can install and play games in wine. Compiz's website states that it is hardware accelerated and uses OpenGL. Does that mean 3d? I am running FC13 64bit on an HP Pavillion DV7-2185DX. The video card is ATI Mobility Radeon HD 4650.
View 2 Replies
View Related
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
Mar 31, 2011
I installed debian and want to install compiz (properly).Read this thread Compiz and followed the instruction to install the packages. It mentions xorg.conf which does not exist where it tells me to look.I can type "compiz --replace" and it does do something but all the window borders disappear. I tried compiz setting manager - still same problem.And no visual effects (presumably due to missing xorg.conf)
View 9 Replies
View Related
Jul 3, 2010
Ive recently installed Ubuntu 9.10 on a 2.0 GHz Gateway computer (circa 2004) and have been having issuses with loading the desktop.
When the desktop would load on ever boot, it would load part of GNOME, and the cursor, but thats all... The background is black, and it does not respond when you click on anything. No icons, not all of gnome loaded. What should i do?
View 7 Replies
View Related
Apr 29, 2011
How to get my desktop back to normal. I wanted to get my desktop cube back and stuff and I ended up disabling some things that I'm guessing were needed by the sidebar and stuff. Now when I start it up all I get is the wallpaper and nothing else. Not sure what to do from there.
View 1 Replies
View Related
Nov 3, 2010
I've installed CentOS lot's of times, but I've never had an issue like this before. It's just a black screen, and all I see is a mouse. I see some drive activity, but I gave it a good hour and it's just sitting there. Not sure what to do here or what's causing the issue. There were no problems during the install. I'm trying to install it on an old Dell PowerEdge 1900 server. Edit: If I go to the console, top is showing X and gdm taking 10+% of the CPU and there's a high load. Which is odd because this is a fresh install..
View 3 Replies
View Related
Jun 26, 2011
I just installed Fedora 15 with the gnome desktop which looks like the android system for mobile phones, I installed wine which put the icons on my desktop but whenever I install a windows app it doesn't put an icon on my desktop for that particular application. How would I add an icon for those window apps so I can lunch them from the desktop, I don't know if you call that the desktop or just the program luncher either way how do I put an icon there so I can run those windows apps from there?
View 4 Replies
View Related
May 17, 2011
I've installed Ubuntu 11.04 Natty Narwhal on a External HDD (320GB Samsung S2). Worked like a charm. Bit slow to boot up and load programs, but after a while, works great. I installed it on the external HDD for one purpose: Work anywhere with Ubuntu, no matter which computer I use. I was thinking that was impossible, but I've tested thru several platforms (3 Notebooks, 2 netbooks, all Intel and one AMD Desktop). All worked flawlessly (32 Bits PAE activated and no matter how many cores are active, just works), BUT the themes.For no apparent reason, themes works on the computer I've installed Ubuntu on the HDD. It has his own Internal HDD with Windows 7 and two NTFS partitions.
Themes are stuck to the default boring-white from Gnome. I can only change the window controls. Compiz works, Wireless works, video works, sound works, filesystem works, system works - themes fail. Feels like I've hit my feet's little finger on a chair. P.S.: Ext. HDD is partitioned like this: 300GB FAT32 (it's my pop's HDD, he wants it this way), 18GB EXT4, 2GB Swap.
[Code]...
View 1 Replies
View Related