When I startx (I'm running xfce4.4) from tty1, both screens startup, however, my taskbar and panel are on the TFT (the external screen connected to my laptop via VGA), in fact, the external screen is recognised as the primary screen. Apart from that, everything functions perfectly. I would just prefer to have the taskbar and panel on the laptop screen by default, just in case I decide to disconnect the external screen and don't want to restart X to have my laptop screen recognised as the default again.
Any ideas?
Thanks
[edit]
The relevant section of my xorg.conf
Code: Select all
Section "Monitor"
Identifier "Monitor0"
VendorName "Sony"
Option "UseEdidFreqs" "1"
ModelName "Vaio notebook LCD"
HorizSync 29.0 - 49.0
VertRefresh 0.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Nvidia GeForce Go 7400"
BusID "PCI:1:0:0"
Option "NoLogo" "true"
#Option "TripleBuffer" "True"
# Option "RenderAccel" "true"
Option "backingstore" "true"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Option "metamodes" "1280x800_60 +0+0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
Option "TwinView" "1"
Option "TwinViewOrientation" "LeftOf"
Option "MetaModes" "1280x800,1280x1024"
Option "Xinerama" "1"
Option "UseDisplayDevice" "DFP,CRT"
EndSection



