
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.sabayonlinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.sabayonlinux.org/index.php?title=Acer_TravelMate_3004WTMi&amp;feed=atom&amp;action=history</id>
		<title>Acer TravelMate 3004WTMi - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.sabayonlinux.org/index.php?title=Acer_TravelMate_3004WTMi&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=Acer_TravelMate_3004WTMi&amp;action=history"/>
		<updated>2013-05-21T22:37:45Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.4</generator>

	<entry>
		<id>http://wiki.sabayonlinux.org/index.php?title=Acer_TravelMate_3004WTMi&amp;diff=6124&amp;oldid=prev</id>
		<title>Zambayoni at 01:16, 24 February 2009</title>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=Acer_TravelMate_3004WTMi&amp;diff=6124&amp;oldid=prev"/>
				<updated>2009-02-24T01:16:50Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Note| '''Note:''' This article may be out of date and need updating.}}&lt;br /&gt;
&lt;br /&gt;
==System Information==&lt;br /&gt;
&lt;br /&gt;
'''Acer Travelmate 3004WTMi'''&lt;br /&gt;
*Intel® Pentium M 760 2.00 GHz&lt;br /&gt;
*Intel® 915GM chipset&lt;br /&gt;
*Integrated Intel® Media Accelerator 915GM graphics&lt;br /&gt;
*Integrated high-definition audio controller&lt;br /&gt;
*Intel® USB2, SMBus &amp;amp; IDE controllers&lt;br /&gt;
*Texas Instruments® Firewire and Cardbus controller&lt;br /&gt;
*Texas Instruments FlashMedia SD/SDIO/MMC/MS/MSPro Card Reader&lt;br /&gt;
*Broadcom Corp® NetXtreme BCM5788 Gigabit Ethernet NIC&lt;br /&gt;
*Broadcom Corp® BCM2035 Bluetooth dongle&lt;br /&gt;
*Intel® PRO/Wireless 2200BG wireless NIC&lt;br /&gt;
*2x512 MB RAM 533 MHz&lt;br /&gt;
*100GB Ultra ATA 133 4200rpm Hard Drive&lt;br /&gt;
*12.1&amp;quot; Display - WSXGA (1280 x 800)&lt;br /&gt;
*External Firewire Combo Drive - 24x/10x/24x CD Burner and 6x/4x/4x DVD-RW multistandard&lt;br /&gt;
&lt;br /&gt;
==Out of the Box==&lt;br /&gt;
&lt;br /&gt;
Installation was done with Sabayon Linux x86 3.26 Stable DVD. KDE was chosen as default desktop environment. The following list describes the state of the system after a complete install and before any modifications.&lt;br /&gt;
&lt;br /&gt;
*Dual boot with native Windows XP: OK, see note below [[Acer Travelmate 3004WTMi#Dual Boot with Native Windows XP|Dual Boot with Native Windows XP]]&lt;br /&gt;
*Sound: native support for ALSA [works well]&lt;br /&gt;
*ACPI: native support for ACPID [seems to work well]&lt;br /&gt;
*WiFi: native support [works well also with WEP and WPA cryptography]&lt;br /&gt;
*Ethernet card: native support [works well]&lt;br /&gt;
*Video: X.Org 7.1 with Intel video driver [seems to work well]&lt;br /&gt;
*Widescreen: not supported, see note below - [[Acer Travelmate 3004WTMi#Widescreen Support|Widescreen Support]]&lt;br /&gt;
*KDE 3.5.5: K Desktop Environment [seems to work well]&lt;br /&gt;
*Beryl: not supported, see note below - [[Acer Travelmate 3004WTMi#Beryl|Beryl]]&lt;br /&gt;
*Card Reader: partial support, see note below - [[Acer Travelmate 3004WTMi#Card Reader Automount|Card Reader Automount]]&lt;br /&gt;
*FireWire: native support [seems to work well]&lt;br /&gt;
*CD/DVD Burning: native support [seems to work well]&lt;br /&gt;
*Bluetooth: partial support, see note below - [[Acer Travelmate 3004WTMi#Bluetooth|Bluetooth]]&lt;br /&gt;
*Suspend to RAM: native support [through KPowersave tray utility; Fn key wakes from suspension]&lt;br /&gt;
*Suspend to disk: not supported&lt;br /&gt;
*Function key combinations: partial support, see note below [[Acer Travelmate 3004WTMi#Function Key Combinations|Function Key Combinations]]&lt;br /&gt;
&lt;br /&gt;
==Dual Boot with Native Windows XP==&lt;br /&gt;
During Sabayon installation, GRUB was configured to be installed in the master boot record (MBR) of hard drive. Two boot targets were set:&lt;br /&gt;
*/dev/sda2 -- native Windows XP partition&lt;br /&gt;
*/dev/sda3 -- primary partition for Linux created from within Windows XP before installing Sabayon&lt;br /&gt;
&lt;br /&gt;
==Widescreen Support==&lt;br /&gt;
Widescreen 1280x800 resolution was not available by default, since it is not present in VESA modes list in Intel 915 graphics card BIOS. In order to enable it, the following steps can be taken (entering shell commands as root; please be careful):&lt;br /&gt;
*Install 915resolution utility that patches the RAM copy of graphics card BIOS:&lt;br /&gt;
 emerge 915resolution&lt;br /&gt;
*Add the following shell script in /etc/init.d/ directory (for example, with name intel915bios.sh):&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 915resolution 30 1280 800&lt;br /&gt;
*Setup the script for automatic execution at boot time in default runlevel:&lt;br /&gt;
 rc-update -a intel915bios.sh default&lt;br /&gt;
Now at boot time 1280x800 will be among available resolutions. The last step involves modifying X configuration file (/etc/X11/xorg.conf) to have it selected automatically:&lt;br /&gt;
* Open /etc/X11/xorg.conf in a text editor&lt;br /&gt;
* You will find three blocks called Subsection &amp;quot;Display&amp;quot;: in each block a Modes line lists supported resolutions. Add &amp;quot;1280x800&amp;quot; before other resolutions in each Modes occurrence.&lt;br /&gt;
&lt;br /&gt;
This tip was adapted from a Sabayon forum thread: http://www.sabayonlinux.org/forum/viewtopic.php?t=2146&amp;amp;highlight=915resolution&lt;br /&gt;
&lt;br /&gt;
==Beryl==&lt;br /&gt;
Beryl worked flawlessly with AIXGL in Sabaion DVD live mode. After installation, however, severe problems occurred. Under KDE, most dialogs did not display text. Under Gnome, system instabilities were experienced.&lt;br /&gt;
&lt;br /&gt;
These problems were exacerbated by applying the above widescreen support procedure. In 1280x800 resolution, Beryl froze KDE too.&lt;br /&gt;
&lt;br /&gt;
It may be advisable to disable Beryl from Beryl Manager tray utility. Select another window manager, preferably KWin for KDE or Metacity for Gnome.&lt;br /&gt;
&lt;br /&gt;
==Card Reader Automount==&lt;br /&gt;
The Texas Instruments FlashMedia internal card reader was configured correctly by Sabayon default setup, using tifm_core and tifm_7xx1 kernel driver modules. Volumes, however, are not mounted automatically when a card is inserted. To enable automatic mount, three more kernel modules must be loaded: mmc_core, mmc_block and tifm_sd. In order to have them loaded at system startup, the following steps can be performed (entering shell commands as root; please be careful):&lt;br /&gt;
*Add the following shell script in /etc/init.d/ directory (for example, with name cardreader.sh):&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 modprobe mmc_core&lt;br /&gt;
 modprobe mmc_block&lt;br /&gt;
 modprobe tifm_sd&lt;br /&gt;
*Setup the script for automatic execution at boot time in default runlevel:&lt;br /&gt;
 rc-update -a cardreader.sh default&lt;br /&gt;
&lt;br /&gt;
Only SD and MMC cards are currently supported. Memory Stick support is a work in progress.&lt;br /&gt;
&lt;br /&gt;
This tip was adapted from http://www.thinkwiki.org/wiki/How_to_get_the_internal_SD-CARD_working&lt;br /&gt;
&lt;br /&gt;
==Bluetooth==&lt;br /&gt;
Bluetooth device is inactive by default. It can be activated/deactivated by pressing leftmost button on laptop frontal side.&lt;br /&gt;
&lt;br /&gt;
Sometimes an error in sdpd daemon initialization occurs. It must be started manually from shell (with root privileges). KDE frontend KBluetoothD does an excellent job at managing services and connections.&lt;br /&gt;
&lt;br /&gt;
==Function Key Combinations==&lt;br /&gt;
Screen brightness level (Fn + left or right arrow) and touchpad enable/disable (Fn + F7) are the only combinations that worked out of the box with the selected keyboard configuration (standard 104-key Italian PC keyboard).&lt;br /&gt;
&lt;br /&gt;
Volume controls (Fn + F8 or Fn + up or down arrow) and screen dim (Fn + F6) can be easily added under KDE. Go to Control Center -&amp;gt; Regional &amp;amp; Accessibility -&amp;gt; Keyboard Layout and choose Acer TravelMate 800 keyboard model.&lt;br /&gt;
&lt;br /&gt;
For a thorough guide to multimedia keys configuration, see http://www.gentoo-wiki.info/HOWTO_Use_Multimedia_Keys&lt;br /&gt;
&lt;br /&gt;
[[Category:Laptops]]&lt;/div&gt;</summary>
		<author><name>Zambayoni</name></author>	</entry>

	</feed>