n-Reply-To=<[EMAIL PROTECTED]>
Date: Mon, 06 Nov 2006 16:18:58 +0900
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Following your instructions, I managed to use display on an external
monitor.  Thanks for sharing your instructions !

However, the internal LCD shows a corrupted display.  Do you know if it
is possible to just blank it?

Also, for some reason the resolution defaults to 1024x768 (the maximum
of the internal display) instead of 1280x1024 that I specified.  I guess
that it is somewhat related..

Here is an extract from my xorg.conf:

-8<------------8<------
Section "Device"
        #Identifier     "NVIDIA Corporation NV34M [GeForce FX Go5200]"
        Identifier      "card0"
        Driver          "nv"
        BusID           "PCI:0:16:0"
    Option      "CrtcNumber" "1"
    Option      "FlatPanel" "1"
EndSection

Section "Device"
        Identifier      "card1"
        Driver          "nv"
        BusID           "PCI:0:16:0"
    Option      "CrtcNumber" "0"
    Option      "FlatPanel" "0"
EndSection

Section "Monitor"
        Identifier      "monitor0"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

Section "Monitor"
    Identifier  "monitor1"
    Option      "DPMS"
EndSection

Section "Screen"
        Identifier      "screen0"
        Device          "card0"
        Monitor         "monitor0"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "screen1"
        Device          "card1"
        Monitor         "monitor1"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
    # lcd screen
        #Screen 0       "screen0"
    # external screen
    Screen 1    "screen1"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection
-8<------------8<------

Thanks,

Evan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to