[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2011-11-28 Thread ski
Thanks a lot Pedric - that worked for me. I can run google-chrome (which
I am hopelessly addicted to), and various other programs don't
crash/spam dmesg randomly.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/555158

Title:
  glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/555158/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2011-04-17 Thread mutex
I have the same problem. I got this error, when I've installed fglrx
driver via apt-get on Ubuntu 11.04 beta 2. When I reboot, Unity reports
error and doesn't start. glxgears crashed. So how can I have this driver
worked correctly?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/555158

Title:
  glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2010-11-20 Thread Pedric
I found that you don't need uninstall fglrx (or nvidia, as that driver
will ship its own libGL as well) to use mesa libGL again - you can use

sudo update-alternative --set gl_conf /path/to/ld.so.conf

To see the available GL configurations, run

update-alternatives --list gl_conf

For example, if you run one of the open source drivers such as intel,
radeon or nouveau, update the gl configuration alternative to the mesa
configuration.

sudo update-alternative --set gl_conf/usr/lib/mesa/ld.so.conf

Or, if you run fglrx run

sudo update-alternative --set gl_conf /usr/lib/fglrx/ld.so.conf

Nvidia ships its own GL configuration alternative, which works the same.
After doing so, you need to run

sudo ldconfig

to reconfigure the dynamic linker run-time bindings. It may be better to
do so when X is not running, as e.g. fglrx will crash if you switch to
mesa while it is running.

-- 
glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()
https://bugs.launchpad.net/bugs/555158
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2010-11-18 Thread Robert Hooker
** Changed in: fglrx-installer (Ubuntu)
   Status: New = Invalid

-- 
glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()
https://bugs.launchpad.net/bugs/555158
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2010-11-16 Thread Pedric
Using a laptop with hybrid graphics (integrated intel  dedicated amd
gpu), this bug hits me while running in integrated mode. I am using a
hybrid xorg.conf that uses either gpu if activated in bios. For me, the
fglrx driver is unfortunately required for proper load-dependent
(dynamic) frequency scaling of the dedicated GPU without flickering at
frequency changes. With the intel driver running, libgl crashes every
time it is used...

-- 
glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()
https://bugs.launchpad.net/bugs/555158
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2010-04-13 Thread Thiago Figueiro
Thanks all.  I was going to mark this bug as invalid but other people
have marked the bug as affecting them.  I'll let it sit for a while but
afaic this can be closed.

-- 
glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()
https://bugs.launchpad.net/bugs/555158
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2010-04-12 Thread Felix Kuehling
Hi Thiago,

your hardware is not supported by the fglrx driver. Only R6xx and later
hardware is supported by the current driver version. The problem is that
you're using the radeon driver while fglrx is installed. The fglrx libGL
and libglx is incompatible with the radeon driver. Uninstall fglrx and
the radeon driver should work correctly.

-- 
glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()
https://bugs.launchpad.net/bugs/555158
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2010-04-09 Thread Thiago Figueiro
Jockey doesn't seem to pick-up anything:

thia...@xingu:~$ jockey-text

Searching for available drivers...
thia...@xingu:~$ 

thia...@xingu:~$ sudo jockey-text -l
firmware:b43 - Broadcom B43 wireless driver (Free, Enabled, In use)
kmod:wl - Broadcom STA wireless driver (Proprietary, Disabled, Not in use)


Thanks for the help, by the way.  Has anyone seen a procedure/howto/thread 
somewhere and wouldn't mind posting the URL?  I feel a bit bad using the bug 
tracker for support.


thia...@xingu:~$ sudo jockey-text --hardware-ids
modalias:pci:v1002d5975sv1028sd01F5bc03sc00i00
modalias:input:b0019vp0003e-e0,1,k8E,ramlsfw
modalias:pci:v1022d1100svsdbc06sc00i00
modalias:pci:v1180d0822sv1028sd01F5bc08sc05i00
modalias:acpi:PNP:
modalias:acpi:device:
modalias:pci:v1002d5A37svsdbc06sc04i00
modalias:input:b0019vp0005e-e0,5,kramlsfw0,
modalias:platform:dcdbas
modalias:usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00
modalias:pci:v1022d1101svsdbc06sc00i00
modalias:input:b0019vpe-e0,1,k94,95,A1,E0,E1,EC,EE,1AF,ramlsfw
modalias:acpi:PNP0B00:
modalias:pci:v1022d1103svsdbc06sc00i00
modalias:platform:Fixed MDIO bus
modalias:pci:v1002d438Csv1028sd01F5bc01sc01i8a
modalias:platform:regulatory
modalias:pci:v1180d0843sv1028sd01F5bc08sc80i00
modalias:pci:v1002d5950sv1028sd01F5bc06sc00i00
modalias:acpi:PNP0C01:
modalias:acpi:PNP0800:
modalias:pci:v1002d5A3Fsvsdbc06sc04i00
modalias:acpi:PNP0C02:
modalias:acpi:LNXTHERM:
modalias:acpi:LNXSYSTM:
modalias:acpi:PNP0303:
modalias:ssb:v4243id0807rev03
modalias:pci:v1002d4380sv1028sd01F5bc01sc06i01
modalias:pci:v14E4d170Csv1028sd01F5bc02sc00i00
modalias:input:b0017v0001p0001e0100-e0,1,2,k110,111,112,r0,1,amlsfw
modalias:input:bvpe-e0,5,kramlsfw4,
modalias:input:b0011v0002p0007e01B1-e0,1,3,k110,111,112,145,14A,14D,14E,ra0,1,18,1C,mlsfw
modalias:ssb:v4243id0806rev07
modalias:pci:v14E4d4311sv1028sd0007bc02sc80i00
modalias:dmi:bvnDellInc.:bvr2.4.1:bd05/30/2006:svnDellInc.:pnInspiron1501:pvrNotSpecified:rvnDellInc.:rn0UW744:rvr:cvnDellInc.:ct8:cvrNotSpecified:
modalias:acpi:PNP0100:
modalias:ssb:v4243id0817rev03
modalias:input:b0019vp0006e-e0,1,kE0,E1,E3,F0,F1,F2,F3,F4,F5,ramlsfw
modalias:usb:v1D6Bp0002d0206dc09dsc00dp00ic09isc00ip00
modalias:pci:v1022d1102svsdbc06sc00i00
modalias:acpi:SYN1015:SYN0100:SYN0002:PNP0F13:
modalias:acpi:LNXSYBUS:
modalias:pci:v1002d4384svsdbc06sc04i01
modalias:pci:v1002d5A38svsdbc06sc04i00
modalias:pci:v1002d438Dsv1028sd01F5bc06sc01i00
modalias:pci:v1002d4386sv1028sd01F5bc0Csc03i20
modalias:platform:pcspkr
modalias:input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8D,8E,8F,94,98,9B,9C,9D,9E,9F,A2,A3,A4,A5,A6,AC,AD,B7,B8,B9,BF,C1,CD,D4,D7,D9,E0,E1,E2,E3,EC,EE,ram4,l0,1,2,sfw
modalias:acpi:PNP0200:
modalias:pci:v1002d4385sv1028sd01F5bc0Csc05i00
modalias:platform:eisa
modalias:serio:ty01pr00id00ex00
modalias:ssb:v4243id0812rev0A
modalias:pci:v1002d4383sv1028sd01F5bc04sc03i00
modalias:input:b0019vp0001e-e0,1,k74,ramlsfw
modalias:input:bvpe-e0,5,kramlsfw2,
modalias:acpi:PNP0C04:

-- 
glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()
https://bugs.launchpad.net/bugs/555158
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2010-04-07 Thread Thiago Figueiro
Hi, Alberto.

Thanks for that and right you are.  I've removed all traces of the
proprietary driver and reinstalled the open-source driver.  Running
glxinfo no longer dumps a core:

$ glxinfo 
name of display: :0.0
Xlib:  extension GLX missing on display :0.0.
Xlib:  extension GLX missing on display :0.0.
Xlib:  extension GLX missing on display :0.0.
Xlib:  extension GLX missing on display :0.0.
Xlib:  extension GLX missing on display :0.0.
Error: couldn't find RGB GLX visual or fbconfig

Xlib:  extension GLX missing on display :0.0.
Xlib:  extension GLX missing on display :0.0.
Xlib:  extension GLX missing on display :0.0.
Xlib:  extension GLX missing on display :0.0.
Xlib:  extension GLX missing on display :0.0.
Xlib:  extension GLX missing on display :0.0.
Xlib:  extension GLX missing on display :0.0.


Still doesn't work as it did on 9.10.  Should this be handled on a different 
bug entry?

xorg.conf is pretty standard:

Section Module
Loadglx
EndSection

Section Device
Identifier  Configured Video Device
Driver  radeon
EndSection

Cheers

-- 
glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()
https://bugs.launchpad.net/bugs/555158
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2010-04-07 Thread Robert Hooker
He asked you to remove it and then install it through jockey (system -
preferences - hardware drivers) because thats what sets up the glx and
gl right and your system got into a funky state. After you do that, then
you can deactivate the drivers (from jockey again, not apt-get or
synaptic!) and the open ones should work right. You dont need that
xorg.conf for the open drivers.

-- 
glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()
https://bugs.launchpad.net/bugs/555158
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2010-04-06 Thread Alberto Milone
It looks like you're using the open source driver with the libraries
from the proprietary driver.

Can you remove the fglrx package and install the driver from Jockey (the
restricted drivers manager), please?

-- 
glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()
https://bugs.launchpad.net/bugs/555158
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2010-04-05 Thread emarkay
I also just got an Apport created bug on this.  Let me know if any of
the data it collected is needed.

-- 
glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()
https://bugs.launchpad.net/bugs/555158
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2010-04-04 Thread Thiago Figueiro

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/43079510/BootDmesg.txt

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/43079511/CoreDump.gz

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/43079512/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/43079513/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/43079514/Disassembly.txt

** Attachment added: GdmLog.gz
   http://launchpadlibrarian.net/43079515/GdmLog.gz

** Attachment added: GdmLog1.gz
   http://launchpadlibrarian.net/43079516/GdmLog1.gz

** Attachment added: GdmLog2.gz
   http://launchpadlibrarian.net/43079517/GdmLog2.gz

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/43079518/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/43079519/Lsusb.txt

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/43079520/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/43079521/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/43079522/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/43079523/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/43079524/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/43079525/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/43079526/Registers.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/43079527/RelatedPackageVersions.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/43079528/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/43079529/ThreadStacktrace.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/43079530/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/43079531/UdevLog.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/43079532/XorgConf.txt

** Attachment added: XorgLog.gz
   http://launchpadlibrarian.net/43079533/XorgLog.gz

** Attachment added: XorgLogOld.gz
   http://launchpadlibrarian.net/43079534/XorgLogOld.gz

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/43079535/Xrandr.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/43079536/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/43079537/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/43079538/xkbcomp.txt

** Visibility changed to: Public

-- 
glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()
https://bugs.launchpad.net/bugs/555158
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2010-04-04 Thread Thiago Figueiro
Also, in `dmesg':

[  182.554496] glxinfo[2257]: segfault at 4 ip 00775ed6 sp bf97b020 error 4 in 
libGL.so.1.2[71+a7000]
[  189.598254] glxinfo[2259]: segfault at 4 ip 00e76ed6 sp bfc3ba80 error 4 in 
libGL.so.1.2[e11000+a7000]
[  231.464828] glxinfo[2491]: segfault at 4 ip 00b8ced6 sp bfcac800 error 4 in 
libGL.so.1.2[b27000+a7000]
[  958.596858] glxgears[9222]: segfault at 4 ip 008b7ed6 sp bfa57970 error 4 in 
libGL.so.1.2[852000+a7000]
[  981.222379] glxgears[9225]: segfault at 4 ip 00429ed6 sp bf93ecf0 error 4 in 
libGL.so.1.2[3c4000+a7000]
[  984.186742] glxgears[9227]: segfault at 4 ip 00175ed6 sp bfeb68a0 error 4 in 
libGL.so.1.2[11+a7000]
[ 1025.511043] glxgears[9255]: segfault at 4 ip 00535ed6 sp bff90740 error 4 in 
libGL.so.1.2[4d+a7000]

-- 
glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()
https://bugs.launchpad.net/bugs/555158
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 555158] Re: glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()

2010-04-04 Thread Robert Hooker
** Package changed: mesa (Ubuntu) = fglrx-installer (Ubuntu)

-- 
glxinfo crashed with SIGSEGV in XF86DRIQueryExtension()
https://bugs.launchpad.net/bugs/555158
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp