|
|
#13 | |
|
Registered User
Join Date: Nov 2006
Posts: 228
|
Quote:
Adam |
|
|
|
|
|
|
#14 | |
|
Registered User
Join Date: Nov 2008
Posts: 4
|
Quote:
.Is there another way to go about this? I have a 37" HDTV and a 19" Dell widescreen, the Dell I would like to rotate 90 degrees to make it easier to read text files etc. Thanks. |
|
|
|
|
|
|
#15 |
|
Registered User
Join Date: Nov 2008
Posts: 4
|
anybody?
|
|
|
|
|
|
#16 | |
|
Registered User
Join Date: Feb 2007
Posts: 8
|
Hi there,
Still no news for this feature ? I just updated my kubuntu with nvidia 177 and had a kind of hope that it could help me but no ... Regards, |
|
|
|
|
|
|
#17 |
|
Registered User
Join Date: Dec 2008
Posts: 13
|
I've got one screen rotated. This is my xorg.conf
Maybe it helps you. Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder58) Tue Nov 4 17:19:39 PST 2008
# /.../
# SaX generated X11 config file
# Created on: 2008-09-30T09:17:44+0200.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#
Section "Modes"
Identifier "Modes[0]"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
EndSection
Section "Files"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/opt/kde3/share/fonts"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "dbe"
Load "freetype"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "Xinerama" "0"
Option "ZapWarning" "off"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "microsoftpro"
Option "XkbRules" "xfree86"
Option "XkbVariant" "intl"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "Logitech TrackMan Wheel"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG L226W"
HorizSync 28.0 - 83.0
VertRefresh 56.0 - 75.0
Option "UseEDIDDpi" "false"
Option "Dpi" "100x100"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "CRT-1"
DisplaySize 310 260
HorizSync 28.0 - 81.0
VertRefresh 56.0 - 75.0
Option "UseEDIDDpi" "false"
Option "Dpi" "100x100"
Option "RandRRotation" "True"
Option "Rotate" "Inverted"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8500 GT"
Option "DPMS" "0"
Option "AddARGBGLXVisuals" "true"
Option "RenderAccel" "True"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8500 GT"
Option "DPMS" "0"
Option "AddARGBGLXVisuals" "true"
Option "RenderAccel" "True"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "TwinView" "0"
Option "metamodes" "DFP: 1680x1050_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT: 1280x1024_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
# Option "Composite" "Disable"
EndSection
|
|
|
|
|
|
#18 | |
|
Registered User
Join Date: Feb 2007
Posts: 8
|
Thanks, assem046
My /etc/x11/xorg.conf (generated by nvidia-settings) looks like Code:
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Iiyama PLE2403WS"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9800 GTX/9800 GTX+"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1920+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
/PH |
|
|
|
|
|
|
#19 |
|
Registered User
Join Date: Mar 2009
Posts: 1
|
@assem046, @phw: Do either of those configurations allow a single monitor to be rotated with acceleration on both screens?
The nvidia Linux driver notes say that with TwinView rotation can only be done across all screens. nVidia on OS X supports single-screen rotation with acceleration on all screens, this should be possible to support in Linux. Is this feature planned in a future release? |
|
|
|
|
|
#20 |
|
Registered User
Join Date: May 2007
Posts: 1
|
^ I'm curious as well. I just purchased a Dell monitor (now have two) that rotates (pivot) from landscape to portrait mode and I would like to know if he/she really has found a way using Twinview to get one of the two screens to rotate so it is in portrait mode. All the research I have done so far has pointed to "no" so far, but I'm optimistic that Linux users can still have this feature (at some point in the near future) without losing Compiz or switching to the XGL server.
|
|
|
|
|
|
#21 |
|
Registered User
Join Date: Dec 2008
Posts: 13
|
Did you try these options from my xorg.conf, see below?
Section "ServerLayout" Identifier "Layout[all]" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Clone" "off" Option "Xinerama" "off" EndSection # Monitor you want to rotate Section "Monitor" # Add here your own values. Option "RandRRotation" "True" Option "Rotate" "Inverted" # Valid values for rotation are "normal", "left", "right", and "inverted". EndSection #Look for both screen sections: Section "Screen" Option "TwinViewXineramaInfoOrder" "CRT-0" Option "TwinView" "0" Option "metamodes" "DFP: 1680x1050_60 +0+0" EndSection Let us know if it works for you. Always check the logs for errors or warnings! |
|
|
|
|
|
#22 |
|
Registered User
Join Date: Apr 2008
Posts: 3
|
Thanks for posting your xorg file. I tried it out, and indeed I did get one screen rotated with 3d acceleration. Unfortunately though, it doesn't create a single workspace that allows me to drag windows between the screens. Seems like i'll never be able to get this set up... Nvidia really dropped the ball on this one. I hear ATI supports randr now. I guess my next graphics card will be from them.
|
|
|
|
|
|
#23 |
|
Registered User
Join Date: Feb 2007
Posts: 8
|
(same as 09-06-07, 02:59 PM )
Up !! Is there a way to allow this rotation of only one screen in twinview mode ? I just check from time to time.. It s a pity to have such a nice graphic card and dual monitors and not be able to do this ! Thanks! |
|
|
|
|
|
#24 |
|
Registered User
Join Date: Apr 2008
Posts: 3
|
Nvidia: Are you listening to us at all? People have been asking for this for years now. You promised randr support three years ago and still no progress. It doesn't matter if it is through randr or not, but please do add the ability to rotate a screen in a dual screen setup. This is really frustrating for us.
![]() |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Base mosaic and rotation? | happyfunbot | NVIDIA Linux | 5 | 07-13-12 12:23 PM |
| 302.07 (beta) for Linux x86/x86_64 released | AaronP | NVIDIA Linux | 0 | 05-02-12 09:55 AM |
| Toshiba Sat 1950 screen setup | beaulieu | NVIDIA Linux | 7 | 06-13-03 03:17 PM |
| XF86Config for a Quadro4 without TwinView? | Twirlip | NVIDIA Linux | 1 | 10-09-02 10:36 AM |
| TwinView, fullscreen on TV | brosen | NVIDIA Linux | 2 | 10-08-02 10:29 AM |