From owner-freebsd-x11@FreeBSD.ORG Sun Apr 24 18:40:25 2005 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26EC916A4CE for ; Sun, 24 Apr 2005 18:40:25 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC6743D53 for ; Sun, 24 Apr 2005 18:40:24 +0000 (GMT) (envelope-from zslist@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so953257rne for ; Sun, 24 Apr 2005 11:40:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ijLyscXIAhXAsFft9cNhe3DdzXAYiL4BaElTz5GMHCp13UhUqRSa8VHpLHNoK5zQoDOkeqkthvymr+HHl6PvHoU7JNGugwgIeHYWWP/oweZ6EL7rNTP63FP3r0p5+/jQX7P8HiwrRRyRLWH367sjnvdMCTT3O+0CWAQlRz+ytEg= Received: by 10.38.11.1 with SMTP id 1mr5549143rnk; Sun, 24 Apr 2005 11:40:23 -0700 (PDT) Received: by 10.38.89.26 with HTTP; Sun, 24 Apr 2005 11:40:23 -0700 (PDT) Message-ID: Date: Sun, 24 Apr 2005 10:40:23 -0800 From: benchmark To: Eric Anholt In-Reply-To: <1114366853.965.2.camel@leguin> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_484_17863574.1114368023639" References: <1114366853.965.2.camel@leguin> X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-x11@freebsd.org Subject: Re: X11 config/performance X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: benchmark List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 18:40:25 -0000 ------=_Part_484_17863574.1114368023639 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline here is the log file and my config. I tried to set my screen size to 1280x1024, it didnt' work. On 4/24/05, Eric Anholt wrote: > On Sun, 2005-04-24 at 09:33 -0800, benchmark wrote: > > I've been trying to get X11 config/perform the last couple of days. > >=20 > > Basic info: Thinkpad t40, freeBSD 5.3 stable > >=20 > > I know that my video card (ATI Redeon 250) can do 1280x1024 (as I did > > that with my linux setup), but with BSD, i can only do 1024x768. Is > > there a version of a driver that i need to upgrade? > >=20 > > Web browsering is very sluggish with Konqueror -- though ping replies > > quickly. Is this a browser problem or an X problem? >=20 > An Xorg.0.log would be necessary to say anything about your mode > selection problem. Generally little can be said about "things seem > slow" unless there's something really out of line in the log. >=20 > --=20 > Eric Anholt eta@lclark.edu > http://people.freebsd.org/~anholt/ anholt@FreeBSD.org > ------=_Part_484_17863574.1114368023639 Content-Type: text/plain; name=xorg.conf; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xorg.conf" Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/URW/" FontPath "/usr/X11R6/lib/X11/fonts/TrueType/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "speedo" Load "type1" Load "xtt" Load "ddc" Load "xaa" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 30-107 VertRefresh 48-120 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "Dac6Bit" # [] #Option "Dac8Bit" # [] #Option "ForcePCIMode" # [] #Option "BusType" # [] #Option "CPPIOMode" # [] #Option "CPusecTimeout" # #Option "AGPMode" # #Option "AGPFastWrite" # [] #Option "AGPSize" # #Option "GARTSize" # #Option "RingSize" # #Option "BufferSize" # #Option "EnableDepthMoves" # [] #Option "EnablePageFlip" # [] #Option "NoBackBuffer" # [] #Option "PanelOff" # [] #Option "DDCMode" # [] #Option "MonitorLayout" # [] #Option "IgnoreEDID" # [] #Option "OverlayOnCRTC2" # [] #Option "CloneMode" # [] #Option "CloneHSync" # [] #Option "CloneVRefresh" # [] #Option "UseFBDev" # [] #Option "VideoKey" # #Option "DisplayPriority" # [] #Option "PanelSize" # [] #Option "ForceMinDotClock" # Identifier "Card0" Driver "ati" VendorName "ATI Technologies Inc" BoardName "Radeon R250 Lf [Radeon Mobility 9000 M9]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection ------=_Part_484_17863574.1114368023639--