Summary: | [RANDR, dual head] display distorts if move the monitor position and rotate it | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | WuNian <nian.wu> | ||||
Component: | Driver/intel | Assignee: | Wang Zhenyu <zhenyu.z.wang> | ||||
Status: | VERIFIED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | major | ||||||
Priority: | high | CC: | eric | ||||
Version: | git | ||||||
Hardware: | x86 (IA32) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Bug Depends on: | 13152 | ||||||
Bug Blocks: | 13027, 13493 | ||||||
Attachments: |
|
Description
WuNian
2007-11-04 18:54:08 UTC
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.