LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 02-04-2007, 09:22 PM   #31
dreck
Member
 
Registered: Oct 2003
Location: US
Distribution: Fedora Core 6 (x86_64)
Posts: 61

Original Poster
Rep: Reputation: 15

Quote:
Originally Posted by markelo
Code:
ln -s /usr/lib64/qt-3.3/lib /usr/lib64/qt-3.3/lib64
Code:
/home/me/Desktop/ati-driver-installer-8.33.6-x86.x86_64.run --buildpkg Fedora/FC6dpkg Fedora/FC6
This will create temporary directory /home/me/Desktop/Fedora/FC6 for building driver packages for your system.
I did both of these but?
Code:
[root@localhost ~]# cd /home/me/Desktop/Fedora/FC6
-bash: cd: /home/me/Desktop/Fedora/FC6: No such file or directory
[root@localhost ~]#
I thought I changed the access to read & write?

Thanks, dreck

Last edited by dreck; 02-04-2007 at 09:27 PM.
 
Old 02-04-2007, 09:37 PM   #32
dreck
Member
 
Registered: Oct 2003
Location: US
Distribution: Fedora Core 6 (x86_64)
Posts: 61

Original Poster
Rep: Reputation: 15
I don't think I am enabling the access right?
Code:
[me@localhost ~]$ su -
Password: 
[root@localhost ~]# ln -s /usr/lib64/qt-3.3/lib /usr/lib64/qt-3.3/lib64
[root@localhost ~]# /home/me/Desktop/ati-driver-installer-8.33.6-x86.x86_64.run --buildpkg Fedora/FC6dpkg Fedora/FC6
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.33.6...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
==================================================
 ATI Technologies Linux Driver Installer/Packager 
==================================================
Generating package: Fedora/FC6dpkg
Requested package is not supported.
Removing temporary directory: fglrx-install
[root@localhost ~]# 
[me@localhost ~]$ su -
Password: 
[root@localhost ~]# cd /home/me/Desktop/
[root@localhost Desktop]# ls -alto
total 57336
-rwxrw-rw-  1 me 58620730 Feb  4  2007 ati-driver-installer-8.33.6-x86.x86_64.run
drwxrwxrwx  2 me     4096 Feb  4 10:13 .
drwx------ 21 me     4096 Feb  4 10:13 ..
-rw-rw-rw-  1 me       99 Dec 31  1969 workgroup
[root@localhost Desktop]#
 
Old 02-04-2007, 11:21 PM   #33
markelo
Member
 
Registered: Mar 2004
Distribution: Red hat 9 -> 64bit fedora
Posts: 190

Rep: Reputation: 30
Quote:
Originally Posted by dreck
I don't think I am enabling the access right?
Code:
[me@localhost ~]$ su -
Password: 
[root@localhost ~]# ln -s /usr/lib64/qt-3.3/lib /usr/lib64/qt-3.3/lib64
[root@localhost ~]# /home/me/Desktop/ati-driver-installer-8.33.6-x86.x86_64.run --buildpkg Fedora/FC6dpkg Fedora/FC6
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.33.6...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
==================================================
 ATI Technologies Linux Driver Installer/Packager 
==================================================
Generating package: Fedora/FC6dpkg
Requested package is not supported.
Removing temporary directory: fglrx-install
[root@localhost ~]# 
[me@localhost ~]$ su -
Password: 
[root@localhost ~]# cd /home/me/Desktop/
[root@localhost Desktop]# ls -alto
total 57336
-rwxrw-rw-  1 me 58620730 Feb  4  2007 ati-driver-installer-8.33.6-x86.x86_64.run
drwxrwxrwx  2 me     4096 Feb  4 10:13 .
drwx------ 21 me     4096 Feb  4 10:13 ..
-rw-rw-rw-  1 me       99 Dec 31  1969 workgroup
[root@localhost Desktop]#
Otherwise good except

Code:
Generating package: Fedora/FC6dpkg
Requested package is not supported.
Because of this requested package is not supported I am totally lost at the moment. I have to dig deeper for that one. My first asumption is that you are missing kernel-headers package but I am not sure. I will get back later.
 
Old 02-05-2007, 07:53 AM   #34
dreck
Member
 
Registered: Oct 2003
Location: US
Distribution: Fedora Core 6 (x86_64)
Posts: 61

Original Poster
Rep: Reputation: 15
Thanks for the help!
 
Old 02-05-2007, 10:08 AM   #35
markelo
Member
 
Registered: Mar 2004
Distribution: Red hat 9 -> 64bit fedora
Posts: 190

Rep: Reputation: 30
Sorry Dreck. It was problem in my post and copy paste issue.

Here is correct command to build packages.
Code:
/home/me/Desktop/ati-driver-installer-8.33.6-x86.x86_64.run --buildpkg Fedora/FC6
And here is correct output for that command. Exception for your system is that I have put that ati-driver installer to /ati direcotry.

Code:
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.33.6...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
==================================================
 ATI Technologies Linux Driver Installer/Packager 
==================================================
Generating package: Fedora/FC6
Package /ati/ATI-fglrx-8.33.6-1.fc6.x86_64.rpm has been successfully generated
Package /ati/ATI-fglrx-IA32-libs-8.33.6-1.fc6.x86_64.rpm has been successfully generated
Package /ati/ATI-fglrx-control-panel-8.33.6-1.fc6.x86_64.rpm has been successfully generated
Package /ati/ATI-fglrx-devel-8.33.6-1.fc6.x86_64.rpm has been successfully generated
Package /ati/kernel-module-ATI-fglrx-2.6.19-1.2895.fc6-8.33.6-1.fc6.x86_64.rpm has been successfully generated
Removing temporary directory: fglrx-install
Now it should go smoothly.
 
Old 02-05-2007, 10:54 AM   #36
dreck
Member
 
Registered: Oct 2003
Location: US
Distribution: Fedora Core 6 (x86_64)
Posts: 61

Original Poster
Rep: Reputation: 15
NO problem, I really appreciate all the help. Here is what happined:
Code:
[root@localhost ~]# /home/me/Desktop/ati-driver-installer-8.33.6-x86.x86_64.run --buildpkg Fedora/FC6
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.33.6.................................................
==================================================
 ATI Technologies Linux Driver Installer/Packager 
==================================================
Generating package: Fedora/FC6
Please install an appropriate Linux kernel module build package.
./packages/Fedora/ati-packager.sh: line 105: [: missing `]'
./packages/Fedora/ati-packager.sh: line 105: FC6: command not found
Probably kernel-devel and kernel-headers in this case.
If you've compiled a custom kernel, make sure /usr/src/linux exists
and the source tree matches the currently running kernel.
Removing temporary directory: fglrx-install
[root@localhost ~]#
dreck
 
Old 02-05-2007, 11:35 AM   #37
markelo
Member
 
Registered: Mar 2004
Distribution: Red hat 9 -> 64bit fedora
Posts: 190

Rep: Reputation: 30
Ok. So now you have to install kernel-headers and kernel-devel packages. In terminal and as a root run following commands

Code:
yum install kernel-headers
and

Code:
yum install kernel-devel
If these packages installed without problems then run installation script again. I mean ati-driver-installerr...

Edit: Added a small explanation

Last edited by markelo; 02-05-2007 at 11:36 AM.
 
Old 02-05-2007, 12:02 PM   #38
dreck
Member
 
Registered: Oct 2003
Location: US
Distribution: Fedora Core 6 (x86_64)
Posts: 61

Original Poster
Rep: Reputation: 15
Do I need to create this dir: /etc/profile.d/qt.sh

Code:
[me@localhost ~]$ su -
Password: 
[root@localhost ~]# yum install kernel-headers
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
http://fedora.secsup.org/core/6/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
core                      100% |=========================| 1.1 kB    00:00     
updates                   100% |=========================| 1.2 kB    00:00     
extras                    100% |=========================| 1.1 kB    00:00     
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
[root@localhost ~]# yum install kernel-devel
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for kernel-devel to pack into transaction set.
kernel-devel-2.6.19-1.289 100% |=========================| 714 kB    00:01     
---> Package kernel-devel.i686 0:2.6.19-1.2895.fc6 set to be installed
---> Downloading header for kernel-devel to pack into transaction set.
kernel-devel-2.6.19-1.289 100% |=========================| 725 kB    00:01     
---> Package kernel-devel.x86_64 0:2.6.19-1.2895.fc6 set to be installed
--> Running transaction check

Dependencies Resolved

======================================================
 Package                 Arch       Version          Repository        Size 
======================================================
Installing:
 kernel-devel            i686       2.6.19-1.2895.fc6  updates           4.7 M
 kernel-devel            x86_64     2.6.19-1.2895.fc6  updates           4.9 M

Transaction Summary
===============================================
Install      2 Package(s)         
Update       0 Package(s)         
Remove       0 Package(s)         

Total download size: 9.6 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): kernel-devel-2.6.1 100% |=========================| 4.7 MB    00:08     
(2/2): kernel-devel-2.6.1 100% |=========================| 4.9 MB    00:08     
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: kernel-devel                 ######################### [1/2] 
  Installing: kernel-devel                 ######################### [2/2] 

Installed: kernel-devel.i686 0:2.6.19-1.2895.fc6 kernel-devel.x86_64 0:2.6.19-1.2895.fc6
Complete!
[root@localhost ~]# sh /home/me/Desktop/ati-driver-installer-8.33.6-x86.x86_64.run --buildpkg Fedora/FC6
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.33.6....................................................................
==================================================
 ATI Technologies Linux Driver Installer/Packager 
==================================================
Generating package: Fedora/FC6
./packages/Fedora/ati-packager.sh: line 198: /etc/profile.d/qt.sh: No such file or directory
Removing temporary directory: fglrx-install
[root@localhost ~]#
 
Old 02-05-2007, 01:05 PM   #39
markelo
Member
 
Registered: Mar 2004
Distribution: Red hat 9 -> 64bit fedora
Posts: 190

Rep: Reputation: 30
Quote:
Originally Posted by dreck
Do I need to create this dir: /etc/profile.d/qt.sh
No. I think it belongs to quick time packages.

Show me output for the following terminal command. ( Once again as a root ).

Code:
yum list available qt*
Edit:

Or even better
Code:
yum list installed qt*
For me output for last command is
Code:
Installed Packages
qt.x86_64                                1:3.3.7-0.1.fc6        installed       
qt.i386                                  1:3.3.7-0.1.fc6        installed       
qt-config.x86_64                         1:3.3.7-0.1.fc6        installed       
qt-designer.x86_64                       1:3.3.7-0.1.fc6        installed       
qt-devel.i386                            1:3.3.7-0.1.fc6        installed       
qt-devel.x86_64                          1:3.3.7-0.1.fc6        installed
qt-designer is not needed.

Last edited by markelo; 02-05-2007 at 01:09 PM.
 
Old 02-05-2007, 01:20 PM   #40
markelo
Member
 
Registered: Mar 2004
Distribution: Red hat 9 -> 64bit fedora
Posts: 190

Rep: Reputation: 30
Also note the following from installation instructions

Code:
Note: 	The following 32 bit packages must be installed in order for 64 bit drivers to install and work properly:
· XFree86-Mesa-libGL
· libstdc++
· libgcc
· XFree86-libs
· fontconfig
· expat
· freetype
· zlib
So check those packages also. For example here is how I did it in terminal for freetype

Code:
yum list installed freet*
Installed Packages
freetype.x86_64                          2.2.1-16.fc6           installed       
freetype.i386                            2.2.1-16.fc6           installed       
freetype-devel.i386                      2.2.1-16.fc6           installed       
freetype-devel.x86_64                    2.2.1-16.fc6           installed
 
Old 02-05-2007, 03:54 PM   #41
dreck
Member
 
Registered: Oct 2003
Location: US
Distribution: Fedora Core 6 (x86_64)
Posts: 61

Original Poster
Rep: Reputation: 15
Mine wasn't the same?
Code:
[me@localhost ~]$ su -
Password: 
[root@localhost ~]# yum list available qt*
Loading "installonlyn" plugin
Setting up repositories
core                      100% |=========================| 1.1 kB    00:00     
updates                   100% |=========================| 1.2 kB    00:00     
extras                    100% |=========================| 1.1 kB    00:00     
Reading repository metadata in from local files
primary.xml.gz            100% |=========================| 441 kB    00:01     
updates   : ################################################## 1394/1394
primary.xml.gz            100% |=========================| 1.8 MB    00:03     
extras    : ################################################## 5704/5704
Available Packages
qt.i386                                  1:3.3.7-0.1.fc6        updates         
qt-MySQL.x86_64                          1:3.3.7-0.1.fc6        updates         
qt-ODBC.x86_64                           1:3.3.7-0.1.fc6        updates         
qt-PostgreSQL.x86_64                     1:3.3.7-0.1.fc6        updates         
qt-config.x86_64                         1:3.3.7-0.1.fc6        updates         
qt-designer.x86_64                       1:3.3.7-0.1.fc6        updates         
qt-devel.x86_64                          1:3.3.7-0.1.fc6        updates         
qt-devel.i386                            1:3.3.7-0.1.fc6        updates         
qt-devel-docs.x86_64                     1:3.3.7-0.1.fc6        updates         
qt-qsa.x86_64                            1.1.4-3.fc6            extras          
qt-qsa-devel.x86_64                      1.1.4-3.fc6            extras          
qt4.x86_64                               4.2.2-1.fc6            extras          
qt4-devel.x86_64                         4.2.2-1.fc6            extras          
qt4-doc.x86_64                           4.2.2-1.fc6            extras          
qt4-mysql.x86_64                         4.2.2-1.fc6            extras          
qt4-odbc.x86_64                          4.2.2-1.fc6            extras          
qt4-postgresql.x86_64                    4.2.2-1.fc6            extras          
qt4-qsa.x86_64                           1.2.2-1.fc6            extras          
qt4-qsa-devel.x86_64                     1.2.2-1.fc6            extras          
qt4-sqlite.x86_64                        4.2.2-1.fc6            extras          
qt4-x11.x86_64                           4.2.2-1.fc6            extras          
qtparted.x86_64                          0.4.5-11.fc6           extras          
[root@localhost ~]# yum list installed qt*
Loading "installonlyn" plugin
Installed Packages
qt.x86_64                                1:3.3.7-0.1.fc6        installed       
[root@localhost ~]#
I'll see if I can install all these others.

Thanks, dreck
 
Old 02-05-2007, 04:07 PM   #42
dreck
Member
 
Registered: Oct 2003
Location: US
Distribution: Fedora Core 6 (x86_64)
Posts: 61

Original Poster
Rep: Reputation: 15
What am i doing wrong when I try to install Xfree86? I think I am missing the idea somewhere.
Code:
[me@localhost ~]$ su -
Password: 
[root@localhost ~]# yum list installed freet*
Loading "installonlyn" plugin
Installed Packages
freetype.x86_64                          2.2.1-16.fc6           installed       
freetype.i386                            2.2.1-16.fc6           installed       
[root@localhost ~]# yum list installed XFree86*
Loading "installonlyn" plugin
[root@localhost ~]# yum list installed XFree86-Mesa-libGL*
Loading "installonlyn" plugin
[root@localhost ~]# yum list installed XFree*
Loading "installonlyn" plugin
[root@localhost ~]#
 
Old 02-05-2007, 04:43 PM   #43
markelo
Member
 
Registered: Mar 2004
Distribution: Red hat 9 -> 64bit fedora
Posts: 190

Rep: Reputation: 30
Quote:
Originally Posted by dreck
What am i doing wrong when I try to install Xfree86? I think I am missing the idea somewhere.
Sorry. My mistake I think. Not every packages translate directly to same. For example in Fedora XFree packages are quite often Xorg packages or something similar.

You could try
Code:
yum list installed *mesa*
But first install qt-devel package.

Below is output for my installed mesa packages if that might help.

Code:
yum list installed *mesa*
Loading "installonlyn" plugin
Installed Packages
mesa-libGL.x86_64                        6.5.1-9.fc6            installed       
mesa-libGL.i386                          6.5.1-9.fc6            installed       
mesa-libGL-devel.i386                    6.5.1-9.fc6            installed       
mesa-libGL-devel.x86_64                  6.5.1-9.fc6            installed       
mesa-libGLU.x86_64                       6.5.1-9.fc6            installed       
mesa-libGLU.i386                         6.5.1-9.fc6            installed       
mesa-libGLU-devel.i386                   6.5.1-9.fc6            installed       
mesa-libGLU-devel.x86_64                 6.5.1-9.fc6            installed       
mesa-libGLw.x86_64                       6.5.1-1.fc6            installed       
mesa-libGLw-devel.x86_64                 6.5.1-1.fc6            installed       
mesa-libOSMesa.x86_64                    6.5.1-9.fc6            installed       
mesa-libOSMesa.i386                      6.5.1-9.fc6            installed
I know this package management is a quite tedious work for newbie linux user but it is quite essential for effective Fedora use and later it pays off. Ok. I go sleep now.
 
Old 02-06-2007, 09:59 AM   #44
dreck
Member
 
Registered: Oct 2003
Location: US
Distribution: Fedora Core 6 (x86_64)
Posts: 61

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by markelo
I know this package management is a quite tedious work for newbie linux user but it is quite essential for effective Fedora use and later it pays off. Ok. I go sleep now.
I don't mind I think I am learning a lot. I really want to give this operating system a fair shake. I have came to a point where I really want to use less of windows.

Thanks for all the help, I really, really apprecate it.

Code:
[me@localhost ~]$ su -
Password: 
[root@localhost ~]# yum list installed *mesa*
Loading "installonlyn" plugin
Installed Packages
mesa-libGL.x86_64                        6.5.1-9.fc6            installed       
mesa-libGLU.x86_64                       6.5.1-9.fc6            installed       
[root@localhost ~]# yum list installed Xorg*
Loading "installonlyn" plugin
Installed Packages
xorg-x11-apps.x86_64                     7.1-3.fc6              installed       
xorg-x11-drivers.x86_64                  7.1-3                  installed       
xorg-x11-drv-acecad.x86_64               1.1.0-2.1              installed       
xorg-x11-drv-aiptek.x86_64               1.0.1-2                installed       
xorg-x11-drv-ast.x86_64                  0.81.0-3               installed       
xorg-x11-drv-ati.x86_64                  6.6.3-1.fc6            installed       
xorg-x11-drv-calcomp.x86_64              1.1.0-1.1              installed       
xorg-x11-drv-cirrus.x86_64               1.1.0-2.fc6            installed       
xorg-x11-drv-citron.x86_64               2.2.0-1.1              installed       
xorg-x11-drv-digitaledge.x86_64          1.1.0-1.1              installed       
xorg-x11-drv-dmc.x86_64                  1.1.0-2                installed       
xorg-x11-drv-dummy.x86_64                0.2.0-2.1              installed       
xorg-x11-drv-dynapro.x86_64              1.1.0-2                installed       
xorg-x11-drv-elo2300.x86_64              1.1.0-1.1              installed       
xorg-x11-drv-elographics.x86_64          1.1.0-1.1              installed       
xorg-x11-drv-evdev.x86_64                1.1.2-2.1              installed       
xorg-x11-drv-fbdev.x86_64                0.3.0-2                installed       
xorg-x11-drv-fpit.x86_64                 1.1.0-1.1              installed       
xorg-x11-drv-hyperpen.x86_64             1.1.0-2                installed       
xorg-x11-drv-i810.x86_64                 1.6.5-10.fc6           installed       
xorg-x11-drv-jamstudio.x86_64            1.1.0-1.1              installed       
xorg-x11-drv-joystick.x86_64             1.1.0-1.1              installed       
xorg-x11-drv-keyboard.x86_64             1.1.0-2.1              installed       
xorg-x11-drv-magellan.x86_64             1.1.0-1.1              installed       
xorg-x11-drv-magictouch.x86_64           1.0.0.5-2.1            installed       
xorg-x11-drv-mga.x86_64                  1.4.5-2.fc6            installed       
xorg-x11-drv-microtouch.x86_64           1.1.0-1.1              installed       
xorg-x11-drv-mouse.x86_64                1.2.1-1.fc6            installed       
xorg-x11-drv-mutouch.x86_64              1.1.0-2                installed       
xorg-x11-drv-nv.x86_64                   1.2.0-4.fc6            installed       
xorg-x11-drv-palmax.x86_64               1.1.0-1.1              installed       
xorg-x11-drv-penmount.x86_64             1.1.0-2.1              installed       
xorg-x11-drv-s3.x86_64                   0.5.0-1.fc6            installed       
xorg-x11-drv-s3virge.x86_64              1.9.1-2.1              installed       
xorg-x11-drv-savage.x86_64               2.1.1-5.fc6            installed       
xorg-x11-drv-siliconmotion.x86_64        1.4.1-2.1              installed       
xorg-x11-drv-sis.x86_64                  0.9.1-7                installed       
xorg-x11-drv-sisusb.x86_64               0.8.1-4.1              installed       
xorg-x11-drv-spaceorb.x86_64             1.1.0-1.1              installed       
xorg-x11-drv-summa.x86_64                1.1.0-1.1              installed       
xorg-x11-drv-tdfx.x86_64                 1.3.0-2.fc6            installed       
xorg-x11-drv-trident.x86_64              1.2.3-1.fc6            installed       
xorg-x11-drv-ur98.x86_64                 1.1.0-1.1              installed       
xorg-x11-drv-vesa.x86_64                 1.2.1-4                installed       
xorg-x11-drv-vga.x86_64                  4.1.0-2.1              installed       
xorg-x11-drv-via.x86_64                  0.2.1-7                installed       
xorg-x11-drv-vmmouse.x86_64              12.4.0-2.1             installed       
xorg-x11-drv-vmware.x86_64               10.13.0-2.1            installed       
xorg-x11-drv-void.x86_64                 1.1.0-3.1              installed       
xorg-x11-drv-voodoo.x86_64               1.1.0-3.1              installed       
xorg-x11-filesystem.noarch               7.1-2.fc6              installed       
xorg-x11-font-utils.x86_64               1:7.1-2                installed       
xorg-x11-fonts-100dpi.noarch             7.1-2                  installed       
xorg-x11-fonts-75dpi.noarch              7.1-2                  installed       
xorg-x11-fonts-ISO8859-1-100dpi.noarch   7.1-2                  installed       
xorg-x11-fonts-ISO8859-1-75dpi.noarch    7.1-2                  installed       
xorg-x11-fonts-Type1.noarch              7.1-2                  installed       
xorg-x11-fonts-base.noarch               7.1-2                  installed       
xorg-x11-fonts-misc.noarch               7.1-2                  installed       
xorg-x11-fonts-truetype.noarch           7.1-2                  installed       
xorg-x11-server-Xorg.x86_64              1.1.1-47.5.fc6         installed       
xorg-x11-server-utils.x86_64             7.1-4.fc6              installed       
xorg-x11-twm.x86_64                      1:1.0.1-3.1            installed       
xorg-x11-utils.x86_64                    7.1-2.fc6              installed       
xorg-x11-xauth.x86_64                    1:1.0.1-2.1            installed       
xorg-x11-xfs.x86_64                      1:1.0.2-3.1            installed       
xorg-x11-xinit.x86_64                    1.0.2-15.fc6           installed       
xorg-x11-xkb-utils.x86_64                1.0.2-2.1              installed       
[root@localhost ~]# yum list installed libs*
Loading "installonlyn" plugin
Installed Packages
libSM.i386                               1.0.1-3.1              installed       
libSM.x86_64                             1.0.1-3.1              installed       
libsane-hpaio.x86_64                     1.6.12-1.fc6           installed       
libselinux.x86_64                        1.33.4-2.fc6           installed       
libselinux.i386                          1.33.4-2.fc6           installed       
libselinux-python.x86_64                 1.33.4-2.fc6           installed       
libsemanage.x86_64                       1.6.17-1               installed       
libsepol.x86_64                          1.15.3-1.fc6           installed       
libsepol.i386                            1.15.3-1.fc6           installed       
libsilc.x86_64                           1.0.2-2.fc6            installed       
libsilc.i386                             1.0.2-2.fc6            installed       
libsoup.i386                             2.2.99-1.fc6           installed       
libsoup.x86_64                           2.2.99-1.fc6           installed       
libstdc++.x86_64                         4.1.1-51.fc6           installed       
libstdc++.i386                           4.1.1-51.fc6           installed       
libsysfs.x86_64                          2.0.0-6                installed       
[root@localhost ~]# yum list installed libg*
Loading "installonlyn" plugin
Installed Packages
libgail-gnome.x86_64                     1.1.3-1.2.1            installed       
libgcc.x86_64                            4.1.1-51.fc6           installed       
libgcc.i386                              4.1.1-51.fc6           installed       
libgcj.i386                              4.1.1-51.fc6           installed       
libgcj.x86_64                            4.1.1-51.fc6           installed       
libgcrypt.x86_64                         1.2.3-1                installed       
libgcrypt.i386                           1.2.3-1                installed       
libgdiplus.x86_64                        1.1.17-1.fc6           installed       
libglade2.i386                           2.6.0-2                installed       
libglade2.x86_64                         2.6.0-2                installed       
libgnome.x86_64                          2.16.0-4.fc6           installed       
libgnome.i386                            2.16.0-4.fc6           installed       
libgnomecanvas.x86_64                    2.14.0-4.1             installed       
libgnomecanvas.i386                      2.14.0-4.1             installed       
libgnomecups.x86_64                      0.2.2-8                installed       
libgnomecups.i386                        0.2.2-8                installed       
libgnomeprint22.i386                     2.12.1-9.fc6           installed       
libgnomeprint22.x86_64                   2.12.1-9.fc6           installed       
libgnomeprintui22.x86_64                 2.12.1-6               installed       
libgnomeprintui22.i386                   2.12.1-6               installed       
libgnomeui.i386                          2.16.0-4.fc6           installed       
libgnomeui.x86_64                        2.16.0-4.fc6           installed       
libgpg-error.i386                        1.4-2                  installed       
libgpg-error.x86_64                      1.4-2                  installed       
libgpod.x86_64                           0.4.2-0.1.fc6          installed       
libgsf.x86_64                            1.14.1-7               installed       
libgsf.i386                              1.14.1-7               installed       
libgssapi.x86_64                         0.10-1                 installed       
libgtop2.i386                            2.14.4-2.fc6           installed       
libgtop2.x86_64                          2.14.4-2.fc6           installed       
[root@localhost ~]# yum list installed fontc*
Loading "installonlyn" plugin
Installed Packages
fontconfig.i386                          2.4.1-3.fc6            installed       
fontconfig.x86_64                        2.4.1-3.fc6            installed       
[root@localhost ~]# yum list installed expat*
Loading "installonlyn" plugin
Installed Packages
expat.x86_64                             1.95.8-8.2.1           installed       
expat.i386                               1.95.8-8.2.1           installed       
[root@localhost ~]# yum list installed zlib*
Loading "installonlyn" plugin
Installed Packages
zlib.x86_64                              1.2.3-3                installed       
zlib.i386                                1.2.3-3                installed       
[root@localhost ~]#
Now I am not sure about these 2? Did "yum list installed Xorg*" take care of Xfree86-Mesa-libgl? Or both? :
Code:
Xfree86-Mesa-libGL
XFree86-libs
Also, the command "yum list installed *mesa*", it was for the qt-devel package?

Thanks, dreck

Last edited by dreck; 02-06-2007 at 10:00 AM.
 
Old 02-06-2007, 03:08 PM   #45
markelo
Member
 
Registered: Mar 2004
Distribution: Red hat 9 -> 64bit fedora
Posts: 190

Rep: Reputation: 30
Quote:
Originally Posted by dreck
Also, the command "yum list installed *mesa*", it was for the qt-devel package?

Thanks, dreck
No. It was for the mesa-libgl packages.

Anyway following commands should get all missing packages for you.

This is for XFree89 development packages I think.
Code:
yum install libX11-devel
This you might already have but trying it doesn't hurt.
Code:
yum install kernel-devel
Code:
yum install mesa-libGL-devel
Code:
yum install mesa-libGLU-devel
Code:
yum install qt-devel
Then Ati installation script should be able to build rpm-packages to your system.

In terminal install those packages with rpm command and as a root. Start from kernel module. In my system for example I would use following command ( in one line ).
Code:
rpm -ihv kernel-module-ATI-fglrx-2.6.19-1.2895.fc6-8.33.6-1.fc6.x86_64.rpm
In terminal you can use TAB-key to complete a started string.

BTW There is graphical software updater also ( and that runs yum command ) but I am not yet too familiar with it so I didn't mention about it to you earlier.
 
  


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
ATI-Driver problems w/X1600 Pro PCIE Varean Linux - Hardware 15 05-24-2007 07:21 AM
Can seem to find driver for ATI Radeon X1600 for Kubuntu seanfedora Linux - Hardware 5 03-05-2007 08:18 AM
Fedora 6 & ATI X1600 PRO RobNyc Fedora 6 11-26-2006 01:05 PM
Ati driver problems with x1600 x server & everything dragon1te Debian 2 10-07-2006 07:56 AM
Ati x1600 Support Doolspin Linux - Laptop and Netbook 4 07-01-2006 06:37 PM

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

All times are GMT -5. The time now is 06:52 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