display rotation

Asked by ed chapman

Nividia controller onasus g74sx, kubuntu 12.04 ls upgraded..Nvidia 1.11.3, shortly after boot and starting the display mgr
screen for some reason rotates on it own to the right for no reason. It happens about 10 seconds after the display manager comes on the screen and does it for no appearent reason. I must stand on my head open a xterm and xrandr --output LVDS-0 --rotate normal

to correct the problem.
I tried to automate this xrandr --output LVDS-0 --rotate normal
 on the start up but no good, what ever happens and makes this display rotate happens after the startup stuff has run.

This happened after an automatic upgrate to X-utilities that happen a few months ago, prior to that this was not a problem.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

run:

gksudo /usr/bin/fixscreen; sudo chmod +x /usr/bin/fixscreen

add these 3 lines:

#!/bin/bash
sleep 15
xrandr --output LVDS-0 --rotate normal

Save the new file and close gedit. Then add the /usr/bin/fixscreen as a startup item. At least you have a work around until you get a fix.

Can you help with this problem?

Provide an answer of your own, or ask ed chapman for more information if necessary.

To post a message you must log in.