=========================================================================== # From: Kent Boortz # This works for me with a Cirrus Logic 7548 on a Compaq LTE 5000 Laptop # with the XFree86 3.2A release. I have not tested it with XFree86 3.2. # The only chipset setting that worked for me is the cldg5436. Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Keyboard" Protocol "Standard" AutoRepeat 50000 1 EndSection Section "Pointer" Protocol "PS/2" Device "/dev/mouse" # Emulate3Buttons EndSection Section "Monitor" Identifier "Compaq LTE 5000 Laptop" VendorName "Compaq" ModelName "LTE 5000" Bandwidth 80.0 HorizSync 31-69 VertRefresh 40-120 Modeline "1024x768" 44 1024 1032 1176 1364 768 771 777 806 EndSection Section "Device" Identifier "Cirrus CL-GD7548" VendorName "Cirrus" BoardName "CL-GD7548" Chipset "clgd5436" # Chipset "clgd7548" Clockchip "cirrus" Option "mmio" # Option "noaccel" Option "no_bitblt" # Option "no_imageblt" EndSection Section "Screen" Driver "svga" Device "Cirrus CL-GD7548" Monitor "Compaq LTE 5000 Laptop" Subsection "Display" Depth 8 Modes "1024x768" EndSubsection EndSection