Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #31  
Old 26th October 2006, 01:14 PM
ruratt Offline
Registered User
 
Join Date: Aug 2006
Posts: 47
Got problems when installing the driver so I tried it manually, but then I get this error:
Code:
ati-driver-installer-8.29.6.run  --buildpkg Fedora/FC6
bash: ati-driver-installer-8.29.6.run: command not found
I am using FC6

And how do I get into the text mode, in FC5 I just typed # init 3 but in FC6 it doesn't work
Reply With Quote
  #32  
Old 26th October 2006, 01:20 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Ass 'sh' before like this:
Code:
sh ati-driver-installer-8.29.6.run  --buildpkg Fedora/FC6
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #33  
Old 26th October 2006, 01:30 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
hi when i run the ati installer on fc6 x86-64 with this command as root ./ati-driver-installer-8.29.6.run --buildpkg Fedora/FC6 i get a message saying it cant find /etc/profile.d/qt.sh and stops . leigh
Reply With Quote
  #34  
Old 26th October 2006, 01:38 PM
ruratt Offline
Registered User
 
Join Date: Aug 2006
Posts: 47
Thanks Firewing1 for the help

now I am geting the same error as leigh123

Code:
Generating package: Fedora/FC6
./packages/Fedora/ati-packager.sh: line 195: /etc/profile.d/qt.sh: No such file or directory
And are there some extra options for 64 bit or the same as X86?
Reply With Quote
  #35  
Old 26th October 2006, 01:43 PM
mwette Offline
Registered User
 
Join Date: Nov 2005
Location: Los Angeles area
Posts: 887
Quote:
Originally Posted by leigh123
hi when i run the ati installer on fc6 x86-64 with this command as root ./ati-driver-installer-8.29.6.run --buildpkg Fedora/FC6 i get a message saying it cant find /etc/profile.d/qt.sh and stops . leigh
yum install qt-devel

(I believe required for fireglcontrolpanel.)
Reply With Quote
  #36  
Old 26th October 2006, 01:58 PM
ruratt Offline
Registered User
 
Join Date: Aug 2006
Posts: 47
Thanks but now I got new errors

Code:
Generating package: Fedora/FC6
install: cannot stat `fireglcontrolpanel': No such file or directory
Package build failed!
Package build utility output:
./packages/Fedora/ati-packager.sh: line 304: rpmbuild: command not found
Reply With Quote
  #37  
Old 26th October 2006, 02:07 PM
mwette Offline
Registered User
 
Join Date: Nov 2005
Location: Los Angeles area
Posts: 887
yum install rpm-build

Here is what I find useful to have:
yum info >& YUM_INFO
then YUM_INFO give info about all packages and tells which ones are installed
Reply With Quote
  #38  
Old 26th October 2006, 02:31 PM
ruratt Offline
Registered User
 
Join Date: Aug 2006
Posts: 47
Quote:
Originally Posted by mwette
yum install rpm-build

Here is what I find useful to have:
yum info >& YUM_INFO
then YUM_INFO give info about all packages and tells which ones are installed
I can also click "list installed" in Kyum

installed rpm-build
but I still got the error
Code:
Generating package: Fedora/FC6
install: cannot stat `fireglcontrolpanel': No such file or directory
Package build failed!
Here is the Package build utility output

Last edited by ruratt; 26th October 2006 at 02:43 PM.
Reply With Quote
  #39  
Old 26th October 2006, 02:45 PM
mwette Offline
Registered User
 
Join Date: Nov 2005
Location: Los Angeles area
Posts: 887
Here is the hack I used:
Code:
# cd /usr/src
# ln -s kernels/2.6.18-1.2798.fc6-i686  linux  [EDIT: don't need this]
# touch linux/include/linux/config.h    [EDIT: see firewing's post with link to autoconfig.h]

Last edited by mwette; 28th October 2006 at 01:43 AM.
Reply With Quote
  #40  
Old 26th October 2006, 02:56 PM
ruratt Offline
Registered User
 
Join Date: Aug 2006
Posts: 47
Quote:
Originally Posted by mwette
Here is the hack I used:
Code:
# cd /usr/src
# ln -s kernels/2.6.18-1.2798.fc6-i686  linux
# touch linux/include/linux/config.h
Did that, still the same error:
install: cannot stat `fireglcontrolpanel': No such file or directory
Package build failed!
Reply With Quote
  #41  
Old 26th October 2006, 06:38 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
hi ruratt sorted qt.sh but still have same output that you have (install: cannot stat `fireglcontrolpanel': No such file or directory) . I have tried livna's ati driver thats not alot better .(indirect acceleration though mesa only, also dri is not working .
leigh fc6 x86_64
Reply With Quote
  #42  
Old 26th October 2006, 08:01 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
When I was installing fglrx drivers I also got the firegl error but the installer continued anyways - Is there a error message when it fails?
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #43  
Old 26th October 2006, 08:35 PM
ruratt Offline
Registered User
 
Join Date: Aug 2006
Posts: 47
Here is a screenshot

At the end there is
''RPM build errors:
File not found: /tmp/ATI-fglrx-8.29.6-1-3169-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/usr/bin/fireglcontrolpanel''
Reply With Quote
  #44  
Old 26th October 2006, 09:13 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
here is the output from ati binary driver

[root@localhost Desktop]# sh ati-driver-installer-8.29.6.run --buildpkg Fedora/FC6
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.29.6............................................ .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================
Generating package: Fedora/FC6
install: cannot stat `fireglcontrolpanel': No such file or directory
Package build failed!
Package build utility output:
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/rpm-tmp.27166
+ umask 022
+ cd /tmp/ATI-fglrx-8.29.6-1-3686-root/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /tmp/ATI-fglrx-8.29.6-1-3686-root/BUILD
+ cd ATI-fglrx-8.29.6
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/rpm-tmp.27166
+ umask 022
+ cd /tmp/ATI-fglrx-8.29.6-1-3686-root/BUILD
+ cd ATI-fglrx-8.29.6
+ LANG=C
+ export LANG
+ unset DISPLAY
+ exit 0
Executing(%install): /bin/sh -e /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/rpm-tmp.27166
+ umask 022
+ cd /tmp/ATI-fglrx-8.29.6-1-3686-root/BUILD
+ cd ATI-fglrx-8.29.6
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root
+ '[' -d /etc/ld.so.conf.d ']'
+ mkdir -p /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/etc/ld.so.conf.d
+ pushd /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/etc/ld.so.conf.d
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/etc/ld.so.conf.d /tmp/ATI-fglrx-8.29.6-1-3686-root/BUILD/ATI-fglrx-8.29.6
+ cat
+ popd
/tmp/ATI-fglrx-8.29.6-1-3686-root/BUILD/ATI-fglrx-8.29.6
+ mkdir -p /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/usr/share/applications
+ pushd /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/usr/share/applications
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/usr/share/applications /tmp/ATI-fglrx-8.29.6-1-3686-root/BUILD/ATI-fglrx-8.29.6
+ cat
+ popd
/tmp/ATI-fglrx-8.29.6-1-3686-root/BUILD/ATI-fglrx-8.29.6
+ cp -pR /tmp/ATI-fglrx-8.29.6-1-3686-root/BUILD/ATI-fglrx-8.29.6/etc /tmp/ATI-fglrx-8.29.6-1-3686-root/BUILD/ATI-fglrx-8.29.6/lib /tmp/ATI-fglrx-8.29.6-1-3686-root/BUILD/ATI-fglrx-8.29.6/usr /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root
+ find /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/usr/share/doc -type f -perm 0555 -exec chmod 0644 '{}' ';'
+ find /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root -type f -perm 0555 -exec chmod 0755 '{}' ';'
+ export AS_USER=y
+ AS_USER=y
+ pushd /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod /tmp/ATI-fglrx-8.29.6-1-3686-root/BUILD/ATI-fglrx-8.29.6
+ bash make.sh verbose
ATI module generator V 2.0
==========================
initializing...
cat: /lib/modules/2.6.18-1.2798.fc6/build/include/linux/version-*.h: No such file or directory
OsRelease=2.6.18-1.2798.fc6
major=2
minor=6
patch=18
extra=-1.2798.fc6
SMP=1
smp=-SMP
iii=
AGP=1
CC=gcc
cc_version=
cleaning...
patching 'highmem.h'...
assuming new VMA API since we do have kernel 2.6.x...
Assuming default VMAP API
doing Makefile based build for kernel 2.6.x and higher
make -C /lib/modules/2.6.18-1.2798.fc6/build SUBDIRS=/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory `/usr/src/kernels/2.6.18-1.2798.fc6-x86_64'
CC [M] /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:92:26: error: linux/config.h: No such file or directory
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:459: warning: initialization from incompatible pointer type
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'firegl_stub_open':
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:582: warning: assignment discards qualifiers from pointer target type
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'firegl_put_user_ptr':
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1342: warning: cast from pointer to integer of different size
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1342: warning: cast from pointer to integer of different size
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1342: warning: cast from pointer to integer of different size
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1342: warning: cast from pointer to integer of different size
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function '__ke_unregister_ioctl32_conversion':
/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2527: warning: 'return' with a value, in function returning void
make[2]: *** [/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o] Error 1
make[1]: *** [_module_/tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/ATI-fglrx-8.29.6-1.fc6-root-root/lib/modules/fglrx/build_mod/2.6.x] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.18-1.2798.fc6-x86_64'
make: *** [kmod_build] Error 2
build failed with return value 2
error: Bad exit status from /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/rpm-tmp.27166 (%install)


RPM build errors:
Bad exit status from /tmp/ATI-fglrx-8.29.6-1-3686-root/tmp/rpm-tmp.27166 (%install)
Removing temporary directory: fglrx-install
[root@localhost Desktop]#
Reply With Quote
  #45  
Old 26th October 2006, 09:14 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
here is the output from livna ati drivers

[root@localhost Desktop]# glxinfo
name of display: :0.0
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_multisample
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x3c 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
[root@localhost Desktop]#

[root@localhost Desktop]# fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)

[root@localhost Desktop]#

[root@localhost leigh]# /sbin/lspci
00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a3)
00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3)
00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3)
00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)
00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev f2)
00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3)
00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3)
00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2)
00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)
00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:09.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
01:09.1 Input device controller: Creative Labs SB Live! Game Port (rev 0a)
05:00.0 VGA compatible controller: ATI Technologies Inc RV530 [Radeon X1600]
05:00.1 Display controller: ATI Technologies Inc RV530 [Radeon X1600] (Secondary)
[root@localhost leigh]#
Reply With Quote
Reply

Tags
ati, cards, fedora, work

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
wireless cards that work on fedora fedorablue Servers & Networking 6 15th November 2009 05:31 PM
Getting nVidia cards to work in Fedora Core Firewing1 Guides & Solutions (No Questions) 1128 18th October 2008 02:48 PM
can't get Fedora Core 6 to work with nvidia cards, help sf_basilix Installation and Live Media 16 18th January 2007 02:49 PM
Wireless cards work with Fedora core 5 axiom Using Fedora 0 27th July 2006 08:04 PM
Wireless Cards that work with Fedora basketkase999 Hardware & Laptops 10 2nd January 2006 04:47 PM


Current GMT-time: 16:44 (Saturday, 25-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