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
  •  


IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD picture

IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD

$399.99



IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES picture

IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES

$27.25



IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server  picture

IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server

$209.98



IBM Power 740 8205-E6C Express 8-SFF Power7 3.55GHz CPU 64GB RAM *No HDD* Server picture

IBM Power 740 8205-E6C Express 8-SFF Power7 3.55GHz CPU 64GB RAM *No HDD* Server

$191.99



IBM System x3250 M4 Server Intel Xeon E3-1220 3.10GHz 8GB RAM No HDDs picture

IBM System x3250 M4 Server Intel Xeon E3-1220 3.10GHz 8GB RAM No HDDs

$65.02



IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6-Core 64GB RAM No Bezel/HDD Server picture

IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6-Core 64GB RAM No Bezel/HDD Server

$319.99



IBM Power 710 Express Server Power7 4.2Ghz 8-Core CPU 64GB DDR3 No HDD 74Y523 picture

IBM Power 710 Express Server Power7 4.2Ghz 8-Core CPU 64GB DDR3 No HDD 74Y523

$499.99



IBM System x3550 M4 Server 2 x Intel Xeon E5-2609 36GB RAM No HDDs picture

IBM System x3550 M4 Server 2 x Intel Xeon E5-2609 36GB RAM No HDDs

$89.99



IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED picture

IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED

$99.99



IBM System x3250 M1 1U Server Intel Pentium D @3.4 2GB RAM x2 250GB DRIVES NO OS picture

IBM System x3250 M1 1U Server Intel Pentium D @3.4 2GB RAM x2 250GB DRIVES NO OS

$27.99