Package: dosbox
Version: 0.72-1.1
Severity: normal

I have a desktop extended over 2 monitors. Until I enter and exit
dosbox fullscreen mode :).

When dosbox goes into fullscreen it changes the resolution (of
course), and sets the screens to mirroring. The mirroring part is fair
enough, I guess, though it could just as well only use one of the
monitors.

However, when dosbox exits fullscreen the screens are still mirrored,
instead of restoring my previous setup. KDE still thinks that the
desktop is full extended size, and the mouse will happily move off the
right edge of the screen. Logging out and in again restores the
extended desktop.

Obviously dosbox should restore the previous settings when exiting
fullscreen, if possible.

Regards, Thue

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dosbox depends on:
ii  libasound2             1.0.20-2          shared library for ALSA applicatio
ii  libc6                  2.9-13            GNU C Library: Shared libraries
ii  libgcc1                1:4.4.0-5         GCC support library
ii  libgl1-mesa-glx [libgl 7.4.1-1           A free implementation of the OpenG
ii  libpng12-0             1.2.38-1          PNG library - runtime
ii  libsdl-net1.2          1.2.7-2           network library for Simple DirectM
ii  libsdl-sound1.2        1.0.3-3           Decoder of several sound file form
ii  libsdl1.2debian        1.2.13-4+b1       Simple DirectMedia Layer
ii  libstdc++6             4.4.0-5           The GNU Standard C++ Library v3
ii  zlib1g                 1:1.2.3.3.dfsg-13 compression library - runtime

dosbox recommends no packages.

dosbox suggests no packages.

-- no debconf information
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "dk"
        Option          "XkbVariant"    "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Monitor"
        Identifier      "mon1"
        Option          "DPMS"
EndSection
Section "Monitor"
        Identifier      "mon2"
        Option          "DPMS"
        Option "RightOf" "mon1"
EndSection

Section "Device"
        Identifier      "ATI Technologies Inc ATI Default Card"
        Driver          "radeonhd"
        BusID           "PCI:1:0:0"
        Option          "Monitor-DVI-I_1/digital"       "mon1"
        Option          "Monitor-DVI-I_2/digital"       "mon2"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc ATI Default Card"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Virtual         3200 1200
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

Reply via email to