public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Bug #64656 - Problems with xscreensaver and xorg
@ 2004-11-13 22:20 Collins Richey
  2004-11-14 11:16 ` Chris Bainbridge
  2004-11-14 17:52 ` Tom Martin
  0 siblings, 2 replies; 6+ messages in thread
From: Collins Richey @ 2004-11-13 22:20 UTC (permalink / raw
  To: gentoo-dev

Can anyone provide suggestions about how to debug this problem. I
opened the bug in September, but it's received no attention. I've
tried numerous combinations of xorg (6.7 and 6.8), xscreensaver (4.15
and 4.16) , gtk+, etc., but the problem persists. The basic problem is
this: if I run xscreensaver or xscreensaver-demo and certain
screensavers are selected (Atlantis is one example), the X server
crashes. I get no additional info logged by xorg when the failure
occurs. I have a SIS650 internal card, and I don't find any real
matches (some hits on SIS650, but not my problem) of this problem
using google.

Other things like gimp and mplayer that are video intensive work just fine.

Perhaps this is an xorg problem, but I know from past experience that
xorg considers bugs reported by normal users like myself to be "noise"
and nothing will be done.

Any help would be appreciated.

I also asked on gentoo-user (see thread: Problems with xscreensaver and xorg).

-- 
 Collins

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Bug #64656 - Problems with xscreensaver and xorg
  2004-11-13 22:20 [gentoo-dev] Bug #64656 - Problems with xscreensaver and xorg Collins Richey
@ 2004-11-14 11:16 ` Chris Bainbridge
  2004-11-14 17:08   ` Per-Erik Westerberg
  2004-11-15  7:38   ` Donnie Berkholz
  2004-11-14 17:52 ` Tom Martin
  1 sibling, 2 replies; 6+ messages in thread
From: Chris Bainbridge @ 2004-11-14 11:16 UTC (permalink / raw
  To: gentoo-dev

Without any more details it's difficult to tell what the problem is.
Since theres no output you'd probably have to run xorg under gdb. The
gdb-6.0-r1 ebuild has the patch for debugging symbols in xfree/xorg
drivers; I'm not sure if the others  do.  Then recompile xorg with
'debug' in your USE flags. Run xorg under gdb (see
http://xfree86.linuxwiki.org/DebuggingTheXserver for some hints).
Hopefully when it crashes you should now be able to get a backtrace,
which will point the way to the problem.


On Sat, 13 Nov 2004 15:20:51 -0700, Collins Richey <crichey@gmail.com> wrote:
> Can anyone provide suggestions about how to debug this problem. I
> opened the bug in September, but it's received no attention. I've
> tried numerous combinations of xorg (6.7 and 6.8), xscreensaver (4.15
> and 4.16) , gtk+, etc., but the problem persists. The basic problem is
> this: if I run xscreensaver or xscreensaver-demo and certain
> screensavers are selected (Atlantis is one example), the X server
> crashes. I get no additional info logged by xorg when the failure
> occurs. I have a SIS650 internal card, and I don't find any real
> matches (some hits on SIS650, but not my problem) of this problem
> using google.
> 
> Other things like gimp and mplayer that are video intensive work just fine.
> 
> Perhaps this is an xorg problem, but I know from past experience that
> xorg considers bugs reported by normal users like myself to be "noise"
> and nothing will be done.
> 
> Any help would be appreciated.
> 
> I also asked on gentoo-user (see thread: Problems with xscreensaver and xorg).
> 
> --
>  Collins
> 
> --
> gentoo-dev@gentoo.org mailing list
> 
>

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Bug #64656 - Problems with xscreensaver and xorg
  2004-11-14 11:16 ` Chris Bainbridge
@ 2004-11-14 17:08   ` Per-Erik Westerberg
  2004-11-15  7:38   ` Donnie Berkholz
  1 sibling, 0 replies; 6+ messages in thread
From: Per-Erik Westerberg @ 2004-11-14 17:08 UTC (permalink / raw
  To: gentoo-dev

If you have non working 3D accelerated OpenGL and start a screensaver
that uses OpenGL to do it's graphics, like Atlantis does, then you will
experience exactly this problem. X will crash when the OpenGL
accelerated screensaver module starts. Make sure that OpenGL works and
your problem will be gone.

  BR / Per-Erik

sön 2004-11-14 klockan 11:16 +0000 skrev Chris Bainbridge:
> Without any more details it's difficult to tell what the problem is.
> Since theres no output you'd probably have to run xorg under gdb. The
> gdb-6.0-r1 ebuild has the patch for debugging symbols in xfree/xorg
> drivers; I'm not sure if the others  do.  Then recompile xorg with
> 'debug' in your USE flags. Run xorg under gdb (see
> http://xfree86.linuxwiki.org/DebuggingTheXserver for some hints).
> Hopefully when it crashes you should now be able to get a backtrace,
> which will point the way to the problem.
> 
> 
> On Sat, 13 Nov 2004 15:20:51 -0700, Collins Richey <crichey@gmail.com> wrote:
> > Can anyone provide suggestions about how to debug this problem. I
> > opened the bug in September, but it's received no attention. I've
> > tried numerous combinations of xorg (6.7 and 6.8), xscreensaver (4.15
> > and 4.16) , gtk+, etc., but the problem persists. The basic problem is
> > this: if I run xscreensaver or xscreensaver-demo and certain
> > screensavers are selected (Atlantis is one example), the X server
> > crashes. I get no additional info logged by xorg when the failure
> > occurs. I have a SIS650 internal card, and I don't find any real
> > matches (some hits on SIS650, but not my problem) of this problem
> > using google.
> > 
> > Other things like gimp and mplayer that are video intensive work just fine.
> > 
> > Perhaps this is an xorg problem, but I know from past experience that
> > xorg considers bugs reported by normal users like myself to be "noise"
> > and nothing will be done.
> > 
> > Any help would be appreciated.
> > 
> > I also asked on gentoo-user (see thread: Problems with xscreensaver and xorg).
> > 
> > --
> >  Collins
> > 
> > --
> > gentoo-dev@gentoo.org mailing list
> > 
> >
> 
> --
> gentoo-dev@gentoo.org mailing list
> 


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Bug #64656 - Problems with xscreensaver and xorg
  2004-11-13 22:20 [gentoo-dev] Bug #64656 - Problems with xscreensaver and xorg Collins Richey
  2004-11-14 11:16 ` Chris Bainbridge
@ 2004-11-14 17:52 ` Tom Martin
  2004-11-14 18:22   ` Stuart Herbert
  1 sibling, 1 reply; 6+ messages in thread
From: Tom Martin @ 2004-11-14 17:52 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1015 bytes --]

On Sat, Nov 13, 2004 at 03:20:51PM -0700, Collins Richey <crichey@gmail.com> wrote:
> Can anyone provide suggestions about how to debug this problem. I
> opened the bug in September, but it's received no attention. I've
> tried numerous combinations of xorg (6.7 and 6.8), xscreensaver (4.15
> and 4.16) , gtk+, etc., but the problem persists. The basic problem is
> this: if I run xscreensaver or xscreensaver-demo and certain
> screensavers are selected (Atlantis is one example), the X server
> crashes. I get no additional info logged by xorg when the failure
> occurs. I have a SIS650 internal card, and I don't find any real
> matches (some hits on SIS650, but not my problem) of this problem
> using google.

Are you using composite too?

If you are, I'd recommend either choosing composite, or glx. Just not
both.

By the way, could everyone in this thread PLEASE stop top-posting?


Tom
-- 
Tom Martin, Gentoo Developer: AMD64, net-mail, shell-tools
IRC: slarti` / irc.freenode.net

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Bug #64656 - Problems with xscreensaver and xorg
  2004-11-14 17:52 ` Tom Martin
@ 2004-11-14 18:22   ` Stuart Herbert
  0 siblings, 0 replies; 6+ messages in thread
From: Stuart Herbert @ 2004-11-14 18:22 UTC (permalink / raw
  To: gentoo-dev

On Sunday 14 November 2004 17:52, Tom Martin wrote:
> By the way, could everyone in this thread PLEASE stop top-posting?
>
> Tom

Be even better if everyone could go one further and take this to 
gentoo-users@g.o, which is where it belongs.

Many thanks,
Stu
-- 
Stuart Herbert                                              stuart@gentoo.org
Gentoo Developer                                       http://www.gentoo.org/
                                                   http://stu.gnqs.org/diary/

GnuPG key id# F9AFC57C available from http://pgp.mit.edu
Key fingerprint = 31FB 50D4 1F88 E227 F319  C549 0C2F 80BA F9AF C57C
--

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Bug #64656 - Problems with xscreensaver and xorg
  2004-11-14 11:16 ` Chris Bainbridge
  2004-11-14 17:08   ` Per-Erik Westerberg
@ 2004-11-15  7:38   ` Donnie Berkholz
  1 sibling, 0 replies; 6+ messages in thread
From: Donnie Berkholz @ 2004-11-15  7:38 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 709 bytes --]

On Sun, 2004-11-14 at 11:16 +0000, Chris Bainbridge wrote:
> Without any more details it's difficult to tell what the problem is.
> Since theres no output you'd probably have to run xorg under gdb. The
> gdb-6.0-r1 ebuild has the patch for debugging symbols in xfree/xorg
> drivers; I'm not sure if the others  do.  Then recompile xorg with
> 'debug' in your USE flags. Run xorg under gdb (see
> http://xfree86.linuxwiki.org/DebuggingTheXserver for some hints).
> Hopefully when it crashes you should now be able to get a backtrace,
> which will point the way to the problem.

Don't worry about the gdb patch. Just build xorg with USE="debug
dlloader" to get "standard" modules w/ debugging info.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-11-15  7:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-13 22:20 [gentoo-dev] Bug #64656 - Problems with xscreensaver and xorg Collins Richey
2004-11-14 11:16 ` Chris Bainbridge
2004-11-14 17:08   ` Per-Erik Westerberg
2004-11-15  7:38   ` Donnie Berkholz
2004-11-14 17:52 ` Tom Martin
2004-11-14 18:22   ` Stuart Herbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox