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<[email protected]>  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 via email to