Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28

Thread: Knoppix: XFree86 DRI Support

  1. #21
    Member registered user
    Join Date
    Mar 2003
    Location
    Berlin, Germany
    Posts
    94

  2. #22
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    You know, I just had to reinstall my Dell at home. Now, the last time I did this I used fabianx' nvidia scripts to accelerate my Vanta card and got over 600 fps in glxgears.

    It seems that his script doesn't work anymore, so I tried http://kano.mipooh.net OK, I went from 150 to 300 fps but not 600. This is all the same hardware, mind you. I tried posting to http://kanotix.mipooh.net but my registration hasn't gone thru.

    How do I get the right drivers? I think fabianx' used the one I needed (4192), but kano doesn't have that one....

    Upset,
    AJG

  3. #23
    Member registered user
    Join Date
    Mar 2003
    Location
    Berlin, Germany
    Posts
    94
    Hi Jorge,

    a new star is born: Kanotix, Kano (_the_ german Knoppix guru) will release his new (bugfixed) version in about one week. Maybe it's worth to wait...

    Ciao Martin

  4. #24
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by A. Jorge Garcia
    I'm trying to resurrect an old Gateway PC with the ATI Mach64 3D Rage II AGP graphics card. I can't get XFree86-DRI support on here. Any ideas? I'd like to get accelerated graphics running on here if possible. BTW, glxgears only returns 100 fps....

    Also, does anyone know the kano website address? I seem to remember scripts on there for installing scripts on the fly when using the KNOPPIX CD. I'd like to see how this is done.

    TIA,
    I do not think you can get dri on that card but you can try a different driver from Gatos that you can get here you want the ati2 experimental14 then it is just a matter of extracting the archive and coping a couple of files to the proper directory and restarting the X server. From the directory you downloaded too:
    Code:
    tar -xzvf ATI-4.3.0-14.i386.tar.gz
    cp /usr/X11R6/lib/modules/drivers/ati_drv.o /usr/X11R6/lib/modules/drivers/ati_drv.o.original
    cp /usr/X11R6/lib/modules/drivers/atimisc_drv.o /usr/X11R6/lib/modules/drivers/atimisc_drv.o.original
    cp X11R6/lib/modules/drivers/ati_drv.o /usr/X11R6/lib/modules/drivers/ati_drv.o
    cp X11R6/lib/modules/drivers/atimisc_drv.o /usr/X11R6/lib/modules/drivers/atimisc_drv.o
    rm -rf X11R6/
    /etc/init.d/kdm restart
    For the nvidia driver you mention in the second post if you are using the 5328 one don't use either the 4496 or 4620 I've had good luck with both of them then new one is IMHO useless. To try and get the 4192 I would try a google search if you are thinking the 4590 then you can get it here.

  5. #25
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    OOPS, sorry for the confusion! I am talking about 2 different home office PCs:

    (1) Gateway 2000 G6: PII/400 Mach64 + ATI Rage II

    and

    (2) Dell Dimension 4100: PIII/866 + nv Vanta TNT

    On the G6, forget DRI. I can only get 100fps on that PC. The Mach64 is agp, maybe I should try kano's agpart script?

    On the Dimension, I did get an nvidia accelerator script (fabianx') to work before. However, it downloads drivers that are not there anymore. I tried all three of kano's nvidia scripts and they all result in 300 fps.

    BTW, my lab at school constists of 25

    (3) Dell Optiplex GX270s: PIV/2400 + i810, on these DRI worked fine right after apt-get update and I'm getting nearly 1800 fps in glxgears!

    What do ya think?

    TIA, AJG

  6. #26
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by A. Jorge Garcia
    OOPS, sorry for the confusion! I am talking about 2 different home office PCs:

    (1) Gateway 2000 G6: PII/400 Mach64 + ATI Rage II
    No I was not confused I understoood you have the two machines the Gatos mentioned above are drivers for the ATI cards I use them in my Celeron 450 with a 3D Rage something I get about 150 you should be able to do better with a real PII although I have ~400mb of ram in it so that may be helping it out.
    and

    (2) Dell Dimension 4100: PIII/866 + nv Vanta TNT

    On the G6, forget DRI. I can only get 100fps on that PC. The Mach64 is agp, maybe I should try kano's agpart script?

    On the Dimension, I did get an nvidia accelerator script (fabianx') to work before. However, it downloads drivers that are not there anymore. I tried all three of kano's nvidia scripts and they all result in 300 fps.

    BTW, my lab at school constists of 25

    (3) Dell Optiplex GX270s: PIV/2400 + i810, on these DRI worked fine right after apt-get update and I'm getting nearly 1800 fps in glxgears!

    What do ya think?

    TIA, AJG
    If you mean the 4363 drivers that Fabian has here for the live install then the driver is still available at Nvidia all you have to do is take one of Kano's scripts and change the line that says for instance VER=1.0-4496 in the 4496 script and change it to VER=1.0-4363 and save the script then run it and it should work.

  7. #27
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    Thank you, thank you, thank you, Stephen! That's all I needed to hear: a simple fix to kano's or fabianx' script. I'm not up on bash programming, so I was having some trouble deciphering these scripts. Now, this will go a long way to helping me with my driver problem and learning shell programming - cool!

    Again, thanx,
    AJG

  8. #28
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    OK, Stephen, I modified one of kano's scripts to use the src files (4363) and url (download.nvidia.com/...) you gave me and still get the same glxgears result.

    Could it be that the knoppix install is more efficient than the debian install? No matter which nvidia driver I use, I only get 300 fps now. How is it that I had gotten 600 fps before? How accurate is glxgears?

    Is it good enough to have glxinfo read true for DRI and that glxgears returns a higher fps with the drivers than without?

    Thanx,

Page 3 of 3 FirstFirst 123

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
  •  


OEM Apple MacBook Pro 13 A1706 A1708 2017 LCD Screen Display Assembly Silver picture

OEM Apple MacBook Pro 13 A1706 A1708 2017 LCD Screen Display Assembly Silver

$131.12



OEM Genuine Apple MacBook Pro A1990 2018 2019 15

OEM Genuine Apple MacBook Pro A1990 2018 2019 15" LCD Screen Display Assembly

$269.69



OEM Apple MacBook Air 13

OEM Apple MacBook Air 13" A2179 2018 2019 2020 LCD Screen Display Assembly

$129.73



NEW OEM  A1494 Battery For Apple MacBook Pro 15

NEW OEM A1494 Battery For Apple MacBook Pro 15" Retina A1398 Late 2014 2013

$54.99



Genuine Apple A1882 30W USB-C Power Adapter Apple OEM CHARGER picture

Genuine Apple A1882 30W USB-C Power Adapter Apple OEM CHARGER

$16.99



Genuine Apple A1718 61W USB-C Power Adapter Apple OEM CHARGER picture

Genuine Apple A1718 61W USB-C Power Adapter Apple OEM CHARGER

$24.99



OEM 61W USB C Type C Adapter Charger for Apple MacBook PRO 13

OEM 61W USB C Type C Adapter Charger for Apple MacBook PRO 13" A1718 + Cable NEW

$23.00



Apple OEM Original (A1374) 45W MagSafe Power Adapter with Fold Plug Only - White picture

Apple OEM Original (A1374) 45W MagSafe Power Adapter with Fold Plug Only - White

$10.95



OEM Apple 10W GENUINE USB Wall Plug Charger Adapter iPhone iPad Lightning cable picture

OEM Apple 10W GENUINE USB Wall Plug Charger Adapter iPhone iPad Lightning cable

$6.99



OEM 30W USB-C Power Adapter Charger for apple MacBook Air iPhone 11 12 Pro +Cord picture

OEM 30W USB-C Power Adapter Charger for apple MacBook Air iPhone 11 12 Pro +Cord

$22.89