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
  •  


256GB Kit (8 x 32GB) PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM picture

256GB Kit (8 x 32GB) PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM

$279.92



CORSAIR Vengeance RGB 32GB PC5-48000 (DDR5-6000) RAM Memory (CMH32GX5M2E6000C36) picture

CORSAIR Vengeance RGB 32GB PC5-48000 (DDR5-6000) RAM Memory (CMH32GX5M2E6000C36)

$86.00



EDGE SK Hynix 16GB (2 x 8GB) PC3L-12800S DDR3 SODIMM Laptop RAM NEW picture

EDGE SK Hynix 16GB (2 x 8GB) PC3L-12800S DDR3 SODIMM Laptop RAM NEW

$16.95



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Corsair Vengeance LPX 32GB (2 x 16GB) 3200MHz DDR4 CMK32GX4M2B3200C18 picture

Corsair Vengeance LPX 32GB (2 x 16GB) 3200MHz DDR4 CMK32GX4M2B3200C18

$48.00



TEAMGROUP 16GB DDR4 3600 MHZ PC4 28800 T-Create 16GB Kit (2 X 8GB) RAM CL 18 XMP picture

TEAMGROUP 16GB DDR4 3600 MHZ PC4 28800 T-Create 16GB Kit (2 X 8GB) RAM CL 18 XMP

$29.95



Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory picture

Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory

$54.99



Grade A 8GB Hynix DDR4 PC4-2400T 1Rx8 SODIMM Laptop RAM HMA81GS6MFR8N-UH LOT picture

Grade A 8GB Hynix DDR4 PC4-2400T 1Rx8 SODIMM Laptop RAM HMA81GS6MFR8N-UH LOT

$13.99



128GB Kit 4x 32GB PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM picture

128GB Kit 4x 32GB PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM

$139.96



LOT 4x 32GB (128GB) Samsung M386B4G70DM0-CMA3 PC3-14900L ECC DIMM Server Memory picture

LOT 4x 32GB (128GB) Samsung M386B4G70DM0-CMA3 PC3-14900L ECC DIMM Server Memory

$39.99