Author Topic: LCD screen rotation [Solved]  (Read 1356 times)

Offline dixonpete

  • Hero Member
  • *****
  • Posts: 901
LCD screen rotation [Solved]
« on: December 26, 2009, 08:23:30 AM »
I'm looking to rotate my LCD so I can better read pdfs.

Under Display - Control Center however the Orientation options are grayed out. Does that mean my video card doesn't support this? I'm using PCLOS 2009 KDE 3.5 updated, and the video card is a GeForce 8400 GS.  The Nvidia driver is version 180.22. The LCD is from IBM, resolution is currently at 1280 by 1024. The LCD has a nice stand/pivot that would make it ideal for e-book reading.

I asked previously about dual screens, this is just an attempt using a single monitor.
« Last Edit: January 05, 2010, 05:52:07 AM by dixonpete »

Offline 7272andy

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1624
  • UK MLU
Re: LCD screen rotation
« Reply #1 on: December 27, 2009, 02:54:37 PM »
Try going from the PC button System > Configuration > Hardware > KRandRTray then right click on the blue icon with the double headed arrow in the system tray.
You should find the options you need in the list presented.

Regards
Andy


Bare Metal 1         Bare Metal 2
Intel Celeron 420M   Intel i5 540M
2GB Ram              4GB Ram
Intel 943GM          Radeon HD 5650 PCI Express
RT2573               RT2790
32bit KDE            32&64bit KDE

Offline dixonpete

  • Hero Member
  • *****
  • Posts: 901
Re: LCD screen rotation
« Reply #2 on: December 28, 2009, 05:40:27 PM »
Pretty neat app, but I still end up at the same grayed out orientation options.

Offline 7272andy

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1624
  • UK MLU
Re: LCD screen rotation
« Reply #3 on: January 04, 2010, 04:44:00 AM »
I've had a look around and it appears that nvidia have disabled the option to rotate the screen for performance reasons; so the answer seems to be to use xrandr.

as root start an editor and edit /etc/X11/xorg.conf

Now look for the device section (which should have the name of your graphics card), and add an option at the end (highlighted in bold)

    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8800 GTS"
    Option "RandRRotation" "true"
    EndSection

Save the file, log out and restart the xserver.

Login and now you can rotate the screen using the xrandr command from a terminal (x rotate & resize) such as:

    xrandr -o left
or
    xrandr -o right

To restore the rotation use

    xrandr -o normal


Bare Metal 1         Bare Metal 2
Intel Celeron 420M   Intel i5 540M
2GB Ram              4GB Ram
Intel 943GM          Radeon HD 5650 PCI Express
RT2573               RT2790
32bit KDE            32&64bit KDE

Offline dixonpete

  • Hero Member
  • *****
  • Posts: 901
Re: LCD screen rotation
« Reply #4 on: January 04, 2010, 04:02:42 PM »
Thanks for this. I've literally been looking forward for years to be able to read my pdf collection in single page view. Now I can.

Offline 7272andy

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1624
  • UK MLU
Re: LCD screen rotation
« Reply #5 on: January 05, 2010, 02:07:41 AM »
No problem, glad I could help. Don't forget to mark the topic solved on the first post


Bare Metal 1         Bare Metal 2
Intel Celeron 420M   Intel i5 540M
2GB Ram              4GB Ram
Intel 943GM          Radeon HD 5650 PCI Express
RT2573               RT2790
32bit KDE            32&64bit KDE