From: "Luciano Granella" <luciano.granella@gmail.com>
To: gentoo-user-br@lists.gentoo.org
Subject: Re: [gentoo-user-br] Ativar efeitos no kde4.1
Date: Tue, 20 Jan 2009 18:21:13 -0200 [thread overview]
Message-ID: <105e1da00901201221t3211a5f6sffa74fc19be15d83@mail.gmail.com> (raw)
In-Reply-To: <7ecb774c0901201147k6b49725cmbf825a53c817ef43@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3416 bytes --]
Sebastian, você realmente precisa do xorg-server-1.5.3? Tive muita dor de
cabeça para tentar usar esta versão com o chipset Intel, que no meu caso é o
965, e não obtive sucesso.
A partir do xorg-server-1.4, você precisa deixar o HAL cuidar dos
dispositivos de entrada e comentar tudo que for de mouse e teclado do seu
/etc/X11/xorg.conf.
Estou usando o xorg-server-1.4.2, pois tive problemas com o teclado usando
o 1.5.3, não consegui configurá-lo com o layout ABNT2. Ou usava-o com layout
US ou então ele ficava maluco. Além disto, o 1.5.3 requer o
xf86-video-intel-2.5.0, que não tem aceleração 3D. Ah, você precisa compilar
o xorg-server com a use-flag "hal".
Crie os arquivos com os conteúdos:
/etc/hal/fdi/policy/10-x11-input:
_______________________________________________________________________
<?xml version="1.0" encoding="utf-8"?>
<deviceinfo version="0.2">
<match key="info.capabilities" contains="input.keys">
<merge key="input.x11_driver" type="string">kbd</merge>
<merge key="input.xkb.rules" type="string">xorg</merge>
<!-- Option "XkbModel" "abnt2" -->
<merge key="input.xkb.model" type="string">pc105</merge>
<merge key="input.xkb.layout" type="string">br</merge>
<merge key="input.xkb.variant" type="string">abnt2</merge>
</match>
</deviceinfo>
_______________________________________________________________________
/etc/hal/fdi/policy/10-x11-mouse (baseie-se na configuração do seu mouse no
xorg.conf):
_______________________________________________________________________
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.mouse">
<match key="info.product" contains="Logitech USB">
<merge key="input.x11_driver" type="string">evdev</merge>
<merge key="input.x11_options.ButtonMapping" type="string">1 8 3 4 5
6 7 2 9 10</merge>
<merge key="input.x11_options.ZAxisMapping" type="string">4
5</merge>
<merge key="input.x11_options.Emulate3Buttons"
type="string">true</merge>
</match>
</match>
</device>
</deviceinfo>
_______________________________________________________________________
Recompile os pacotes x86-input-keyboard, x86-input-evdev e x86-input-mouse.
Não sei precisar quais versões, mas estou usando:
x11-drivers/xf86-input-keyboard-1.2.2
x11-drivers/xf86-input-evdev-2.0.8
x11-drivers/xf86-input-mouse-1.2.3
Coloque o serviço "hald" para iniciar com o sistema: rc-update add hald
default
Esta foi a minha experiência com o chipset intel e o xorg-server.
On Tue, Jan 20, 2009 at 5:47 PM, Sebastian SWC <seba@sebastianswc.com>wrote:
> Pessoal,
>
> instalei tudo o que vcs recomendaram:
>
> [ebuild R ] x11-base/xorg-server-1.5.3-r1
> [ebuild R ] media-libs/mesa-7.2
> [ebuild R ] x11-apps/mesa-progs-7.2
> [ebuild R ] x11-libs/libdrm-2.4.4
> [ebuild R ] sys-kernel/gentoo-sources-2.6.27-r7
>
>
> # uname -a
> Linux laptop-seba 2.6.27-gentoo-r7 #1 SMP Fri Jan 16 14:46:22 BRST
> 2009 x86_64 Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz GenuineIntel
> GNU/Linux
>
> o único detalhe que toda a vez que tento dar um startx (ou abrir o
> kdm) não funciona o teclado nem o mouse.
>
> o q pode estar errado?
>
>
> --
> Atenciosamente,
> Sebastian Selau Webber Colombo
>
>
[-- Attachment #2: Type: text/html, Size: 4889 bytes --]
next prev parent reply other threads:[~2009-01-20 20:21 UTC|newest]
Thread overview: 82+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-14 12:26 [gentoo-user-br] Ativar efeitos no kde4.1 Sebastian SWC
2009-01-14 12:31 ` Davi Vidal
2009-01-14 13:06 ` Fernando Boaglio
2009-01-14 16:20 ` Sebastian SWC
2009-01-15 13:04 ` Raphael Bastos
2009-01-15 13:27 ` Fernando Boaglio
2009-01-15 13:45 ` Daniel da Veiga
2009-01-15 13:56 ` Raphael Bastos
2009-01-15 14:10 ` Fernando Boaglio
2009-01-15 14:27 ` Daniel da Veiga
2009-01-15 14:37 ` Marcus Fazzi (Anunakin)
2009-01-15 16:08 ` Sebastian SWC
2009-01-15 16:18 ` Daniel da Veiga
2009-01-15 16:37 ` Sebastian SWC
2009-01-15 16:45 ` Daniel da Veiga
2009-01-15 18:31 ` Sebastian SWC
2009-01-15 16:36 ` Thiago Nunes
2009-01-15 16:32 ` Thiago Nunes
2009-01-16 9:54 ` Augusto Cesar
2009-01-16 12:04 ` Marcus Fazzi (Anunakin)
2009-01-16 13:20 ` Sebastian SWC
2009-01-16 16:05 ` Zhu Sha Zang
2009-01-16 18:51 ` Marcus Fazzi (Anunakin)
2009-01-18 18:19 ` RES: " Raphael Bastos
2009-01-18 20:36 ` Marcus Fazzi (Anunakin)
2009-01-19 22:13 ` RES: " Raphael Bastos
2009-01-20 13:37 ` Marcus Fazzi (Anunakin)
2009-01-20 14:46 ` RES: " Raphael Bastos
2009-01-20 14:22 ` Marcus Fazzi (Anunakin)
2009-01-20 14:23 ` Marcus Fazzi (Anunakin)
2009-01-20 15:09 ` RES: " Raphael Bastos
2009-01-20 15:06 ` Marcus Fazzi (Anunakin)
2009-01-20 15:31 ` Daniel da Veiga
2009-01-20 15:38 ` O Andarilho
2009-01-20 15:41 ` Daniel da Veiga
2009-01-20 17:17 ` Marcus Fazzi (Anunakin)
2009-01-20 17:21 ` Marcus Fazzi (Anunakin)
2009-01-20 17:31 ` Daniel da Veiga
2009-01-20 17:38 ` Marcus Fazzi (Anunakin)
2009-01-20 17:50 ` Daniel da Veiga
2009-01-20 18:02 ` Marcus Fazzi (Anunakin)
2009-01-20 18:53 ` Daniel da Veiga
2009-01-20 19:47 ` Sebastian SWC
2009-01-20 20:03 ` Marcus Fazzi (Anunakin)
2009-01-20 20:21 ` Bruno Laturner
2009-01-20 21:53 ` Marcus Fazzi (Anunakin)
2009-01-21 10:03 ` Sebastian SWC
2009-01-21 11:54 ` Marcus Fazzi (Anunakin)
2009-01-20 20:21 ` Luciano Granella [this message]
2009-01-21 12:15 ` O Andarilho
2009-01-21 12:20 ` Marcus Fazzi (Anunakin)
2009-01-21 14:08 ` Marcus Fazzi (Anunakin)
2009-01-21 14:45 ` Raphael Bastos
2009-01-21 14:30 ` Raphael Bastos
2009-01-21 14:59 ` Marcus Fazzi (Anunakin)
2009-01-21 15:04 ` Marcus Fazzi (Anunakin)
2009-01-21 14:50 ` Raphael Bastos
2009-01-21 17:12 ` Luciano Granella
2009-01-21 17:26 ` Marcus Fazzi (Anunakin)
2009-01-22 11:58 ` Sebastian SWC
2009-01-22 15:10 ` Marcus Fazzi (Anunakin)
2009-01-22 15:39 ` Sebastian SWC
2009-01-22 17:13 ` Marcus Fazzi (Anunakin)
2009-01-22 17:54 ` Sebastian SWC
2009-01-22 18:38 ` Marcus Fazzi (Anunakin)
2009-01-22 18:39 ` Daniel de Oliveira
2009-01-22 20:24 ` Marcus Fazzi (Anunakin)
2009-01-23 16:35 ` Raphael Bastos
2009-01-23 17:53 ` Marcus Fazzi (Anunakin)
2009-05-09 0:17 ` Raphael Bastos
2009-01-21 15:12 ` O Andarilho
2009-02-02 15:02 ` Raphael Bastos
2009-02-03 2:18 ` Marcus Fazzi (Anunakin)
2009-02-03 20:44 ` Marcus Fazzi (Anunakin)
2009-02-03 20:56 ` RES: " Raphael Bastos
2009-02-04 2:24 ` Marcus Fazzi (Anunakin)
2009-02-05 16:04 ` Sebastian SWC
2009-02-05 17:30 ` Marcus Fazzi (Anunakin)
2009-02-11 12:55 ` Sebastian SWC
2009-02-12 1:11 ` Marcus Fazzi (Anunakin)
2009-02-12 1:20 ` Kessia 'even' Pinheiro
2009-01-20 14:57 ` RES: " Raphael Bastos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=105e1da00901201221t3211a5f6sffa74fc19be15d83@mail.gmail.com \
--to=luciano.granella@gmail.com \
--cc=gentoo-user-br@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox