PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : VMware mit Xorg im Dualschirmbetrieb



teefax
23.06.07, 21:57
Hallo,
ich hab e seit einiger Zeit einen Bildschirm an mein Linux Notebook drangeängt und möchte den nicht mehr missen. Leider muss ich noch für ein paar Anwendungen Windows benutzen und da kam mir VMware gerade recht.

Nun habe ich folgendes Problem. Wenn ich die VMware im full screen Modus betreiben will geht das Bild immer an den Notebook Bildschirm, ich will aber das Vollbild auf dem Rechten TFT ausgegeben bekommen, so dass ich auf der anderen seite noch das Linux habe.. weiss einer wie ich das beheben kann :confused:

Daten:
Debian Linux 2.6.18-4-686 #1 SMP i686 GNU/Linux
VMware 5.5.2 build-29772 Workstation
NVIDIA Treiber 100.14.09

/etc/X11/xorg.conf


Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "ConnectedMonitor" "DFP,CRT"
EndSection

Section "Files"

# path to defoma fonts
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/100dpi:unscaled"
FontPath "/usr/share/fonts/X11/75dpi:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/usr/local/share/fonts"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "1"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "Monitor"

# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LPL"
HorizSync 30.0 - 75.0
VertRefresh 60.0
Option "DPMS"
EndSection

Section "Monitor"

# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "ADI MS A915"
HorizSync 31.0 - 79.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce Go 6100"
BusID "PCI:0:5:0"
Screen 0
EndSection

Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce Go 6100"
BusID "PCI:0:5:0"
Screen 1
EndSection

Section "Screen"

# Removed Option "metamodes" "DFP: 1440x900 +0+0; DFP: 1024x768 +0+0; DFP: 800x600 +0+0; DFP: 640x480 +0+0"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

teefax
26.06.07, 08:08
Kann mir das keiner sagen? Hab ich was falsch gepostet? :confused: