LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 05-08-2004, 02:56 PM   #1
fluxbass
LQ Newbie
 
Registered: May 2004
Location: turkey
Distribution: Mandrake
Posts: 1

Rep: Reputation: 0
ati radeon 9200se got 3d but ~50 fps


hi

i've bought a radeon 9200se and i've tried to use it with 3d on linux.. i was not easy as i wondered before..

i've got "Direct Rendering: Yes" at last and i can play games but i couldn't get the performance that i has been waiting from my card..

glxgears gives ~50fps (at 1152x864) and fgl_glxgears gives ~50 too.. but i can play tuxracer or ut2k4... how can I get ~1500-2000 fps like others?? and fglrx_xgamma is not working with any errors??

please help.. thx

furkan.

system:
-----------------------------------------------------------------------------
via km400 chipset (asus a7v8x) ( via-agp & agpgart ) (agp8x)
amd1800+
ati radeon 9200se
256 mb ddr333
mandrake 9.2 with kernel-2.6.3-4mdk and xfree86 v3.0~

xf86config:
------------------------------------------------------------------------------
# File generated by fglrxconfig (C) ATI Research, a substitute for xf86config.

# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
Mode 0666
EndSection

# **********************************************************************
# Module section -- this section is used to specify
# **********************************************************************
Section "Module"
Load "dbe" # Double buffer extension

SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection

Load "type1"
Load "freetype"

Load "glx" # libglx.a
Load "dri" # libdri.a
EndSection

# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"

FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************
#Section "ServerFlags"
#EndSection

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"

Option "AutoRepeat" "500 30"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "tr"

EndSection

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"

Option "Emulate3Buttons"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 48.4
VertRefresh 50 - 70
Option "DPMS"

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Standard VGA Device:
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

Driver "vga"

# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
EndSection

# === ATI device section ===
Section "Device"
Identifier "ATI Graphics Adapter"

Driver "fglrx"

# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"

# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr

# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"

# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"

# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00008800"

# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on" #should be on # causing signal 8

# === OpenGL Overlay ===
Option "OpenGLOverlay" "off"

# === Center Mode (Laptops only) ===
Option "CenterMode" "off"

# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off" #should be on # causing signal 8

# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"

# === FSAA Management ===
Option "FSAAEnable" "yes" #should be yes
Option "FSAAScale" "6"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "yes"
Option "FSAAMSPosX0" "0.250000"
Option "FSAAMSPosY0" "0.416666"
Option "FSAAMSPosX1" "0.083333"
Option "FSAAMSPosY1" "0.083333"
Option "FSAAMSPosX2" "0.416666"
Option "FSAAMSPosY2" "0.750000"
Option "FSAAMSPosX3" "0.750000"
Option "FSAAMSPosY3" "0.916666"
Option "FSAAMSPosX4" "0.583333"
Option "FSAAMSPosY4" "0.250000"
Option "FSAAMSPosX5" "0.916666"
Option "FSAAMSPosY5" "0.583333"

# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on" #should be on # causing signal 8
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=5964
Screen 0

EndSection

# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1152x864"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
Identifier "LayOut1"
Screen "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"

EndSection



### EOF ###
 
  


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
ati radeon 9200se bloodfulldesire Linux - Hardware 1 03-30-2005 02:18 PM
ATI Radeon 9200SE kerashi Linux - Hardware 0 03-09-2005 11:00 PM
Framebuffer on ATI Radeon 9200SE Matir Linux - Software 2 01-27-2005 04:27 PM
ATI Radeon 9200SE Problems EndoEarth Linux - General 3 06-15-2004 12:33 AM
Ati Radeon 9200SE Tv-out in Mandrake 10 bluefever Linux - Hardware 0 06-10-2004 04:37 AM

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

All times are GMT -5. The time now is 05:52 PM.

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