LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-20-2004, 11:56 AM   #1
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Rep: Reputation: 30
How do I get hardware acceleration on Rage 128 Pro?


Hi there,

I'm trying to use software that uses OpenGL, but the graphics refresh at only 1 (one) fps. According to Mandrake's HardDrake, I'm using an ATI Rage 128 Pro AGP 4x card.

I already installed the necessary libraries to support OpenGL. In addition, my computer already loads the modules agpgart and r128 automatically.

I think it has something to do with my XF86Config file, perhaps? Here it is:

Code:
# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
    #DontZap # disable <Crtl><Alt><BS> (server abort)
EndSection


Section "Keyboard"
    Protocol "Standard"
    XkbModel "pc105"
    XkbLayout "en_US"
    XkbOptions ""
EndSection

Section "Pointer"
    Protocol "IMPS/2"
    Device "/dev/psaux"
    ZAxisMapping 4 5
EndSection


Section "Monitor"
    Identifier "monitor1"
    
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
    
    # This is a set of standard mode timings. Modes that are out of monitor spec
    # are automatically deleted by the server (provided the HorizSync and
    # VertRefresh lines are correct), so there's no immediate need to
    # delete mode timings (unless particular mode timings don't work on your
    # monitor). With these modes, the best standard mode that your monitor
    # and video card can support for a given resolution is automatically
    # used.
    
.
.
.
EndSection
I then added the following lines:
Code:
Section "Device"
    Identifier  "Rage128"
    VendorName  "ATI"
    Driver      "ati"
    Option	"AGPMode" "1"
    Option	"UseCCEFor2D" "false"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "Rage128"
    Monitor     "High Res Monitor"
    DefaultDepth 16
    Subsection "Display"
	Depth       16
	Modes       "1280x1024" "1024x768" "800x600" "640x480"
	ViewPort    0 0
    EndSubsection
    Subsection "Display"
	Depth       32
	Modes       "1280x1024" "1024x768" "800x600" "640x480"
	ViewPort    0 0
    EndSubsection
EndSection
but nothing happened. What do I do?
 
Old 02-20-2004, 12:30 PM   #2
bnice
Member
 
Registered: Feb 2004
Location: Sacramento, CA
Distribution: Slack 9.1, slackware-current
Posts: 284

Rep: Reputation: 30
Quote:
Section "Device"
Identifier "Rage128"
VendorName "ATI"
Driver "ati"
Option "AGPMode" "1"
Option "UseCCEFor2D" "false"
EndSection
err, shouldn't that be:

Driver "r128"

?

Rage 128 HOW-TO

Last edited by bnice; 02-20-2004 at 12:32 PM.
 
Old 02-20-2004, 03:26 PM   #3
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Original Poster
Rep: Reputation: 30
Changed it, and restarted X, but nothing happened. The graphics are still refreshing at 1 fps.
 
Old 02-20-2004, 03:54 PM   #4
bnice
Member
 
Registered: Feb 2004
Location: Sacramento, CA
Distribution: Slack 9.1, slackware-current
Posts: 284

Rep: Reputation: 30
Quote:
I already installed the necessary libraries to support OpenGL. In addition, my computer already loads the modules agpgart and r128 automatically.
Sorry, I guess I missed that...

I'm not expert with R128, I have AIW Radeon 7500, but I'd try setting AGPMode to 4, and if you are not already using gatos drivers, you might want to try that.

http://gatos.sourceforge.net

Good Luck

Last edited by bnice; 02-20-2004 at 03:56 PM.
 
Old 02-21-2004, 12:28 AM   #5
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Original Poster
Rep: Reputation: 30
Apparently the GATOS drivers only work on Radeon and All-In-Wonder cards.

I changed the AGPMode from "1" to "4" but nothing happened despite restarting X.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't get the 3d acceleration and tv tuner to work on Ati rage 128 sys7em Linux - Hardware 0 10-13-2004 09:52 AM
Rage 128 Pro no openGL or something.. Rockangel19az Linux - Software 0 07-12-2004 02:24 PM
Rage 128 Pro 3D Acceleration problems mc_03 Linux - Hardware 0 05-27-2004 09:13 PM
ATI 128 Rage Pro and XFree86-4.3.0 Allen614 Linux - Hardware 3 07-02-2003 11:55 AM
3D acceleration in linux with an ATI Rage 128 PRO? leeman_s Linux - General 2 01-25-2003 04:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration