Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2009 10:13:16 +0300
From:      George Liaskos <geo.liaskos@gmail.com>
To:        =?ISO-8859-1?Q?Leonardo_M=2E_Ram=E9?= <martinrame@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Xorg slow on Toshiba A305 SP6926A
Message-ID:  <a57b43540908140013i5490acefj861ecd80fa6f8599@mail.gmail.com>
In-Reply-To: <42459.19647.qm@web35607.mail.mud.yahoo.com>
References:  <42459.19647.qm@web35607.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Try the following options in your Device section:

Option	    "AccelMethod"		"EXA"
Option	    "MigrationHeuristic"	"greedy"

On Fri, Aug 14, 2009 at 3:51 AM, Leonardo M. Ram=E9 <martinrame@yahoo.com> =
wrote:
>
> Hi, I installed 7.2 amd64 on a Toshiba Satellite A305 SP6926A and it look=
s like Xorg is too slow on this machine. Does anyone have this notebook, ca=
n share its xorg.conf?
>
> uname -a
> FreeBSD toshiba-leo.localhost.localdomain 7.2-STABLE-200906 FreeBSD 7.2-S=
TABLE-200906 #0: Sun Jun =A07 10:23:49 UTC 2009 =A0 =A0 root@driscoll.cse.b=
uffalo.edu:/usr/obj/usr/src/sys/GENERIC =A0amd64
>
> /etc/rc.conf
> keymap=3D"spanish.iso.acc"
> sshd_enable=3D"YES"
> # -- sysinstall generated deltas -- # Thu Aug 13 12:05:46 2009
> ifconfig_re0=3D"DHCP"
> hostname=3D"toshiba-leo.localhost.localdomain"
> hald_enable=3D"YES"
> dbus_enable=3D"YES"
>
>
> xorg.conf
>
> Section "ServerLayout"
> =A0 =A0 =A0 =A0Identifier =A0 =A0 "X.org Configured"
> =A0 =A0 =A0 =A0Screen =A0 =A0 =A00 =A0"Screen0" 0 0
> =A0 =A0 =A0 =A0InputDevice =A0 =A0"Mouse0" "CorePointer"
> =A0 =A0 =A0 =A0InputDevice =A0 =A0"Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
> =A0 =A0 =A0 =A0ModulePath =A0 "/usr/local/lib/xorg/modules"
> =A0 =A0 =A0 =A0FontPath =A0 =A0 "/usr/local/lib/X11/fonts/misc/"
> =A0 =A0 =A0 =A0FontPath =A0 =A0 "/usr/local/lib/X11/fonts/TTF/"
> =A0 =A0 =A0 =A0FontPath =A0 =A0 "/usr/local/lib/X11/fonts/OTF"
> =A0 =A0 =A0 =A0FontPath =A0 =A0 "/usr/local/lib/X11/fonts/Type1/"
> =A0 =A0 =A0 =A0FontPath =A0 =A0 "/usr/local/lib/X11/fonts/100dpi/"
> =A0 =A0 =A0 =A0FontPath =A0 =A0 "/usr/local/lib/X11/fonts/75dpi/"
> EndSection
>
> Section "Module"
> =A0 =A0 =A0 =A0Load =A0"dbe"
> =A0 =A0 =A0 =A0Load =A0"dri"
> =A0 =A0 =A0 =A0Load =A0"dri2"
> =A0 =A0 =A0 =A0Load =A0"extmod"
> =A0 =A0 =A0 =A0Load =A0"glx"
> =A0 =A0 =A0 =A0Load =A0"record"
> EndSection
>
> Section "InputDevice"
> =A0 =A0 =A0 =A0Identifier =A0"Keyboard0"
> =A0 =A0 =A0 =A0Driver =A0 =A0 =A0"kbd"
> EndSection
>
> Section "InputDevice"
> =A0 =A0 =A0 =A0Identifier =A0"Mouse0"
> =A0 =A0 =A0 =A0Driver =A0 =A0 =A0"mouse"
> =A0 =A0 =A0 =A0Option =A0 =A0 =A0"Protocol" "auto"
> =A0 =A0 =A0 =A0Option =A0 =A0 =A0"Device" "/dev/sysmouse"
> =A0 =A0 =A0 =A0Option =A0 =A0 =A0"ZAxisMapping" "4 5 6 7"
> EndSection
>
> Section "Monitor"
> =A0 =A0 =A0 =A0Identifier =A0 "Monitor0"
> =A0 =A0 =A0 =A0VendorName =A0 "Monitor Vendor"
> =A0 =A0 =A0 =A0ModelName =A0 =A0"Monitor Model"
> EndSection
>
> Section "Device"
> =A0 =A0 =A0 =A0### Available Driver options are:-
> =A0 =A0 =A0 =A0### Values: <i>: integer, <f>: float, <bool>: "True"/"Fals=
e",
> =A0 =A0 =A0 =A0### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
> =A0 =A0 =A0 =A0### [arg]: arg optional
> =A0 =A0 =A0 =A0#Option =A0 =A0 "NoAccel" =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 # [<bool>]
> =A0 =A0 =A0 =A0#Option =A0 =A0 "SWcursor" =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=
 =A0# [<bool>]
> =A0 =A0 =A0 =A0#Option =A0 =A0 "ColorKey" =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=
 =A0# <i>
> =A0 =A0 =A0 =A0#Option =A0 =A0 "CacheLines" =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0# <i>
> =A0 =A0 =A0 =A0#Option =A0 =A0 "Dac6Bit" =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 # [<bool>]
> =A0 =A0 =A0 =A0Option =A0 =A0 "DRI" =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0# [<bool>]
> =A0 =A0 =A0 =A0#Option =A0 =A0 "NoDDC" =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 # [<bool>]
> =A0 =A0 =A0 =A0#Option =A0 =A0 "ShowCache" =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 # [<bool>]
> =A0 =A0 =A0 =A0#Option =A0 =A0 "XvMCSurfaces" =A0 =A0 =A0 =A0 =A0 =A0 =A0=
# <i>
> =A0 =A0 =A0 =A0#Option =A0 =A0 "PageFlip" =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=
 =A0# [<bool>]
> =A0 =A0 =A0 =A0Identifier =A0"Card0"
> =A0 =A0 =A0 =A0Driver =A0 =A0 =A0"intel"
> =A0 =A0 =A0 =A0VendorName =A0"Intel Corporation"
> =A0 =A0 =A0 =A0BoardName =A0 "Mobile 4 Series Chipset Integrated Graphics=
 Controller"
> =A0 =A0 =A0 =A0BusID =A0 =A0 =A0 "PCI:0:2:0"
> EndSection
>
> Section "Screen"
> =A0 =A0 =A0 =A0Identifier "Screen0"
> =A0 =A0 =A0 =A0Device =A0 =A0 "Card0"
> =A0 =A0 =A0 =A0Monitor =A0 =A0"Monitor0"
> =A0 =A0 =A0 =A0SubSection "Display"
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Viewport =A0 0 0
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Depth =A0 =A0 1
> =A0 =A0 =A0 =A0EndSubSection
> =A0 =A0 =A0 =A0SubSection "Display"
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Viewport =A0 0 0
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Depth =A0 =A0 4
> =A0 =A0 =A0 =A0EndSubSection
> =A0 =A0 =A0 =A0SubSection "Display"
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Viewport =A0 0 0
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Depth =A0 =A0 8
> =A0 =A0 =A0 =A0EndSubSection
> =A0 =A0 =A0 =A0SubSection "Display"
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Viewport =A0 0 0
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Depth =A0 =A0 15
> =A0 =A0 =A0 =A0EndSubSection
> =A0 =A0 =A0 =A0SubSection "Display"
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Viewport =A0 0 0
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Depth =A0 =A0 16
> =A0 =A0 =A0 =A0EndSubSection
> =A0 =A0 =A0 =A0SubSection "Display"
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Viewport =A0 0 0
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Depth =A0 =A0 24
> =A0 =A0 =A0 =A0EndSubSection
> EndSection
>
>
>
>
> Leonardo M. Ram=E9
> http://leonardorame.blogspot.com
>
>
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o=
rg"



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