I tested on GM965(Lenovo T61, LVDS's preffered mode 1280x800) and connected one monitor(preffered mode 1024x768) via VGA port. When start up Xorg, set a monitor to a position then rotate it, the monitor's display will be a mess. Below is my steps: root@x-gm965:~# xinit & root@x-gm965:~# xrandr -q Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 2048 VGA connected 1024x768+0+0 (normal left inverted right x axis y axis) 304mm x 228mm 1024x768 60.0*+ 75.1 60.0* 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 LVDS connected 1024x768+0+0 (normal left inverted right x axis y axis) 331mm x 207mm 1280x800 60.3 + 50.0 1024x768 60.0* 800x600 60.3 640x480 59.9 TMDS-1 disconnected (normal left inverted right x axis y axis) root@x-gm965:~# xrandr --output VGA --pos 800x800 root@x-gm965:~# xrandr --output VGA --rotate left
Created attachment 12352 [details] xorg log file Part of xorg.conf: Section "Device" Identifier "Videocard0" Driver "intel" VendorName "Videocard vendor" BoardName "Intel Corporation 945G Integrated Graphics Controller" Option "AccelMethod" "exa" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" Virtual 2048 2048 EndSubSection EndSection
What components do you use? git tip or stable version?
The git tip is used. commits: Xf86_video_intel: b434c1a437c407de88396b219560649c2dae82b2 Xserver: aec0d06469a2fa7440fdd5ee03dc256a68704e77
After rotate, the VGA's position will be at 0x0.
Please retest with lastest driver version, I can't reproduce this bug now. Thanks, Hong
I reset this bug on 915gm with an external monitor. I ran below command: # xrandr --output VGA --pos 100x100 #xrandr --output VGA --rotate left After rotate, the lower-left corner of VGA display seems at 0x0 instead of 100x100. And some area that is outside screen after rotate is black. Maybe a photo is helpful to make this clear.
I see no problem with repostition and rotate, this bug should be invalid. Could you retest?
Current driver has no this problem. It should be fixed.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.