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
  •  


MSI H81M-P33 Desktop Motherboard Intel MicroATX Socket LGA1150 USB 3.0 W/IO picture

MSI H81M-P33 Desktop Motherboard Intel MicroATX Socket LGA1150 USB 3.0 W/IO

$26.99



Gigabyte GA-Q170M-D3H-GSM LGA1151 DDR4 Desktop Motherboard  (No  I/O Plate) picture

Gigabyte GA-Q170M-D3H-GSM LGA1151 DDR4 Desktop Motherboard (No I/O Plate)

$39.99



ASRock B550M Pro SE AM4 DDR4 SATA 6Gb/s 1 PCIe 4.0 x16 Micro ATX Motherboard picture

ASRock B550M Pro SE AM4 DDR4 SATA 6Gb/s 1 PCIe 4.0 x16 Micro ATX Motherboard

$84.99



Motherboard AM4 A520m WIFI 4 slots Ryzen Gigabyte D3SH BEST PRICE picture

Motherboard AM4 A520m WIFI 4 slots Ryzen Gigabyte D3SH BEST PRICE

$50.00



Asus Prime H310M-A R2.0 Intel LGA 1151 DDR4 Desktop Motherboard picture

Asus Prime H310M-A R2.0 Intel LGA 1151 DDR4 Desktop Motherboard

$54.99



ASRock AB350M-HDV AM4 AMD B350 DDR4 USB 3.1 HDMI VGA M-ATX Motherboard W/IO picture

ASRock AB350M-HDV AM4 AMD B350 DDR4 USB 3.1 HDMI VGA M-ATX Motherboard W/IO

$57.95



Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard NEW picture

Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard NEW

$89.00



MSI H81I LGA1150 MINI-ITX DDR3 Desktop Motherboard With I/O Shield  picture

MSI H81I LGA1150 MINI-ITX DDR3 Desktop Motherboard With I/O Shield

$32.99



MSI PRO B650-P WiFi AMD AM5 DDR5 WiFi 6E ProSeries Motherboard picture

MSI PRO B650-P WiFi AMD AM5 DDR5 WiFi 6E ProSeries Motherboard

$104.95



MSI PRO B650-P WiFi AMD AM5 DDR5 WiFi 6E ProSeries Motherboard picture

MSI PRO B650-P WiFi AMD AM5 DDR5 WiFi 6E ProSeries Motherboard

$112.95