Note: This page may be outdated as I do not use Gentoo anymore since some months, I've moved to Ubuntu which is, IMO, more easily configurable than Gentoo.
Content:
1.1 In BriefLinux works very well on my laptop.I just have some minor problems and in most cases I have found some temporary fixes. |
1.2 Hardware Information |
1.3 System Information
|
1.4 ContactIf you have any comment (questions, suggestions, corrections,...) please use this mail address to contact me (in English or in French):tuxmym -at- gmail -dot- com (replace ' -at- ' by '@' and ' -dot- ' by '.', this is a SPAM protection). Also here is my webpage. |
1.5 WarningI am NOT responsible for any damage that the information on this site may cause to your system. |
2.1 BootKernel option: noapic to avoid a lock up at boot just after loading the kernel | ||||
2.2 Network2.2.1 WifiKernel modules and options:
I use the Wireless Tools (Gentoo package: wireless-tools) In my network configuration file, I have these kind of lines (in Gentoo, the file is /etc/conf.d/wireless): What doesn't work: to make the WIFI working, I have to press the wireless button of my laptop when Linux is booting, after the ipw2200 and acerhk modules loading but before the activation of the wireless interface. If I forgot to do this, I have to press the wireless button and restart my wireless interface. 2.2.2 EthernetKernel module: tg3 (TIGON3 at Device Drivers|Networking Support|Ethernet (1000 Mbit)|Broadcom Tigon3 support) | ||||
2.3 AcpiBefore any modification, everything is working except the battery state.The problem comes from the bios' DSDT which is buggy. I didn't manage to debug it, thus I've downloaded a DSDT for my laptop Acer model here: Didier Clerc's blog (other DSDTs can be found here: ACPI4Linux) I provide the file here too (for an Aspire 1694WLMI): DSDT.aml To use this DSDT, you can dynamically load it at boot (other solutions and more informations are available here):
| ||||
2.4 SensorsI haven't found any Hardware Sensors Chip support (in the Linux Kernel 2.6.12).The I2C Hardware Bus support is Intel 82801 (ICH), however, without Chip support I cannot access to the temperatures and the fans speeds. With ACPI I have, at least, the processor temperature (I use ksensors from KDE). | ||||
2.5 Graphic2.5.1 ATI Drivers ConfigurationSince I've installed the ati drivers 8.18.6, there is no need to modify the ATI settings generated by the tool fglrxconfig to make the display rendering working well.Here are my ATI and screen settings, in the /etc/X11/xorg.conf file:
| ||||
2.6 SoundKernel modules: snd_intel8x0, snd_ac97_codec, snd_pcm, snd_timer, snd, snd_page_allocWhat doesn't work: for some applications, sound only works on the first one launched. A solution is (for alsa users) to use the alsa dmix plugin for playing sounds. For example, with amsn I've replaced the command "play $sound" by "aplay -D plug:dmix $sound". So I can listen music with xmms and have sound with amsn simultaneously. | ||||
2.7 Input devices2.7.1 TouchpadKernel module needed: psmouse XOrg driver: synaptics (Gentoo package: synaptics) To use it, you have to add an Input device in the /etc/X11/xorg.conf file:
2.7.2 Function KeysI used the Didier Clerc's blog once again, thanks to him.
| ||||
2.8 My Configuration Files |
3.1 Performances3.1.1 glxgearsScore: 39993.1.2 NeverballFrames Per Second (FPS): 78.5Configuration: Neverball version=1.4.0 / resolution=1280x800 / textures, geometry, audio=high / reflexion, background, shadows=on / set=Mehdi's level, level=1, start position 3.1.3 UT2004 (bench parameters from Linux-Gamers)3.1.4 3DMark 2005 (tested before removing the pre-installed Windows Familial Edition SP2)Score: 2503 |
3.2 LiveCD tests3.2.1 Ubuntu 5.04To make the kernel booting, I had to add "noapic" to the kernel command line: "live noapic".To make the devices detections not freezing, I had to add "acpi=off" to the kernel command line: "live noapic acpi=off". The LiveCD make my sound card working, detect my ATI X700 video card, configure my 1280x800 screen resolution, set the free ATI driver, however I had a black screen when the X server was launched. I haven't found any way to make it working. 3.2.2 Knoppix 3.9Same kernel options than Ubuntu at boot: "knoppix noapic acpi=off".X server is working fine, sound and ethernet network are working too. 3.2.3 Bouldows (Unofficial Windows LiveCD)Freezes just after the boot... the same for the WinXP install CD (first version).WindowsXP Service Pack 2 may install properly. The same for the restore CDs, but they will probably remove existing partitions before create new ones and copy the pre-installed system. |