Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2005 10:40:23 -0800
From:      benchmark <zslist@gmail.com>
To:        Eric Anholt <eta@lclark.edu>
Cc:        freebsd-x11@freebsd.org
Subject:   Re: X11 config/performance
Message-ID:  <a0082888050424114017ced07c@mail.gmail.com>
In-Reply-To: <1114366853.965.2.camel@leguin>
References:  <a008288805042410332cdf9a25@mail.gmail.com> <1114366853.965.2.camel@leguin>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_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 <eta@lclark.edu> 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: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "ForcePCIMode"       	# [<bool>]
        #Option     "BusType"            	# [<str>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPFastWrite"       	# [<bool>]
        #Option     "AGPSize"            	# <i>
        #Option     "GARTSize"           	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "NoBackBuffer"       	# [<bool>]
        #Option     "PanelOff"           	# [<bool>]
        #Option     "DDCMode"            	# [<bool>]
        #Option     "MonitorLayout"      	# [<str>]
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "OverlayOnCRTC2"     	# [<bool>]
        #Option     "CloneMode"          	# [<str>]
        #Option     "CloneHSync"         	# [<str>]
        #Option     "CloneVRefresh"      	# [<str>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "DisplayPriority"    	# [<str>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "ForceMinDotClock"   	# <freq>
	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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a0082888050424114017ced07c>