You are not logged in.
Hey guys,
I got an issue with my monitor settings, which I can't solve for my own. Since my last update, I'm not able to rotate my screens neither by using xrandr nor by using monitor menu in my properties menu.
If i rotate one of my two screens counter clockwise, my gnome shell crashes and restarts. I can do my login and see my false settings after restarting. Both screens are rotate normally (so not rotated), but i'm using one of my two screens with the pivot setting which is why I want to rotate one of the screens.
Do you have any idea, how to solve this issue? Or do you need some further information? I should mention, that changing other things (e.g., screen's resolution or the relative settings of the screens to each other) works fine. Its just about changing the orientation.
I do rotate the right screen by typing
xrand --output DP1 --rotate leftThx for your help in advance!
All the best
millz
Last edited by millz (2014-06-27 07:38:17)
Offline
There is a rotation option for xorg.conf in monitor section. I do not use gnome any more, but I guess those gnome stores settings somewhere (gconf?). What if you rotate before starting gnome session? Does is revert back?
Offline
I'm not sure what driver you're using, but it might be worth changing the AccelMethod. Try glamor and EXA at least. XAA on an old server if you really want to test it.
6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.
Offline
I have the same problem, with a Intel graphic card.
And I solve the problem changing the AccelMethod con xorg.conf. In my case, the file is located in: /etc/X11/xorg.conf.d/20-intel.conf I guess that you can find the same file or a similar in this directory.
Changing:
Option "AccelMethod" "uxa"by
Option "AccelMethod" "exa"Works like a charm.
I hope you can solve your problem with this post.
Regards
--------
After post this, I read the Acceleration Method in the Wiki.
There's 2 methods:
UXA (more stable and recommended)
SNA (more inestable, but faster)
I change the line above by:
Option "AccelMethod" "SNA"And works too.
--------
Last edited by watacaweb (2014-06-25 17:24:21)
Offline
I have the same problem, with a Intel graphic card.
And I solve the problem changing the AccelMethod con xorg.conf. In my case, the file is located in: /etc/X11/xorg.conf.d/20-intel.conf I guess that you can find the same file or a similar in this directory.
Changing:Option "AccelMethod" "uxa"by
Option "AccelMethod" "exa"Works like a charm.
I hope you can solve your problem with this post.
Regards
Yeah! Changing the AccelMethod to exa works perfect!!
A 1000 Thanks!! :-)
Regards
Offline