Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368671 - x11-base/xorg-server-1.9.5 Randr orientation bug
Summary: x11-base/xorg-server-1.9.5 Randr orientation bug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-25 10:30 UTC by Henrik Niehaus
Modified: 2011-07-21 08:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Niehaus 2011-05-25 10:30:23 UTC
There is a bug in xorg-server 1.9.5, which makes it impossible to change
the screen orientation with xrandr. I didn't find a bug report on
bugs.gentoo.org. See [1] for more details. There is also a patch, which
solves the problem at [2]. I have tested the patch with a modified
ebuild and it works for me.
Perhaps you could incorporate this patch in an 1.9.5-r1, so that other
users don't run into this problem.

Best regards,
Henrik

[1] http://www.nvnews.net/vbulletin/showthread.php?t=160690
[2] http://patchwork.freedesktop.org/patch/5427/

Reproducible: Always

Steps to Reproduce:
Try to change the orientation with xrandr -o left
Actual Results:  
$ xrandr -o left
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  154 (RANDR)
  Minor opcode of failed request:  2 (RRSetScreenConfig)
  Value in failed request:  0x780
  Serial number of failed request:  14
  Current serial number in output stream:  14

Expected Results:  
Screen changes orientation without an error message.

x11-base/xorg-server-1.9.5
x11-drivers/nvidia-drivers-260.19.36
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2011-07-21 08:35:50 UTC
This patch is included in xorg-server-1.10.3 now.