Mailinglist Archive: opensuse (1839 mails)

< Previous Next >
Re: [opensuse] fglrxinfo hangs, cannot use OpenGL.
  • From: "David C. Rankin" <drankinatty@xxxxxxxxxxxxxxxxxx>
  • Date: Sat, 18 Sep 2010 13:51:12 -0500
  • Message-id: <4C950A20.3030104@xxxxxxxxxxxxxxxxxx>
On 09/18/2010 12:15 PM, defiant @dslextreme.com wrote:
[ 17.312] (WW) fglrx(0): board is an unknown third party board,
chipset is supported
[ 17.313] (II) fglrx(0): Using adapter: 2:0.0.

fglrx is loading fine on PCI 2:0.0, and the rest of the load looks OK - no (EE). The issue may be with OpenGL, but we can look at more information if you'll post what is requested below.

<snip>

[ 20.474] (II) fglrx(0): Cannot get EDID information for CRT1
[ 48.108] (II) fglrx(0): Cannot get EDID information for CRT1
[ 48.773] (II) fglrx(0): Cannot get EDID information for CRT1
[ 56.075] (II) fglrx(0): Cannot get EDID information for CRT1

but the driver isn't getting your monitor info -- which is fine as long as you have a Monitor and Screen sections defined in xorg.conf (example of mine):

Section "Monitor"
Option "CalcAlgorithm" "XServerPool"
DisplaySize 367 230
HorizSync 30-70
Identifier "Monitor[0]"
ModelName "SAMSUNG LCD MONITOR"
Option "DPMS"
VendorName "SEC"
VertRefresh 43-60
UseModes "Modes[0]"
EndSection

<snip>

Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

Also, post the output of:

cat /etc/X11/xorg.conf

lspci -v

lsmod | grep fglrx

sudo dmesg | grep -i "fglrx\|video\|vga"
(or just run as root if you don't have sudo configured)

That should provide more information for myself or others to help further with any fglrx issue you may have, somebody else will have to chime in if there is a problem with OpenGL - (I'm out of ammo there).

--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >