Skocz do zawartości

Kolejny Problem Z Ati


Matju

Rekomendowane odpowiedzi

Zainstalowałem wszystko zgodnie z opisem w doklejonym temacie czytałem faq, nie poradziłem sobie:

 

fglrxinfo daje:

 

 

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.4.2)

 

Jakieś subestie ?

Odnośnik do komentarza
Udostępnij na innych stronach

Najpierw z yuma ładnie się all zainstalowało

 

 
# aticonfig --initial


Found fglrx primary device section
Nothing to do, terminating.


 

tutaj wklejam zawartość xorg.conf:

 

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
    FontPath     "unix/:7100"
EndSection

Section "Module"
    Load  "dbe"
    Load  "extmod"
    Load  "fbdevhw"
    Load  "glx"
    Load  "record"
    Load  "freetype"
    Load  "type1"
    Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option    "Xleds"        "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#    Option    "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option    "XkbModel"    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option    "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option    "XkbLayout"    "de"
# or:
#    Option    "XkbLayout"    "de"
#    Option    "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option    "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#    Option    "XkbOptions"    "ctrl:nocaps"
#
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "pl"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "IMPS/2"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5"
    Option        "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "L1732S"
    DisplaySize  340    270
### Comment all HorizSync and VertSync values to use DDC:
    HorizSync    30.0 - 83.0
    VertRefresh  56.0 - 75.0
    Option        "dpms"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "fglrx"
    VendorName  "Videocard vendor"
    BoardName   "ATI Technologies Inc RV350 AS [Radeon 9550]"
    Option        "VideoOverlay" "on"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes    "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1280x1024"
    EndSubSection
EndSection

Section "DRI"
    Group        0
    Mode         0666
EndSection

Section "Extensions"
    Option        "Composite" "Enable"
EndSection

 

 

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.4.2)

 

glxgears
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
695 frames in 5.4 seconds = 129.840 FPS

 

 

 

 

Wersja kernela:

2.6.18-1.2200.fc5 i686

 

kmode:

kmod-fglrx-8.29.6-1.2.6.18_1.2200.fc5

 

 

Karta Gigabyte Radeon 9550

 

system zaktualizowany

 

Mam nadzieje że ktoś pomoże, dzięki i pozdrawiam :)

Odnośnik do komentarza
Udostępnij na innych stronach

ok dodałem

Load  "dri" 

 

i zamieniłem

 

Section "Extensions"
    Option        "Composite" "Enable"
EndSection

 

na

 

Section "Extensions"
    Option        "Composite" "Disable"
EndSection

 

 

teraz mam:

 

 


# fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9550 Generic
OpenGL version string: 2.0.6065 (8.29.6)

 

Ale wyniki bardzo słabe i nie wiem dlaczego :(

 


# glxgears
1242 frames in 5.0 seconds = 248.359 FPS

 

 

 

Odnośnik do komentarza
Udostępnij na innych stronach

Też mam bardzo podobny problem z wydajnością - wygląda na to że wszystko działa tylko osiągi są raczej żenujące

 

[limp@snova ~]$ uname -a
Linux snova 2.6.18-1.2200.fc5 #1 Sat Oct 14 16:59:26 EDT 2006 i686 athlon i386 GNU/Linux
[limp@snova ~]$ rpm -qa kmod-fglrx*
kmod-fglrx-8.29.6-1.2.6.18_1.2200.fc5
[limp@snova ~]$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 2.0.6065 (8.29.6)

[limp@snova ~]$ glxgears
1214 frames in 5.0 seconds = 242.769 FPS
1215 frames in 5.0 seconds = 242.988 FPS
877 frames in 5.0 seconds = 175.390 FPS
611 frames in 5.0 seconds = 122.194 FPS
877 frames in 5.0 seconds = 175.392 FPS
1026 frames in 5.0 seconds = 205.189 FPS

[limp@snova ~]$

Odnośnik do komentarza
Udostępnij na innych stronach

OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R300 20060815 AGP 4x x86/MMX+/3DNow!+ TCL
OpenGL version string: 1.3 Mesa 6.5.1

$ glxgears
5619 frames in 5.0 seconds = 1123.760 FPS
5615 frames in 5.0 seconds = 1122.920 FPS
5612 frames in 5.0 seconds = 1122.369 FPS
5613 frames in 5.0 seconds = 1122.567 FPS
5583 frames in 5.0 seconds = 1116.585 FPS

# lspci |grep ati
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeon 9550]

$ pokaz mesa
mesa-libGL-6.5.1-7.fc6
mesa-libGL-devel-6.5.1-7.fc6

$ pokaz ati
xorg-x11-drv-ati-6.6.2-4.fc6

 

I po co sobie było d*pę zawracać fglrx? Do tego nie mam żadnych problemów z compizem na sterach mesy. A z tego co pamiętam to właśnie 8.29.6 są zwalone i powodują problemy z wydajnością.

Odnośnik do komentarza
Udostępnij na innych stronach

to może jeszcze ja

OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20060602 AGP 8x x86/MMX+/3DNow!+/SSE TCL
OpenGL version string: 1.3 Mesa 6.5.1

$ glxgears
7722 frames in 5.0 seconds = 1544.321 FPS
7754 frames in 5.0 seconds = 1550.612 FPS
7717 frames in 5.0 seconds = 1543.372 FPS
7734 frames in 5.0 seconds = 1546.739 FPS
7674 frames in 5.0 seconds = 1534.750 FPS

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...