har precis tagit steget att köra Ubuntu fullt ut. Har med hjälp av alla forum lyckats få det mesta att funka som jag vill, dock ett problem kvar som jag försökt brottas med nu i nån vecka.
Jag skulle vilja få igång TwinView med upplösningarna 1680x1050, 1280x1024 precis som jag hade i windows.
TwinView funkar bra men jag endast kan ställa in upplösningarna 1360x768, 1152x864, 1024x768 (och några lägre) på skärmarna.
Har försökt testa massor av lösningar (och några kombinationer) jag hittat på liknande problem, både på detta och andra forum, utan resultat. Varje gång jag försökt fixa nått direkt i xorg.conf så ställer den om sig till 1024x768 på båda skärmarna.
Känns som jag testat allt nu men gör säkert nått extremt fel eller missat massa saker.
Vore väldigt tacksam för all hjälp jag kan få.
Här kommer en massa mer eller mindre intressant info om hur det ser ut nu för mig (vilket resulterar i 1024x768 på båda):
Skärmar:
22" BenQ FP222W (1680x1050 native)
19" Samsung 913n (1280x1024 native)
Grafikkort:
NVIDIA GeForce 8800 Ultra
Drivrutiner:
NVIDIA Proprietär version 180
$ xrandr:
Kod: Markera allt
Screen 0: minimum 2048 x 768, current 2048 x 768, maximum 2960 x 1050
default connected 2048x768+0+0 0mm x 0mm
2048x768 50.0*
2960x1050 50.0
xorg.conf (har testat massa saker här som kanske syns):
Kod: Markera allt
# Section "Module"
# Load "ddc"
# Load "glx"
# EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Option "ConnectedMonitor" "LCD-0, LCD-1"
Modeline "2960x1050_60.00" 259.25 2960 3152 3464 3968 1050 1053 1063 1089 -hsync +vsync
Option "PreferredMode" "2960x1050"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "BenQ"
ModelName "LCD-0"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
# ModeLine "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
# Option "PreferredMode" "1680x1050_60.00"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Samsung"
ModelName "LCD-1"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
# ModeLine "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
# Option "PreferredMode" "1280x1024_60.00"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8800 Ultra"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8800 Ultra"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewOrientation" "RightOf"
Option "metamodes" "LCD-0: 1680x1050 +0+0, LCD-1: 1280x1024 +1680+0"
SubSection "Display"
Depth 24
Modes "2960x1050" "1680x1050" "1280x1024"
Virtual 2960 1050
EndSubSection
EndSection