PDA

View Full Version : [ubuntu] Twinview & Maxizing Not Working Corrently



Sugi
April 18th, 2011, 09:32 AM
I am having issues maximizing windows/applications on triple monitor setup. I would like to maximize wine, folder explorer, media players, and etc to one screen, instead of across both, which it is currently doing that. Using Separate X [xinerama] + twinview, but I have also tried without xinerama + twinview. When maximizing applications and such, it will only maximizes across both of the monitors in the twinview setup, not the separate X on the left. The separate x has maximizing working to that one screen. I have tried to add xorg tweets, but that's not working, and they are currently in my xorg post below. I had maximizing to one screen working perfectly with dual monitor setup. :S And, I am currently getting an error about " Xlib: extension "RANDR" missing on display ":0.0""

The following Xorgs show the differences, I guess if there is one between maximizing correctly to one screen.

Triple Monitor setup, maximizing across both twinview monitors, not preferred:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 260.19.06 (buildd@yellow) Mon Oct 4 15:59:51 UTC 2010

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 260.19.06 (buildmeister@builder101) Mon Sep 13 04:59:45 PDT 2010

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

Section "Files"
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"

# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Ancor Communications Inc ASUS VH222H"
HorizSync 30.0 - 85.0
VertRefresh 55.0 - 75.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "LG Electronics L1732TQ"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 260"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 430"
BusID "PCI:2:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-1"
Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1920+0"
Option "NoTwinViewXineramaInfo" "true"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection


Dual Monitor setup, maximizing to one screen, preffered!!!:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 260.19.06 (buildmeister@builder101) Mon Sep 13 04:59:45 PDT 2010

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 260.19.06 (buildd@yellow) Mon Oct 4 15:59:51 UTC 2010

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

Section "Files"
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"

# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Ancor Communications Inc ASUS VH222H"
HorizSync 30.0 - 85.0
VertRefresh 55.0 - 75.0
Option "DPMS"
EndSection

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

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-1"
Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1920+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection


ubuntu 10.10 x64
/ nvidia
gt 430 - Left Screen, 1280x1024 [Xinerama]
gtx 260 - Center/Right Screen, 1920x1080 [Twinvieiw]

Reference:
Triple Monitor, Dual Cards, I3, and Randr:
https://bbs.archlinux.org/viewtopic.php?pid=873220
VLC Focus Screen Fix:
http://ubuntuforums.org/showthread.php?t=598374
Multiple GPU Impossible?:
http://phoronix.com/forums/showthread.php?28251-Triple-Monitor-Dual-cards-(Help!)
Eyefinity & Linux:
http://phoronix.com/forums/showthread.php?28415-Some-questions-about-eyefinity/page2
Eyefinity, Adapter, and Linux:
https://bbs.archlinux.org/viewtopic.php?pid=915350
WIne Fullscreen fix:
http://ubuntuforums.org/showthread.php?t=629173
Old Triple Monitor setup:
http://ubuntuforums.org/showthread.php?t=1510788
Xlib: extension "RANDR" missing on display ":0.0"
http://ubuntuforums.org/showthread.php?t=963878&page=2
Triple Monitor & xRandr setup:
https://bbs.archlinux.org/viewtopic.php?id=115596
Fullscreen to different monitors:
http://ubuntuforums.org/showthread.php?t=1663010&page=2
Panel Not Across both monitors:
http://ubuntuforums.org/showthread.php?t=859042

Thank you for Reading
Sugi

Krytarik
April 18th, 2011, 05:42 PM
Ok, I am again seeing only two monitors specified for a triple monitor setup, and even only one for a TwinView setup. Am I missing something or are you?

Please see this earlier thread about the same setup:
http://ubuntuforums.org/showthread.php?t=1723761

Hope it helps!

Sugi
April 18th, 2011, 09:53 PM
Thats how nvidia settings set it up as, even for the "working" dual monitor setup. I did try to manual add it, but without refresh rate and such, I ended up just breaking everything. I will check out your link. Hopefully I can get some peace and mind out of this. :)

Sugi

Krytarik
April 18th, 2011, 11:54 PM
Thats how nvidia settings set it up as, even for the "working" dual monitor setup.
Yeah, I somehow suspected that. However, that's no guaranty that it will work with custom components as well.