Your message dated Sat, 19 Dec 2009 19:27:21 +0100
with message-id <[email protected]>
and subject line Re: Bug#510958: Can't run on more than one display adapter
has caused the Debian Bug report #510958,
regarding Can't run on more than one display adapter
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
510958: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510958
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: iceweasel
Version: 3.0.4-1
Severity: important
I have the following xorg setup,
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1920x1080_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1280x1024_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
One display is "LeftOf" the other. They are on separate display
adapters. It works great. I can start iceweasel on one display
multiple times - either one works. But as soon as I want to start it
on *both* displays so it is running at the same time, I get the
message,
"Iceweasel is already running, but is not responding. To open a new
window, you must first close the existing Iceweasel process, or
restart your system."
- Adam
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages iceweasel depends on:
ii debianutils 2.30 Miscellaneous utilities specific t
ii fontconfig 2.6.0-3 generic font configuration library
ii libc6 2.7-16 GNU C Library: Shared libraries
ii libglib2.0-0 2.16.6-1 The GLib library of C routines
ii libgtk2.0-0 2.12.11-4 The GTK+ graphical user interface
ii libnspr4-0d 4.7.1-4 NetScape Portable Runtime Library
ii libstdc++6 4.3.2-1 The GNU Standard C++ Library v3
ii procps 1:3.2.7-9 /proc file system utilities
ii psmisc 22.6-1 Utilities that use the proc filesy
ii xulrunner-1.9 1.9.0.4-2 XUL + XPCOM application runner
iceweasel recommends no packages.
Versions of packages iceweasel suggests:
ii latex-xft-fonts 0.1-8 Xft-compatible versions of some La
ii libkrb53 1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries
pn mozplugger <none> (no description available)
pn ttf-mathematica4.1 <none> (no description available)
pn xfonts-mathml <none> (no description available)
pn xprint <none> (no description available)
ii xulrunner-1.9-gnome-s 1.9.0.4-2 Support for GNOME in xulrunner app
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
Sorry for the late answer.
On Tue, Jan 06, 2009 at 02:27:01AM -0600, Adam Majer wrote:
> Package: iceweasel
> Version: 3.0.4-1
> Severity: important
>
> I have the following xorg setup,
>
> Section "Screen"
> Identifier "Screen0"
> Device "Videocard0"
> Monitor "Monitor0"
> DefaultDepth 24
> Option "TwinView" "0"
> Option "metamodes" "1920x1080_60 +0+0"
> SubSection "Display"
> Depth 24
> EndSubSection
> EndSection
>
> Section "Screen"
> Identifier "Screen1"
> Device "Videocard1"
> Monitor "Monitor1"
> DefaultDepth 24
> Option "TwinView" "0"
> Option "metamodes" "1280x1024_60 +0+0"
> SubSection "Display"
> Depth 24
> EndSubSection
> EndSection
>
>
> One display is "LeftOf" the other. They are on separate display
> adapters. It works great. I can start iceweasel on one display
> multiple times - either one works. But as soon as I want to start it
> on *both* displays so it is running at the same time, I get the
> message,
>
> "Iceweasel is already running, but is not responding. To open a new
> window, you must first close the existing Iceweasel process, or
> restart your system."
You can't safely use the same profile for 2 different instances of
iceweasel. One may overwrite the other's profile information (think
browsing history, form auto-fill, ssl certificates, etc.) which you
don't want to happen. You need to use different profiles if you run
iceweasel on different displays, or change the X configuration to use
only one display with two heads.
Cheers,
Mike
--- End Message ---