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
  •  


Kingston 32GB 64GB 128GB 256GB USB 3.0 Flash Drive Thumb Memory Stick Pen lot picture

Kingston 32GB 64GB 128GB 256GB USB 3.0 Flash Drive Thumb Memory Stick Pen lot

$285.90



SanDisk Ultra Luxe USB 3.1 Flash Drive – 5 Pack | Premium Metal USB Flash Drives picture

SanDisk Ultra Luxe USB 3.1 Flash Drive – 5 Pack | Premium Metal USB Flash Drives

$39.99



Zero Trace Pen: All-in-one Tor Network Anonymous Drive + Cryptocurrency Wallet picture

Zero Trace Pen: All-in-one Tor Network Anonymous Drive + Cryptocurrency Wallet

$147.00



LOT 10x SanDisk 32GB ULTRA USB 3.0 flash drive SDCZ48-032G 32 GB read 100 MB/s picture

LOT 10x SanDisk 32GB ULTRA USB 3.0 flash drive SDCZ48-032G 32 GB read 100 MB/s

$39.80



USB 3.0 Flash Drive 32GB 64GB 128GB Memory Stick Thumb Stick Lot Pack picture

USB 3.0 Flash Drive 32GB 64GB 128GB Memory Stick Thumb Stick Lot Pack

$826.09



USB Type-A Flash Drive Metal Memory Stick High Speed USB Drive 128GB 256GB 512GB picture

USB Type-A Flash Drive Metal Memory Stick High Speed USB Drive 128GB 256GB 512GB

$7.97



Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack picture

Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack

$10.90



LOT 10x SanDisk 32GB Cruzer Spark USB 2.0 flash drive 32 GB SDCZ61-032G 32G picture

LOT 10x SanDisk 32GB Cruzer Spark USB 2.0 flash drive 32 GB SDCZ61-032G 32G

$34.80



TESLA OEM Model S,3,X,Y USB Flash Drive for Dashcam 128GB READ DESCRIPTION BELOW picture

TESLA OEM Model S,3,X,Y USB Flash Drive for Dashcam 128GB READ DESCRIPTION BELOW

$21.00



Microsoft Windows 11 Pro 64bit - New Sealed – Flash USB 1 PC picture

Microsoft Windows 11 Pro 64bit - New Sealed – Flash USB 1 PC

$49.99