Announcement

Collapse
No announcement yet.

Nouveau xrandr xorg.conf leftof problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Nouveau xrandr xorg.conf leftof problem

    It's clonning. Dunno why. The resolution is beeing set properly on both monitors - but it's goddamn fricking cloning it. Help?

    Code:
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen         "Screen0" 2960 1050
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
        Option      "Xinerama"      "on"
        Option      "Clone" "off"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "ServerFlags"
            Option "Xinerama"       "on"
    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     "DVI-I-1"                                                                                                                                
        VendorName     "Samsung"
        ModelName      "SyncMaster 205BW"
        Option         "DPMS"
        Option         "PrefferedMode" "1680x1050_60.00"
        Modeline       "1680x1050_60.00"  147.14  1680 1784 1968 2256  1050 1051 1054 1087  -HSync +Vsync
    EndSection
    
    Section "Monitor"
        Identifier     "VGA-1"
        VendorName     "Iiyama"
        ModelName      "PLE483"
        Option         "PreferedMode" "1280x1024_60.00"
        Option         "LeftOf" "VGA-1"
        Modeline       "1280x1024_60.00"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +Hsync +Vsync
    EndSection
    
    Section "Device"
        Identifier     "NVIDIA"
        Driver         "nouveau"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce 8400 GS"
        BusID          "PCI:1:0:0"
        Screen          0
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "NVIDIA"
        DefaultDepth    24
        Monitor     "DVI-I-1"
        Monitor     "VGA-1"
        SubSection     "Display"
            Depth       24
            Virtual    2960 1050
        EndSubSection
    EndSection

  • #2
    I'm an idiot...

    Code:
    Monitor: VGA-1
    
    Left of: VGA-1
    Noticed of course _AFTER_ posting here. Sorry!

    And yes - of course it's working now. Why shouldn't it?

    Comment

    Working...
    X