LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 11-29-2005, 03:05 PM   #1
johny42
LQ Newbie
 
Registered: Oct 2005
Location: Kosice, Slovakia
Distribution: Fedora Core 5
Posts: 9

Rep: Reputation: 0
3D apps freeze with Fedora Core 3, ATI Radeon X600Pro


I have Fedora Core 3 installed on a computer with GeCube ATI Radeon X600Pro (256MB) graphics card. The default drivers provided by Fedora didn't work at all -- computer froze whenever X started -- I had to install FC3 in text mode and then fix it in console. By "froze" I mean the screen froze, mouse and keyboard didn't do anything (Ctrl-Alt-Backspace, switching to ttys did nothing) and I could only restart the computer with the Reset button.

So I installed ATI Proprietary Linux Drivers, which installed successfully including the kernel module and seemed to work OK (X and Gnome started successfully, I can work normally and play 2D games), but everytime I launch a 3D application/game such as TuxRacer, WarCraft III emulated via Wine, Machine Ball, etc., it freezes after aproximately 5 minutes of playing (freezes in the same way that it had with the default driver).

This is the dmesg output of graphic driver initialization:
Code:
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes.
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 11 (level, low) -> IRQ 11
[fglrx] module loaded - fglrx 8.18.8 [Oct 25 2005] on minor 0
[fglrx] free  PCIe = 54804480
[fglrx] max   PCIe = 54804480
[fglrx] free  LFB = 122613760
[fglrx] max   LFB = 122613760
[fglrx] free  Inv = 134217728
[fglrx] max   Inv = 134217728
[fglrx] total Inv = 134217728
[fglrx] total TIM = 0
[fglrx] total FB  = 0
[fglrx] total PCIe = 16384
This is the appropriate part of /etc/X11/xorg.conf:
Code:
Section "Device"

# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    # vendor=1002, device=5b62
	Identifier  "ATI Graphics Adapter"
	Driver      "fglrx"
	BoardName   "Unknown video card"
	Option	    "no_accel" "no"
	Option	    "no_dri" "no"
	Option	    "mtrr" "off"
	Option	    "DesktopSetup" "(null)"
	Option	    "HSync2" "unspecified"
	Option	    "VRefresh2" "unspecified"
	Option	    "ScreenOverlap" "0"
	Option	    "GammaCorrectionI" "0x00000000"
	Option	    "GammaCorrectionII" "0x00000000"
	Option	    "Capabilities" "0x00000000"
	Option	    "CapabilitiesEx" "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" "2"
	Option	    "BlockSignalsOnLock" "on"
	Option	    "UseInternalAGPGART" "yes"
	Option	    "ForceGenericCPU" "no"
	BusID       "PCI:1:0:0"
EndSection
Does anyone please know, what could be the cause or how to fix it? Would buying a nVidia card instead of this ATI help?
 
Old 11-30-2005, 08:45 AM   #2
johny42
LQ Newbie
 
Registered: Oct 2005
Location: Kosice, Slovakia
Distribution: Fedora Core 5
Posts: 9

Original Poster
Rep: Reputation: 0
If anyone has a perfectly working ATI card (preferably X600) in Fedora Core, could you please post your /etc/X11/xorg.conf and any additional driver installation info?
 
Old 11-30-2005, 05:10 PM   #3
masterross
Member
 
Registered: Nov 2005
Distribution: CentOS 7.x
Posts: 107

Rep: Reputation: 17
hi,
can you guide me how to install driver for my x600pro
i'm running Slack 10.2

thanks,
Ross
 
Old 12-01-2005, 02:11 AM   #4
johny42
LQ Newbie
 
Registered: Oct 2005
Location: Kosice, Slovakia
Distribution: Fedora Core 5
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by masterross
hi,
can you guide me how to install driver for my x600pro
i'm running Slack 10.2

thanks,
Ross
Download the "ATI Proprietary Linux Driver" from http://www.ati.com/. Download the installer version, ati-driver-installer-xxx.run (xxx is version). As root, launch it from console:
Code:
sh ati-driver-installer-xxx.sh
Follow the instructions (just click Next ) and after it's finished, run
Code:
fglrxconfig
also as root. Follow the instructions again (press Enter if you don't understand something) and restart after finishing.
 
Old 12-01-2005, 02:08 PM   #5
masterross
Member
 
Registered: Nov 2005
Distribution: CentOS 7.x
Posts: 107

Rep: Reputation: 17
thanks johny,

finnaly i've got it
before i started in the X console as was said in the ATI site.
now i run under shell
all is ok now

thanks!
 
  


Reply



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 9000 and fedora core 2 rhythmsection Linux - Hardware 0 01-15-2005 11:06 PM
ATI Radeon & Fedora Core 3 Matti Linux - Hardware 15 01-11-2005 05:04 PM
ATI Radeon 9000 - Fedora Core jacksmash Linux - Hardware 16 10-21-2004 05:33 AM
ATI Radeon 9600XT under Fedora Core 2 Test 1 sausagejohnson Linux - Hardware 4 08-18-2004 08:47 PM
Ati Radeon 9800XT and Fedora Core 2 Belerefontis Linux - Hardware 4 06-02-2004 12:09 PM

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

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