Net Ubuntu geïnstalleerd, en voordat ik begin met eraan te prullen had ik graag mijn dual screen setup werkende gezien.
Na me rot gezocht en gelezen te hebben hier, en op google & ubuntu forums ben ik tot deze werkende config gekomen:
Er is echter één klein minpuntje..
De setup staat fysich als volgt:
Primair scherm | Secundair scherm.
En de bovenstaande config geeft het zo weer:
Secundair scherm | Primair scherm..
Ik heb echt al elk mogelijk ding veranderd dat de oriëntatie zou beïnvloeden (ik denk daarbij aan "Option "TwinViewOrientation" "RightOf" " bijv.). Ik weet echt niet meer wat te veranderen..
En nee, de startbalk verslepen is geen optie.. want het loginscherm blijft dan aan de rechterzijde.
Ik had dit trouwens in Win XP ook, maar heb met ultramon m'n primaire scherm gewoon "als primair scherm" ingesteld, dus ik neem aan dat dit met Linux ook mogelijk is.
Na me rot gezocht en gelezen te hebben hier, en op google & ubuntu forums ben ik tot deze werkende config gekomen:
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "v4l"
Load "vbe"
Load "xtt"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "NvAGP" "1"
Option "AllowGLXWithComposite" "true"
EndSection
Section "Monitor"
Identifier "Q17"
HorizSync 30-86
VertRefresh 50-180
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA"
Monitor "Q17"
DefaultDepth 24
Option "TwinView" "true"
Option "SecondMonitorHorizSync" "30-70"
Option "SecondMonitorVertRefresh" "50-120"
Option "MetaModes" "1280x1024, 1280x1024; 1280x1024, 1280x1024;"
Option "TwinViewOrientation" "RightOf"
Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
#Section "DRI"
# Mode 0666
#EndSection
Section "Extensions"
# Option "Composite" "Enable"
Option "Composite" "Disable"
EndSection
Er is echter één klein minpuntje..
De setup staat fysich als volgt:
Primair scherm | Secundair scherm.
En de bovenstaande config geeft het zo weer:
Secundair scherm | Primair scherm..
Ik heb echt al elk mogelijk ding veranderd dat de oriëntatie zou beïnvloeden (ik denk daarbij aan "Option "TwinViewOrientation" "RightOf" " bijv.). Ik weet echt niet meer wat te veranderen..
En nee, de startbalk verslepen is geen optie.. want het loginscherm blijft dan aan de rechterzijde.
Ik had dit trouwens in Win XP ook, maar heb met ultramon m'n primaire scherm gewoon "als primair scherm" ingesteld, dus ik neem aan dat dit met Linux ook mogelijk is.