Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: Knoppix: XFree86 DRI Support

  1. #1
    Junior Member registered user
    Join Date
    Oct 2003
    Location
    Frankfurt - Germany
    Posts
    14

    Knoppix: XFree86 DRI Support

    Just a short question...

    is it possible to activate the XFree86-DRI Support in Knoppix, or do i have to recompile the Kernel or update to a higher Version of XFree86?

    My Knoppix works as Debian-HDInstall with Radeo9700Pro and Dell 1702FP TFT.

    Thx'n Greetz,
    Patrick



    My glxinfo:

    • name of display: :0.0
      Xlib: extension "XFree86-DRI" missing on display ":0.0".
      display: :0 screen: 0
      direct rendering: No
      server glx vendor string: SGI
      server glx version string: 1.2
      server glx extensions:
      GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
      client glx vendor string: SGI
      client glx version string: 1.2
      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 extensions:
      GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
      OpenGL vendor string: Mesa project: www.mesa3d.org
      OpenGL renderer string: Mesa GLX Indirect
      OpenGL version string: 1.3 Mesa 4.0.4
      OpenGL extensions:
      GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
      GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
      GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
      GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
      GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
      GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
      GL_EXT_texture_lod_bias
      glu version: 1.3
      glu extensions:
      GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

      visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
      id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
      ----------------------------------------------------------------------
      0x23 16 tc 1 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 1 0 None
      0x24 16 tc 1 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 1 0 None
      0x25 16 tc 1 16 0 r y . 5 6 5 8 0 16 8 16 16 16 16 1 0 None
      0x26 16 tc 1 16 0 r . . 5 6 5 8 0 16 8 16 16 16 16 1 0 None
      0x27 16 dc 1 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 1 0 None
      0x28 16 dc 1 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 1 0 None
      0x29 16 dc 1 16 0 r y . 5 6 5 8 0 16 8 16 16 16 16 1 0 None
      0x2a 16 dc 1 16 0 r . . 5 6 5 8 0 16 8 16 16 16 16 1 0 None
    [/list]

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    There's always the ati website where you can download drivers for your card. Or, go here download the "install-radeon.sh", run the script and see if that doesn't get the driver installed for you.

  3. #3
    Junior Member registered user
    Join Date
    Oct 2003
    Location
    Frankfurt - Germany
    Posts
    14
    Thanks a lot for your reply!

    Can i take the "install-radeon.sh" from Kernel-2.4.21Version?
    I use Knoppix 3.3 and Kernel 2.4.22-xfs

    For now i have tried the offical way by ATI, but without a happy end
    This are my Steps:


    At first i downloaded the Driver from ATI.com and build a Debian Package with ALIEN:

    alien -i fglrx-glc22-4.3.0-3.2.5.i586.rpm

    Then i force the Package to my System with:

    dpkg --force-overwrite -i fglrx-glc22_4.3.0-4.2_i386.deb

    After that, i downloaded the Kernel-Sources 2.4.22-xfs for Knoppix and put it to the System in that way:

    cd '/usr/src/'
    tar xvjf kernel-source-2.4.22-xfs.tar.bz2

    rm linux
    ln -s kernel-source-2.4.22-xfs linux

    cp /boot/config-2.4.22-xfs linux/.config

    cd linux
    make oldconfig
    make dep


    Now i try to compile the Kernel and get an Error-Message:

    cd '/lib/modules/fglrx/build_mod/'
    ./make.sh


    Error:
    XFree86 drm includes at /lib/modules/2.4.22-xfs/build/include/../drivers/char/drm do not fit this driver.
    This driver is designed to only work with X4.1.0 or higher.
    You can match this by getting Linux kernel 2.4.8 or higher.

    What's wrong???

    Thank's for help,
    Patrick

  4. #4
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by Lunik3
    Thanks a lot for your reply!

    Can i take the "install-radeon.sh" from Kernel-2.4.21Version?
    I use Knoppix 3.3 and Kernel 2.4.22-xfs

    For now i have tried the offical way by ATI, but without a happy end
    This are my Steps:


    At first i downloaded the Driver from ATI.com and build a Debian Package with ALIEN:

    alien -i fglrx-glc22-4.3.0-3.2.5.i586.rpm

    Then i force the Package to my System with:

    dpkg --force-overwrite -i fglrx-glc22_4.3.0-4.2_i386.deb

    After that, i downloaded the Kernel-Sources 2.4.22-xfs for Knoppix and put it to the System in that way:

    cd '/usr/src/'
    tar xvjf kernel-source-2.4.22-xfs.tar.bz2

    rm linux
    ln -s kernel-source-2.4.22-xfs linux

    cp /boot/config-2.4.22-xfs linux/.config

    cd linux
    make oldconfig
    make dep


    Now i try to compile the Kernel and get an Error-Message:

    cd '/lib/modules/fglrx/build_mod/'
    ./make.sh


    Error:
    XFree86 drm includes at /lib/modules/2.4.22-xfs/build/include/../drivers/char/drm do not fit this driver.
    This driver is designed to only work with X4.1.0 or higher.
    You can match this by getting Linux kernel 2.4.8 or higher.

    What's wrong???

    Thank's for help,
    Patrick
    Do you have the xlibs-dev package installed?

  5. #5
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Quote Originally Posted by Lunik3
    Thanks a lot for your reply!

    Can i take the "install-radeon.sh" from Kernel-2.4.21Version?
    I use Knoppix 3.3 and Kernel 2.4.22-xfs

    Patrick
    Read the script- Kano has done more than just write a script that downloads an .rpm, converts it to a .deb and installs it. I think it's worth a shot. Wish I had a 9700Pro to test it on.

  6. #6
    Junior Member registered user
    Join Date
    Oct 2003
    Location
    Frankfurt - Germany
    Posts
    14
    i've checked the Script in a Root-Shell without any positive results

    Kanos Script means Error: No ATI RADEON adapter found.

    maybe a problem of the vendor? i do not have the original build, just a hercules thing...



    @Stephen
    Do you have the xlibs-dev package installed?

    i dont think so... is this a must for ati-driver-compiling?

    i know... i should read more

  7. #7
    Junior Member registered user
    Join Date
    Oct 2003
    Location
    Frankfurt - Germany
    Posts
    14
    me again... xlibs-dev and mesa is installed, but no changes

  8. #8
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by Lunik3
    i've checked the Script in a Root-Shell without any positive results

    Kanos Script means Error: No ATI RADEON adapter found.

    maybe a problem of the vendor? i do not have the original build, just a hercules thing...



    @Stephen
    Do you have the xlibs-dev package installed?

    i dont think so... is this a must for ati-driver-compiling?

    i know... i should read more
    The error was saying you needed xfree >= 4.1 so I was thinking the dev libraries were not installed, for the no Radeon error you probably have one of those Dell altered chips that they seem to do so much of it would screw up properly working drivers you are trying to install just a hunch but I have read many posts about SB Live chips from them not working because of this so it would not suprise me at all for them to do it to the video chips as well.

  9. #9
    Junior Member registered user
    Join Date
    Oct 2003
    Location
    Frankfurt - Germany
    Posts
    14
    I think the error-message has an error

    My system is based on Knoppix 3.3 with XFree 4.3 and i do not have the Dell-Radeon. It is a "normal" build from Hercules. The ATI Website says, that the new Driver Version 3.2.5 detects also the "Powered by ATI" cards. Hmmmm but i'm asking me: "how"? right now i have no resonance from ATI's support and i can't see any hard mistakes in my procedure. All libraries are onboard, i have recompiled the Kernel for best results with a Pentium4 and my Dell System Bios has the latest Version too. Everything works well, except the damn accelerated 3d graphics.

    The installation of the Audigy2 was an joy in comparison to the Radeon.

    Gtx, Pat*

  10. #10
    Junior Member registered user
    Join Date
    Oct 2003
    Location
    Frankfurt - Germany
    Posts
    14
    i have compiled my Kernel again and now it is possible to start Kano's Script. But it ends up in a Message who means that the sources are unavailable?!

    I try it later again. maybe it's just a short disturbance on her driver-servers?! hope so...

    Gtx, Pat*

Page 1 of 3 123 LastLast

Similar Threads

  1. Xfree86 version?
    By beige_matchbox in forum MS Windows & New to Linux
    Replies: 2
    Last Post: 04-15-2005, 05:45 PM
  2. ddcprobe and XFree86
    By a.cloete in forum Hardware & Booting
    Replies: 0
    Last Post: 07-17-2004, 10:38 PM
  3. XFree86 AND X11
    By RE Dude in forum The Lounge
    Replies: 1
    Last Post: 11-01-2003, 04:10 PM
  4. Xfree86 4.3.x
    By Viro in forum Ideas
    Replies: 5
    Last Post: 05-03-2003, 07:02 PM
  5. xfree86 4.3
    By good_karma69 in forum General Support
    Replies: 0
    Last Post: 03-09-2003, 01:20 AM

Posting Permissions

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


Supermicro X10SRW-F Server picture

Supermicro X10SRW-F Server

$169.99



HP ProLiant MicroServer Gen8 Intel Xeon E3-1220L v2 2.30GHz 8GB RAM No HDD picture

HP ProLiant MicroServer Gen8 Intel Xeon E3-1220L v2 2.30GHz 8GB RAM No HDD

$199.99



HPE ProLiant MicroServer Gen8 Intel Xeon E3-1265L 16GB ECC PCIe x16 4x1TB HDD picture

HPE ProLiant MicroServer Gen8 Intel Xeon E3-1265L 16GB ECC PCIe x16 4x1TB HDD

$249.99



HP ProLiant Xeon E3-1220L V2 MicroServer Gen8 2.30 GHz 16 GB RAM NO DRIVES picture

HP ProLiant Xeon E3-1220L V2 MicroServer Gen8 2.30 GHz 16 GB RAM NO DRIVES

$199.99



SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount picture

SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount

$202.49



HPE ProLiant MicroServer Gen10 Plus v2 Ultra Micro Tower Server - 1 x Intel Xeon picture

HPE ProLiant MicroServer Gen10 Plus v2 Ultra Micro Tower Server - 1 x Intel Xeon

$846.19



Supermicro 5018A-FTN4 Rack Server - Black picture

Supermicro 5018A-FTN4 Rack Server - Black

$125.00



Microsel Server Tower Supermicro X10SAE E3-1275 V3 @3.5GHz 16GB 509849-001 picture

Microsel Server Tower Supermicro X10SAE E3-1275 V3 @3.5GHz 16GB 509849-001

$149.99



1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE

$297.00



Supermicro 1U X11DPU 2x Xeon Gold 6132 2.6GHz / 128gb / 10x 2.5 Trays / 2x 750w picture

Supermicro 1U X11DPU 2x Xeon Gold 6132 2.6GHz / 128gb / 10x 2.5 Trays / 2x 750w

$649.99