From owner-freebsd-mobile Wed Jun 21 9:26:15 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from thoth.upan.org (thoth.upan.org [204.107.76.16]) by hub.freebsd.org (Postfix) with ESMTP id 799E537BAB2 for ; Wed, 21 Jun 2000 09:26:01 -0700 (PDT) (envelope-from mikel@ocsny.com) Received: from ocsny.com (localhost [127.0.0.1]) by thoth.upan.org (8.9.3/8.9.3) with ESMTP id MAA00450; Wed, 21 Jun 2000 12:30:39 GMT (envelope-from mikel@ocsny.com) Message-ID: <3950B56E.183076BF@ocsny.com> Date: Wed, 21 Jun 2000 12:30:39 +0000 From: Mikel King X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 5.0-20000612-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Darryl Okahata Cc: "Arun Welch"@usmint.soco.agilent.com, welch@anzus.com, freebsd-mobile@FreeBSD.ORG Subject: Re: Inspiron 5000/7500 & X References: <200006201745.KAA25033@usmint.soco.agilent.com> Content-Type: multipart/mixed; boundary="------------A231109EEB7940ECB74F94C6" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------A231109EEB7940ECB74F94C6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Darryl, I don't know if this'll help but have at it...see the attached... Darryl Okahata wrote: > Mike Smith wrote: > > > > Has anyone gotten X to work with the 15" 1400x1080 screen? > > > > Yes. Xig's Accelerated X/Laptop version works, and there are (nasty) > > hacks to make XFree86 work (much slower) as well. > > The nasty hacks are only for 3.3.5. XFree86 4.0 works fine in > 1400x1050 mode, "out-of-the-box"; no nasty hacks are needed. For 4.0, > there are some caveats, though: > > * The "XFree86 -configure" command doesn't work with the Inspiron 7500 > (don't know about the 5000). You have to write your own XF86Config > file. > > * There are, supposedly, security issues with the 4.0 server, as it's > setuid root. > > * As Mike said, the 4.0 server is slower (in fact, it's > unaccelerated). However, I think it's adequately fast for most > people. While the XIG server is faster, I (personally) can't > justify spending $200 on speed which I don't really need. I agree...so I'll put up with the bugs...and lack of speed... > > > -- > Darryl Okahata > darrylo@soco.agilent.com > > DISCLAIMER: this message is the author's personal opinion and does not > constitute the support, opinion, or policy of Agilent Technologies, or > of the little green men that have been following him all day. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message --------------A231109EEB7940ECB74F94C6 Content-Type: text/plain; charset=us-ascii; name="XF86Config.4.0" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="XF86Config.4.0" Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" EndSection Section "Module" Load "extmod" Load "xie" Load "pex5" Load "glx" Load "GLcore" Load "dbe" Load "record" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Emulate3Buttons" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" ModeLine "1400x1050" 189.65 1400 1464 1784 1912 1050 1052 1064 1090 #91Hz EndSection Section "Device" ### Available Driver options are:- #Option "accel" #Option "crt_screen" #Option "composite_sync" #Option "linear" #Option "probe_clocks" #Option "shadow_fb" Identifier "ATI Mach64 LM" Driver "ati" VendorName "ATI" BoardName "Mach64 LM" ChipSet "ati" ChipId 0x4c4d ChipRev 0x64 BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "ATI Mach64 LM" Monitor "Monitor0" SubSection "Display" Depth 8 Modes "1400x1050" EndSubSection SubSection "Display" Depth 15 Modes "1400x1050" EndSubSection SubSection "Display" Depth 16 Modes "1400x1050" EndSubSection SubSection "Display" Depth 24 Modes "1400x1050" EndSubSection EndSection Section "DRI" EndSection --------------A231109EEB7940ECB74F94C6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message