LinuxQuestions.org
Help answer threads with 0 replies.
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 01-31-2005, 06:20 PM   #1
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Rep: Reputation: 30
ati fglrxinfo reports still using mesa3d


after installing the rpm released by ATI for X.org, it still reports I'm using mesa3d.
Code:
[fragile@fragility ~]$ 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)
my xorg.conf file reads as I think it should. I'll paste any parts of importance here.
Code:
Section "Device"
        Identifier  "Videocard0"
        Driver      "fglrx"
        VendorName  "ATI"
        BoardName   "ATI Radeon Mobility 9600 M10"
        Option      "no_accel" "no"
        Option      "no_dri" "no"
        Option      "Capabilities" "0x00000000"
        Option      "VideoOverlay" "on"
EndSection
looks OK to me. loading fglrx as it should, right?! I'll paste the module section just for giggles I guess.
Code:
Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "synaptics"
        Load  "dri"
EndSection
I tried putting
Code:
 Load  "fglrx"
in there but that didn't help either.

Here's a dmesg with some stuff on it, nothing too interesting though.
Code:
[fragile@fragility ~]$ dmesg | grep fglrx
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
fglrx: Unknown symbol pci_find_class
 
Old 02-01-2005, 11:40 PM   #2
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
Still no luck. I don't want to re-post it in Hardware, but it's not really a Fedora specific problem, I'm sure.

on the real note, I've still no luck. At boot it checks for ati-fglrx module in kernel and says ok. can someone point me in the general direction? I've dug all through my xorg stuff and it all looks good to me.

Last edited by FLOODS; 02-01-2005 at 11:41 PM.
 
Old 02-02-2005, 10:59 PM   #3
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
was finally able to get the driver etc loaded after reading another ATI post in this very forum, more recent than mine though.

Now I have a new problem.
Since I have the driver etc installed and working correctly (fglrxinfo reports all good, fgl_glxgears looks good too), when switch to tty* or if I logout, my screen turns all strange colors and just flacks out.

This is using a laptop, and I have tried taking my old xorg.conf file and replacing the radeon driver with the fglrx, but I still get the same thing when I logout/switch to tty*

does anyone know a solution to this?

Thanks!

EDIT: Tried vmalloc=256 at boot with no luck. thought maybe it'd do something since I've seen others saying it helped them.

Last edited by FLOODS; 02-03-2005 at 12:02 AM.
 
Old 02-03-2005, 03:23 AM   #4
johnnydangerous
Member
 
Registered: Jan 2005
Location: Sofia, Bulgaria
Distribution: Fedora Core 4 Rawhide
Posts: 431

Rep: Reputation: 30
Lightbulb hi

can u tell me the link to that other thread? maybe you should check on - http://rpm.livna.org/fedora/3/i386/RPMS.unstable/
http://www.stanford.edu/~fenn/linux/...4.6-1.i386.rpm
http://www.stanford.edu/~fenn/linux/...5-1.1.i386.rpm
http://www.stanford.edu/~fenn/linux/...25-1.1.src.rpm
 
Old 02-03-2005, 05:57 AM   #5
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
Of course.

Right here. you'll really have to play with it to get it to work, though.

also, when it asks about AGP, say no. that's the only way it would work for me.

and as far as trying another rpm, I don't really see why. I have the driver working, there were just consequences to it that I have to fix now.
 
Old 02-03-2005, 09:50 PM   #6
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
er, cancel that. with "no_dri" "yes" it wasn't using fglrx, it was using the mesa driver still, somehow. any ideas?

went and installed the livna rpms (fglrx and kernel module), but I'm still getting the same thing. Here's the videocard portion of my 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=4e50
        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" "AUTO, NONE"
        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" "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      "FSAAMSPosX5" "0.000000"
        Option      "FSAAMSPosY5" "0.000000"
# === Misc Options ===
        Option      "UseFastTLS" "2"
        Option      "BlockSignalsOnLock" "on"
        Option      "UseInternalAGPGART" "no"
        Option      "ForceGenericCPU" "no"
        BusID       "PCI:1:0:0"
EndSection

Last edited by FLOODS; 02-03-2005 at 11:19 PM.
 
Old 02-03-2005, 11:37 PM   #7
johnnydangerous
Member
 
Registered: Jan 2005
Location: Sofia, Bulgaria
Distribution: Fedora Core 4 Rawhide
Posts: 431

Rep: Reputation: 30
Red face

thank u Floods nice job to help desperate Ati users I think that other thread will do the job!
 
  


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 9200 fglrxinfo Shr00mBoXx Linux - Hardware 26 07-19-2006 05:02 AM
ATI Radeon 9800SE getting "OpenGL vendor string: Mesa project: www.mesa3d.org KenMac Mandriva 4 08-27-2005 07:55 AM
fglrxinfo reposrts Mesa, but ATI installed(?) resaguk Slackware 7 03-28-2005 10:44 AM
More trouble with Mesa3d fatherg Programming 0 07-13-2004 04:36 PM
Mesa3D HELP??? greay Linux - General 1 05-31-2001 07:15 AM

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

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