Jump to content

Ati Control Center - Problem Z Qt?


Siriuz
 Share

Recommended Posts

[sOLVED / ROZWIAZANE]

 

Sterowniki ATI instaluja sie, akceleracja dziala, ale ATI control center nie :( Fedora 2 (jajko 2.6.8)

# rpm -ivh --force fglrx-4.3.0-3.14.1.i386.rpm
Przygotowywanie...          ########################################### [100%]
  1:fglrx                  ########################################### [100%]
*** Trying to install a precompiled kernel module.
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
done.
*** Warning ***
The QT based control panel application did not load in any version.
===
ATI display drivers successfully installed
please run 'fglrxconfig' now
===

na stronach ATI czytam ze musze zainstalowac QT, no fajnie, ale juz mam :P

# rpm -qa |grep qt
qt-designer-3.3.3-0.1
qt-devel-3.3.3-0.1
qt-3.3.3-0.1

mial ktos ten problem i go naprawil? Pamietam ze w trakcie wojow przy instalacji sterownikow pod domyslnym jajkiem Fedory2 udawalo sie chyba skompilowac acc.... moze to wiec jakis problem z nowym jajkiem? help...

 

ps. probowalem skompilowac panel oddzielnie (znalazlem go w usr/src/ATI) i:

# make
g++ FGLRXExtensions.o ATITVOExtensions.o  main.o Sheet.o Page.o InfoPage.o DualScreenPage.o AdjustPage.o TVoutAdjustPage.o BoardInfo.o  moc_Sheet.o moc_Page.o moc_InfoPage.o moc_DualScreenPage.o moc_AdjustPage.o moc_TVoutAdjustPage.o    -o fireglcontrol.qt3.gcc3.3.3  -L/usr/lib/qt-3.3/lib -L/usr/X11R6/lib -lqt -lGLU -lGL -lXmu -lICE -lSM -ldl -lXext -lX11 -lm -lXinerama -lXrender -lfreetype -lXxf86vm -L/usr/X11R6/lib -lXft
/usr/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
make: *** [fireglcontrol.qt3.gcc3.3.3] Błąd 1

?

 

poradzilem sobie :) trzeba przeedytowac Makefile i w bloku:

ifneq ($(findstring $(PLATFORMTYPE), i386 i486 i586 i686), )
LIBQT_STATIC = libqt.a
LIBQT_DYN = qt
LIB_DIR = lib

 

dokladnie w lini 47 zamienic:

LIBQT_DYN = qt

na

LIBQT_DYN = qt-mt

po tym zabiegu kompilacja konczy sie z sukcesem i panel dziala :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...