public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Nikos Chantziaras <realnc@arcor.de>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: (unknown)
Date: Mon, 24 Oct 2011 11:10:38 +0300	[thread overview]
Message-ID: <j836h1$pe3$1@dough.gmane.org> (raw)
In-Reply-To: <CACk0-C9dQ3tgxwmoPTzg-dazJa9BA7tYcFeMsfF4Qfet-HGEog@mail.gmail.com>

On 10/23/2011 11:24 PM, Vishnupradeep wrote:
> Mother Board : ASUS M2A-MX
> Graphics Card: ATI 4350
> Sound card: using on board audio
>
> Help needed
>
> On Sat, Oct 22, 2011 at 10:16 AM, Nikos Chantziaras<realnc@arcor.de>  wrote:
>> On 10/20/2011 12:20 PM, Vishnupradeep wrote:
>>>
>>> I am new to gentoo.
>>> Installed kde in gentoo. But i am unable to enable effects like. blur,
>>> woobly etc.. why ?
>>
>> We need to know what graphics card you have and what sound card.  You might
>> also want to tell us what your computer's mainboard is (exact brand and
>> model).  We can help you from there to configure your kernel and install the
>> correct graphics drivers.

For your graphics card, install this firmware package:

   x11-drivers/radeon-ucode

Then, enable the following options in your kernel configuration (the 
usual "make menuconfig" deal):

   Device Drivers -> Graphics support ->
       <*> Direct Rendering Manager ->
           <*> ATI Radeon
           [*] Enable modesetting on radeon by default

In the "Support for frame buffer devices" section, make sure that all 
other drivers (including the VESA one) are disabled, or else its going 
to conflict with the Radeon modesetting driver.

In your /etc/make.conf, use this:

   VIDEO_CARDS="radeon r600"

Now for your sound card.  According to your mainboard's specs:

   http://www.asus.com/Motherboards/AMD_AM2/M2AMX/#specifications

It has an ALC662 audio chip.  That chip is made by Realtek.  So in your 
kernel config, enable:

   Device Drivers -> <*> Sound card support ->
   <*> Advanced Linux Sound Architecture ->
       [*] PCI sound devices -> <*> Intel HD Audio ->
           [*] Build Realtek HD-audio codec support

Now build your new kernel (make) and install it (make modules_install && 
make install).  Make sure Grub is set up to boot from it next time 
(don't reboot yet.)

Since above you changed your VIDEO_CARDS variable in make.conf, you can 
now do:

   emerge -auDN --with-bdeps=y world

and it will automatically install the correct X.Org driver (which should 
be "x11-drivers/xf86-video-ati" and will be installed automatically as a 
dependency).

After you've done the above, make sure that you do *not* have an 
/etc/X11/xorg.conf file.  If you have one, delete it (feel free to back 
it up first.)  Also make sure you don't have files in the 
/etc/X11/xorg.conf.d/ directory that try to configure your graphics card.

Now reboot and you should have working 3D acceleration with KMS and DRI2 
and sound.

If everything works OK, you can now do:

   emerge -a --depclean

in order to uninstall any old, unneeded drivers and deps.




  reply	other threads:[~2011-10-24  8:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-23 20:24 [gentoo-user] Vishnupradeep
2011-10-24  8:10 ` Nikos Chantziaras [this message]
2011-10-24  8:18   ` [gentoo-user] Re: (unknown) Nikos Chantziaras
2011-10-24  8:28   ` Vishnupradeep
2011-10-24  8:36     ` Nikos Chantziaras
2011-10-24 19:59       ` Mick
2011-10-24 20:35         ` Nikos Chantziaras
2011-10-24 21:58           ` Mick
2011-10-25  5:22             ` Nikos Chantziaras
2011-10-25  5:57               ` Vishnupradeep

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='j836h1$pe3$1@dough.gmane.org' \
    --to=realnc@arcor.de \
    --cc=gentoo-user@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