ASUS EeePC 701

From Elvanör's Technical Wiki
Revision as of 16:14, 21 August 2008 by Elvanor (talk | contribs) (New page: == Xorg Configuration File == <pre> Section "Monitor" Identifier "Internal Panel" VendorName "Generic" ModelName "Flat Panel 800x480" ModeLine "800x480" 29.58 800 816 89...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Xorg Configuration File

Section "Monitor"
    Identifier "Internal Panel"
    VendorName "Generic"
    ModelName "Flat Panel 800x480"
    ModeLine "800x480"  29.58  800 816 896 992  480 481 484 497  -HSync +Vsync
    Option "PreferredMode" "800x480"
EndSection

Section "Monitor"
    Identifier      "External VGA Monitor"
EndSection

Section "Device"
    Identifier "device1"
    Driver "intel"
    Option "DPMS"
    Option "XaaNoOffscreenPixmaps" "1"
    Option "Monitor-LVDS" "Internal Panel"
    Option "Monitor-VGA" "External VGA Monitor"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    DefaultColorDepth 24

    Subsection "Display"
        Depth 24
        Virtual 1680 1600
    EndSubsection
EndSection