Ubuntu :: No Unit Desktop After Upgrading From 10 To 11.04?

May 3, 2011

When I was using Ubunutu 10, I updated the ATI drivers from their web site and the installation failed. There is no uninstall for it that actually works. So, very annoyed, I switched to the VESA driver by editing xorg.conf as shown below.

I just upgraded from Ubuntu 10 to 11.04 and when it booted up it told me that I do not have hardware to run the Unity desktop. Even on a restart the login menu shows the selected desktop as "Ubuntu" (no classic or anything though my desktop looks just like it did in Ubuntu 10).

After upgrading to Ubuntu 11 it seems to have switched to a proprietary ATI graphics driver which actually seems to work very well. Except, no Unity desktop.

If I click System, Administration, Additional drivers it shows one driver and says that it is enabled and in use. The driver is "ATI/AMD proprietary FGLRX graphics driver" and in the description it says "3D-accelerated proprietary graphics driver for ATI cards".

Is there a way to explicitly turn on Unity or ask it why it doesnt want to run?

lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc Redwood [Radeon HD 5670]
$ /usr/lib/nux/unity_support_test -p
Segmentation fault

I do not really care which driver I use. I have been told there is a new driver included in Ubuntu 11 that supports my video card. Is that the driver I listed above or is thee another that I can activate somehow. What shall I do? I just want Unity to work.

Try disable this driver? Will it automatically pick up some default? Do I have to delete or do something to xorg.conf as well?

Is there a way to tell Ubuntu "forget whatever video card driver or configuration is in place and go back to the default for a new install"? I have tried "dpkg-reconfigure xserver-xorg" but all it does is ask for a password and then does nothing. Everyone says to run this buts its never done anything for me.

/etc/X11$ cat xorg.conf
Section "Device"
Identifier"Configured Video Device"
Driver"vesa"

[Code]....

View 1 Replies


ADVERTISEMENT

Ubuntu Installation :: Warning When Upgrading To 10.04 \ "Upgrading May Reduce Desktop Effects, And Performance In Games And Other Graphically Intensive Programs?

Sep 29, 2010

i am trying to upgrade to ubuntu 10.04 from 8.04, and am getting this warning:"Upgrading may reduce desktop effects, and performance in games and other graphically intensive programs.This computer is currently using the AMD 'fglrx' graphics driver. No version of this driver is available that works with your hardware in Ubuntu 10.04 LTS.Do you want to continue?"should i continue? i have no idea what a 'fglrx graphics driver' is

View 4 Replies View Related

Ubuntu :: Smallest Unit Of Working OS?

Jul 6, 2011

I'm wondering what the least err unit/ units are for a working Linux. For instance. Is a kernel + a window manager enough? Then let's say you install one app on top of that - now you have one app you can use, right? But is that right (kernel + window manager)? Do you even need a window manager for a functioning system? Do you need more than the window manager?I'm asking because I'm fixing to build something from the ground up but it isn't a regular Linux thing and I want to approach if from the direction of adding just what I need not taking away what I don't.

View 9 Replies View Related

Software :: Http Unit Testing In C Or C++??

Nov 24, 2009

I have searched the web for a http unit testing library written in C or C++, to no avail. Does such a library exist?

View 2 Replies View Related

Hardware :: Fanless Power Supply Unit ?

Jan 15, 2011

Does anyone had any experience with fanless, low-powered power supply units (PSUs)like PicoPSU? Please share your experience.

I am also interested to hear about experience concerning the fanless cooling solutions and/or power-scaling for low-end CPUs like Intel's Atom, AMD's Neo or Via's Nano.

View 13 Replies View Related

Ubuntu :: Upgrade And Login - When Turn The Unit On It Asks For A Username And Password

Mar 24, 2010

My daughter from New Zealand gave me her Acer Aspire 4315 Laptop/Notebook Linux System in December 2009 so that I could use it in bed on days that I was unable to get out to use my main computer as I am a very ill man. I was able to log into the unit as she just said to me to use her name and password to. I have been able to use the unit on the internet at home and my other daughters home through a home wireless system. I clicked on the Upgrade Icon which it did, I think it went from a 7. something to 8.something All the way through the set up it asked me questions and I just clicked yes thinking that was what I had to do. My problem now is, that when I turn the unit on it asks me for a username and password. I put the details my daughter gave me but it tells me invalid user and password. All I do know is that a friend of my daughter installed the Ubuntu Program onto the Laptop/Notebook. Can anyone tell me how or what I have to do now to be able to use the unit again as I am getting very frustrated with the whole thing. I am not used to using Ubuntu and am totally lost with it as I have always been a Microsoft user.

View 9 Replies View Related

Fedora :: NFS Hangs With A 13 Client To A Thecus N7700 NAS Unit

Jun 16, 2010

We're seeing NFS hangs with a Fedora 13 client to a Thecus N7700 NAS unit. /etc/fstab entry for the mount is pure default. Sometimes, the hang ups freeze the Fedora client and it has to be power-cycled to reboot it.

View 4 Replies View Related

General :: Unit Of Cache Swapping Called Line?

Oct 1, 2010

Need reasons why the unit of cache swapping is called a line rather than a page ?

View 4 Replies View Related

General :: Changing The Power Supply Unit And The Distros?

May 3, 2010

I have installed on my computer Solaris10 (64bit version), PCBSD8 (64bit) on 2 primary partitions and 7 Linux distributions (Redhat,Debian,OpenSuse,Fedora,LinuxMint,Slackware,Ubuntu) on the extended partition. I know this might be a stupid question, but here it goes: I have a problem with my actual power supply unit (the fan doesn't work as it should) and I will change it soon. Is there a problem with any of the Linux distributions if I change my power supply unit? I mean, will the Linux operating systems work properly with a new power supply unit or do I have to reinstall all Linux distributions?

View 4 Replies View Related

Programming :: Getting Information From Serial Port On Server Unit

Jul 19, 2011

I'm working on program that is going through setting different baud rates onto a config file. After I set a new value i want to check if it's the correct one by reading from the serial port on the server unit. I know what to expect if it's the correct baud rate so that's no problem, but searching through the internett i've yet to find a compact solution to my problem.

View 1 Replies View Related

General :: Data On Disk Drive Management By OS - Getting Base I/O Unit Size?

Mar 31, 2010

I want to ensure I have done all I can to configure a system's disks for serious database use. The three areas I know of (any others?) to be concerned about are: I/O size: The database engine and disk's native size should either match, or the database's native I/O size should be a multiple of the disk's native I/O size. DMA: Disks that are capable of Direct Memory Access (eg. IDE) should be configured for it.
Write-caching: When a disk says it has written data persistently, it must be so! No keeping it in cache and lying about it.

I have been looking for information on how to ensure these are so for CentOS and Ubuntu, but can't seem to find anything at all. I want to be able to check these things and change them if needed. The actual hardware involved is very modest. The point is to get the most out of what hardware we do have, even though it's "not very serious hardware" from a broader perspective.

View 1 Replies View Related

General :: Looking For Tools To Analyze Code Complexity / Unit Testing For Embedded

Sep 11, 2010

I am looking for tools for static/dynamic code analysis for embedded Linux system development (both device driver and user space apps) with ARM-based processor. We use Eclipse IDE and C++ lanuage for development. Does anybody have recommendation for tools to analyze code complexity? The tools is better to support McCabe complexity metric, however, we may also consider others. Does anybody have recommendation for unit testing?

View 1 Replies View Related

Fedora Servers :: Error - Unit Sshd.service Entered Failed State

Aug 20, 2011

hi, first i'd like to say that i'm totally new to linux, i was allways using windows.

as i was allways unable to install a good and stable ssh-server on windows, i thought it is time to change to linux. i was able to set up and configure a ssh-server on debian but found out, that fedora 15 looks more userfriendly in first place for me. but now i unfortunately experience problems..

the ssh server was already installed, i changed the service setting to that it starts automatically but after i succesfully connected to the LAN, i cannot access the shh via putty for instance. when i type "service sshd status" it says beside other things: active (running). but when i look at the /var/log/messages, it says those two lines:

sshd.service: main process exited, code=exited, status=255
Unit sshd.service entered failed state.

i searched on google without success, the only thing i found was that someone had the same problem with a bad sshd_config file, but i'm pretty sure that everything is alright with my config-file (i checked it several times).

beside this i cant login on the gui, after the firefox update (??) it always says: a problem has occured and the system can't recover bla bla... so i can only use fedora right now commandline-based.. but with this problem i will deal later on...

View 3 Replies View Related

Software :: Change Network Charts Unit Of Measure In Gkrellm From Bytes / Sec To Bits / Sec?

Feb 10, 2011

Does anyone know of a way to change the network charts unit of measure in Gkrellm from bytes/sec to bits/sec? I'm not finding any method to do so in the config options.

View 1 Replies View Related

Fedora :: During Lovelock BOOT Seems To Stop "unit Systemd-tmpfiles-setup Service Entered Failed State For More Than A Minute... And Then It Resumes"

Jun 11, 2011

I have a problem during BOOT. During BOOT Fedora seems to stop at the following line:

Code: [20.245743 systemd[1]: unit systemd-tmpfiles-setup service entered failed state for more than a minute... and then it resumes.

View 2 Replies View Related

Ubuntu :: When Originally Tried Out (wubi Test Drive) Desktop 10.10 The Default Desktop Interface?

Dec 16, 2010

I just installed Ubuntu Server, I'd like to try out other desktops interfaces.When I originally tried out (wubi test drive) Ubuntu Desktop 10.10 the default desktop interface was very nice and clean...plus it seemed to render screen fonts very well I currently have Kubuntu Plasma interface installed.Can I use that Ubuntu Desktop on Ubuntu Server?If so, how would I go about installing it?

View 1 Replies View Related

Ubuntu :: Installed Desktop On Server To Get Boinc Manager Running Now Remove Desktop?

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

Ubuntu :: Kubuntu Desktop Start - Shows Terminal After Login And Cant Get My Desktop Back

Jul 4, 2010

Have recently tried to start ubuntu with kubuntu-desktop, but as I reboot my computer kubuntu only shows the terminal after the login and I cant get my desktop back.

View 1 Replies View Related

Ubuntu Multimedia :: Sony FP - No Display But Desktop Accessible Via Remote Desktop?

Mar 18, 2010

I'm working on getting my myth box hooked up to my Sony flat panel display.Originally the nvidia drivers could not read the EID, so defaulted to only 640x480 over my HDMI-DVI connection.I manually updated xorg.conf with a mode for the resolution I know the thing can handle. Suddenly there are several resolutions avaialble in nvidia-settings and it seems to be communicating with the TV, as it is now listed as a Sony FP display rather than a CRT.I'm able to change the resolution now as expected.my problem, however, lies with the TV itself. I can't seem to get it to actually display the output. I'm able to remote desktop into the box and can see Gnome logged in and everything.However nothing on the TV itself.How do I troubleshoot this? Am I missing something obvious?

View 6 Replies View Related

Ubuntu Installation :: Make A Live-USB Containing Among Others Both Desktop I386 And Desktop AMD64

May 1, 2010

I want to make a live-USB containing among others both Ubuntu desktop i386 and Ubuntu desktop AMD64. How do I go about this? I tried using unetbootin, first adding i386 and then amd64, but that failed. My computer with an athlon II did manage to boot, and showed it had booted into the 64-bit version (ram shown was 3.9 GB, i386 goes to about 2.7 I think), my wife's computer with a pentium 4 did not manage to boot, got to a black screen. I think this is because casper has issues, being overwritten (I'd seen something to that effect somewhere), and thus only the latest version added being booted (in this case amd 64).

I'm under the impression that the startup disc creator included won't help, nor won't the multicd.sh script, so how do I circumvent the issues?

View 4 Replies View Related

Ubuntu :: Possible To Instead Of Using Desktop Folder Plasmoid / Usual Desktop Act As File Manager?

Nov 12, 2010

1. Is it possible to instead of using the Desktop Folder plasmoid, have a usual Desktop act as a file manager?
2. What is Akondi? There are tons of processes which have Akonadi in their name, and it seems to be using up lots of memory.Can I disable these somehow, or is it safe to do so?
3. Any general tips on how to reduce the amount ram that is used on startup? I am using somewhere around 750MB on startup, which is about double the amount Gnome uses. After a few hours of use, Xorg uses close to 1GB of memory.
4. Whenever I get a notification, they don't delete themselves, so when I click on the (i), I see tons of notifications. Is there a way to get them to delete themselves after they have been shown?

View 1 Replies View Related

Ubuntu Networking :: Use Remote Desktop Viewer To See The Desktop On A Windows XP Machine?

Nov 20, 2010

I have my main box, Ubuntu 10.04lts, and I am trying to use remote desktop viewer to see the desktop on a Windows XP machine. The machines are side by side The Ubuntu box is hardwired to my network router, and the XP machine is connected via wireless. Both get to the internet fine, and I can ping the Ubuntu box from the XP box. But, I cannot ping the XP box from the Ubuntu box, and Remote Desktop Viewer won't establish a connection to the VNC server I have running on the XP box.

View 6 Replies View Related

Ubuntu :: Nautilus - Desktop Flashes All The Icons On The Desktop A Couple Of Times

Mar 25, 2011

EVERY SINGLE TIME when I try to close the Nautilus File Browser (ie when I go to my Documents folder), the desktop flashes all the icons on the desktop a couple of times (for a sec you would see no icons on the desktop) before everything goes back to normal.

View 9 Replies View Related

Ubuntu :: Reset Gnome Desktop To Default Without Affecting Unity Desktop?

May 27, 2011

I have my Unity desktop just how I like it, but sometimes I like to log in to the Gnome (Ubuntu Classic) desktop. However, I was playing around with CCSM while in Gnome and I've totally messed it up, I have the Gnome panels and also the Unity launcher, it's a total mess. Is there a way to reset my Gnome desktop to default without affecting my Unity desktop?

View 3 Replies View Related

Ubuntu :: Access Files Of My Windows Desktop From System Desktop?

Feb 25, 2010

How can I access files of my Windows desktop from Ubuntu desktop while using Ubuntu?

View 3 Replies View Related

Ubuntu Networking :: Connect 10.04 Desktop System Wirelessly To Another Desktop

Jul 7, 2010

I am trying to connect an Ubuntu 10.04 desktop system wirelessly to another desktop that is directly connected to a cable modem via dlink wireless router and ethernet card. I have not been able to connect on the second system (Ubuntu) to the wireless router.

View 9 Replies View Related

Ubuntu :: Light Desktop - Install Desktop Command Only + Xfce?

Jul 19, 2010

Looking for a light desktop for a P3/512MB I installed xubuntu and I felt it slow. For a test, just tried installing lubuntu and it was so fast compared to xubuntu. The word here is I would like to move to xfce. Doing another test, I installed Debian Lenny + xfce and was way much faster than xubuntu.

My question: Can I install Ubuntu Desktop command only + xfce ? Is it going to be faster than xubuntu? Is there another recommendation for a debian based distro with xfce which runs faster than xubuntu?

View 1 Replies View Related

Ubuntu :: Desktop-Recorder Soft Records Desktop Very Slow?

Sep 19, 2010

I had downloaded "GTK-Recorder" in order 4 Desktop Recording...

whenever i start it,it first make my PC quite bit-Slow,and also his recording is quite slow.....i want a recorder which is quite fast in recording and doesn't really effect my Computer performance...

View 4 Replies View Related

Ubuntu :: Desktop Doesn't Correspond To /home/user/Desktop?

Sep 25, 2010

While I was trying to drag the Desktop icon to the places sidepane in nautilus file browser so that I can have it above Documents icon, I accidentally dropped it in Documents icon. I immediately deleted the "Desktop" shortcut that was created in "/home/user/Documents" but it was too late already and the damage has been done. When I try to create a new document on my desktop, it says "Error while coying to Desktop There was an error getting information about the destination. Show more details Error stating file '/home/user/Documents/' Desktop':No such file or directory" Now, I know that my desktop now is pointing me to a location in Documents folder which doesn't exist at all. I tried looking for any available settings/options in gconf-editor, but only in vain.

View 4 Replies View Related

Ubuntu :: Can't Remotely Access Desktop / When Desktop Is Asking For Keyring Password

Nov 20, 2010

I can't remotely access my desktop when the desktop is asking for a keyring password. Why does this happen? it means that remote access is useless because you would need to enter the password locally before you can vnc to it. I do not wish to disable the default keyring but is there a way of making vnc work so I can enter the password.

View 8 Replies View Related







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