Closed
Bug 169463
Opened 22 years ago
Closed 22 years ago
Dual Head: F11 make mozilla Filling desktop on both Screen
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 127575
People
(Reporter: prophetix, Assigned: asa)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020910
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020910
I am using KDE3.03 on gentoo linux. When I click on the Maximize Button of
Mozilla, Mozilla maximize to full screen and not the entire desktop, that comes
from KDE, and it work. When I want to use the full screen from Mozilla by
pressing F11, mozilla go on both Screen, It's not very helpfull to see text on 2
screens :x Also, When I Hit F11 again, the form that was on the left screen go
to the right...
Reproducible: Always
Steps to Reproduce:
1.Launch Mozilla on a dualHead Xfree (4.2.1) with KDE (3.03 in my case)
2.Press F11
Actual Results:
Mozilla bring to full desktop on both screen
Expected Results:
Go to full mode on only one screen
Gentoo linux 1.2
Mozilla 1.2a from gentoo's portage
kde 3.03
Xfree 4.2.1
2 Geforce 2 MX 400 64Mb (PCI & AGP)
Athlon xp 1700+ 512Mb RAM
Here is my XFree86Config file
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
#NoTrapSignals
#DontZap #<CT><ALT><BS>
#DontZoom #<CT><ALT><+/->
AllowMouseOpenFail
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "Module"
Load "dbe"
Load "v4l"
Load "glx"
SubSection "extmod"
#Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "speedo"
EndSection
Section "Monitor"
Identifier "Generic|Moniteur supportant le 1600x1200 à 70 Hz"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5-88.0
VertRefresh 50-120
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync
-vsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "Generic VGA"
Driver "vga"
EndSection
Section "Device"
Identifier "NVIDIA GeForce2 DDR (generic)"
VendorName "Unknown"
BoardName "Unknown"
Driver "nvidia"
#Driver "nv"
Option "DPMS" "on"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "NVIDIA GeForce2 DDR (generic)PCI"
VendorName "Unknown"
BoardName "Unknown"
Driver "nvidia"
#Driver "nv"
Option "DPMS" "on"
BUSID "PCI:0:12:0"
EndSection
Section "Screen"
Identifier "screen1"
Device "NVIDIA GeForce2 DDR (generic)"
Monitor "Generic|Moniteur supportant le 1600x1200 à 70 Hz"
DefaultColorDepth 24
Option "NvAgp" "1"
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x400"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "screen2"
Device "NVIDIA GeForce2 DDR (generic)PCI"
Monitor "Generic|Moniteur supportant le 1600x1200 à 70 Hz"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x400"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
Screen "screen2" RightOf "screen1"
Option "xinerama" "on"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Note that Xinerama is on to get a real dual head with one desktop. Kde 3 act
like Gnome 1 and 2 and maximize on only one screen
Updated•22 years ago
|
Whiteboard: DUPEME
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 127575 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•