From owner-freebsd-mobile Wed Oct 1 09:43:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA24064 for mobile-outgoing; Wed, 1 Oct 1997 09:43:01 -0700 (PDT) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA24059 for ; Wed, 1 Oct 1997 09:42:58 -0700 (PDT) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA08763; Wed, 1 Oct 1997 09:41:43 -0700 Date: Wed, 1 Oct 1997 09:41:43 -0700 (PDT) From: "Brian N. Handy" To: Mike Smith Cc: freebsd-mobile@freebsd.org Subject: Re: External Monitors? In-Reply-To: <199710010604.PAA00645@word.smith.net.au> Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> Has anyone listening here actually hooked an external monitor up to their >> laptop under FreeBSD? > >Yes. Want to describe your problem a little beter? Certainly! I was sorta tired and grumpy when I left last night, I mostly wanted the moral support of knowing someone else had tried this! :-) That aside, I do have specific questions... I have a Viewsonic P815 monitor. It's huge, but the boss wanted BIG, so ... what the heck. It should stomach anything I can send at it, IMHO. However, I don't seem to have any modelines for 1024x768 that work. I've included my XF86Config below for grin's sake. What happens is 640x480 works, 800x600 won't lock up and I haven't been able to find a 1024x768 tht works at all. (I had an 800x600 line once that worked, but the flicker was so bad I was about to get sick...so I pitched that post-haste.) This is on a TP560C. SOOOooooOO, bottom line: anyone have modelines for 800x600 that will work on both the laptop and the external monitor, and in addition a modeline for 1024x768 that will not make me sick? Thanks, Brian ================================================================ [stuff deleted for brevity] Section "Monitor" Identifier "ThinkPad" VendorName "IBM" ModelName "560" HorizSync 25-79 VertRefresh 20-76 Modeline "640x480" 28.32 640 664 760 800 480 491 493 525 ModeLine "800x600" 28.32 800 808 1024 1040 600 600 626 640 +hsync +vsync EndSection Section "Device" Identifier "GUI" VendorName "Trident" BoardName "9385" EndSection Section "Device" Identifier "svga" VendorName "ibm" BoardName "bar" Chipset "generic" ClockChip "tgui" VideoRam 1024 EndSection Section "Screen" Driver "svga" Device "GUI" Monitor "ThinkPad" Subsection "Display" Depth 8 Modes "800x600" "640x480" EndSubsection Subsection "Display" Depth 16 Modes "800x600" "640x480" EndSubsection Subsection "Display" Depth 32 Modes "640x400" EndSubsection EndSection