LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   How to disable Twinview in Ubuntu's nvidia drivers. (https://www.linuxquestions.org/questions/ubuntu-63/how-to-disable-twinview-in-ubuntus-nvidia-drivers-4175443001/)

firekage 12-26-2012 11:03 AM

How to disable Twinview in Ubuntu's nvidia drivers.
 
1 Attachment(s)
Hi.

I need Your help. Could You help me?

I have problem with TwinView with nVidia drivers on Ubuntu 12.04. I user 310.19 but this problem occurs on all nvidia drivers - exept nouveau.

It is related to recognizing more than one screen, and that is not right - i have only one.

It looks like on attached picture. When i boot to ubuntu destkop nvidia sees two screens and my picture is stretched to both of them. Some screen goes for "fake crt" (i don't have crt), and rest goes for my LCD flat screen (HP).

Is there a way to completly disable TwinView, prevent it from working, from detecting more than one screen when, in fact, i have only one?

I think that option in Xorg.conf "TwinView" "off" doesen't help:

Code:

firekage@deusex:~$ cat /etc/X11/xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 310.19  (buildmeister@swio-display-x86-rhel47-11)  Thu Nov  8 00:25:56 PST 2012

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 310.19  (buildmeister@swio-display-x86-rhel47-11)  Thu Nov  8 00:26:06 PST 2012

Section "ServerLayout"
    Identifier    "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option        "Xinerama" "0"
EndSection

Section "Files"
    FontPath        "unix/:7100"
EndSection

Section "InputDevice"

    # generated from default
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/psaux"
    Option        "Emulate3Buttons" "no"
    Option        "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier    "Keyboard0"
    Driver        "kbd"
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "HP w2228h"
    HorizSync      24.0 - 83.0
    VertRefresh    48.0 - 76.0
    Option        "DPMS"
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce GTX 260"
EndSection

Section "Screen"

# Removed Option "metamodes" "nvidia-auto-select +0+0; nvidia-auto-select +0+0; nvidia-auto-select +0+0"
    Identifier    "Screen0"
    Device        "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option "TwinView" "off"
    Option        "Stereo" "0"
    Option        "nvidiaXineramaInfoOrder" "DFP-0"
    Option        "metamodes" "1680x1050 +0+0; nvidia-auto-select +0+0; nvidia-auto-select +0+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection

firekage@deusex:~$

Maybe it is related to "metamodes" and the rest after it?


When i boot up, and when nvidia detects more than one screen, i have ti "fight" in order to disable it but after reboot the same thing happens. If im lucky, than i'm able to run terminal, and in it I run nvidia-settings (but it often runs in "crt fake screen" and i can't set up it because it is on far left "fake screen").


I added second picture - it shows how the screen is deformed when ubuntu/nvidia detects second screen, which i dont have!

http://img835.imageshack.us/img835/1...anieobrazu.png

firekage 12-27-2012 11:20 AM

Up.

firekage 12-29-2012 03:54 AM

Up.

firekage 12-29-2012 06:03 AM

Guys, over the world are more than 16.000.000 of Ubuntu users, i don't believe that no one knows how to solve it.

firekage 04-03-2013 12:02 PM

My problem was solved. It was not the nvidia-drivers at fault but something from ubuntu:

http://www.linuxquestions.org/questi...on-4175455637/


All times are GMT -5. The time now is 05:35 AM.