Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Problem z akceleracją, która jest, a nie działa?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
gentooxic
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 108
Location: N 50°48' E 19°07'

PostPosted: Tue Jul 25, 2006 11:21 am    Post subject: [SOLVED] Problem z akceleracją, która jest, a nie działa? Reply with quote

Mam dziwny problem z akceleracją.
Filmy chodzą bardzo wolno (mplayer), glxgears pokazuje 2600 FPS, nie pamiętam ile było dawniej ale te kolorowe trybiki chodziło o wiele szybciej więc coś jest nie tak. Zamieszczam potrzebne informacje o systemie:

Kernel: gentoo-sources-2.6.17-r4

glxinfo
Code:

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
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_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
    GLX_SGIX_fbconfig
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_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: ATI Technologies Inc.
OpenGL renderer string: RADEON 9550 Generic
OpenGL version string: 2.0.5879 (8.26.18)


/etc/make.conf
Code:

CFLAGS="-march=athlon-xp -O2"
VIDEO_CARDS="radeon fglrx"


Co jest zainstalowane:
Code:

x11-base/xorg-x11-7.0-r1
x11-drivers/ati-drivers-8.26.18-r1


/etc/modules.autoload/kernel-2.6
Code:

nvidia-agp
agpgart
fglrx


Fragment /etc/X11/xorg.conf
Code:

Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load        "dri"   # libdri.a
    Load        "glx"   # libglx.a

EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"

    Driver      "fglrx"

EndSection

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr


Nie wiem co jest źle, ale wiem napewno, że akceleracja mimo direct rendering: Yes nie działa.
Co jest nie tak?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum