Mudanças entre as edições de "Meu laptop"
Linha 113: | Linha 113: | ||
deixo em pt_BR ISO-8859-1 | deixo em pt_BR ISO-8859-1 | ||
− | '''desligando beep''' | + | *'''desligando beep''' |
coloco no iniciar do KDE para desligar | coloco no iniciar do KDE para desligar | ||
$ echo "#!/bin/bash" > $HOME/.kde/Autostart/desligasom.sh | $ echo "#!/bin/bash" > $HOME/.kde/Autostart/desligasom.sh | ||
$ echo "xset b off" >> $HOME/.kde/Autostart/desligasom.sh | $ echo "xset b off" >> $HOME/.kde/Autostart/desligasom.sh | ||
+ | $ setterm -blength 0" >> $HOME/.kde/Autostart/desligasom.sh | ||
$ chmod 777 $HOME/.kde/Autostart/desligasom.sh | $ chmod 777 $HOME/.kde/Autostart/desligasom.sh | ||
+ | |||
+ | *'''grub''' | ||
+ | dei um trato no grub acertando opcao de senha para edicao e tambem com resolucao 800x600 passando de | ||
+ | kernel /boot/vmlinuz-2.6.18-4-686 root=/dev/sda1 ro | ||
+ | |||
+ | para | ||
+ | kernel /boot/vmlinuz-2.6.18-4-686 vga=771 root=/dev/sda1 ro | ||
+ | |||
+ | *'''thunderbird''' | ||
+ | $ wget -c http://laotzu.acc.umu.se/pub/mozilla.org/thunderbird/releases/2.0.0.0/linux-i686/pt-BR/thunderbird-2.0.0.0.tar.gz | ||
+ | $ tar zxvf thunderbird-2.0.0.0.tar.gz | ||
+ | # mv thunderbird /usr/share | ||
+ | # ln -s /usr/share/thunderbird/thunderbird /usr/bin | ||
+ | $ wget --no-check-certificate https://addons.mozilla.org/en-US/thunderbird/downloads/file/16424/enigmail-0.95.1-tb+sm.xpi | ||
+ | |||
+ | Abra o Thunderbird e va em Ferramentas > Complementos > Instalar > localize o arquivo .xpi > instale e reinicie o aplicativo. | ||
+ | |||
+ | *'''firefox''' |
Edição das 21h08min de 17 de junho de 2007
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, 50/60 Hz 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@cajuzinho:~$ 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)
banto@cajuzinho:~$ df -h
Sist. Arq. Tam Usad Disp Uso% Montado em /dev/sda1 9,2G 2,1G 6,7G 24% / /dev/sda6 9,2G 550M 8,2G 7% /home /dev/sda3 55G 180M 52G 1% /arquivos
sistema operacional, aplicativos e drivers
- GNU/Linux Debian Etch 4.0
- KDE 3.5
Placa atheros
acrescente em seu sources.list
deb-src 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
-- compilando:
# m-a prepare # m-a a-i madwifi
-- carregado módulo:
# modprobe ath_pci
retirado de http://banto.hipatia.info/softwarelivre/atheros.html
Instalando o driver da ATI
echo "deb http://ftp.br.debian.org/debian/ stable main contrib non-free" >> /etc/apt/sources.list apt-get update apt-get install module-assistant fglrx-control fglrx-kernel-src fglrx-driver m-a update m-a a-i fglrx-kernel-src aticonfig --initial
Reinicie o computador.
retirado de forumdebian.com.br
Placa de som
$ wget -c ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.14.tar.bz2 $ tar jxvf alsa-driver-1.0.14.tar.bz2 $ cd alsa-driver-1.0.14 $ ./configure $ make # make install $ wget -c ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.14a.tar.bz2 $ tar jxvf alsa-lib-1.0.14a.tar.bz2 $ cd alsa-lib-1.0.14a $ ./configure $ make # make install $ wget -c ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.14.tar.bz2 $ tar jxvf alsa-utils-1.0.14.tar.bz2 $ cd alsa-lib-1.0.14a $ ./configure & make # make install # echo "options snd-hda-intel model=3stack" >> /etc/modprobe.d/alsa-base # update-modules # alsaconf
encondind
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
deixo 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 $ setterm -blength 0" >> $HOME/.kde/Autostart/desligasom.sh $ chmod 777 $HOME/.kde/Autostart/desligasom.sh
- grub
dei um trato no grub acertando opcao de senha para edicao e tambem com resolucao 800x600 passando de
kernel /boot/vmlinuz-2.6.18-4-686 root=/dev/sda1 ro
para
kernel /boot/vmlinuz-2.6.18-4-686 vga=771 root=/dev/sda1 ro
- thunderbird
$ wget -c http://laotzu.acc.umu.se/pub/mozilla.org/thunderbird/releases/2.0.0.0/linux-i686/pt-BR/thunderbird-2.0.0.0.tar.gz $ tar zxvf thunderbird-2.0.0.0.tar.gz # mv thunderbird /usr/share # ln -s /usr/share/thunderbird/thunderbird /usr/bin $ wget --no-check-certificate https://addons.mozilla.org/en-US/thunderbird/downloads/file/16424/enigmail-0.95.1-tb+sm.xpi
Abra o Thunderbird e va em Ferramentas > Complementos > Instalar > localize o arquivo .xpi > instale e reinicie o aplicativo.
- firefox