Fedora Linux Support Community & Resources Center
  #1  
Old 1st September 2007, 03:26 PM
edgedynamic Offline
Registered User
 
Join Date: Aug 2007
Posts: 9
Fedora 6, error updating software, what do I do next?

Hi gens

I am loading fedora 6 on my system.
After 1st boot there is a pop-up message that stays if I want to load updates, then I click OK.
After loading all rpm files based on the software packages check box selection, I can see the follwing message:

Error updating software
There were errors encountered in trying to update the software you selected

details:
file / usr/bin/gaim conflicts between attempted installs of pidgin-2.0.2-3.fc6.1 and gaim-2.0.0.31.beta6.f.c6 (/usr/bin/gaim,OL)

What is the propper way to procede from here?

Check attached file containing the actual popup image.
Attached Thumbnails
Click image for larger version

Name:	software_update_error.jpg
Views:	65
Size:	20.4 KB
ID:	13257  
Reply With Quote
  #2  
Old 1st September 2007, 03:34 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
try


su
yum remove gaim
yum install pidgin
yum update
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #3  
Old 1st September 2007, 04:54 PM
edgedynamic Offline
Registered User
 
Join Date: Aug 2007
Posts: 9
Thanks for your quick reply.
I am facing a rather weird issue. Looks like only takes to upgrade this software to make the mouse gone from my desktop.
Apparently the mouse function is still there, for instance:
By hovering the mouse on the desktop, it does highlight itmes.
I tried different mouse settings from administration>mouse (of course by using key shorcuts, arrow and tab key)
Thisis the 3rd time I reload fedora, this is the only way to get it back, so far.
All it takes is to reload the software updates to make the mouse gone.
Apparently changing monitor reslution also makes the trick to come along (see my post under general support forum I posted couple of days ago)

I am going to try the gimp captured file from my desktop showing how gim brush traces the mpuse path on my desktop.
Otherwise if I can just need to picture what I am seeing on my desktop.

Help !!!!!!
Attached Thumbnails
Click image for larger version

Name:	mouse_gone.jpg
Views:	54
Size:	151.4 KB
ID:	13261  
Reply With Quote
  #4  
Old 1st September 2007, 06:04 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by edgedynamic
Thanks for your quick reply.
I am facing a rather weird issue. Looks like only takes to upgrade this software to make the mouse gone from my desktop.
Apparently the mouse function is still there, for instance:
By hovering the mouse on the desktop, it does highlight itmes.
I tried different mouse settings from administration>mouse (of course by using key shorcuts, arrow and tab key)
Thisis the 3rd time I reload fedora, this is the only way to get it back, so far.
All it takes is to reload the software updates to make the mouse gone.
Apparently changing monitor reslution also makes the trick to come along (see my post under general support forum I posted couple of days ago)

I am going to try the gimp captured file from my desktop showing how gim brush traces the mpuse path on my desktop.
Otherwise if I can just need to picture what I am seeing on my desktop.

Help !!!!!!

The disappearing mouse cursor is a nvidia type fault , what graphics card do you have?
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #5  
Old 1st September 2007, 06:26 PM
edgedynamic Offline
Registered User
 
Join Date: Aug 2007
Posts: 9
Makes sense to me!
This is what I have:
nVidia C51PV GeForce 6150

and as storage:
NVIDIA nForce 430

Do I need a dedicated rpm for this chip?

Thanks a lot for this, sorry about my typing no having the mouse is hard to move around the screen.
Reply With Quote
  #6  
Old 1st September 2007, 06:50 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by edgedynamic
Makes sense to me!
This is what I have:
nVidia C51PV GeForce 6150

and as storage:
NVIDIA nForce 430

Do I need a dedicated rpm for this chip?

Thanks a lot for this, sorry about my typing no having the mouse is hard to move around the screen.
ok add this line to your xorg.conf

su
gedit /etc/X11/xorg.conf

and add this

Option "HWCursor" "off"

so it looks something like this

Code:
Section "Device"
  BoardName    "GeForce 6600/GeForce 6600 GT"
  BusID        "1:0:0"
  Driver       "nvidia"
  Identifier   "Device[0]"
  Option       "HWCursor" "off"
  Screen       0
  VendorName   "NVidia"
EndSection
then restart X

P.S what 3D nvidia driver did you install?
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #7  
Old 1st September 2007, 07:23 PM
edgedynamic Offline
Registered User
 
Join Date: Aug 2007
Posts: 9
Thanks for the reply, seems like I already tried this last week.
As I said I posted one message under the General Support forum under the very same fedora support page.
One thing I noticed:
Under the device section in my xorg.conf file I don't see a detailed information about the board I ma using.
I am attaching the actual configuration file.
Attached Files
File Type: conf xorg.conf (1.3 KB, 58 views)
Reply With Quote
  #8  
Old 1st September 2007, 07:34 PM
edgedynamic Offline
Registered User
 
Join Date: Aug 2007
Posts: 9
Thanks a lot my friend !

it worked fine !

looks like last week I nseted this line in the wrong place.
Now I have my mouse fully functional.

PD: By the way nice I did my time on vi editor so that I did not need the mouse!

Thanks !!!!!
Reply With Quote
Reply

Tags
error, fedora, software, updating

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Error updating software rafkid Using Fedora 6 24th September 2007 05:54 PM
Error Updating Software resiak Installation and Live Media 4 14th September 2007 05:05 AM
Error Updating Software ichiakahoshi Using Fedora 4 11th July 2007 09:57 PM
Error Updating Software, Fedora Core 6 clifbone Using Fedora 0 7th June 2007 06:20 AM
Error Updating Software (Fedora Core 6) Suicidal_SNiper Installation and Live Media 1 8th January 2007 02:22 AM


Current GMT-time: 04:29 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat