[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Laptop Monitors



Try specifying chipset clgd5436 in place of 754x.  It worked
for me on a Gateway Solo2100 laptop with a 7548.  Here's my
XF86Config:

# This file is derived from Gordon Chaffe's
(chaffee@odie.CS/Berkeley.EDU)
# web page
http://bmrc.berkeley.edu/people/chaffee/index.html#xfree86_cirrus
#
# This works for me with a Cirrus Logic 7548 on a Gateway
Solo 2100 Laptop
# with the XFree86 3.2 release running Debian/GNU Linux.  It
also works OK
# with XFree86 3.2A.  It only works with a setting of 1MB of
video memory.
# The 2MB setting is close, but not quite right.  Specifying
either of
# clgd5428 or clgd5436 seems to be alright.
#
**********************************************************************
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      "LCD Laptop"
        VendorName      "Gateway 2000"
        ModelName       "Solo 2100"
        Bandwidth       100.0
        HorizSync       31-69
        VertRefresh     40-120
        ModeLine        "800x600" 28.3 800 816 856 920 600
600 601 618
        ModeLine        "800x600" 36 800 824 896 1024 600
601 603 625
EndSection

Section "Device"
        Identifier      "Cirrus CL-GD7548"
        VendorName      "Cirrus"
        BoardName       "CL-GD7548"

        VideoRam        1024
        Chipset         "clgd5436"
#       Chipset         "clgd5428"
        Clockchip       "cirrus"
        Option          "sw_cursor"
EndSection

Section "Screen"
        Driver          "svga"
        Device          "Cirrus CL-GD7548"
        Monitor         "LCD Laptop"
        Subsection      "Display"
                Depth   8
                Modes   "800x600"
        EndSubsection
EndSection

Andrew Akins wrote:
> 
> This may not be an appropriate place to ask this, but does anyone know
> the appropriate frequencies to use with Laptop TFT LCD monitors? I chose
> the SVGA monitor in the XF86Setup program - and it works, but it only
> gives me 320x200 resolution. I know this chipset (CL754x) and monitor
> can do 800x600 - that's what I ran windoze in. But none of the higher
> monitor choices seem to work - the screen freaks out.
> 
> xvidtune doesn't work...it core dumps. I checked in the various config
> files, and XF86Setup is only giving me 320x200 settings...any ideas why?
> 
> Hey, it works great in 320x200! :P
> 
> Side note: xdm doesn't work. I can do startx, and everything is fine.
> xdm does nothing...I immediately get the prompt back. Is this a big
> problem? If so, what might be wrong? Or can I just use startx (and how
> do I get it to automatically start -- when I get the resolution right).
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> debian-user-request@lists.debian.org .
> Trouble?  e-mail to templin@bucknell.edu .


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: