Launchpad has imported 11 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=63172.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2013-04-05T15:00:38+00:00 Agarcia-t wrote:

Created attachment 77488
Xorg.0.log

I have a PanelPC with a graphic card "Intel 945GM" inside.

Centos Release : CentOS release 6.3 (Final)
Intel driver Package : xorg-x11-drv-intel-2.20.2-2.el6.i686


When I connect an external VGA monitor, LVDS appear disconnected.


# xrandr -q
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 304mm x 
228mm
   800x600        72.2 +   75.0     60.3     56.2
   1024x768       75.1*    70.7     70.1     60.0
   832x624        74.6
   640x480        72.8     75.0     66.7     60.0
LVDS1 disconnected (normal left inverted right x axis y axis)


And it reconnects when I disconnect the VGA monitor.


# xrandr -q
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 4096 x 4096
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 0mm x 
0mm
   1280x800       59.8*+   59.9
   1280x1024      59.7 +
   1280x960       60.0
   1280x768       59.9     60.0
   1024x768       60.0
   800x600        60.3     56.2
   848x480        60.0
   640x480        59.9

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071288/comments/11

------------------------------------------------------------------------
On 2013-04-05T16:39:54+00:00 Chris Wilson wrote:

2.6.32-279.el6.i686 - the behaviour you have here is not an artifact of
our driver as the LVDS is always reported as connected unless you
manually override that behaviour by telling it to use the lid status.
Please try reproducing with an upstream kernel.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071288/comments/12

------------------------------------------------------------------------
On 2013-04-08T10:04:13+00:00 Agarcia-t wrote:

I don't think it is a kernel thing.

In any case, I've updated my kernel over CentOs to the last version :
vmlinuz-2.6.32-358.2.1.el6.i686 ant the same results. ( log is attached
)

I've also tested other enviroments with newer kernels and happen the
same:

Fedora Core 17 i686 : xorg-x11-drv-intel 2.19.0-1 / kernel 3.3.4-5
Fedora Core 18 i686 : xorg-x11-drv-intel 2.20.19-2 / kernel 3.6.10-4

It happesns the same : LVDS1 repostes as disconnect on plug an VGA
monitos


Also the vesa driver shows on LVDS1 and VGA1 a perfectly cloned desktop. 
Without disconnect LVDS1 display. Unlikely for oue propouses vesa driver is a 
very basic one, no extended desktop included.

I wanna focus on the hardware : is a Panel PC, not a laptop!! and acpi
even don't create /proc/acpi/button/lid directory! this is why I think
there is some problem into the understanding between ACAPI and Inter
Driver. Intel drives could not report the right lid status and LVDS1 is
disconnected by the drives when other option like VGA is available.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071288/comments/13

------------------------------------------------------------------------
On 2013-04-08T10:08:03+00:00 Daniel-ffwll wrote:

If you're not willing to test upstream kernels (this means 3.8 or even
newer), then please file this bug against your distro.

2.6.32 is _NOT_ supported by us since a long time.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071288/comments/14

------------------------------------------------------------------------
On 2013-04-09T15:21:15+00:00 Agarcia-t wrote:

Created attachment 77673
Xorg.0.log-3.8.0-17

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071288/comments/15

------------------------------------------------------------------------
On 2013-04-09T15:24:10+00:00 Agarcia-t wrote:

Same experience with upstream kernel 3.8.0-17 and intel-driver, see
Xorg.0.log-3.8.0-17 attached.

Executing xrandr without motinitor attached at VGA

> Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 32767 x 32767
> LVDS1 connected 1280x1024+0+0 (normal left inverted right x axis y axis)
> 0mm x 0mm
>    1280x1024      59.7*+
>    1280x960       60.0  
>    1152x864       60.0  
>    1024x768       60.0  
>    800x600        60.3     56.2  
>    640x480        59.9  
> VGA1 disconnected (normal left inverted right x axis y axis)


Executing xrandr with VGA monitor attached

> Screen 0: minimum 320 x 200, current 1024 x 768, maximum 32767 x 32767
> LVDS1 disconnected (normal left inverted right x axis y axis)
> VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis)
> 304mm x 228mm
>   1024x768       75.1*    70.7     70.1     60.0     832x624        74.6  
>   800x600        72.2     75.0     60.3     56.2  
>   640x480        72.8     75.0     66.7     60.0  
>   720x400        70.1  

Expected results: LVDS1 connected.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071288/comments/16

------------------------------------------------------------------------
On 2013-04-09T15:27:23+00:00 Daniel-ffwll wrote:

Can you pls boot that 3.8 kernel with drm.debug=0xe added to your kernel
cmdline and the attach the complete dmesg after having connected VGA and
done an xrandr call?

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071288/comments/17

------------------------------------------------------------------------
On 2013-04-11T14:19:34+00:00 Agarcia-t wrote:

Created attachment 77815
dmesg w/debug - kernel 3.9.0-0.rc4.git0.1.fc19.i686 - xf86-video-intel-2.21.3

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071288/comments/18

------------------------------------------------------------------------
On 2013-04-11T14:20:16+00:00 Agarcia-t wrote:

Created attachment 77816
Xorg.0.log - kernel 3.9.0-0.rc4.git0.1.fc19.i686 - xf86-video-intel-2.21.3

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071288/comments/19

------------------------------------------------------------------------
On 2013-04-11T14:26:07+00:00 Agarcia-t wrote:

Sorry about the delay.

The version I've testes Ubuntu life 13.04 allways hungs on
installation... finally I've get an FC19 alpha really-slowly release
with kernel 3.9.0-0, I've compiled the xf86-video-intel-2.21.3 driver
and copy to /usr/lib/xorg/modules/drivers/.

The same results when connect VGA monitor, open terminal & xrandr

> # xrandr
> Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 4096 x 4096
> LVDS1 disconnected primary 1280x1024+0+0 (normal left inverted right x axis y 
> > axis) 0mm x 0mm
> VGA1 connected (normal left inverted right x axis y axis)
>    1366x768       59.8 +
>    1280x1024      75.0     60.0  
>    1280x960       60.0  
>    1280x800       59.8  
>    1152x864       75.0  
>    1280x720       60.0  
>    1024x768       75.1     70.1     60.0  
>    832x624        74.6  
>    800x600        72.2     75.0     60.3     56.2  
>    640x480        72.8     75.0     66.7     60.0  
>    720x400        70.1  
>   1280x1024 (0x44)  108.0MHz
>         h: width  1280 start 1328 end 1440 total 1688 skew    0 clock   
> 64.0KHz
>         v: height 1024 start 1025 end 1028 total 1072           clock   59.7Hz

dmesg with debug is attached.

Hope it could help

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071288/comments/20

------------------------------------------------------------------------
On 2013-04-11T15:40:52+00:00 Daniel-ffwll wrote:

Oh, an sdvo lvds output. That explains a lot (dmesg with debug output
was key, Xorg.log is pretty irrelevant here). I'm looking into a fix.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1071288/comments/21


** Changed in: xserver-xorg-video-intel
       Status: Unknown => Confirmed

** Changed in: xserver-xorg-video-intel
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1071288

Title:
  xrandr won't enable LVDS1 unless VGA1 is off

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1071288/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to