# ********************************************************************** # XF86Config Monitor, Graphics, and Screen sections that work with # Sharp Actius PC-A800 under XFree 3.3.6 # ********************************************************************** # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Sharp A800 LCD" VendorName "Sharp" ModelName "A800" HorizSync 31.5 - 48.5 VertRefresh 50-70 # 640x480 @ 72 Hz, 36.5 kHz hsync Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 # 800x600 @ 60 Hz, 37.8 kHz hsync Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync # 1024x768 @ 60 Hz, 48.4 kHz hsync Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "NeoMagic NM2200" VendorName "NeoMagic" BoardName "NM2200" Chipset "NM2200" # Include the following 2 options to permit switching # among internal and external displays with Fn-F5 Option "intern_disp" Option "extern_disp" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Driver "svga" Device "NeoMagic NM2200" Monitor "Sharp A800 LCD" DefaultColorDepth 16 Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubsection EndSection