Announcement

Collapse
No announcement yet.

Help with direct rendering

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Help with direct rendering

    hi everyone, i really have problems to get 3D acceleration! i'm using Fedora 6 and have installed all the ati driver version 8.32.5 for i have an ati mobility radeon X1300 card. As i'm a newbie to linux, i just can't figure out where the problem is, please give me advices really appreciate that! It seems i had neither 'drm' nor 'agpgart' loaded before xstart,however i don't know how to load them:s

    Here's my xorg.conf:

    # Xorg configuration created by system-config-display

    Section "ServerLayout"
    Identifier "single head configuration"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Synaptics" "CorePointer"
    EndSection

    Section "Files"
    EndSection

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

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    EndSection

    Section "InputDevice"
    Identifier "Synaptics"
    Driver "synaptics"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "auto-dev"
    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:
    Identifier "Monitor0"
    ModelName "LCD Panel 1024x768"
    HorizSync 31.5 - 48.5
    VertRefresh 40.0 - 70.0
    Option "dpms"
    EndSection

    Section "Device"
    Identifier "Videocard0"
    Driver "fglrx"
    Option "TexturedVideoSync" "on"
    EndSection

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

    Section "DRI"
    Mode 0666
    EndSection

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

    i myself don't see anything wrong:s

  • #2
    Help with direct rendering issue

    and the log file xorglog

    i got:
    (WW) fglrx(0): GetVBEMode failed
    Reloading /usr/lib/xorg/modules/linux/libdrm.so
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    [drm] failed to load kernel module "fglrx"
    (WW) fglrx(0): Failed to open DRM connection
    (--) fglrx(0): VideoRAM: 65536 kByte, Type: DDR1
    (II) fglrx(0): PCIE card detected
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    (II) Reloading /usr/lib/xorg/modules/linux/libdrm.so
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    [drm] failed to load kernel module "fglrx"
    (WW) fglrx(0): Failed to open DRM connection for driver fglrx.
    (EE) fglrx(0): Failed to initialize GPS!
    (WW) fglrx(0): ***********************************************
    (WW) fglrx(0): * DRI initialization failed! *
    (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
    (WW) fglrx(0): * 2D acceleraton available (MMIO) *
    (WW) fglrx(0): * no 3D acceleration available *
    (WW) fglrx(0): ********************************************* *
    (WW) fglrx(0): Textured Video not supported without DRI

    Comment


    • #3
      thanks in advance

      anyone could help thanks a million!!!

      Comment


      • #4
        Your kernel module isn't loading...do you have the fglrx kernel module installed?

        What is the output of "sudo modprobe fglrx" ?

        Comment

        Working...
        X