Results 1 to 7 of 7

Thread: ati radeon 9100 and kernel 2.6.5 problem (RESOLVED)

  1. #1
    Junior Member
    Join Date
    Jun 2004
    Posts
    6

    ati radeon 9100 and kernel 2.6.5 problem (RESOLVED)

    I need step-by-step instructions to install ati driver with 3d?

    I have knoppix 3.4 (hd-installation) with 2.6.5 kernel.

  2. #2
    Junior Member
    Join Date
    Jun 2004
    Location
    CR
    Posts
    1

    Re: ati radeon 9100 and kernel 2.6.5 problem

    Quote Originally Posted by mi-ka
    I need step-by-step instructions to install ati driver with 3d?

    I have knoppix 3.4 (hd-installation) with 2.6.5 kernel.
    I made the install of my 9600 with 2.4.26 kernel, this steps should work for you....i guess


    1.Download the latest driver packages at http://xoomer.virgilio.it/flavio.sta...installer.html

    -driver
    -driver-dev
    -kernel-src
    (For your XFree86 version.....i use v4.3.0)

    2. Kernel Configuration
    -cd /usr/src/your-linux-kernel
    -make xconfig
    Enable /dev/agpgart under character devices (-only-)
    Enable MTRR under processor type and features
    Disable kernel debugging under kernel hacking
    Disable Direct Rendering Manager (XFree86 DRI support) under character devices
    Save & exit xconfig
    -Build the kernel (make clean,bzImage,bla,bla,lilo,bla....install & reboot..I supose you know how)

    3. Install the 3 driver packages.
    4. Compile kernel module
    -cd /usr/src
    -tar zxvf fglrx-x.x.x-y.y.y.tar.gz
    -cd kernel-source-x.y.z
    -make-kpkg --added-modules fglrx-x.x.x-y.y.y modules_image
    -This builds a new package which you have to install located at /usr/src/
    5. Configure X Window
    - Enter text mode (quit the window manager & text login, or running as root /etc/init.d/kdm stop)
    - run fglrxconfig
    Follow the instructions here. But first try not to enable dual head, and try the internal agp gart module, default for the rest of the options. Save the config.
    - exit/reboot
    6. Other stuff
    - Test your new driver by running fglrxinfo.....should say something about your ATI card....if says something like Mesa3d, didnt work.
    - Check the link from the site where the packages are located for support.
    - If everything works fine......enjoy with tuxracer!

  3. #3
    Junior Member
    Join Date
    Jun 2004
    Posts
    6

    step forward

    Thanks for your advice!

    I managed to compile kernel 2.6.6. With that kernel ati's make.sh script run smoothly, and module fglrx.ko was compiled.

    Then i copy the fglrx.ko module to /lib/modules/2.6.6/kernel/drivers/char/drm/ and made updates to /lib/modules/2.6.6/modules.dep file.

    Modules via-agp and fglrx was loaded with success.

    There is still problems with "fb" i think, because fgl_glrxgears show: Error: couldn't get fbconfig.

    glxinfo:

    sh-2.05b$ glxinfo
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: Yes
    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 extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: RADEON 9100 DDR Generic
    OpenGL version string: 1.3 (X4.3.0-3.9.0)
    OpenGL extensions:
    GL_ARB_multitexture, GL_EXT_texture_env_add, GL_EXT_compiled_vertex_array,
    GL_S3_s3tc, GL_ARB_occlusion_query, GL_ARB_point_parameters,
    .
    .
    .

  4. #4
    Junior Member
    Join Date
    Jun 2004
    Posts
    6

    Finally it works!

    For some reason, symbolic link (/usr/X11R6/lib/libGL.so.1->libGL.so.1.2_old)
    was pointing to a wrong file.

    fglrx:

    sh-2.05b$ glxinfo
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: Yes
    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: ATI
    client glx version string: 1.3
    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: ATI Technologies Inc.
    OpenGL renderer string: RADEON 9100 DDR Generic
    OpenGL version string: 1.3 (X4.3.0-3.9.0)
    OpenGL extensions:
    GL_ARB_multitexture, GL_EXT_texture_env_add, GL_EXT_compiled_vertex_array,
    GL_S3_s3tc, GL_ARB_occlusion_query, GL_ARB_point_parameters,
    .
    .
    .

  5. #5
    Junior Member
    Join Date
    Aug 2004
    Location
    Sweden
    Posts
    5
    Hi!

    I have the same problem with fbconfig. I didn't quite understand how you resolved the problem. Would you care to elaborate the solution? I would be most greatful!

  6. #6
    Junior Member
    Join Date
    Jun 2004
    Posts
    6
    You should try this way with ATI's new drivers (3.11.1):

    1. Download the latest ATI-linux-drivers from http://www.ati.com/support/driver.html

    2. Convert downloaded RPM-package to DEB-package with alien. (alien -d file.rpm)

    3. Uninstall old driver.

    4. Install DEB-package with dpkg. (dpkg -i file.deb)

    !!! You probably get some file-conflict errors. Before next step you should backup files under conflict to some safe place, that you can restore them if something goes wrong. !!!

    4.1. If you get file-conflict errors, install DEB-package with dpkg with force-overwrite. (dpkg -i --force-overwrite file.deb)

    5. Close all X-sessions and go to text-mode.

    6. cd to /lib/modules/fglrx/build_mod/ and run script make.sh and follow the instructions.

    Good luck!

  7. #7
    Junior Member
    Join Date
    Aug 2004
    Location
    Sweden
    Posts
    5
    Thanks alot for you help.

    But I've been always having problems with ati's drivers (even the new ones). To install the drivers, I've been using kano's script (www.kanotix.com/files), which worked flawlessly. It's just this fbconfig-thing...

    thanks anyway

Similar Threads

  1. Replies: 1
    Last Post: 07-03-2004, 06:42 PM
  2. nvidia drivers with kernel 2.6.6 howto (resolved)
    By Yakumo in forum Hdd Install / Debian / Apt
    Replies: 14
    Last Post: 06-14-2004, 05:07 PM
  3. Anyone successful with Inspiron 9100?
    By holgerkrumm in forum Laptops
    Replies: 0
    Last Post: 05-24-2004, 09:18 AM
  4. How i resolved the problem of ramdisk
    By ckassab in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 02-07-2004, 03:47 PM
  5. Problem resolved with PCChips motherboard & Knoppix 3.1
    By koolmoose in forum Hardware & Booting
    Replies: 1
    Last Post: 04-19-2003, 01:05 PM

Posting Permissions

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


HP DL580 G9 4U Server 4x Xeon E7-8890 v3 2.5Ghz 72-Cores | 512GB RAM | 4x 1TB picture

HP DL580 G9 4U Server 4x Xeon E7-8890 v3 2.5Ghz 72-Cores | 512GB RAM | 4x 1TB

$2619.99



Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram  2x 550W PSU No HDD picture

Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram 2x 550W PSU No HDD

$275.00



Microsoft Windows Server 2022 Standard 64-bit License & DVD 16 Core US Shipping picture

Microsoft Windows Server 2022 Standard 64-bit License & DVD 16 Core US Shipping

$34.99



Broadcom 9600-24i Tri-Mode RAID Controller 4.0 NVMe SAS SATA NEW 05-50111-01003 picture

Broadcom 9600-24i Tri-Mode RAID Controller 4.0 NVMe SAS SATA NEW 05-50111-01003

$639.69



Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" x Xeon E5-2680 v2 2.8GHz 20-Cores 128gb 4x Trays

$349.99



Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" 2x Xeon E5-2680 v2 2.8GHz 20-Cores 64gb 4x Trays

$259.99



Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5

Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5" 4-BAY 32GB RAM No OS 2x 495w

$174.95



Supermicro 1027GR-TSF 1U Rackmount Server 2x Xeon 2.3GHz 128GB DDR3 picture

Supermicro 1027GR-TSF 1U Rackmount Server 2x Xeon 2.3GHz 128GB DDR3

$219.99



WINDOWS SERVER 2025 [REMOTE DESKTOP SERVICES] 50 USER  RDS CAL SEALED picture

WINDOWS SERVER 2025 [REMOTE DESKTOP SERVICES] 50 USER RDS CAL SEALED

$119.18



Remote Desktop User & Device RDS CALs for Windows Server 2025, 2022 & 2019 picture

Remote Desktop User & Device RDS CALs for Windows Server 2025, 2022 & 2019

$179.99