gnome3-team team mailing list archive
-
gnome3-team team
-
Mailing list archive
-
Message #00245
Re: Error when logging in with dual monitors
On Thu, 2011-05-05 at 23:04 +0200, Edwin Smulders wrote:
> Hello gnome 3 enthousiasts,
>
> I've been having 2 issues with gnome3 and dual (multi) monitors.
>
> 1) In the display settings, it will only ever detect 1 display.
>
> 2) When I enable a custom xorg.conf (generated with nvidia-settings,
> known to work before) dual monitors appear to work, however when I log
> in, gnome3 crashes and I get logged out again.
>
what specific process crashes? When you know, you might want to run gdb
on that application:
$ gdb $program
(gdb) r
and, when it crashes:
(gdb) thread apply all bt
cheers
Follow ups
References