Hi,

Im just wondering if anybody could help me with a little problem I have... but before I start here is my laptop specs.

Internal 40Gb Hard Drive
SiS Integrated Graphics
i386
Advent 7086 Laptop
CD/DVD R RW+/- Combo
Samsung External Hard Drive
AOC M19W 19" Widescreen Flat Panel Monitor.
-------------------------------------------------------------------------------------

What I am trying to do is disable my laptop screen and have my AOC 19" monitor as default

I have tried system-config-display in runlevel 5 and runlevel 3 but it keeps reverting to the original 1024x768 resolution
but I want it 1440x900. for my Widescreen monitor... it is supported as my card recognizes it, also i have tried setting it to dual head
and that works perfectly although it is a completely different desktop. Below is my XORG.conf file

# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier  "Synaptics"
    Driver      "synaptics"
    Option        "Device" "/dev/input/mice"
    Option        "Protocol" "auto-dev"
    Option        "Emulate3Buttons" "yes"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "sis"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Hope someone can help me with this big problem...

Regards
- Nin3