* [gentoo-user] xorg crashes
@ 2011-04-05 15:58 Mike Bean
2011-04-05 18:28 ` Mick
2011-04-05 19:20 ` Volker Armin Hemmann
0 siblings, 2 replies; 11+ messages in thread
From: Mike Bean @ 2011-04-05 15:58 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 235 bytes --]
Not sure what's going on, hopefully it's a configuration mistake of some
kind. Sometimes it crashes, sometimes it's intermittent. My xlog is at
http://pastebin.com/9jsJE8mw
Not really sure how to debug it, all advice is appreciated
[-- Attachment #2: Type: text/html, Size: 483 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] xorg crashes
2011-04-05 15:58 [gentoo-user] xorg crashes Mike Bean
@ 2011-04-05 18:28 ` Mick
2011-04-05 18:55 ` Mike Bean
2011-04-05 19:20 ` Volker Armin Hemmann
1 sibling, 1 reply; 11+ messages in thread
From: Mick @ 2011-04-05 18:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 687 bytes --]
On Tuesday 05 April 2011 16:58:39 Mike Bean wrote:
> Not sure what's going on, hopefully it's a configuration mistake of some
> kind. Sometimes it crashes, sometimes it's intermittent. My xlog is at
> http://pastebin.com/9jsJE8mw
> Not really sure how to debug it, all advice is appreciated
With the 2.6.36-gentoo-r8 kernel I would suggest that you configure KMS as
explained here:
http://www.gentoo.org/doc/en/xorg-config.xml
it is likely that you would not need x11-drivers/xf86-input-keyboard or mouse
drivers and that evdev will serve both devices. In that case the crash that
seems to happen after the mouse is being set up may go away.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] xorg crashes
2011-04-05 18:28 ` Mick
@ 2011-04-05 18:55 ` Mike Bean
0 siblings, 0 replies; 11+ messages in thread
From: Mike Bean @ 2011-04-05 18:55 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1074 bytes --]
I thought it might be a driver issue - not sure what's going on. Trying to
find a known good virtualbox .conf file so I can compare.
Section "InputDevice"
Indentifier "Mouse0"
Driver "evdev"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Mike Bean
On Tue, Apr 5, 2011 at 12:28 PM, Mick <michaelkintzios@gmail.com> wrote:
> On Tuesday 05 April 2011 16:58:39 Mike Bean wrote:
> > Not sure what's going on, hopefully it's a configuration mistake of some
> > kind. Sometimes it crashes, sometimes it's intermittent. My xlog is at
> > http://pastebin.com/9jsJE8mw
> > Not really sure how to debug it, all advice is appreciated
>
> With the 2.6.36-gentoo-r8 kernel I would suggest that you configure KMS as
> explained here:
>
> http://www.gentoo.org/doc/en/xorg-config.xml
>
> it is likely that you would not need x11-drivers/xf86-input-keyboard or
> mouse
> drivers and that evdev will serve both devices. In that case the crash
> that
> seems to happen after the mouse is being set up may go away.
> --
> Regards,
> Mick
>
[-- Attachment #2: Type: text/html, Size: 1788 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] xorg crashes
2011-04-05 15:58 [gentoo-user] xorg crashes Mike Bean
2011-04-05 18:28 ` Mick
@ 2011-04-05 19:20 ` Volker Armin Hemmann
2011-04-05 20:15 ` Mike Bean
1 sibling, 1 reply; 11+ messages in thread
From: Volker Armin Hemmann @ 2011-04-05 19:20 UTC (permalink / raw
To: gentoo-user
On Tuesday 05 April 2011 09:58:39 Mike Bean wrote:
> Not sure what's going on, hopefully it's a configuration mistake of some
> kind. Sometimes it crashes, sometimes it's intermittent. My xlog is at
> http://pastebin.com/9jsJE8mw
> Not really sure how to debug it, all advice is appreciated
well, it is not a driver issue. Your server segfaults. Have you set strange
flags? have you rebuild xorg-server and all the stuff it depends on with sane
flags?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] xorg crashes
2011-04-05 19:20 ` Volker Armin Hemmann
@ 2011-04-05 20:15 ` Mike Bean
2011-04-05 20:19 ` Jeremy McSpadden
2011-04-06 6:20 ` Yohan Pereira
0 siblings, 2 replies; 11+ messages in thread
From: Mike Bean @ 2011-04-05 20:15 UTC (permalink / raw
To: gentoo-user; +Cc: Volker Armin Hemmann
[-- Attachment #1: Type: text/plain, Size: 1233 bytes --]
That, is an interesting question, because I HAVE been changing USE flags.
When the kernel was built it had a distinctly different use flag set. Now
it's USE="mmx sse sse2 ssh X -gnome -kde -qt4 dbus jpeg lock session
startup-notification thunar udev -cdr -dvd alsa gtk"
I might be giving myself away as a gentoo noob here, but I haven't
technically built anything. When you say, "rebuild" are you referring to
basically the same process as emerge? That's how I got my drivers and
xorg, but when I think of building something I always think of
configure/make/make install, and I want to be sure I'm not doing the wrong
thing because of a misunderstanding
On Tue, Apr 5, 2011 at 1:20 PM, Volker Armin Hemmann <
volkerarmin@googlemail.com> wrote:
> On Tuesday 05 April 2011 09:58:39 Mike Bean wrote:
> > Not sure what's going on, hopefully it's a configuration mistake of some
> > kind. Sometimes it crashes, sometimes it's intermittent. My xlog is at
> > http://pastebin.com/9jsJE8mw
> > Not really sure how to debug it, all advice is appreciated
>
> well, it is not a driver issue. Your server segfaults. Have you set strange
> flags? have you rebuild xorg-server and all the stuff it depends on with
> sane
> flags?
>
>
[-- Attachment #2: Type: text/html, Size: 1702 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] xorg crashes
2011-04-05 20:15 ` Mike Bean
@ 2011-04-05 20:19 ` Jeremy McSpadden
2011-04-05 21:36 ` Mike Bean
2011-04-06 6:20 ` Yohan Pereira
1 sibling, 1 reply; 11+ messages in thread
From: Jeremy McSpadden @ 2011-04-05 20:19 UTC (permalink / raw
To: gentoo-user; +Cc: Volker Armin Hemmann
[-- Attachment #1: Type: text/plain, Size: 1395 bytes --]
Can you paste our make.conf file ? and the output of " eselect profile list " ?
On Apr 5, 2011, at 3:15 PM, Mike Bean wrote:
> That, is an interesting question, because I HAVE been changing USE flags. When the kernel was built it had a distinctly different use flag set. Now it's USE="mmx sse sse2 ssh X -gnome -kde -qt4 dbus jpeg lock session startup-notification thunar udev -cdr -dvd alsa gtk"
>
> I might be giving myself away as a gentoo noob here, but I haven't technically built anything. When you say, "rebuild" are you referring to basically the same process as emerge? That's how I got my drivers and xorg, but when I think of building something I always think of configure/make/make install, and I want to be sure I'm not doing the wrong thing because of a misunderstanding
>
> On Tue, Apr 5, 2011 at 1:20 PM, Volker Armin Hemmann <volkerarmin@googlemail.com> wrote:
> On Tuesday 05 April 2011 09:58:39 Mike Bean wrote:
> > Not sure what's going on, hopefully it's a configuration mistake of some
> > kind. Sometimes it crashes, sometimes it's intermittent. My xlog is at
> > http://pastebin.com/9jsJE8mw
> > Not really sure how to debug it, all advice is appreciated
>
> well, it is not a driver issue. Your server segfaults. Have you set strange
> flags? have you rebuild xorg-server and all the stuff it depends on with sane
> flags?
>
>
[-- Attachment #2: Type: text/html, Size: 2047 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] xorg crashes
2011-04-05 20:19 ` Jeremy McSpadden
@ 2011-04-05 21:36 ` Mike Bean
2011-04-05 21:41 ` Gregory Fontenele
2011-04-05 22:30 ` Jeremy McSpadden
0 siblings, 2 replies; 11+ messages in thread
From: Mike Bean @ 2011-04-05 21:36 UTC (permalink / raw
To: gentoo-user; +Cc: Jeremy McSpadden, Volker Armin Hemmann
[-- Attachment #1: Type: text/plain, Size: 1988 bytes --]
Well, re-running emerge on the driver set had at least two effects. 1) The
segfault address moved, and 2) the backtrace moved, 3) the error changed.
My xlog: http://pastebin.com/zs5zvEBE
My usefile: http://pastebin.com/vtvZsumP
My xorg.conf: http://pastebin.com/qwyE5nsX
Kinda wish I could stay and comb it, but if I don't get into traffic before
rush hour, it'll tack a good 30-45 min onto my commute length. Will have to
go through it when I get home!
<http://pastebin.com/zs5zvEBE>
On Tue, Apr 5, 2011 at 2:19 PM, Jeremy McSpadden <deface@uberpenguin.net>wrote:
> Can you paste our make.conf file ? and the output of " eselect profile list
> " ?
>
> On Apr 5, 2011, at 3:15 PM, Mike Bean wrote:
>
> That, is an interesting question, because I HAVE been changing USE flags.
> When the kernel was built it had a distinctly different use flag set. Now
> it's USE="mmx sse sse2 ssh X -gnome -kde -qt4 dbus jpeg lock session
> startup-notification thunar udev -cdr -dvd alsa gtk"
>
> I might be giving myself away as a gentoo noob here, but I haven't
> technically built anything. When you say, "rebuild" are you referring to
> basically the same process as emerge? That's how I got my drivers and
> xorg, but when I think of building something I always think of
> configure/make/make install, and I want to be sure I'm not doing the wrong
> thing because of a misunderstanding
>
> On Tue, Apr 5, 2011 at 1:20 PM, Volker Armin Hemmann <
> volkerarmin@googlemail.com> wrote:
>
>> On Tuesday 05 April 2011 09:58:39 Mike Bean wrote:
>> > Not sure what's going on, hopefully it's a configuration mistake of some
>> > kind. Sometimes it crashes, sometimes it's intermittent. My xlog is
>> at
>> > http://pastebin.com/9jsJE8mw
>> > Not really sure how to debug it, all advice is appreciated
>>
>> well, it is not a driver issue. Your server segfaults. Have you set
>> strange
>> flags? have you rebuild xorg-server and all the stuff it depends on with
>> sane
>> flags?
>>
>>
>
>
[-- Attachment #2: Type: text/html, Size: 3084 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] xorg crashes
2011-04-05 21:36 ` Mike Bean
@ 2011-04-05 21:41 ` Gregory Fontenele
2011-04-05 22:33 ` Gregory Fontenele
2011-04-05 22:30 ` Jeremy McSpadden
1 sibling, 1 reply; 11+ messages in thread
From: Gregory Fontenele @ 2011-04-05 21:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2197 bytes --]
how it came out of that list?
On Tue, Apr 5, 2011 at 18:36, Mike Bean <beandaemon@gmail.com> wrote:
> Well, re-running emerge on the driver set had at least two effects. 1) The
> segfault address moved, and 2) the backtrace moved, 3) the error changed.
>
> My xlog: http://pastebin.com/zs5zvEBE
>
> My usefile: http://pastebin.com/vtvZsumP
>
> My xorg.conf: http://pastebin.com/qwyE5nsX
>
> Kinda wish I could stay and comb it, but if I don't get into traffic before
> rush hour, it'll tack a good 30-45 min onto my commute length. Will have to
> go through it when I get home!
> <http://pastebin.com/zs5zvEBE>
> On Tue, Apr 5, 2011 at 2:19 PM, Jeremy McSpadden <deface@uberpenguin.net>wrote:
>
>> Can you paste our make.conf file ? and the output of " eselect profile
>> list " ?
>>
>> On Apr 5, 2011, at 3:15 PM, Mike Bean wrote:
>>
>> That, is an interesting question, because I HAVE been changing USE flags.
>> When the kernel was built it had a distinctly different use flag set. Now
>> it's USE="mmx sse sse2 ssh X -gnome -kde -qt4 dbus jpeg lock session
>> startup-notification thunar udev -cdr -dvd alsa gtk"
>>
>> I might be giving myself away as a gentoo noob here, but I haven't
>> technically built anything. When you say, "rebuild" are you referring to
>> basically the same process as emerge? That's how I got my drivers and
>> xorg, but when I think of building something I always think of
>> configure/make/make install, and I want to be sure I'm not doing the wrong
>> thing because of a misunderstanding
>>
>> On Tue, Apr 5, 2011 at 1:20 PM, Volker Armin Hemmann <
>> volkerarmin@googlemail.com> wrote:
>>
>>> On Tuesday 05 April 2011 09:58:39 Mike Bean wrote:
>>> > Not sure what's going on, hopefully it's a configuration mistake of
>>> some
>>> > kind. Sometimes it crashes, sometimes it's intermittent. My xlog is
>>> at
>>> > http://pastebin.com/9jsJE8mw
>>> > Not really sure how to debug it, all advice is appreciated
>>>
>>> well, it is not a driver issue. Your server segfaults. Have you set
>>> strange
>>> flags? have you rebuild xorg-server and all the stuff it depends on with
>>> sane
>>> flags?
>>>
>>>
>>
>>
>
--
Atenciosamente,
Gregory Fontenele
[-- Attachment #2: Type: text/html, Size: 3703 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] xorg crashes
2011-04-05 21:36 ` Mike Bean
2011-04-05 21:41 ` Gregory Fontenele
@ 2011-04-05 22:30 ` Jeremy McSpadden
1 sibling, 0 replies; 11+ messages in thread
From: Jeremy McSpadden @ 2011-04-05 22:30 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2091 bytes --]
INPUT_DEVICES="keyboard mouse evdev"
On Apr 5, 2011, at 4:36 PM, Mike Bean wrote:
> Well, re-running emerge on the driver set had at least two effects. 1) The segfault address moved, and 2) the backtrace moved, 3) the error changed.
>
> My xlog: http://pastebin.com/zs5zvEBE
>
> My usefile: http://pastebin.com/vtvZsumP
>
> My xorg.conf: http://pastebin.com/qwyE5nsX
>
> Kinda wish I could stay and comb it, but if I don't get into traffic before rush hour, it'll tack a good 30-45 min onto my commute length. Will have to go through it when I get home!
>
> On Tue, Apr 5, 2011 at 2:19 PM, Jeremy McSpadden <deface@uberpenguin.net> wrote:
> Can you paste our make.conf file ? and the output of " eselect profile list " ?
>
> On Apr 5, 2011, at 3:15 PM, Mike Bean wrote:
>
>> That, is an interesting question, because I HAVE been changing USE flags. When the kernel was built it had a distinctly different use flag set. Now it's USE="mmx sse sse2 ssh X -gnome -kde -qt4 dbus jpeg lock session startup-notification thunar udev -cdr -dvd alsa gtk"
>>
>> I might be giving myself away as a gentoo noob here, but I haven't technically built anything. When you say, "rebuild" are you referring to basically the same process as emerge? That's how I got my drivers and xorg, but when I think of building something I always think of configure/make/make install, and I want to be sure I'm not doing the wrong thing because of a misunderstanding
>>
>> On Tue, Apr 5, 2011 at 1:20 PM, Volker Armin Hemmann <volkerarmin@googlemail.com> wrote:
>> On Tuesday 05 April 2011 09:58:39 Mike Bean wrote:
>> > Not sure what's going on, hopefully it's a configuration mistake of some
>> > kind. Sometimes it crashes, sometimes it's intermittent. My xlog is at
>> > http://pastebin.com/9jsJE8mw
>> > Not really sure how to debug it, all advice is appreciated
>>
>> well, it is not a driver issue. Your server segfaults. Have you set strange
>> flags? have you rebuild xorg-server and all the stuff it depends on with sane
>> flags?
>>
>>
>
>
[-- Attachment #2: Type: text/html, Size: 3593 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] xorg crashes
2011-04-05 21:41 ` Gregory Fontenele
@ 2011-04-05 22:33 ` Gregory Fontenele
0 siblings, 0 replies; 11+ messages in thread
From: Gregory Fontenele @ 2011-04-05 22:33 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 189 bytes --]
how it came out of that list?
On Tue, Apr 5, 2011 at 18:41, Gregory Fontenele
<gregoryfontenele@gmail.com>wrote:
> how it came out of that list?
--
Atenciosamente,
Gregory Fontenele
[-- Attachment #2: Type: text/html, Size: 603 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] xorg crashes
2011-04-05 20:15 ` Mike Bean
2011-04-05 20:19 ` Jeremy McSpadden
@ 2011-04-06 6:20 ` Yohan Pereira
1 sibling, 0 replies; 11+ messages in thread
From: Yohan Pereira @ 2011-04-06 6:20 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 389 bytes --]
On Wednesday 06 Apr 2011 01:45:10 AM Mike Bean wrote:
> When you say, "rebuild" are you referring to
> basically the same process as emerge?
yes he is.
>but when I think of building something I always think of
> configure/make/make install,
portage does all that for you when you call emerge.
--
- Yohan Pereira
"A man can do as he will, but not will as he will" - Schopenhauer
[-- Attachment #2: Type: text/html, Size: 3376 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2011-04-06 6:28 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-05 15:58 [gentoo-user] xorg crashes Mike Bean
2011-04-05 18:28 ` Mick
2011-04-05 18:55 ` Mike Bean
2011-04-05 19:20 ` Volker Armin Hemmann
2011-04-05 20:15 ` Mike Bean
2011-04-05 20:19 ` Jeremy McSpadden
2011-04-05 21:36 ` Mike Bean
2011-04-05 21:41 ` Gregory Fontenele
2011-04-05 22:33 ` Gregory Fontenele
2011-04-05 22:30 ` Jeremy McSpadden
2011-04-06 6:20 ` Yohan Pereira
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox