Summary: | Screen fails to resize correctly to 640x480 / 16 bit depth with HD6450 | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Chris Rankin <rankincj> | ||||
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> | ||||
Status: | RESOLVED NOTOURBUG | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | normal | ||||||
Priority: | medium | ||||||
Version: | unspecified | ||||||
Hardware: | x86-64 (AMD64) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Chris Rankin
2012-07-14 16:08:29 UTC
Can you select 640x480 using xrandr? e.g., xrandr --output <output> --mode 640x480 Please attach your xrandr output. Created attachment 64211 [details]
Xorg.0.log output
The game also fails to restore the original video mode when it exits, leaving this error on the console:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 129 (XFree86-VidModeExtension)
Minor opcode of failed request: 10 (XF86VidModeSwitchToMode)
Value in failed request: 0x2c0083b
Serial number of failed request: 6576
Current serial number in output stream: 6578
(And yes, xrandr output to follow... ;-).)
$ xrandr Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 16384 x 16384 HDMI-0 disconnected (normal left inverted right x axis y axis) DVI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 271mm 1280x1024 60.0*+ 1024x768 60.0 800x600 60.3 640x480 60.0 720x400 70.1 VGA-0 disconnected (normal left inverted right x axis y axis) Amazingly, the game plays normally if do this: $ xrandr --output DVI-0 --mode 640x480 $ run game $ xrandr --output DVI-0 --mode 1280x1024 I think this is an issue with the game. The xvidmode extension doesn't deal with multiple heads properly. It should probably be updated to use randr instead. |
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.