Pagina 1 di 1

[Xorg] RISOLUZIONE DOPPIO MONITOR

Inviato: venerdì 27 marzo 2009, 16:30
da ueghio
Ciao a tutti oggi ho provato a collegare il mio notebook (schermo 15,4 pollici 1280x800) alla tv (Toshiba 37wl58p risoluzione max 1366x768) ma da nvidia x server settings non riesco ad aumentare la risoluzione della tv in modo da vederci tutto il desktop (per ora ne vedo solo una porzione)..sareste così gentili da aiutarmi a modificare xorg.conf a tale scopo?

# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#  sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier    "Layout0"
    Screen      0  "Screen0" 0 0
EndSection

Section "Module"
    Load          "glx"
EndSection

Section "ServerFlags"
    Option        "Xinerama" "0"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "TV-0"
    HorizSync      28.0 - 55.0
    VertRefresh    43.0 - 72.0
EndSection

Section "Device"
    Identifier    "Configured Video Device"
    Driver        "nvidia"
    Option        "NoLogo" "True"
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce 8400M GS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
EndSection

Section "Screen"

# Removed Option "metamodes" "TV: 1024x768 @1366x768 +0+0, DFP: nvidia-auto-select +0+0"
    Identifier    "Screen0"
    Device        "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option        "TwinView" "1"
    Option        "metamodes" "TV: 1024x768 +0+0, DFP: nvidia-auto-select +0+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection


Ho una scheda nvidia 8400gs e ubuntu intrepid..
grazie mille