#752868 Bug black screen with xrandr on a netbook with dual screen

Package:
x11-xserver-utils
Source:
x11-xserver-utils
Description:
X server utilities
Submitter:
cedric
Date:
2014-07-06 08:03:08 UTC
Severity:
normal
#752868#5
Date:
2014-06-27 09:02:07 UTC
From:
To:
Hello,

I have a netboot with a screen on the VGA output.
I start my computer on the netbook screen with this script (arandr script):

$ xrandr --output VGA1 --off --output LVDS1 --mode 1024x600 --pos 0x0
--rotate normal

When i start, there are no problems.

After i change screen whith this script:

$ xrandr --output LVDS1 --off --output VGA1 --mode 1440x900 --pos 0x0
--rotate normal

Most of the time my vga screen is black with just the mouse pointer.
And when i want go to the netbook screen, with the first script, most of
the time my LVDS screen is black.
I use Ctrl+Alt F8 and Ctrl+Alt F7 to have a normal output.

Since i change the fisrt script and the second one like this, my
problems are solved :

The first:
$ xrandr --output VGA1 --off
$ xrandr --output LVDS1 --mode 1024x600 --pos 0x0 --rotate normal
The second:
$ xrandr --output VGA1 --mode 1440x900 --pos 0x0 --rotate normal
$ xrandr --output LVDS1 --off

Thank you.
Goodbye.

Linux musiquebox 3.2.0-4-686-pae #1 SMP Debian 3.2.57-3+deb7u2 i686
GNU/Linux
libc6:i386                  2.13-38+deb7u1 i386         Embedded GNU C
Library: Shared libraries

Netboot devices:
00:00.0 Host bridge: Intel Corporation Mobile 945GSE Express Memory
Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE
Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME,
943/940GML Express Integrated Graphics Controller (rev 03)

To: submit@bugs.debian.org
From: cedric321@hotmail.fr
Subject: Bug black screen with xrandr on a netbook with dual screen

#752868#10
Date:
2014-07-03 09:08:20 UTC
From:
To:
Please send your full X and kernel logs.

Cheers,
Julien

#752868#15
Date:
2014-07-06 08:01:40 UTC
From:
To:
Hello,

I cleared "/var/log/kernel.log", "/var/log/Xorg.0.log", i restarted my
computer and i maked again the bug.

Here is logs files.

Thank you.
Goodbye.