LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 02-06-2005, 05:41 PM   #1
johnnydangerous
Member
 
Registered: Jan 2005
Location: Sofia, Bulgaria
Distribution: Fedora Core 4 Rawhide
Posts: 431

Rep: Reputation: 30
Red face ATI and FC3 workaround - not a newbie support needed (read over 100p about it)


I installed latest driver fglrx w./ kernel patch but in lsmod seems 7 processes uses it, any workaround for fglrxinfo showing mesa?

should I rpm -e mesa GL

Last edited by johnnydangerous; 02-08-2005 at 10:00 AM.
 
Old 02-07-2005, 04:58 AM   #2
johnnydangerous
Member
 
Registered: Jan 2005
Location: Sofia, Bulgaria
Distribution: Fedora Core 4 Rawhide
Posts: 431

Original Poster
Rep: Reputation: 30
(==) Using config file: "/etc/X11/xorg.conf"
(WW) fglrx: No matching Device section for instance (BusID PCI:2:0:1) found
(EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENOMEM"
(EE) fglrx(0): cannot init AGP
Agent pid 5064

Ethernal thanks for reply
 
Old 02-07-2005, 09:34 AM   #3
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Rep: Reputation: 30
edit your xorg.conf and look for
Code:
        Option      "UseInternalAGPGART" "yes"
and change it to
Code:
        Option      "UseInternalAGPGART" "no"
think that'll do it
 
Old 02-07-2005, 10:45 AM   #4
cyanide_2
Member
 
Registered: Jan 2005
Location: india
Distribution: Fedora Core 3
Posts: 32

Rep: Reputation: 15
check out this page, and download their xorg.conf file...it helped me...
http://www.stanford.edu/~fenn/linux/radeon.shtml
 
Old 02-07-2005, 12:55 PM   #5
johnnydangerous
Member
 
Registered: Jan 2005
Location: Sofia, Bulgaria
Distribution: Fedora Core 4 Rawhide
Posts: 431

Original Poster
Rep: Reputation: 30
I know this page but not good enought for my radeon so thanks for suggestion it lead to a couple of things:
1. lsmod
Module Size Used by
fglrx 226304 7 <---------- this is great but,

2.[alphonsebrown@cook ~]$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.1)

3.[alphonsebrown@cook ~]$ fgl_glxgears
X Error of failed request: BadLength (poly request too large or internal Xlib length error)
Major opcode of failed request: 16 (X_InternAtom)
Serial number of failed request: 36
Current serial number in output stream: 38

pls guys tell me any suggestions maybe to post my xorg.conf... which is quite fixed


Code:
Section "Device"
    Identifier                          "Radeon 9200SE - fglrx"
    Driver                              "fglrx"
    VendorName				"LulinZoo"
    BoardName				"GB Radeon 9200SE"
##############################
# ### generic DRI settings ###
#############################

# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === 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
    
####################################################    
# ### FireGL DDX driver module specific settings ###
###################################################

# === Screen Management ===
    Option "DesktopSetup"               "0x00000000" 
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "" 
    Option "VRefresh2"                  "" 
    Option "ScreenOverlap"              "0" 
# === TV-out Management ===
    Option "NoTV"                       "yes"     
    Option "TVStandard"                 "PAL-N"     
    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"               "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    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"                 "yes"
    Option "FSAAScale"                  "1" #4
    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"         "no"
    Option "ForceGenericCPU"            "no"
    # BusID "PCI:2:0:0"    # vendor=1002, device=4152
    Screen 0
EndSection

Last edited by johnnydangerous; 02-07-2005 at 01:21 PM.
 
Old 02-07-2005, 02:28 PM   #6
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Rep: Reputation: 30
are you using the rpm provided by ATi or the driver provided by Livna?

I feel (slightly) safer using the one provided by Livna.

I was having the same issue as you, where I still was using mesa, but after changing the AGP settings it started using fglrx.

do this command and paste it here.

Code:
cat /var/log/Xorg.0.log | grep EE
 
Old 02-07-2005, 02:58 PM   #7
johnnydangerous
Member
 
Registered: Jan 2005
Location: Sofia, Bulgaria
Distribution: Fedora Core 4 Rawhide
Posts: 431

Original Poster
Rep: Reputation: 30
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER


also I got some msg just one or two times like
(EE) fglrx no UMM and AGP something not found on BUS.(PCI2:0:1) ..or something..... but not everytime I load gnome
do I need to specify in Driver section of xorg the PCI number?
// sorry can't copy it from console F1 or don't know how to copy to clipboard from there...

completely erase this one I guess rpm -e will do the job?

how to call linva's in Device - fglrx?

actually I finally found in linva repo the kernel module for my new kernel... will try that

Last edited by johnnydangerous; 02-07-2005 at 03:43 PM.
 
Old 02-07-2005, 10:38 PM   #8
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Rep: Reputation: 30
If you are using GPM, you can copy from a terminal by selecting the text with the mouse, and then type vim "Xorg Error" and right click. It should paste it. To write the file and quit, hit escape a few times and then type :wq and it will write and quit. You can then edit it in X with whichever editor you choose.

It would be a good idea to comment out the BusID section in your xorg.conf just for testing purposes.

Anyways, seeing the AGP error would be helpful, since that's what I'm feeling it's boiling down to.
just to be absolutely sure, you copied the XF86Config-4 file that fglrxconfig made for you to xorg.conf, and saved your original? And when you're editing this, be sure you're editing xorg.conf! If you made a link xorg.conf --> XF86Config-4, that will work also.
 
Old 02-08-2005, 02:09 AM   #9
johnnydangerous
Member
 
Registered: Jan 2005
Location: Sofia, Bulgaria
Distribution: Fedora Core 4 Rawhide
Posts: 431

Original Poster
Rep: Reputation: 30
Floods man I'm really counting on you tell me I did rpm -e fgrlx and then restart and installed with yum the livna-unstable ati-fgrlx and kernel module and even some -dev package but now I can't open GUI with my user, just with root or another user, to debug I switched in xorg.conf to use radeon again and it's still not loading do you know why is that affecting only one user and are those the correct drivers? v.8.8.... actually I found out that previously with ati driver I had some version for XFree and it was 6.8..but it should have been for Xorg and I didn't make fglrxconfig coz you can see my conf it's better manually I guess pls reply about livna-unstable ver. do i need the smp one? sorry right know can't log to my machine but really need advice for later, when my dumbass ISP restores the link

what's your output for that:
In X, open a terminal window, then enter "export LIBGL_DEBUG=verbose". Then try glxinfo again. The first few lines should let you know if the ATI driver is having trouble loading. For me, it was because I was missing some libraries located in the compat-db rpms.

Last edited by johnnydangerous; 02-08-2005 at 02:45 AM.
 
Old 02-08-2005, 02:25 AM   #10
johnnydangerous
Member
 
Registered: Jan 2005
Location: Sofia, Bulgaria
Distribution: Fedora Core 4 Rawhide
Posts: 431

Original Poster
Rep: Reputation: 30
I found some more at http://dri.freedesktop.org/wiki/DriTroubleshooting

Linux: If you get this error message:

[agp] AGP not available
despite the fact that the agpgart module was loaded and initialized without problems, ensure that agpgart is loaded before the driver module for your chipset (like the radeon module). If agpgart is loaded later, the driver module will not see the AGP bus. As well, make sure that the kernel module for your agp bridge is loaded before the driver module for your chipset. For example, if your AGP bridge is an AMD Irongate (this can be determined via lspci -v and looking for the line containing AGP), make sure that amd_k7_agp is loaded before the driver module (say radeon).

how to make sure this already freakin me out AGP is loaded before the driver?
 
Old 02-08-2005, 05:37 PM   #11
johnnydangerous
Member
 
Registered: Jan 2005
Location: Sofia, Bulgaria
Distribution: Fedora Core 4 Rawhide
Posts: 431

Original Poster
Rep: Reputation: 30
Lightbulb

Finally got it working )) BIG thanks to Livna.org
 
Old 02-20-2005, 09:01 AM   #12
enginama
LQ Newbie
 
Registered: Jun 2003
Location: Houston,TX
Distribution: FC3
Posts: 16

Rep: Reputation: 0
Just re-installed FC3 after replacing graphics card(had nvidia).
Now have 9200SE.
Updated kernel to kernel-2.6.10-1.766_FC3, and tried to install for that kernel to find out that there is not a rpm available for 760_FC3 there is one for 760.
Checked on livna's web site for available versions.
So still can't get vard to work.
On boot, the activation fails for that card and it defaults back to the delivered 9200SE version which seems to run too slow on glxgears, ongetting 250FPS.
Any ideas?
 
Old 02-20-2005, 09:19 AM   #13
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Rep: Reputation: 30
[fragile@nebuchadnezzar ~]$ uname -r
2.6.10-1.741_FC3
[fragile@nebuchadnezzar ~]$ rpm -q ati-fglrx
ati-fglrx-8.8.25.1-0.lvn.4.3

I'm using a *slightly* older kernel to get my ATI card to work. I don't see a big reason to upgrade kernels as fast as fedora does, anyways.

I'd install the livna rpm and use the slightly older kernel to start with, and then try to get it working from there.
 
Old 02-20-2005, 09:39 AM   #14
enginama
LQ Newbie
 
Registered: Jun 2003
Location: Houston,TX
Distribution: FC3
Posts: 16

Rep: Reputation: 0
unfortunately the only version I can upgrade to is the one I have, the previous version I have is 2.6.9.
So I am going to remove the kernel upgrade and try ati upgrade with 2.6.9 kernel and see if that works.
 
Old 02-20-2005, 12:43 PM   #15
enginama
LQ Newbie
 
Registered: Jun 2003
Location: Houston,TX
Distribution: FC3
Posts: 16

Rep: Reputation: 0
Still not working. Pasting the failed piece of my log file here :


(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.7
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(==) fglrx(0): FSAA Gamma enabled
(==) fglrx(0): FSAA Multisample Position is fix
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/X11R6/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
compiled for 4.3.99.902, module version = 8.8.25
ABI class: X.Org Server Extension, version 0.2
(II) fglrx(0): Depth moves disabled by default
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): cpuFlags: 0x8000001d
(==) fglrx(0): cpuSpeedMHz: 0x000007d5
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xe9000000 - 0xe900ffff (0x10000) MX[B]
[1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
[2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xec000000 - 0xec000fff (0x1000) MX[B]
[8] -1 0 0xeb000000 - 0xeb00007f (0x80) MX[B]
[9] -1 0 0xec102000 - 0xec1020ff (0x100) MX[B]
[10] -1 0 0xec101000 - 0xec1011ff (0x200) MX[B]
[11] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
[12] -1 0 0xec100000 - 0xec1003ff (0x400) MX[B]
[13] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[14] -1 0 0xe9000000 - 0xe900ffff (0x10000) MX[B](B)
[15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[19] 0 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[22] -1 0 0x0000b000 - 0x0000b07f (0x80) IX[B]
[23] -1 0 0x0000d800 - 0x0000d83f (0x40) IX[B]
[24] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[25] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[26] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[27] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
[28] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
[29] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
[30] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[31] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
[32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): UMM area: 0xd0501000 (size=0x07aff000)
(II) fglrx(0): driver needs XFree86 version: 4.3.x
(WW) fglrx(0): could not detect XFree86 version (query_status=-3)
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
[drm] failed to load kernel module "fglrx"
(II) fglrx(0): [drm] drmOpen failed
(EE) fglrx(0): DRIScreenInit failed!
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0xd0000000 FBMappedSize: 0x08000000
(==) fglrx(0): Write-combining range (0xd0000000,0x8000000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1024,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1024,768) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) fglrx(0): Using hardware cursor (scanline 768)
(II) fglrx(0): Largest offscreen area available: 1024 x 7419
(**) Option "dpms"
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): Direct rendering disabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
 
  


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
(FC3) ATI FGLRX Drivers work for months,FC3 update, stop working genixpro Linux - Hardware 2 04-23-2005 09:01 PM
FC3, ATI, Nforce2 d4harvey Fedora 2 04-14-2005 05:19 PM
ATI + FC3 +nforce2 d4harvey Fedora 0 04-14-2005 05:17 PM
FC3 and ati fglrx.. bumbumkoala Fedora 14 01-03-2005 09:01 AM
Fedora Install Workaround (for ATI card users) optimalprimer Fedora 1 11-30-2003 09:06 PM

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

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