[gentoo-user] ATI radeon problems

2009-04-08 Thread Jacques Montier
Hi all,

I have two major problems with my 9600 ATI (RV350) graphic card

- With the free radeon driver (x11-drivers/xf86-video-ati-6.12.1-r1) :
After few minutes, while emerging or working with some software (Gimp),
%CPU increases and then X completely freezes. Then reset... :-(

- The proprietary ATI driver (x11-drivers/ati-drivers-8.582) can't
compile with gentoo-sources-2.6.28-r4.
It asks me to set CONFIG_PCI_MSI=y in the kernel config.
But there is no CONFIG_PCI_MSI line in the .config !!!

Any idea that would help me ?
Thank you very much,

--
Jacques


Here is my xorg.conf and the output of emerge --info



# File generated by xorgconfig.

Section Module

SubSection  extmod
  Optionomit xfree86-dga   # don't initialise the DGA extension
EndSubSection

EndSection

Section Files

FontPath   /usr/share/fonts/100dpi/:unscaled
FontPath   /usr/share/fonts/75dpi/:unscaled
FontPath   /usr/share/fonts/Type1/
FontPath   /usr/share/fonts/ttf/
FontPath   /usr/share/fonts/TTF/
FontPath   /usr/share/fonts/ttf-bitstream-vera/
FontPath   /usr/share/fonts/corefonts/
FontPath   /usr/share/fonts/freefonts/
FontPath   /usr/share/fonts/misc/

EndSection

Section ServerFlags
EndSection

Section InputDevice

IdentifierKeyboard1
Driverkbd
#   Option Protocol  Xqueue
Option AutoRepeat 500 30
Option XkbRulesxorg
Option XkbModelpc105
Option XkbLayoutfr
Option  XkbOptions compose:rwin
EndSection

Section InputDevice
IdentifierMouse1
Drivermouse
Option ProtocolImPS/2# PS/2 Mouse
Option Device  /dev/input/mice
Option Emulate3Buttons

EndSection

Section Monitor

Identifier  samsung
HorizSync   30-107
VertRefresh 60
Option  DPMS

DisplaySize 420 315 # 96 DPI @ 1600x1200

EndSection

Section Device
Identifier  ATI_Radeon
Driver  radeon
EndSection

Section Screen
Identifier  Screen 1
Device  ATI_Radeon
Monitor samsung
DefaultDepth 24

Subsection Display
Depth   8
Modes   640x400
ViewPort0 0
EndSubsection
Subsection Display
Depth   16
Modes   640x480
ViewPort0 0
EndSubsection
Subsection Display
Depth   24
Modes   1600x1200
ViewPort0 0
EndSubsection
EndSection

Section ServerLayout

Identifier  Simple Layout
Screen Screen 1
InputDevice Mouse1 CorePointer
InputDevice Keyboard1 CoreKeyboard

EndSection

# Section DRI
#Mode 0666
# EndSection

-
emerge --info

Portage 2.1.6.11 (default/linux/x86/2008.0/desktop, gcc-4.1.2,
glibc-2.8_p20080602-r1, 2.6.28-gentoo-r4 i686)
=
System uname:
Linux-2.6.28-gentoo-r4-i686-AMD_Athlon-tm-_Processor-with-glibc2.0
Timestamp of tree: Wed, 08 Apr 2009 08:20:01 +
ccache version 2.4 [enabled]
app-shells/bash: 3.2_p39
dev-java/java-config: 1.3.7-r1, 2.1.7
dev-lang/python: 2.5.4-r2
dev-python/pycrypto: 2.0.1-r8
dev-util/ccache: 2.4-r7
dev-util/cmake:  2.6.2-r1
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS=x86
CBUILD=i686-pc-linux-gnu
CFLAGS=-mtune=athlon -O2 -pipe -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/config
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d
/etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild
/etc/splash /etc/terminfo /etc/texmf/language.dat.d
/etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c
/etc/udev/rules.d
CXXFLAGS=-mtune=athlon -O2 -pipe -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=candy ccache distlocks fixpackages parallel-fetch
protect-owned sandbox sfperms strict unmerge-orphans userfetch userpriv
usersandbox
GENTOO_MIRRORS=http://mirror.ovh.net/gentoo-distfiles/
http://gentoo.modulix.net/gentoo/ http://distfiles.gentoo.org
http://www.ibiblio.org/pub/Linux/distributions/gentoo;
LANG=fr_FR.UTF-8
LC_ALL=fr_FR.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s
LINGUAS=fr fr_FR
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/portage/local/layman/desktop-effects
/usr/portage/local
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=X acl acpi alsa berkdb bluetooth branding bzip2 cairo cdr cli
cracklib 

Re: [gentoo-user] ATI radeon problems

2009-04-08 Thread Sebastian Günther
* Jacques Montier (jacques.mont...@numericable.fr) [08.04.09 11:27]:
 Hi all,
 
 I have two major problems with my 9600 ATI (RV350) graphic card
 
 - With the free radeon driver (x11-drivers/xf86-video-ati-6.12.1-r1) :
 After few minutes, while emerging or working with some software (Gimp),
 %CPU increases and then X completely freezes. Then reset... :-(
 
 - The proprietary ATI driver (x11-drivers/ati-drivers-8.582) can't
 compile with gentoo-sources-2.6.28-r4.
 It asks me to set CONFIG_PCI_MSI=y in the kernel config.
 But there is no CONFIG_PCI_MSI line in the .config !!!
 

Is CONFIG_PCI=y present?

If set to =n the all PCI things are not configured...

CONFIG_ARCH_SUPPORTS_MSI=y should also be there, for this an internal 
check if your platform has the possibility to use MSI.

 Any idea that would help me ?

Maybe a make menuconfig could be a little more informative for you.

 Thank you very much,
 

Sebastian



pgpsikrk5I6Dx.pgp
Description: PGP signature


Re: [gentoo-user] ATI radeon problems

2009-04-08 Thread Sebastian Günther
* Jacques Montier (jacques.mont...@numericable.fr) [08.04.09 12:46]:

 CONFIG_ARCH_SUPPORTS_MSI=y should also be there, for this an internal 
 check if your platform has the possibility to use MSI.
 
 #CONFIG_ARCH_SUPPORTS_MSI is not set, and i don't see the line in make
 menuconfig.br
 I suppose i have to select another option to make it appear, but i
 can't find the good one...br

A search for MSI in make menuconfig found this:

 Symbol: ARCH_SUPPORTS_MSI [=y] 
  
   Selected by: PCI  X86_LOCAL_APIC  X86_IO_APIC

So all of this options should be enabled to get to select PCI_MSI

 /html
 

HTH
Sebastian

-- 
  Religion ist das Opium des Volkes.   |   _   ASCII ribbon campaign 
  Karl Marx  |  ( )   against HTML e-mail  
 s...@sti@N GÜNTHER   |   X   against M$ attachments
  mailto:sam...@guenther-roetgen.de  |  / \   www.asciiribbon.org  


pgpRRmz12mXal.pgp
Description: PGP signature


Re: [gentoo-user] ATI radeon problems

2009-04-08 Thread Jacques Montier




Sebastian Günther a gentiment tapote:

  * Jacques Montier (jacques.mont...@numericable.fr) [08.04.09 11:27]:
  
  
Hi all,

I have two major problems with my 9600 ATI (RV350) graphic card

- With the free radeon driver (x11-drivers/xf86-video-ati-6.12.1-r1) :
After few minutes, while emerging or working with some software (Gimp),
%CPU increases and then X completely freezes. Then reset... :-(

- The proprietary ATI driver (x11-drivers/ati-drivers-8.582) can't
compile with gentoo-sources-2.6.28-r4.
It asks me to set CONFIG_PCI_MSI=y in the kernel config.
But there is no CONFIG_PCI_MSI line in the .config !!!


  
  
Is CONFIG_PCI=y present?

If set to =n the all PCI things are not configured...

CONFIG_ARCH_SUPPORTS_MSI=y should also be there, for this an internal 
check if your platform has the possibility to use MSI.

  
  
Any idea that would help me ?

  
  
Maybe a make menuconfig could be a little more informative for you.

  
  
Thank you very much,


  
  
Sebastian

  


#CONFIG_ARCH_SUPPORTS_MSI is not set, and i don't see the line in make
menuconfig.
I suppose i have to select another option to make it appear, but i
can't find the good one...

Thanks

--
Jacques

 









Re: [gentoo-user] ATI radeon problems

2009-04-08 Thread Jacques Montier




Joachim Bartosik a gentiment tapote:

  On Wed, Apr 8, 2009 at 12:45, Jacques Montier
jacques.mont...@numericable.fr wrote:
  
  
Sebastian Günther a gentiment tapote:

* Jacques Montier (jacques.mont...@numericable.fr) [08.04.09 11:27]:


Hi all,

I have two major problems with my 9600 ATI (RV350) graphic card

- With the free radeon driver (x11-drivers/xf86-video-ati-6.12.1-r1) :
After few minutes, while emerging or working with some software (Gimp),
%CPU increases and then X completely freezes. Then reset... :-(

- The proprietary ATI driver (x11-drivers/ati-drivers-8.582) can't
compile with gentoo-sources-2.6.28-r4.
It asks me to set CONFIG_PCI_MSI=y in the kernel config.
But there is no CONFIG_PCI_MSI line in the .config !!!



Is CONFIG_PCI=y present?

If set to =n the all PCI things are not configured...

CONFIG_ARCH_SUPPORTS_MSI=y should also be there, for this an internal
check if your platform has the possibility to use MSI.



Any idea that would help me ?


Maybe a make menuconfig could be a little more informative for you.



Thank you very much,



Sebastian



#CONFIG_ARCH_SUPPORTS_MSI is not set, and i don't see the line in make
menuconfig.
I suppose i have to select another option to make it appear, but i can't
find the good one...

  
  

make menuconfig
hit '/' button to search
serach for MSI
it will show you what you need to know.


  

Ok, i forgot that very useful "/" button !
I hit it and found i hadn't selected Local APIC Support on
uniprocessors.
Now : 
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y

Next step, i try to emerge ati-drivers...
Thanks a lot for your help !

cheers,

--
Jacques






Re: [gentoo-user] ATI radeon problems

2009-04-08 Thread Joachim Bartosik
On Wed, Apr 8, 2009 at 12:45, Jacques Montier
jacques.mont...@numericable.fr wrote:
 Sebastian Günther a gentiment tapote:

 * Jacques Montier (jacques.mont...@numericable.fr) [08.04.09 11:27]:


 Hi all,

 I have two major problems with my 9600 ATI (RV350) graphic card

 - With the free radeon driver (x11-drivers/xf86-video-ati-6.12.1-r1) :
 After few minutes, while emerging or working with some software (Gimp),
 %CPU increases and then X completely freezes. Then reset... :-(

 - The proprietary ATI driver (x11-drivers/ati-drivers-8.582) can't
 compile with gentoo-sources-2.6.28-r4.
 It asks me to set CONFIG_PCI_MSI=y in the kernel config.
 But there is no CONFIG_PCI_MSI line in the .config !!!



 Is CONFIG_PCI=y present?

 If set to =n the all PCI things are not configured...

 CONFIG_ARCH_SUPPORTS_MSI=y should also be there, for this an internal
 check if your platform has the possibility to use MSI.



 Any idea that would help me ?


 Maybe a make menuconfig could be a little more informative for you.



 Thank you very much,



 Sebastian



 #CONFIG_ARCH_SUPPORTS_MSI is not set, and i don't see the line in make
 menuconfig.
 I suppose i have to select another option to make it appear, but i can't
 find the good one...


make menuconfig
hit '/' button to search
serach for MSI
it will show you what you need to know.


-- 
Joachim Filip Ignacy Bartosik
http://mini.wikidot.com



Re: [gentoo-user] ATI radeon problems

2009-04-08 Thread Sebastian Günther
* Jacques Montier (jacques.mont...@numericable.fr) [08.04.09 13:59]:
 
 Next step, i try to emerge ati-drivers...br
 Thanks a lot for your help !br

Don't forget to build a new kernel also...

 /html
 

BTW: no html please...

Sebastian

-- 
  Religion ist das Opium des Volkes.   |   _   ASCII ribbon campaign 
  Karl Marx  |  ( )   against HTML e-mail  
 s...@sti@N GÜNTHER   |   X   against M$ attachments
  mailto:sam...@guenther-roetgen.de  |  / \   www.asciiribbon.org  


pgpwTBnumagY9.pgp
Description: PGP signature


Re: [gentoo-user] ATI radeon problems

2009-04-08 Thread Jacques Montier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sebastian Günther a gentiment tapote:
 * Jacques Montier (jacques.mont...@numericable.fr) [08.04.09 13:59]:
 Next step, i try to emerge ati-drivers...br
 Thanks a lot for your help !br
 
 Don't forget to build a new kernel also...
 
 /html

 
 BTW: no html please...
 
 Sebastian
 

Sorry for the html file...

Jacques
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkncqI8ACgkQyrVxIaZbicdePQCeMjXRGadBYu9LWoZLOq7DpxMe
NYYAnjgmOMrbm62rgfT2Zo05H8Hq8zZq
=1k1K
-END PGP SIGNATURE-



Re: [gentoo-user] ATI radeon problems [solved]

2009-04-08 Thread Jacques Montier
Volker Armin Hemmann a gentiment tapote:

 while you are at it, please turn off html mails.


   
Hi all,

So, i rebuilt my 2.6.28-r4 kernel with the good options, emerged
ati-drivers and...everything works fine :-)
I would have preferred using free radeon driver, but it doesn't work
properly on my platform :-(

Thank you very much for your help !

Cheers,

--
Jacques