Page 3 of 15 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 142

Thread: HOWTO: Enable DRI (3D support) on SAVAGE cards

  1. #21
    Join Date
    Aug 2005
    Beans
    230
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Enable DRI (3D support) on SAVAGE cards

    I have a Via Epia M10000 board with a C3 processor. I've tried to use your instructions as listed above, but to install the via DRI driver for Unichrome.
    All looks good, but I get the error saying it can't find a kernel config file. I've made sure I have linux-header etc. installed.

    I'm currently using the default 386 kernel.. is this the right one for my chip?

  2. #22
    Join Date
    Sep 2005
    Location
    Poland
    Beans
    30
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Enable DRI (3D support) on SAVAGE cards

    I have interesting hint, after reading http://wiki.linuxquestions.org/wiki/...penGL_on_Linux

    I run anoher check
    ~$ glxinfo |grep rendering
    libGL warning: 3D driver returned no fbconfigs.
    libGL error: InitDriver failed
    libGL error: reverting to (slow) indirect rendering
    direct rendering: No

    Any idea how to correct it. What is and where is fbconfigs?

  3. #23
    Join Date
    Sep 2005
    Location
    Poland
    Beans
    30
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Enable DRI (3D support) on SAVAGE cards

    Quote Originally Posted by arnieboy
    if the installation script "FINISHED OK" why the hell do u think there SHOULD BE any problem?
    well I rerun install script and there were errors:

    Installing files:
    DRI XFree86 modules...done
    kernel modules...done
    GL & GLU libraries...done
    core libraries...done
    Copying extra files...done

    Updating configuration:
    Running ldconfig... Removing old kernel module "i915"...ERROR
    Inserting new kernel module "i915"...done

    There were errors updating the system configuration.
    See the dri.log file for more information.

    Checking configuration...ldd: /usr/X11R6/bin/glxinfo: Nie ma takiego pliku ani katalogu [it means there is no such catalog or file]

    second copy of DRI libraries found in
    libraries have been backed up to dri-old.* in

    done

    what is wrong?

  4. #24
    arnieboy Guest

    Re: HOWTO: Enable DRI (3D support) on SAVAGE cards

    Quote Originally Posted by assan
    well I rerun install script and there were errors:

    Installing files:
    DRI XFree86 modules...done
    kernel modules...done
    GL & GLU libraries...done
    core libraries...done
    Copying extra files...done

    Updating configuration:
    Running ldconfig... Removing old kernel module "i915"...ERROR
    Inserting new kernel module "i915"...done

    There were errors updating the system configuration.
    See the dri.log file for more information.

    Checking configuration...ldd: /usr/X11R6/bin/glxinfo: Nie ma takiego pliku ani katalogu [it means there is no such catalog or file]

    second copy of DRI libraries found in
    libraries have been backed up to dri-old.* in

    done

    what is wrong?:confused:
    alright.. i915 video cards have a different module driver.. am not sure why u are using the savage howto for that.
    anyway this will work for i915 as well but u need to download a different package:
    Code:
    wget http://dri.freedesktop.org/snapshots/i915-20050718-linux.i386.tar.bz2
    The "common" package remains the same. now follow all the other instructions (untarring and installing and see what happens)
    also delete the dripkg directory before u download this package.
    untar the "common" package first followed by the i915 package.

    also make sure u have the "common" package with the same release date as the i915 package (that is 20050718)
    Last edited by arnieboy; October 17th, 2005 at 09:37 PM.

  5. #25
    Join Date
    Sep 2005
    Location
    Poland
    Beans
    30
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Enable DRI (3D support) on SAVAGE cards

    I did install with 20050714 version common and i915.
    few moments ago I did with 20050718 and it is the same:
    Installing files:
    DRI XFree86 modules...done
    kernel modules...done
    GL & GLU libraries...done
    core libraries...done
    Copying extra files...done

    Updating configuration:
    Running ldconfig... Removing old kernel module "i915"...ERROR
    Inserting new kernel module "i915"...done

    There were errors updating the system configuration.
    See the dri.log file for more information.

    Checking configuration...ldd: /usr/X11R6/bin/glxinfo: Nie ma takiego pliku ani katalogu

    second copy of DRI libraries found in
    libraries have been backed up to dri-old.* in

    done

    dri.log:

    make DRM_MODULES=i915.o modules
    make[1]: Wejście do katalogu `/home/adrian/dripkg/drm/linux-core'
    + ln -s ../shared-core/drm.h drm.h
    + ln -s ../shared-core/drm_sarea.h drm_sarea.h
    + ln -s ../shared-core/mga_dma.c mga_dma.c
    + ln -s ../shared-core/mga_drm.h mga_drm.h
    + ln -s ../shared-core/mga_drv.h mga_drv.h
    + ln -s ../shared-core/mga_irq.c mga_irq.c
    + ln -s ../shared-core/mga_state.c mga_state.c
    + ln -s ../shared-core/mga_ucode.h mga_ucode.h
    + ln -s ../shared-core/mga_warp.c mga_warp.c
    + ln -s ../shared-core/r128_drv.h r128_drv.h
    + ln -s ../shared-core/r128_drm.h r128_drm.h
    + ln -s ../shared-core/r128_cce.c r128_cce.c
    + ln -s ../shared-core/r128_state.c r128_state.c
    + ln -s ../shared-core/r128_irq.c r128_irq.c
    + ln -s ../shared-core/radeon_drv.h radeon_drv.h
    + ln -s ../shared-core/radeon_drm.h radeon_drm.h
    + ln -s ../shared-core/radeon_cp.c radeon_cp.c
    + ln -s ../shared-core/radeon_irq.c radeon_irq.c
    + ln -s ../shared-core/radeon_mem.c radeon_mem.c
    + ln -s ../shared-core/radeon_state.c radeon_state.c
    + ln -s ../shared-core/sis_drv.h sis_drv.h
    + ln -s ../shared-core/sis_drm.h sis_drm.h
    + ln -s ../shared-core/sis_ds.c sis_ds.c
    + ln -s ../shared-core/sis_ds.h sis_ds.h
    + ln -s ../shared-core/sis_mm.c sis_mm.c
    + ln -s ../shared-core/tdfx_drv.h tdfx_drv.h
    + ln -s ../shared-core/via_drm.h via_drm.h
    + ln -s ../shared-core/via_drv.h via_drv.h
    + ln -s ../shared-core/via_mm.h via_mm.h
    + ln -s ../shared-core/via_ds.h via_ds.h
    + ln -s ../shared-core/via_3d_reg.h via_3d_reg.h
    + ln -s ../shared-core/via_drv.c via_drv.c
    + ln -s ../shared-core/via_ds.c via_ds.c
    + ln -s ../shared-core/via_irq.c via_irq.c
    + ln -s ../shared-core/via_map.c via_map.c
    + ln -s ../shared-core/via_mm.c via_mm.c
    + ln -s ../shared-core/via_dma.c via_dma.c
    + ln -s ../shared-core/via_verifier.c via_verifier.c
    + ln -s ../shared-core/via_verifier.h via_verifier.h
    + ln -s ../shared-core/via_video.c via_video.c
    + ln -s ../shared-core/mach64_drv.h mach64_drv.h
    + ln -s ../shared-core/mach64_drm.h mach64_drm.h
    + ln -s ../shared-core/mach64_dma.c mach64_dma.c
    + ln -s ../shared-core/mach64_irq.c mach64_irq.c
    + ln -s ../shared-core/mach64_state.c mach64_state.c
    + ln -s ../shared-core/i915_drv.h i915_drv.h
    + ln -s ../shared-core/i915_drm.h i915_drm.h
    + ln -s ../shared-core/i915_irq.c i915_irq.c
    + ln -s ../shared-core/i915_mem.c i915_mem.c
    + ln -s ../shared-core/i915_dma.c i915_dma.c
    + ln -s ../shared-core/savage_drv.h savage_drv.h
    + ln -s ../shared-core/savage_drm.h savage_drm.h
    + ln -s ../shared-core/savage_bci.c savage_bci.c
    + ln -s ../shared-core/savage_state.c savage_state.c
    rm -f linux
    ln -s . linux
    make -C /lib/modules/2.6.12-9-686/build SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
    make[2]: Wejście do katalogu `/usr/src/linux-headers-2.6.12-9-686'
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_auth.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_bufs.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_context.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_dma.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_drawable.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_drv.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_fops.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_ioctl.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_irq.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_lock.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_memory.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_proc.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_stub.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_vm.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_sysfs.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_pci.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_agpsupport.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_scatter.o
    CC [M] /home/adrian/dripkg/drm/linux-core/drm_memory_debug.o
    CC [M] /home/adrian/dripkg/drm/linux-core/ati_pcigart.o
    CC [M] /home/adrian/dripkg/drm/linux-core/i915_drv.o
    CC [M] /home/adrian/dripkg/drm/linux-core/i915_dma.o
    CC [M] /home/adrian/dripkg/drm/linux-core/i915_irq.o
    CC [M] /home/adrian/dripkg/drm/linux-core/i915_mem.o
    CC [M] /home/adrian/dripkg/drm/linux-core/i915_pm.o
    LD [M] /home/adrian/dripkg/drm/linux-core/drm.o
    LD [M] /home/adrian/dripkg/drm/linux-core/i915.o
    Building modules, stage 2.
    MODPOST
    CC /home/adrian/dripkg/drm/linux-core/drm.mod.o
    LD [M] /home/adrian/dripkg/drm/linux-core/drm.ko
    CC /home/adrian/dripkg/drm/linux-core/i915.mod.o
    LD [M] /home/adrian/dripkg/drm/linux-core/i915.ko
    make[2]: Opuszczenie katalogu `/usr/src/linux-headers-2.6.12-9-686'
    make[1]: Opuszczenie katalogu `/home/adrian/dripkg/drm/linux-core'
    /usr/X11R6/lib
    FATAL: Module i915 is in use.

    More ideas?
    I installed everything with i915 driver this time and previously
    Last edited by assan; October 17th, 2005 at 09:57 PM.

  6. #26
    arnieboy Guest

    Re: HOWTO: Enable DRI (3D support) on SAVAGE cards

    alright try the following:
    press ctrl-alt-F1 . u will go into console mode.
    there log in with your user name and password and do the following (write this down somewhere because u wont have any browser to copy from there):
    Code:
    sudo /etc/init.d/gdm stop
    now do
    Code:
    cd dripkg
    sudo ./install.sh
    now do a
    Code:
    sudo /etc/init.d/gdm start
    and enjoy DRI.

  7. #27
    Join Date
    Sep 2005
    Location
    Poland
    Beans
    30
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Enable DRI (3D support) on SAVAGE cards

    I will try that in a minute

  8. #28
    Join Date
    Sep 2005
    Location
    Poland
    Beans
    30
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Enable DRI (3D support) on SAVAGE cards

    unfortunately no change, still no fbconfigs.
    Little deppressed going to sleep.
    Maybe tomorrow I will be more lucky with DRI...

  9. #29
    Join Date
    Sep 2005
    Location
    Poland
    Beans
    30
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Enable DRI (3D support) on SAVAGE cards

    I received answer what is wrong from Roland Scheidegger dri-user list.
    Problem is I have in Xorg old ddx (2D) driver version 1.3 and should be 1.4.x and is 1.3.0
    Strange thing is it should be ok in xorg 6.8.2 like in hoary and breezy. Solution is to install xorg 6.9 what will be my next try.

  10. #30
    Join Date
    Jan 2005
    Location
    Brasil - Rio de Janeiro
    Beans
    8
    Distro
    Ubuntu Breezy 5.10

    Re: HOWTO: Enable DRI (3D support) on SAVAGE cards

    Problems, problems, problems.....

    dri.freedesktop.org is out.... I can't download common and savage files...

    Can someone send these files to me ??


    Edited: Ok this is not a problem anymore.... dri.freedesktop.org is back ! I've downloaded and save the files I need. Thanks !
    Last edited by alex-gurgel; October 19th, 2005 at 01:56 PM.

Page 3 of 15 FirstFirst 1234513 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •