Mudanças entre as edições de "Meu laptop"
De MochilaWiki
Ir para navegaçãoIr para pesquisar(2 revisões intermediárias por um outro usuário não estão sendo mostradas) | |||
Linha 121: | Linha 121: | ||
coloco no iniciar do KDE para desligar | coloco no iniciar do KDE para desligar | ||
− | + | echo '#!/bin/bash' > $HOME/.kde/Autostart/desligasom.sh | |
− | + | echo "xset b off" >> $HOME/.kde/Autostart/desligasom.sh | |
− | + | echo "setterm -blength 0" >> $HOME/.kde/Autostart/desligasom.sh | |
− | + | chmod 777 $HOME/.kde/Autostart/desligasom.sh | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Edição atual tal como às 05h57min de 18 de janeiro de 2009
Configuraçao da màquina:
Toshiba Satellite L30-10T Processador Intel Core Duo T2080 1,73 GHz Cache (L2) 1 MB 80GB(5400rpm) SATA 512+512MB DDR2 (533MHz) 15.4" Wide XGA VA (1280 x 800) DVD-Super-Multi (+-R DL) ATI Radeon® Xpress 200M con Hypermemory (256 MB) Wireless 802.11b/g Ethernet LAN - 10/100 Base-TX AC adapter input 100~240 V, 3.42A, 50/60 Hz - output 19v Front Side Bus 667 MHz Modem 56 Kbps USB 2.0 2x PCMCIA 1x Tamanho(lxpxh) : 358 x 262 x 37 mm Peso : 2.74 kg
banto@camito:~$ lspci
00:00.0 Host bridge: ATI Technologies Inc Unknown device 5a31 (rev 01) 00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge 00:12.0 IDE interface: ATI Technologies Inc 4379 Serial ATA Controller (rev 80) 00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80) 00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80) 00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80) 00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 82) 00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Controller (rev 80) 00:14.2 Audio device: ATI Technologies Inc SB450 HDA Audio (rev 01) 00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80) 00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80) 01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200M] 09:01.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01) 09:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 09:04.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
root@camito:#~ fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
sistema operacional, aplicativos e drivers
- GNU/Linux Debian Etch 4.0
- KDE 3.5
na primeira tela do instalador eu acrescentei:
install vga=771
E to usando criptografia com lvm
meu sources.list
# apt-get update # apt-get upgrade # apt-get remove iceweasel # apt-get remove dhcdbd
Placa de Vídeo
configura automáticamente com driver da ati
Placa atheros
acrescente em seu sources.list
deb http://ftp.br.debian.org/debian stable main non-free contrib
-- baixe os pacotes:
# apt-get install module-assistant debhelper build-essential wireless-tools madwifi-tools madwifi-source wpasupplicant wpagui
-- compilando:
# m-a prepare # m-a a-i madwifi
-- carregado módulo:
# modprobe ath_pci
retirado de http://banto.hipatia.net/softwarelivre/atheros.html
Placa de som
$ wget -c ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.15.tar.bz2 $ tar jxvf alsa-driver-1.0.15.tar.bz2 $ cd alsa-driver-1.0.15 $./configure --with-sequencer=yes $ make # make install $ wget -c ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.15.tar.bz2 $ tar jxvf alsa-lib-1.0.15.tar.bz2 $ cd alsa-lib-1.0.15 $ ./configure $ make # make install $ wget -c ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.15.tar.bz2 $ tar jxvf alsa-utils-1.0.15.tar.bz2 $ cd alsa-lib-1.0.15 $ ./configure & make # make install # echo "options snd-hda-intel options snd-hda-intel model=6stack-digout" >> /etc/modprobe.d/alsa-base # update-modules # alsaconf
Enconding
por padrao o debian etch vem na codificacao utf-8, ate porque o gnome (interface padrao) usa esse tipo de codificacao. Mas eu uso KDE e todos meus arquivos estao em iso-18
entao eu altero o /etc/environment
LANG="pt_BR" LANGUAGE="pt_BR" LC_ALL="pt_BR"
e com o comando:
dpkg-reconfigure locales
deixei em pt_BR ISO-8859-1
Desligando Beep
coloco no iniciar do KDE para desligar
echo '#!/bin/bash' > $HOME/.kde/Autostart/desligasom.sh echo "xset b off" >> $HOME/.kde/Autostart/desligasom.sh echo "setterm -blength 0" >> $HOME/.kde/Autostart/desligasom.sh chmod 777 $HOME/.kde/Autostart/desligasom.sh