Difference between revisions of "Toshiba"

From FreekiWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
== [http://www.csd.toshiba.com/cgi-bin/tais/support/jsp/home.jsp?nav=Download Toshiba Support] ==
 
== [http://www.csd.toshiba.com/cgi-bin/tais/support/jsp/home.jsp?nav=Download Toshiba Support] ==
  
 +
==Obtaining fullscreen resolution on laptops with Trident CyberBlade XPAi1==
 +
Copy and paste the following into /etc/X11/xorg.conf (create xorg.conf yourself if it doesn't exist already):
 +
Section "Device"
 +
  Identifier "Trident Microsystems CyberBlade XPAi1"
 +
  Driver "trident"
 +
  BusID "PCI:1:0:0"
 +
EndSection
 +
 +
Section "Monitor"
 +
  Identifier "Generic Monitor"
 +
  Option "DPMS"
 +
  HorizSync 28-51
 +
  VertRefresh 43-60
 +
EndSection
 +
 +
Section "Screen"
 +
Identifier "Default Screen"
 +
Monitor "Generic Monitor"
 +
Device "Trident Microsystems CyberBlade XPAi1"
 +
SubSection "Display"
 +
  Depth 8
 +
  Modes "1024x768"
 +
EndSubSection
 +
SubSection "Display"
 +
  Depth 16
 +
  Modes "1024x768"
 +
EndSubSection
 +
SubSection "Display"
 +
  Depth 24
 +
  Modes "1024x768"
 +
EndSubSection
 +
SubSection "Display"
 +
  Depth 32
 +
  Modes "1024x768"
 +
EndSubSection
 +
EndSection
 
==Other links==  
 
==Other links==  
 
[http://www.irisvista.com/tech/ Toshiba laptop teardown/guides ]
 
[http://www.irisvista.com/tech/ Toshiba laptop teardown/guides ]

Revision as of 18:46, 27 August 2010

Current specs for newer Toshiba Laptops


Toshiba Support Downloads


Toshiba Support

Obtaining fullscreen resolution on laptops with Trident CyberBlade XPAi1

Copy and paste the following into /etc/X11/xorg.conf (create xorg.conf yourself if it doesn't exist already):

Section "Device"
  Identifier "Trident Microsystems CyberBlade XPAi1"
  Driver "trident"
  BusID "PCI:1:0:0"
EndSection

Section "Monitor"
  Identifier "Generic Monitor"
  Option "DPMS"
  HorizSync 28-51
  VertRefresh 43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Generic Monitor"
	Device		"Trident Microsystems CyberBlade XPAi1"
	SubSection "Display"
		   Depth 8
		   Modes "1024x768"
	EndSubSection
	SubSection "Display"
		   Depth 16
		   Modes "1024x768"
	EndSubSection
	SubSection "Display"
		   Depth 24
		   Modes "1024x768"
	EndSubSection
	SubSection "Display"
		   Depth 32
		   Modes "1024x768"
	EndSubSection
EndSection

Other links

Toshiba laptop teardown/guides

Toshiba BIOS password clearing tool

Toshiba BIOS password clearing methods