ASUS EeePC 701: Difference between revisions
Jump to navigation
Jump to search
New page: == Xorg Configuration File == <pre> Section "Monitor" Identifier "Internal Panel" VendorName "Generic" ModelName "Flat Panel 800x480" ModeLine "800x480" 29.58 800 816 89... |
(No difference)
|
Revision as of 16:14, 21 August 2008
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