LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-04-2005, 05:27 PM   #1
sauroman
LQ Newbie
 
Registered: Jul 2005
Posts: 4

Rep: Reputation: 0
ATI 9600SE 3d Accel with FC3 probs


Hi,

I have been trying to get 3d acceleration working on FC3 for weeks now with no success. I have a ATI radeon 9600SE card, using the xorg_fglrx_6_8_0-8.14.13-1.i386.rpm drivers from ATI's site.

Everything else seems to work perfectly, but just cant seem to get the 3d accel to function.

fglrxinfo gives me
Code:
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600SE Generic
OpenGL version string: 1.3.5140 (X4.3.0-8.14.13)
rpm -qa | grep fgl
Code:
fglrx_6_8_0-8.14.13-1
glxgears I get
Code:
2611 frames in 5.0 seconds = 522.200 FPS
2452 frames in 5.0 seconds = 490.400 FPS
2652 frames in 5.0 seconds = 530.400 FPS
glxinfo | grep direct
Code:
direct rendering: Yes
Posix shared mem seems to be enabled
df -h
Code:
Filesystem            Size  Used Avail Use% Mounted on
/dev/hdd8              35G  4.1G   30G  13% /
none                  506M     0  506M   0% /dev/shm
/dev/hdd1             9.8G  2.7G  7.2G  27% /media/xshare
I am running out of ideas on what it could be, if anyone can help me out it will be greatly appreciated.

Thanks in advance
Darren
 
Old 07-05-2005, 12:48 AM   #2
skoona
Member
 
Registered: Mar 2004
Location: Indiana, USA
Distribution: Fedora, CentOS, Ubuntu, OS/X, Raspbian
Posts: 90

Rep: Reputation: 18
3D Support

Looks like your already there!

What can you NOT do?
 
Old 07-05-2005, 10:53 AM   #3
sauroman
LQ Newbie
 
Registered: Jul 2005
Posts: 4

Original Poster
Rep: Reputation: 0
hi,

I am trying to get cedega to work so I dont need to boot windows up as much . Cedega system test is saying everything is fine except the 3d accel test which fails.

All games that I try which are supposingly fully compatable with cedega, dont work at all. I have not had any success with any of them yet.

When I run glxgears my cpu usage is 100% with 500 odd fps. According to the forums I have searched about, I think it should be way higher fps if 3d was enabled and the cpu usage alot lower.


Thanks,
Darren
 
Old 07-05-2005, 07:07 PM   #4
skoona
Member
 
Registered: Mar 2004
Location: Indiana, USA
Distribution: Fedora, CentOS, Ubuntu, OS/X, Raspbian
Posts: 90

Rep: Reputation: 18
What type of frame rate do you get when you minimize glxgears? What CPU type/speed are you using?

Code:
[jscott@homedev myNetwork]$ glxgears
4332 frames in 5.0 seconds = 866.400 FPS             -- on screen
4531 frames in 5.0 seconds = 906.200 FPS
4577 frames in 5.0 seconds = 915.400 FPS
9541 frames in 5.0 seconds = 1908.200 FPS            -- minimized
18165 frames in 5.0 seconds = 3633.000 FPS
18169 frames in 5.0 seconds = 3633.800 FPS
18152 frames in 5.0 seconds = 3630.400 FPS
Code:
[jscott@homedev myNetwork]$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600SE Generic
OpenGL version string: 1.3.5140 (X4.3.0-8.14.13)

[jscott@homedev myNetwork]$ uname -r
2.6.11-1.1369_FC4mp
I don't know the gaming programs you mentioned, but assuming I ran the same install steps you did, this is what I get with my dual AMD 2400 MPs processors. CPU utilz is low during the test.

I built a custom kernel to have agpgart available as a module and I also made extensive changes to my xorg.conf file. Its huge but I will attach it here.

Code:
 /etc/X11/xorg.conf
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
	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

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "type1"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
        Option      "Protocol"     "ExplorerPS/2"
        Option      "Device"       "/dev/input/mice"
        Option      "Buttons"      "7"
        Option      "ZAxisMapping" "6 7"
EndSection

Section "Monitor"	
	Identifier   "Monitor0"
	VendorName   "Gateway200 CrystalScan"
	ModelName    "Gateway EV700"
	HorizSync    31.0 - 69.0
	VertRefresh  50.0 - 110.0
	Option	    "dpms"
EndSection

Section "Monitor"	
	Identifier   "Monitor1"
	VendorName   "Gateway200 CrystalScan"
	ModelName    "Gateway EV700"
	HorizSync    31.0 - 69.0
	VertRefresh  50.0 - 110.0
	Option	    "dpms"
EndSection

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
#    Driver                              "radeon"
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
    Option "DesktopSetup"               "0x00000000" 
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "31.0-69.0" 
    Option "VRefresh2"                  "50.0-110.0" 
    Option "ScreenOverlap"              "0" 
    Option "NoTV"                       "no"     
    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"
    Option "Capabilities"               "0x00000000"
    Option "VideoOverlay"               "on"
    Option "OpenGLOverlay"              "off"
    Option "CenterMode"                 "off"
    Option "PseudoColorVisuals"         "off"
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
    Option "FSAAEnable"                 "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:5:0"    # vendor=1002, device=4151
    Screen 0
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "ATI Graphics Adapter"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "ATI Graphics Adapter"
	Monitor    "Monitor1"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection


Section "DRI"
	Mode         0666
EndSection
 
Old 07-06-2005, 07:00 AM   #5
sauroman
LQ Newbie
 
Registered: Jul 2005
Posts: 4

Original Poster
Rep: Reputation: 0
Hi,

I have a amd 3000 ghz/ 1 gig ram.

Code:
~]# glxgears
2514 frames in 5.0 seconds = 502.800 FPS   -maximized
2676 frames in 5.0 seconds = 535.200 FPS
2668 frames in 5.0 seconds = 533.600 FPS
17179 frames in 5.0 seconds = 3435.800 FPS - minimized
19342 frames in 5.0 seconds = 3868.400 FPS
19321 frames in 5.0 seconds = 3864.200 FPS
19239 frames in 5.0 seconds = 3847.800 FPS
100% cpu usage

Cedega is just the new name for the wineX emulator I think. www.transgaming.com

I have studied your xorg.conf and mine, I dont see anything that could be stopping 3d accel. Very strange.
Here it is anyhow incase you can see anything that I dont.

Code:
# File: xorg.conf

Section "ServerLayout"
	Identifier     "Server Layout"
	Screen         "Screen0" 0 0
	InputDevice    "Mouse1" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
#    ModulePath "/usr/X11R6/lib/modules"
	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

Section "Module"
	Load  "dbe"  	# Double buffer extension
	SubSection "extmod"
		Option	    "omit xfree86-dga"   # don't initialise the DGA extension
	EndSubSection
	Load  "type1"
	Load  "freetype"
# This loads the GLX module
	Load  "glx"   # libglx.a
	Load  "dri"   # libdri.a
EndSection

Section "InputDevice"
	Identifier  "Keyboard1"
	Driver      "kbd"
	Option	    "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "gb"
EndSection

Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option	    "Protocol" "ImPS/2"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	HorizSync    30.0 - 95.0
	VertRefresh  50.0 - 160.0
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	HorizSync    31.5 - 31.5
	VertRefresh  50.0 - 70.0
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Standard VGA"
	Driver      "vga"
	VendorName  "Unknown"
	BoardName   "Unknown"
EndSection

Section "Device"
	Identifier  "ATI Graphics Adapter"
	Driver      "fglrx"
	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
	Option	    "DesktopSetup" "0x00000100"
	Option	    "MonitorLayout" "CRT, STV"
	Option	    "IgnoreEDID" "off"
	Option	    "HSync2" "31.5       "
	Option	    "VRefresh2" "50 - 70"
	Option	    "ScreenOverlap" "0"
# === TV-out Management ===
	Option	    "NoTV" "no"
	Option	    "TVStandard" "PAL-I"
	Option	    "TVHSizeAdj" "0"
	Option	    "TVVSizeAdj" "0"
	Option	    "TVHPosAdj" "0"
	Option	    "TVVPosAdj" "0"
	Option	    "TVHStartAdj" "0"
    Option "TVColorAdj"                 "0"     
    Option "GammaCorrectionI"           "0x06419064"
    Option "GammaCorrectionII"          "0x06419064"
# === OpenGL specific profiles/settings ===
	Option	    "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
	Option	    "VideoOverlay" "on"
# === OpenGL Overlay ===
	Option	    "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
	Option	    "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
	Option	    "PseudoColorVisuals" "off"
# === QBS Management ===
	Option	    "Stereo" "off"
	Option	    "StereoSyncEnable" "1"
# === FSAA Management ===
	Option	    "FSAAEnable" "no"
	Option	    "FSAAScale" "1"
	Option	    "FSAADisableGamma" "no"
	Option	    "FSAACustomizeMSPos" "no"
	Option	    "FSAAMSPosX0" "0.000000"
	Option	    "FSAAMSPosY0" "0.000000"
	Option	    "FSAAMSPosX1" "0.000000"
	Option	    "FSAAMSPosY1" "0.000000"
	Option	    "FSAAMSPosX2" "0.000000"
	Option	    "FSAAMSPosY2" "0.000000"
	Option	    "FSAAMSPosX3" "0.000000"
	Option	    "FSAAMSPosY3" "0.000000"
	Option	    "FSAAMSPosX4" "0.000000"
	Option	    "FSAAMSPosY4" "0.000000"
	Option	    "FSAAMSPosX5" "0.000000"
	Option	    "FSAAMSPosY5" "0.000000"
# === Misc Options ===
	Option	    "UseFastTLS" "0"
	Option	    "BlockSignalsOnLock" "on"
	Option	    "UseInternalAGPGART" "yes"
	Option	    "ForceGenericCPU" "no"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"

    #Option "backingstore"
	Identifier "Screen0"
	Device     "ATI Graphics Adapter"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
		Viewport   0 0
		Depth     24
		Modes    "1600x1200" "1280x1024" "1024x768"
	EndSubSection
EndSection

Section "DRI"

# Access to OpenGL ICD is allowed for all users:
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
	Mode         0666
EndSection
Thanks for your help.
Darren
 
  


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
which kernel mod and driver? ATI 9600se cjae SUSE / openSUSE 1 04-16-2005 09:37 AM
Ati Radeon 9600SE driver problem on FC3 BloodyCat Linux - Hardware 4 03-27-2005 01:34 PM
ATi Radeon 9600SE thelinuxnewbe Linux - Hardware 4 09-02-2004 02:44 PM
ATI 9600se running slower than older ATI card w/ DRI on euth665667 Linux - Hardware 0 07-03-2004 06:10 AM
ati radeon 9600se - no gui caraphor Linux - Newbie 2 01-25-2004 05:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 01:22 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