Der 2. Monitor muss ja auch berechnet werden (sprich das ist jetzt da und das da) heißt also das zieht leistung! ergo:

2.Monitor=Mehr leistungsverbrauch "im stand"=durch weniger leistung Weniger FPS ! 

Hoffe knnte dir weiter helfen

...zur Antwort

Bei diesem Monitor musst du Selber PROGRAMMIEREN was dieser darauf an zeigen soll das ganze KÖNNTE in etwa so aussehen

[harald@vdr ~]$cat /etc/X11/xorg.conf
### USBVGA ###



Section "Device"
 Identifier "Device[USB2VGA]"
 VendorName "USB" # Value
does not matter
 BoardName "USB" # Value does
not matter
 Driver "sisusb"
EndSection



Section "Monitor"
 Identifier "Monitor[USB2VGA]"
 VendorName "Monitor Vendor"
# value does not matter
 ModelName "Monitor Model" #
value does not matter
 VertRefresh 50-75
 HorizSync 30-90
EndSection



Section "Screen"
 Identifier "Screen[USB2VGA]"
 Device "Device[USB2VGA]"
 Monitor "Monitor[USB2VGA]"
 DefaultDepth 16
 SubSection "Display"
  Depth 16
  Modes "800x480"
 EndSubSection
 SubSection "Display"
  Depth 8
  Modes "800x480"
 EndSubSection
 SubSection "Display"
  Depth 24
  Modes "800x480"
 EndSubSection
EndSection



Section "ServerLayout"
        Identifier      "Default
Layout"
        Screen 0 "Screen[USB2VGA]"
#        InputDevice     "Generic
Keyboard"
#        InputDevice     "Configured
Mouse"
EndSection
...zur Antwort