Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2003 14:32:54 -0600
From:      Tom Coulter <TCoulter@novatel.ca>
To:        "'freebsd-mobile@freebsd.org'" <freebsd-mobile@freebsd.org>
Subject:   XFree86 on Toshiba Tecra M1
Message-ID:  <39D7B5B5E36E744EA13950CB2FF74C162491D3@ntsrv004.corp.novatel.ca>

next in thread | raw e-mail | index | archive | help
For the life of me I cannot get XFree86 going on my new Toshiba laptop.  The
particulars:

Toshiba Tecra M1 w/ 1024MB RAM 1.70GHz P4 Centrino
- XFree86 4.3.0
- FreeBSD 4.8
- Graphics Controller:	Trident XP4m32 

I've tried XFree86 -config, but the configurations just hang the machine on
testing.  I've tried the  
following manual configuration, but can only see 1/4 of the screen, and it
appears to be in black and
white:

*****************************

Section "ServerLayout"
 Identifier     "Default Layout"
 Screen      0  "Screen0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
 InputDevice    "DevInputMice" "AlwaysCore"
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/Speedo/"
 FontPath	  "/usr/X11R6/lib/X11/fonts/Type1/"
 FontPath	  "/usr/X11R6/lib/X11/fonts/75dpi/"
 FontPath	  "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
 Load  "dbe"
 Load  "extmod"
 Load  "fbdevhw"
 Load  "glx"
 Load  "record"
 Load  "freetype"
 Load  "type1"
EndSection

Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "keyboard"
 Option	    "XkbRules" "xfree86"
 Option	    "XkbModel" "pc105"
 Option	    "XkbLayout" "us"
 Option	    "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option	    "Protocol" "PS/2"
 Option	    "Device" "/dev/psaux"
 Option	    "ZAxisMapping" "4 5"
 Option	    "Emulate3Buttons" "no"
EndSection

Section "Monitor"
 Identifier   "Monitor0"
 VendorName   "Monitor Vendor"
 ModelName    "Toshiba TOS5082"
 DisplaySize  290        220
 HorizSync    31.0 - 48.0
 VertRefresh  50.0 - 70.0
 Option       "dpms"
EndSection

Section "Device"
 Identifier  "Trident CyberXP"
 Driver      "trident"
 VendorName  "Trident/Toshiba"
 BoardName   "CyberBlade/XP/Ai1"
 ChipSet     "cyberbladeXPAi1"
 Option	 "CyberShadow" "false"
 Option	 "ShadowFB" "true"
 Option	 "accel"
 Option	 "BackingStore" "on"
 Option      "SaveUnders"   "on"
 BusID       "PCI:01:00:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device     "Trident CyberXP"
 Monitor    "Monitor0"
 DefaultDepth     24
 SubSection "Display"
 Depth     24
 Modes    "1024x768"
 EndSubSection
EndSection

Section "DRI"
 Group        0
 Mode         0666
EndSection

*************************************8

Any help would be _greatly_ appreciated.  Thanks,

	
...TC

Tom Coulter
Senior Systems Architect
NovAtel Inc.



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