LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 01-21-2006, 10:32 AM   #16
bpesner
LQ Newbie
 
Registered: Jan 2006
Location: NYC
Distribution: Fedora Core 4
Posts: 9

Rep: Reputation: 0

The particular package you want is xorg-x11-6.8.2-31.rpm. The particular file from that package is usr/X11R6/lib/modules/libvgahw.a.
 
Old 01-22-2006, 06:59 PM   #17
PcManiac
LQ Newbie
 
Registered: Jan 2006
Location: Lynden, WA
Distribution: Fedora Core 4 and Fedora Core 4 64bit
Posts: 17

Rep: Reputation: 0
Thanx Bruse for re-posting this, I will try it at school tomorow!
 
Old 01-22-2006, 09:58 PM   #18
bruse
Member
 
Registered: Feb 2005
Location: internet
Distribution: Debian
Posts: 821

Original Poster
Rep: Reputation: 30
hello help.

I have already installed that?


[root@localhost ~]# rpm -qa | grep x-org
[root@localhost ~]# rpm -qa | grep xorg
xorg-x11-Mesa-libGLU-6.8.2-31
xorg-x11-xdm-6.8.2-31
xorg-x11-tools-6.8.2-31
xorg-x11-deprecated-libs-6.8.2-31
xorg-x11-libs-6.8.2-31
fonts-xorg-100dpi-6.8.2-1
xorg-x11-devel-6.8.2-31
xorg-x11-deprecated-libs-devel-6.8.2-31
xorg-x11-font-utils-6.8.2-31
xorg-x11-xfs-6.8.2-31
xorg-x11-xauth-6.8.2-31
xorg-x11-twm-6.8.2-31
fonts-xorg-75dpi-6.8.2-1
fonts-xorg-base-6.8.2-1
xorg-x11-Mesa-libGL-6.8.2-31
xorg-x11-6.8.2-31
[root@localhost ~]#
 
Old 01-23-2006, 12:02 AM   #19
bpesner
LQ Newbie
 
Registered: Jan 2006
Location: NYC
Distribution: Fedora Core 4
Posts: 9

Rep: Reputation: 0
If using the most uptodate xorg-x11 package oesn't solve the problem, then try using the libvgahw.a file from FC3. You can get it at this URL:

ftp://people.redhat.com/mharris/libvgahw.a
 
Old 01-23-2006, 12:23 AM   #20
bpesner
LQ Newbie
 
Registered: Jan 2006
Location: NYC
Distribution: Fedora Core 4
Posts: 9

Rep: Reputation: 0
Sorry, I made a mistake. The updated xorg-x11 package is xorg-x11-6.8.2-37.FC4.49.2.i386.rpm. Try this before getting the FC3 version of libvgahw.a.

The bugzilla report for this problem is #161242. Look it up on bugzilla.redhat.com for all the gory details.
 
Old 01-23-2006, 08:19 AM   #21
bruse
Member
 
Registered: Feb 2005
Location: internet
Distribution: Debian
Posts: 821

Original Poster
Rep: Reputation: 30
I have install problem.

[root@localhost Desktop]# rpm -U xorg-x11-6.8.2-37.FC4.49.2.i386.rpm
warning: xorg-x11-6.8.2-37.FC4.49.2.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
xorg-x11-libs = 6.8.2-37.FC4.49.2 is needed by xorg-x11-6.8.2-37.FC4.49.2.i386
xorg-x11-xfs = 6.8.2-37.FC4.49.2 is needed by xorg-x11-6.8.2-37.FC4.49.2.i386
[root@localhost Desktop]# rpm -qa | grep xorg-x11-xfs
xorg-x11-xfs-6.8.2-31
[root@localhost Desktop]# rpm -qa | grep xorg-x11
xorg-x11-deprecated-libs-6.8.2-31
xorg-x11-font-utils-6.8.2-31
xorg-x11-devel-6.8.2-31
xorg-x11-deprecated-libs-devel-6.8.2-31
xorg-x11-xfs-6.8.2-31
xorg-x11-twm-6.8.2-31
xorg-x11-tools-6.8.2-31
xorg-x11-xauth-6.8.2-31
xorg-x11-Mesa-libGLU-6.8.2-31
xorg-x11-xdm-6.8.2-31
xorg-x11-sdk-6.8.2-31
xorg-x11-6.8.2-31
xorg-x11-Mesa-libGL-6.8.2-31
xorg-x11-libs-6.8.2-31
[root@localhost Desktop]#


[root@localhost Desktop]# rpm -qi xorg-x11-6.8.2-31
Name : xorg-x11 Relocations: (not relocatable)
Version : 6.8.2 Vendor: Red Hat, Inc.
Release : 31 Build Date: Fri 13 May 2005 12:31:20 PM EDT
Install Date: Thu 22 Dec 2005 01:28:30 PM EST Build Host: decompose.build.redhat.com
Group : User Interface/X Source RPM: xorg-x11-6.8.2-31.src.rpm
Size : 42507038 License: MIT/X11, and others
Signature : DSA/SHA1, Fri 20 May 2005 03:05:15 PM EDT, Key ID b44269d04f2a6fd2
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL : http://xorg.freedesktop.org
Summary : The basic fonts, programs and docs for an X workstation.
Description :
X.org X11 is an open source implementation of the X Window System. It
provides the basic low level functionality which full fledged
graphical user interfaces (GUIs) such as GNOME and KDE are designed
upon.
[root@localhost Desktop]#



It looks for more files,why?I have installed that.It grows.
 
Old 01-23-2006, 08:35 AM   #22
bpesner
LQ Newbie
 
Registered: Jan 2006
Location: NYC
Distribution: Fedora Core 4
Posts: 9

Rep: Reputation: 0
The xorg-x11 package is just one package among many that make up the X11 system. It depends on others. The easiest way to get the ones you need is to use yum:

yum update xorg-x11

This will figure out the chain of prerequisites, download them all and install them.

Or you can extract the libvgahw.a file from the xorg-x11 rpm (look at rpm2cpio if you don't know how) and try using it.

In the long run, you'll be better off if you keep your system up to date. You can do this with:

yum update

This will install all the rpms you've got installed that have been updated since the original release of FC4.
 
Old 01-23-2006, 06:17 PM   #23
PcManiac
LQ Newbie
 
Registered: Jan 2006
Location: Lynden, WA
Distribution: Fedora Core 4 and Fedora Core 4 64bit
Posts: 17

Rep: Reputation: 0
I have had the same problems, and I tried what has been said...

I downloaded the xorg-x11-6.8.2-37.FC4.49.2.i386.rpm, and it says it needs: xorg-x11-libs-6.8.2-37.FC4.49.2.i386.rpm, and xorg-x11-xfs-6.8.2-37.FC4.49.2.i386.rpm.

I have all 3 of these downloaded, I am just wondering how to install them. I can't figure out YUM, and if I just try to run each one, they all need both of the others for dependencies.

sorry, I am a bit of a

Thanx in advanced!
 
Old 01-23-2006, 11:34 PM   #24
bpesner
LQ Newbie
 
Registered: Jan 2006
Location: NYC
Distribution: Fedora Core 4
Posts: 9

Rep: Reputation: 0
You should be able to go to the directory where the new rpms are and install with:

rpm -i xorg-x11*.rpm

Also, in a normal Fedora install, yum is pre-configured, so just typing

yum update
or
yum update xorg-x11*

should also work
 
Old 01-24-2006, 03:08 PM   #25
PcManiac
LQ Newbie
 
Registered: Jan 2006
Location: Lynden, WA
Distribution: Fedora Core 4 and Fedora Core 4 64bit
Posts: 17

Rep: Reputation: 0
Here is what I get when I try the YUM update:

[root@localhost ~]# yum update xorg-x11
Setting up Update Process
Setting up repositories
Cannot find a valid baseurl for repo: updates-released
[root@localhost ~]#
 
Old 01-24-2006, 10:02 PM   #26
bruse
Member
 
Registered: Feb 2005
Location: internet
Distribution: Debian
Posts: 821

Original Poster
Rep: Reputation: 30
[root@localhost ~]# yum update xorg-x11*
Setting up Update Process
Setting up repositories
updates-released 100% |=========================| 951 B 00:04
extras 100% |=========================| 1.1 kB 00:03
base 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 8.0 kB 00:17
http://ftp.tugraz.at/mirror/redhat-l...rimary.xml.gz: [Errno 4] Socket Error: timed out
Trying other mirror.
primary.xml.gz 100% |=========================| 0 B 00:09
http://ftp.crihan.fr/mirrors/fedora....rimary.xml.gz: [Errno 4] Socket Error: timed out
Trying other mirror.
http://ftp.nara.wide.ad.jp/pub/Linux...rimary.xml.gz: [Errno 4] IOError: HTTP Error 404: Date: Wed, 25 Jan 2006 04:00:34 GMT
Server: Apache
Content-Length: 258
Content-Type: text/html; charset=iso-8859-1
Connection: Keep-Alive
Trying other mirror.
primary.xml.gz 100% |=========================| 64 kB 00:33
http://ftp.ps.pl/pub/linux/fedora-co...rimary.xml.gz: [Errno 4] Socket Error: timed out
Trying other mirror.



It is keep on going.
 
Old 01-27-2006, 06:20 PM   #27
PcManiac
LQ Newbie
 
Registered: Jan 2006
Location: Lynden, WA
Distribution: Fedora Core 4 and Fedora Core 4 64bit
Posts: 17

Rep: Reputation: 0
Anyone else have any ideas for this problem?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
console problem !! e1n Linux - Software 4 04-24-2005 05:40 AM
Console Problem... or Something... atheist Linux - Software 5 08-15-2004 11:41 AM
Problem with console BajaNick Linux - General 6 09-27-2003 07:52 PM
problem with the console gungrave Linux - General 15 09-02-2003 03:58 AM
Console problem filsed Linux - Software 2 04-22-2002 07:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 08:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration