public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] ATI drivers
@ 2006-10-25  0:55 Daniel D Jones
  2006-10-25  6:58 ` Mick
  0 siblings, 1 reply; 39+ messages in thread
From: Daniel D Jones @ 2006-10-25  0:55 UTC (permalink / raw
  To: gentoo-user

I have an ATI Radeon 9600 XT driving dual monitors.  I had the setup working 
fine with the ati-driver binary drivers - single desktop spanning the two 
monitors with xinerama.  Dialog boxes appeared in the center of whichever 
monitor I was on.  Maximizing a window maximized it to the monitor, not the 
full desktop.

A few weeks back, an upgrade to the ati-driver package broke the setup.  The 
monitor running on the DVI output quit displaying.  When I started X, I'd get 
the left screen, running on the VGA output.  X thought the right screen was 
there - the mouse would disappear to that side, I could move windows over 
there, etc. but I had no display.  When I first boot up, I get a mirrored 
text display - the same output on both monitors. After he upgrade to the 
ati-drivers, I'd get that on initial bootup but once I started X, the right 
monitor was asleep until I rebooted.  Dropping out of X didn't wake it back 
up.

After a bit of fiddling and digging and Googling, I put a line in package.mask 
to block the new version of ati-drivers, unmerged and re-emerged the package 
and got my desktop back working just as it should.  At some point, however, 
the blocked packages interfered with other packages and their dependencies.  
By this time, an even newer version of ati-drivers had come out.  I commented 
out the line in package.mask and allowed ati-drivers to upgrade.  I didn't, 
at that time, restart X and everything continued to work fine.  This weekend, 
I needed to do some other maintenance on the box and had to reboot.  I lost 
my right monitor again.

After more fiddling and digging and Googling, I gave up and tried to downgrade 
ati-drivers again.  When I uncommented the line in package.mask, however, I 
couldn't emerge the package - it told me all versions were masked.  
Evidently, the old version I was using has been removed.

I gave up on ati-drivers, unmerged it and compiled the open source kernel 
radeon driver.  I tried to follow the directions here:

http://gentoo-wiki.com/HOWTO_Dual_Monitors#With_the_Open_Source_Drivers

but they're broken or at least unclear.  After a great deal of futzing with my 
xorg.conf, I have my display largely back.  There are two issues remainging, 
however.  

First, xinerama doesn't appear to be working, or to be only partially working.  
It appears to not realize that there are two monitors.  Dialog boxes pop up 
in the middle of the virtual display, meaning half the box is on one screen 
and half on the other.  A maximized windows covers the full display - both 
screens.  I'll paste my xorg.conf in at the bottom of the message.  I set the 
xinerama use flag when I first went to dual monitors with the ati-drivers 
package several months ago.  The currently installed packages are compiled 
with it enabled.  Also, note that I don't particularly care if acceleration 
is working or not.  This is primarily a work machine.

The second issue is that several packages seem to think they depend on 
ati-drivers.  I don't believe this is a hard dependency, since I don't think 
that cdroast, for example, only works on machines with an ATI video card.  
I've checked and can't find any sort of useflag which might be triggering the 
issue.  But I'm getting this:

root@Merlin:/home/ddjones # emerge -uDvat world

These are the packages that would be merged, in reverse order:

Calculating world dependencies -
!!! All ebuilds that could satisfy ">=x11-drivers/ati-drivers-8.27.10" have 
been masked.
!!! One of the following masked packages is required to complete your request:
- x11-drivers/ati-drivers-8.27.10-r1 (masked by: package.mask)
- x11-drivers/ati-drivers-8.28.8 (masked by: package.mask, ~x86 keyword)
- x11-drivers/ati-drivers-8.29.6 (masked by: package.mask, ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.



!!! Problem resolving dependencies for kde-base/kompare
!!! Depgraph creation failed.

I could unmask the ati-drivers from my package.mask but I don't want the 
driver installed (unless someone can offer a suggestion as to how to fix the 
sleepy monitor problem.)  I couldn't load the kernel radeon manager until I 
unmerged the ati-drivers package.

Any ideas or suggestions on either of these two probmes would be greatly 
appreciated.

Heres' my xorg.conf:

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Screen 0" 0 0
	Screen         "Screen 1" LeftOf "Screen 0"
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
EndSection

Section "ServerFlags"
	Option       "Xinerama" "On"
EndSection

Section "Files"
	FontPath     "unix/:7100"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/artwiz"
	FontPath     "/usr/share/fonts/corefonts"
	FontPath     "/usr/share/fonts/cyrillic"
	FontPath     "/usr/share/fonts/default"
	FontPath     "/usr/share/fonts/dejavu"
	FontPath     "/usr/share/fonts/freefont"
	FontPath     "/usr/share/fonts/local"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/sharefonts"
	FontPath     "/usr/share/fonts/terminus"
	FontPath     "/usr/share/fonts/ttf-bitstream-vera"
	FontPath     "/usr/share/fonts/ukr"
	FontPath     "/usr/share/fonts/util"
EndSection

Section "Module"
	Load  "bitmap"
	Load  "dbe"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "record"
	Load  "type1"
	Load  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbModel" "pc104"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "auto"
	Option	    "Emulate3Buttons" "true"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor 0"
	Modeline "1680x1050" 146.2 1680 1784 1960 2240 1050 1053 1059 1089
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "Monitor 1"
	Modeline "1680x1050" 119 1680 1728 1760 1840 1050 1053 1059 1080
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Adapter 0"
	Driver      "radeon"
	BusID       "PCI:1:0:0"
	Option      "DynamicClocks" "On"
	Option      "MerdgedFB" "true"
	Option      "CRT2Position" "LeftOf"
EndSection

Section "Device"
	Identifier  "Adapter 1"
	Driver      "radeon"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen 0"
	Device     "Adapter 0"
	Monitor    "Monitor 0"
	DefaultDepth     24
	SubSection "Display"
		Viewport  0 0
		Depth     24
		Virtual 3360 1050
		Modes     "1680x1050" 
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen 1"
	Device     "Adapter 1"
	Monitor    "Monitor 1"
	DefaultDepth     24
	SubSection "Display"
		Viewport  0 0
		Virtual   3360 1050
		Depth     24
		Modes     "1680x1050" 
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ATI drivers
  2006-10-25  0:55 [gentoo-user] ATI drivers Daniel D Jones
@ 2006-10-25  6:58 ` Mick
  2006-10-25 11:34   ` Daniel D Jones
  0 siblings, 1 reply; 39+ messages in thread
From: Mick @ 2006-10-25  6:58 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

On Wednesday 25 October 2006 01:55, Daniel D Jones wrote:

> 	Option      "MerdgedFB" "true"

Not sure, but could this have something to do with it?

-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ATI drivers
  2006-10-25  6:58 ` Mick
@ 2006-10-25 11:34   ` Daniel D Jones
  2006-10-26 11:07     ` David Relson
  0 siblings, 1 reply; 39+ messages in thread
From: Daniel D Jones @ 2006-10-25 11:34 UTC (permalink / raw
  To: gentoo-user

On Wednesday 25 October 2006 02:58, Mick wrote:
r> On Wednesday 25 October 2006 01:55, Daniel D Jones wrote:
> > 	Option      "MerdgedFB" "true"
>
> Not sure, but could this have something to do with it?

I believe it may have.  From what I've read, merged frame buffers are to allow 
the use of 3D acceleration across multiple monitors by making it appear as 
one large monitor, which is what appears to be happening.  When I right click 
the desktop and go to properties, it shows only a single monitor.  Before, it 
showed two.

As I said before, I don't really need 3D acceleration on this box.  
Additionally, I don't believe acceleration works on a display larger than 
2048 in either dimension and my virtual desktop is 3360 x 1050.  However, 
without the MergedFB setup, I get mirrored displays rather than a stretched 
display.  The Dual Monitor Howto, which I linked to in my first post, says to 
use the MergedFB option, and it also says to turn on xinerama.  If my 
understanding of MergedFB is correct and it's working as designed and 
presents a virtual single display, then xinerama isn't going to work because 
it can't distinguish between the two displays.  So I don't know if my 
understanding of how this is supposed to work is incorrect, if the HowTo is 
simply FUBARed or what.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ATI drivers
  2006-10-25 11:34   ` Daniel D Jones
@ 2006-10-26 11:07     ` David Relson
  0 siblings, 0 replies; 39+ messages in thread
From: David Relson @ 2006-10-26 11:07 UTC (permalink / raw
  To: gentoo-user

On Wed, 25 Oct 2006 07:34:14 -0400
Daniel D Jones wrote:

> On Wednesday 25 October 2006 02:58, Mick wrote:
> r> On Wednesday 25 October 2006 01:55, Daniel D Jones wrote:
> > > 	Option      "MerdgedFB" "true"
> >
> > Not sure, but could this have something to do with it?
> 
> I believe it may have.  From what I've read, merged frame buffers are
> to allow the use of 3D acceleration across multiple monitors by
> making it appear as one large monitor, which is what appears to be
> happening.  When I right click the desktop and go to properties, it
> shows only a single monitor.  Before, it showed two.

Daniel,

The option appears to be spelled incorrectly.  Have you tried
"MergedFB", rather than "MerdgedFB" (only 1 "d")???

Regards,

David
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 39+ messages in thread

* [gentoo-user] ati drivers.
@ 2009-11-12 11:29 Igor
  2009-11-12 11:53 ` Volker Armin Hemmann
  2009-11-12 11:58 ` Helmut Jarausch
  0 siblings, 2 replies; 39+ messages in thread
From: Igor @ 2009-11-12 11:29 UTC (permalink / raw
  To: gentoo-user

Hi. I installed gentoo. It`s very cool system. But i have problem with ati 
drivers for HD3850 agp. Proprietary driver have not 2D acceleration. When i 
moved window then cpu loads on 95%. Open source driver have not 3D 
acceleration and after system startup videocard settings falls to 
640x480@60Hz. When i enter to display settings then settings returns to my 
1024x768@85Hz. Help me with settings.



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 11:29 [gentoo-user] ati drivers Igor
@ 2009-11-12 11:53 ` Volker Armin Hemmann
  2009-11-12 15:43   ` igwasm
  2009-11-12 20:41   ` Igor
  2009-11-12 11:58 ` Helmut Jarausch
  1 sibling, 2 replies; 39+ messages in thread
From: Volker Armin Hemmann @ 2009-11-12 11:53 UTC (permalink / raw
  To: gentoo-user

On Donnerstag 12 November 2009, Igor wrote:
> Hi. I installed gentoo. It`s very cool system. But i have problem with ati
> drivers for HD3850 agp. Proprietary driver have not 2D acceleration.

they, have but X is broken.

> When i
> moved window then cpu loads on 95%. Open source driver have not 3D

they have. You are just using an old version.

http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-postorder-asc-
highlight-.html



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 11:29 [gentoo-user] ati drivers Igor
  2009-11-12 11:53 ` Volker Armin Hemmann
@ 2009-11-12 11:58 ` Helmut Jarausch
  2009-11-12 12:35   ` Igor
  1 sibling, 1 reply; 39+ messages in thread
From: Helmut Jarausch @ 2009-11-12 11:58 UTC (permalink / raw
  To: gentoo-user

On 12 Nov, Igor wrote:
> Hi. I installed gentoo. It`s very cool system. But i have problem with ati 
> drivers for HD3850 agp. Proprietary driver have not 2D acceleration. When i 
> moved window then cpu loads on 95%. Open source driver have not 3D 
> acceleration and after system startup videocard settings falls to 
> 640x480@60Hz. When i enter to display settings then settings returns to my 
> 1024x768@85Hz. Help me with settings.

I don't know the HD3850 card.

From the x11-drivers/ati-drivers-9.10 FAQ
2. Which ATI graphics cards can use this driver? 

The ATI Proprietary Linux driver currently supports RADEON 8500 and later, 
as well as FireGL 8700 and later products. We do not currently plan to include
support for any products earlier than this.
Drivers for earlier products should already be available from the DRI Project or Utah-GLX project.

Here, I have a Readon HD 3300 (onboard) and xorg-server-1.6.5 .
Using the x11-drivers/ati-drivers-9.10 graphics is really fast
including googleearth.

But, as noted earlier, these ati-drivers don't work with
xorg-server-1.7.1

Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 11:58 ` Helmut Jarausch
@ 2009-11-12 12:35   ` Igor
  2009-11-12 12:42     ` Volker Armin Hemmann
  2009-11-12 15:21     ` Helmut Jarausch
  0 siblings, 2 replies; 39+ messages in thread
From: Igor @ 2009-11-12 12:35 UTC (permalink / raw
  To: gentoo-user

On 2009 14:58:57, Helmut Jarausch wrote:
> On 12 Nov, Igor wrote:
> > Hi. I installed gentoo. It`s very cool system. But i have problem with
> > ati drivers for HD3850 agp. Proprietary driver have not 2D acceleration.
> > When i moved window then cpu loads on 95%. Open source driver have not 3D
> > acceleration and after system startup videocard settings falls to
> > 640x480@60Hz. When i enter to display settings then settings returns to
> > my 1024x768@85Hz. Help me with settings.
> 
> I don't know the HD3850 card.
> 
> >From the x11-drivers/ati-drivers-9.10 FAQ
> 
> 2. Which ATI graphics cards can use this driver?
> 
> The ATI Proprietary Linux driver currently supports RADEON 8500 and later,
> as well as FireGL 8700 and later products. We do not currently plan to
>  include support for any products earlier than this.
> Drivers for earlier products should already be available from the DRI
>  Project or Utah-GLX project.
> 
> Here, I have a Readon HD 3300 (onboard) and xorg-server-1.6.5 .
> Using the x11-drivers/ati-drivers-9.10 graphics is really fast
> including googleearth.
> 
> But, as noted earlier, these ati-drivers don't work with
> xorg-server-1.7.1
> 
> Helmut.
> 

I have xorg-server: 1.6.3.901-r2, and xorg-x11: 7.4-r1. Were is the x11-
drivers/ati-drivers-9.10 FAQ?



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 12:35   ` Igor
@ 2009-11-12 12:42     ` Volker Armin Hemmann
  2009-11-12 15:46       ` igwasm
  2009-11-12 15:21     ` Helmut Jarausch
  1 sibling, 1 reply; 39+ messages in thread
From: Volker Armin Hemmann @ 2009-11-12 12:42 UTC (permalink / raw
  To: gentoo-user

On Donnerstag 12 November 2009, Igor wrote:
> On 2009 14:58:57, Helmut Jarausch wrote:
> > On 12 Nov, Igor wrote:
> > > Hi. I installed gentoo. It`s very cool system. But i have problem with
> > > ati drivers for HD3850 agp. Proprietary driver have not 2D
> > > acceleration. When i moved window then cpu loads on 95%. Open source
> > > driver have not 3D acceleration and after system startup videocard
> > > settings falls to 640x480@60Hz. When i enter to display settings then
> > > settings returns to my 1024x768@85Hz. Help me with settings.
> >
> > I don't know the HD3850 card.
> >
> > >From the x11-drivers/ati-drivers-9.10 FAQ
> >
> > 2. Which ATI graphics cards can use this driver?
> >
> > The ATI Proprietary Linux driver currently supports RADEON 8500 and
> > later, as well as FireGL 8700 and later products. We do not currently
> > plan to include support for any products earlier than this.
> > Drivers for earlier products should already be available from the DRI
> >  Project or Utah-GLX project.
> >
> > Here, I have a Readon HD 3300 (onboard) and xorg-server-1.6.5 .
> > Using the x11-drivers/ati-drivers-9.10 graphics is really fast
> > including googleearth.
> >
> > But, as noted earlier, these ati-drivers don't work with
> > xorg-server-1.7.1
> >
> > Helmut.
> 
> I have xorg-server: 1.6.3.901-r2, and xorg-x11: 7.4-r1. Were is the x11-
> drivers/ati-drivers-9.10 FAQ?
> 

on the AMD homepage.

Don't worry, your card is supported by catalyst 9.10, will be supported by 
9.11 and probably be supported by 9.12

Just use the ati-drivers package - and patch xorg so it won't suck in 2d.



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 12:35   ` Igor
  2009-11-12 12:42     ` Volker Armin Hemmann
@ 2009-11-12 15:21     ` Helmut Jarausch
  2009-11-12 15:48       ` igwasm
  1 sibling, 1 reply; 39+ messages in thread
From: Helmut Jarausch @ 2009-11-12 15:21 UTC (permalink / raw
  To: gentoo-user

On 12 Nov, Igor wrote:
> On 2009 14:58:57, Helmut Jarausch wrote:
>> On 12 Nov, Igor wrote:
>> > Hi. I installed gentoo. It`s very cool system. But i have problem with
>> > ati drivers for HD3850 agp. Proprietary driver have not 2D acceleration.
>> > When i moved window then cpu loads on 95%. Open source driver have not 3D
>> > acceleration and after system startup videocard settings falls to
>> > 640x480@60Hz. When i enter to display settings then settings returns to
>> > my 1024x768@85Hz. Help me with settings.
>> 
>> I don't know the HD3850 card.
>> 
>> >From the x11-drivers/ati-drivers-9.10 FAQ
>> 
>> 2. Which ATI graphics cards can use this driver?
>> 
>> The ATI Proprietary Linux driver currently supports RADEON 8500 and later,
>> as well as FireGL 8700 and later products. We do not currently plan to
>>  include support for any products earlier than this.
>> Drivers for earlier products should already be available from the DRI
>>  Project or Utah-GLX project.
>> 
>> Here, I have a Readon HD 3300 (onboard) and xorg-server-1.6.5 .
>> Using the x11-drivers/ati-drivers-9.10 graphics is really fast
>> including googleearth.
>> 
>> But, as noted earlier, these ati-drivers don't work with
>> xorg-server-1.7.1
>> 
>> Helmut.
>> 
> 
> I have xorg-server: 1.6.3.901-r2, and xorg-x11: 7.4-r1. Were is the x11-
> drivers/ati-drivers-9.10 FAQ?
> 
That should be OK. I don't know where to find the FAQ except after
having x11-drivers/ati-drivers-9.10 installed.
The you can find it under
/usr/share/doc/ati-drivers-9.10/html/fglrx/driverfaq.html
/usr/share/doc/ati-drivers-9.10/html/fglrx/linuxfaq.html

Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 11:53 ` Volker Armin Hemmann
@ 2009-11-12 15:43   ` igwasm
  2009-11-12 16:00     ` Volker Armin Hemmann
  2009-11-12 20:41   ` Igor
  1 sibling, 1 reply; 39+ messages in thread
From: igwasm @ 2009-11-12 15:43 UTC (permalink / raw
  To: gentoo-user


----- Original Message ----- 
From: "Volker Armin Hemmann" <volkerarmin@googlemail.com>
To: <gentoo-user@lists.gentoo.org>
Sent: Thursday, November 12, 2009 2:53 PM
Subject: Re: [gentoo-user] ati drivers.


> On Donnerstag 12 November 2009, Igor wrote:
>> Hi. I installed gentoo. It`s very cool system. But i have problem with 
>> ati
>> drivers for HD3850 agp. Proprietary driver have not 2D acceleration.
>
> they, have but X is broken.
>
>> When i
>> moved window then cpu loads on 95%. Open source driver have not 3D
>
> they have. You are just using an old version.
>
> http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-postorder-asc-
> highlight-.html
>

What? Broken X? I use old version? Give me correct link, please. 




^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 12:42     ` Volker Armin Hemmann
@ 2009-11-12 15:46       ` igwasm
  2009-11-12 15:58         ` Volker Armin Hemmann
  0 siblings, 1 reply; 39+ messages in thread
From: igwasm @ 2009-11-12 15:46 UTC (permalink / raw
  To: gentoo-user


----- Original Message ----- 
From: "Volker Armin Hemmann" <volkerarmin@googlemail.com>
To: <gentoo-user@lists.gentoo.org>
Sent: Thursday, November 12, 2009 3:42 PM
Subject: Re: [gentoo-user] ati drivers.


> On Donnerstag 12 November 2009, Igor wrote:
>> On 2009 14:58:57, Helmut Jarausch wrote:
>> > On 12 Nov, Igor wrote:
>> > > Hi. I installed gentoo. It`s very cool system. But i have problem 
>> > > with
>> > > ati drivers for HD3850 agp. Proprietary driver have not 2D
>> > > acceleration. When i moved window then cpu loads on 95%. Open source
>> > > driver have not 3D acceleration and after system startup videocard
>> > > settings falls to 640x480@60Hz. When i enter to display settings then
>> > > settings returns to my 1024x768@85Hz. Help me with settings.
>> >
>> > I don't know the HD3850 card.
>> >
>> > >From the x11-drivers/ati-drivers-9.10 FAQ
>> >
>> > 2. Which ATI graphics cards can use this driver?
>> >
>> > The ATI Proprietary Linux driver currently supports RADEON 8500 and
>> > later, as well as FireGL 8700 and later products. We do not currently
>> > plan to include support for any products earlier than this.
>> > Drivers for earlier products should already be available from the DRI
>> >  Project or Utah-GLX project.
>> >
>> > Here, I have a Readon HD 3300 (onboard) and xorg-server-1.6.5 .
>> > Using the x11-drivers/ati-drivers-9.10 graphics is really fast
>> > including googleearth.
>> >
>> > But, as noted earlier, these ati-drivers don't work with
>> > xorg-server-1.7.1
>> >
>> > Helmut.
>>
>> I have xorg-server: 1.6.3.901-r2, and xorg-x11: 7.4-r1. Were is the x11-
>> drivers/ati-drivers-9.10 FAQ?
>>
>
> on the AMD homepage.
>
> Don't worry, your card is supported by catalyst 9.10, will be supported by
> 9.11 and probably be supported by 9.12
>
> Just use the ati-drivers package - and patch xorg so it won't suck in 2d.
>

What the patch? Give me more information, please. 




^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 15:21     ` Helmut Jarausch
@ 2009-11-12 15:48       ` igwasm
  0 siblings, 0 replies; 39+ messages in thread
From: igwasm @ 2009-11-12 15:48 UTC (permalink / raw
  To: gentoo-user


----- Original Message ----- 
From: "Helmut Jarausch" <jarausch@igpm.rwth-aachen.de>
To: <gentoo-user@lists.gentoo.org>
Sent: Thursday, November 12, 2009 6:21 PM
Subject: Re: [gentoo-user] ati drivers.


> On 12 Nov, Igor wrote:
>> On 2009 14:58:57, Helmut Jarausch wrote:
>>> On 12 Nov, Igor wrote:
>>> > Hi. I installed gentoo. It`s very cool system. But i have problem with
>>> > ati drivers for HD3850 agp. Proprietary driver have not 2D 
>>> > acceleration.
>>> > When i moved window then cpu loads on 95%. Open source driver have not 
>>> > 3D
>>> > acceleration and after system startup videocard settings falls to
>>> > 640x480@60Hz. When i enter to display settings then settings returns 
>>> > to
>>> > my 1024x768@85Hz. Help me with settings.
>>>
>>> I don't know the HD3850 card.
>>>
>>> >From the x11-drivers/ati-drivers-9.10 FAQ
>>>
>>> 2. Which ATI graphics cards can use this driver?
>>>
>>> The ATI Proprietary Linux driver currently supports RADEON 8500 and 
>>> later,
>>> as well as FireGL 8700 and later products. We do not currently plan to
>>>  include support for any products earlier than this.
>>> Drivers for earlier products should already be available from the DRI
>>>  Project or Utah-GLX project.
>>>
>>> Here, I have a Readon HD 3300 (onboard) and xorg-server-1.6.5 .
>>> Using the x11-drivers/ati-drivers-9.10 graphics is really fast
>>> including googleearth.
>>>
>>> But, as noted earlier, these ati-drivers don't work with
>>> xorg-server-1.7.1
>>>
>>> Helmut.
>>>
>>
>> I have xorg-server: 1.6.3.901-r2, and xorg-x11: 7.4-r1. Were is the x11-
>> drivers/ati-drivers-9.10 FAQ?
>>
> That should be OK. I don't know where to find the FAQ except after
> having x11-drivers/ati-drivers-9.10 installed.
> The you can find it under
> /usr/share/doc/ati-drivers-9.10/html/fglrx/driverfaq.html
> /usr/share/doc/ati-drivers-9.10/html/fglrx/linuxfaq.html
>
> Helmut.
>
> -- 
> Helmut Jarausch
>
> Lehrstuhl fuer Numerische Mathematik
> RWTH - Aachen University
> D 52056 Aachen, Germany
>

But i have very high cpu loads in 2D. 




^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 15:46       ` igwasm
@ 2009-11-12 15:58         ` Volker Armin Hemmann
  2009-11-12 16:19           ` igwasm
  0 siblings, 1 reply; 39+ messages in thread
From: Volker Armin Hemmann @ 2009-11-12 15:58 UTC (permalink / raw
  To: gentoo-user

On Donnerstag 12 November 2009, igwasm wrote:

> What the patch? Give me more information, please.
> 

I have sent you a link to a forum thread in the other mail. Everything is 
there.



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 15:43   ` igwasm
@ 2009-11-12 16:00     ` Volker Armin Hemmann
  2009-11-12 16:25       ` igwasm
  0 siblings, 1 reply; 39+ messages in thread
From: Volker Armin Hemmann @ 2009-11-12 16:00 UTC (permalink / raw
  To: gentoo-user

On Donnerstag 12 November 2009, igwasm wrote:
> ----- Original Message -----
> From: "Volker Armin Hemmann" <volkerarmin@googlemail.com>
> To: <gentoo-user@lists.gentoo.org>
> Sent: Thursday, November 12, 2009 2:53 PM
> Subject: Re: [gentoo-user] ati drivers.
> 
> > On Donnerstag 12 November 2009, Igor wrote:
> >> Hi. I installed gentoo. It`s very cool system. But i have problem with
> >> ati
> >> drivers for HD3850 agp. Proprietary driver have not 2D acceleration.
> >
> > they, have but X is broken.
> >
> >> When i
> >> moved window then cpu loads on 95%. Open source driver have not 3D
> >
> > they have. You are just using an old version.
> >
> > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-postorder-
> >asc- highlight-.html
> 
> What? Broken X? I use old version? Give me correct link, please.
> 

is correct link.

Some time ago a 'fix' was added in X that makes 2d with ati-drivers (and nvidia 
drivers) painfully slow. That forum thread explains how to undo the damge. 
Just read the thread.



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 15:58         ` Volker Armin Hemmann
@ 2009-11-12 16:19           ` igwasm
  2009-11-12 16:26             ` Volker Armin Hemmann
  0 siblings, 1 reply; 39+ messages in thread
From: igwasm @ 2009-11-12 16:19 UTC (permalink / raw
  To: gentoo-user


----- Original Message ----- 
From: "Volker Armin Hemmann" <volkerarmin@googlemail.com>
To: <gentoo-user@lists.gentoo.org>
Sent: Thursday, November 12, 2009 6:58 PM
Subject: Re: [gentoo-user] ati drivers.


> On Donnerstag 12 November 2009, igwasm wrote:
>
>> What the patch? Give me more information, please.
>>
>
> I have sent you a link to a forum thread in the other mail. Everything is
> there.
>

But this link incorrect. Last part corrupted. 




^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 16:00     ` Volker Armin Hemmann
@ 2009-11-12 16:25       ` igwasm
  0 siblings, 0 replies; 39+ messages in thread
From: igwasm @ 2009-11-12 16:25 UTC (permalink / raw
  To: gentoo-user


----- Original Message ----- 
From: "Volker Armin Hemmann" <volkerarmin@googlemail.com>
To: <gentoo-user@lists.gentoo.org>
Sent: Thursday, November 12, 2009 7:00 PM
Subject: Re: [gentoo-user] ati drivers.


> On Donnerstag 12 November 2009, igwasm wrote:
>> ----- Original Message -----
>> From: "Volker Armin Hemmann" <volkerarmin@googlemail.com>
>> To: <gentoo-user@lists.gentoo.org>
>> Sent: Thursday, November 12, 2009 2:53 PM
>> Subject: Re: [gentoo-user] ati drivers.
>>
>> > On Donnerstag 12 November 2009, Igor wrote:
>> >> Hi. I installed gentoo. It`s very cool system. But i have problem with
>> >> ati
>> >> drivers for HD3850 agp. Proprietary driver have not 2D acceleration.
>> >
>> > they, have but X is broken.
>> >
>> >> When i
>> >> moved window then cpu loads on 95%. Open source driver have not 3D
>> >
>> > they have. You are just using an old version.
>> >
>> > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-postorder-
>> >asc- highlight-.html
>>
>> What? Broken X? I use old version? Give me correct link, please.
>>
>
> is correct link.
>
> Some time ago a 'fix' was added in X that makes 2d with ati-drivers (and 
> nvidia
> drivers) painfully slow. That forum thread explains how to undo the damge.
> Just read the thread.
>

Thank you much. Link correct. ^) 




^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 16:19           ` igwasm
@ 2009-11-12 16:26             ` Volker Armin Hemmann
  2009-11-12 16:47               ` igwasm
  0 siblings, 1 reply; 39+ messages in thread
From: Volker Armin Hemmann @ 2009-11-12 16:26 UTC (permalink / raw
  To: gentoo-user

On Donnerstag 12 November 2009, igwasm wrote:
> ----- Original Message -----
> From: "Volker Armin Hemmann" <volkerarmin@googlemail.com>
> To: <gentoo-user@lists.gentoo.org>
> Sent: Thursday, November 12, 2009 6:58 PM
> Subject: Re: [gentoo-user] ati drivers.
> 
> > On Donnerstag 12 November 2009, igwasm wrote:
> >> What the patch? Give me more information, please.
> >
> > I have sent you a link to a forum thread in the other mail. Everything is
> > there.
> 
> But this link incorrect. Last part corrupted.
> 

wow, you can't even cope with a little newline 'problem'?

just copy all the parts and remove the space, if there is one. voila, you are 
done.



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 16:26             ` Volker Armin Hemmann
@ 2009-11-12 16:47               ` igwasm
  0 siblings, 0 replies; 39+ messages in thread
From: igwasm @ 2009-11-12 16:47 UTC (permalink / raw
  To: gentoo-user


----- Original Message ----- 
From: "Volker Armin Hemmann" <volkerarmin@googlemail.com>
To: <gentoo-user@lists.gentoo.org>
Sent: Thursday, November 12, 2009 7:26 PM
Subject: Re: [gentoo-user] ati drivers.


> On Donnerstag 12 November 2009, igwasm wrote:
>> ----- Original Message -----
>> From: "Volker Armin Hemmann" <volkerarmin@googlemail.com>
>> To: <gentoo-user@lists.gentoo.org>
>> Sent: Thursday, November 12, 2009 6:58 PM
>> Subject: Re: [gentoo-user] ati drivers.
>>
>> > On Donnerstag 12 November 2009, igwasm wrote:
>> >> What the patch? Give me more information, please.
>> >
>> > I have sent you a link to a forum thread in the other mail. Everything 
>> > is
>> > there.
>>
>> But this link incorrect. Last part corrupted.
>>
>
> wow, you can't even cope with a little newline 'problem'?
>
> just copy all the parts and remove the space, if there is one. voila, you 
> are
> done.
>

Very fun. ^) 




^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 11:53 ` Volker Armin Hemmann
  2009-11-12 15:43   ` igwasm
@ 2009-11-12 20:41   ` Igor
  2009-11-12 21:03     ` Igor
  2009-11-12 21:05     ` Volker Armin Hemmann
  1 sibling, 2 replies; 39+ messages in thread
From: Igor @ 2009-11-12 20:41 UTC (permalink / raw
  To: gentoo-user

В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin Hemmann 
написал:
> On Donnerstag 12 November 2009, Igor wrote:
> > Hi. I installed gentoo. It`s very cool system. But i have problem with
> > ati drivers for HD3850 agp. Proprietary driver have not 2D acceleration.
> 
> they, have but X is broken.
> 
> > When i
> > moved window then cpu loads on 95%. Open source driver have not 3D
> 
> they have. You are just using an old version.
> 
> http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-postorder-as
> c- highlight-.html
> 
I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in 
/usr/local/portage. But "eix unpack in /usr/local/portage" write "No matches 
found". And emerge - "!!! 'xorg-server-1.6.3.901-r99' is not a valid package 
atom.
!!! Please check ebuild(5) for full details."



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 20:41   ` Igor
@ 2009-11-12 21:03     ` Igor
  2009-11-12 21:06       ` Volker Armin Hemmann
  2009-11-12 21:05     ` Volker Armin Hemmann
  1 sibling, 1 reply; 39+ messages in thread
From: Igor @ 2009-11-12 21:03 UTC (permalink / raw
  To: gentoo-user

В сообщении от Четверг 12 ноября 2009 23:41:24 автор Igor написал:
> В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin Hemmann
> 
> написал:
> > On Donnerstag 12 November 2009, Igor wrote:
> > > Hi. I installed gentoo. It`s very cool system. But i have problem with
> > > ati drivers for HD3850 agp. Proprietary driver have not 2D
> > > acceleration.
> >
> > they, have but X is broken.
> >
> > > When i
> > > moved window then cpu loads on 95%. Open source driver have not 3D
> >
> > they have. You are just using an old version.
> >
> > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-postorder-
> >as c- highlight-.html
> 
> I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> /usr/local/portage. But "eix unpack in /usr/local/portage" write "No
>  matches found". And emerge - "!!! 'xorg-server-1.6.3.901-r99' is not a
>  valid package atom.
> !!! Please check ebuild(5) for full details."
> 

eix write "No matches found". And emerge - "!!! 'xorg-server-1.6.3.901-r99' is 
not a valid package atom.
!!! Please check ebuild(5) for full details."



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 20:41   ` Igor
  2009-11-12 21:03     ` Igor
@ 2009-11-12 21:05     ` Volker Armin Hemmann
  2009-11-12 21:19       ` Igor
  1 sibling, 1 reply; 39+ messages in thread
From: Volker Armin Hemmann @ 2009-11-12 21:05 UTC (permalink / raw
  To: gentoo-user

On Donnerstag 12 November 2009, Igor wrote:
> В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin Hemmann
> 
> написал:
> > On Donnerstag 12 November 2009, Igor wrote:
> > > Hi. I installed gentoo. It`s very cool system. But i have problem with
> > > ati drivers for HD3850 agp. Proprietary driver have not 2D
> > > acceleration.
> >
> > they, have but X is broken.
> >
> > > When i
> > > moved window then cpu loads on 95%. Open source driver have not 3D
> >
> > they have. You are just using an old version.
> >
> > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-postorder-
> >as c- highlight-.html
> 
> I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> /usr/local/portage. But "eix unpack in /usr/local/portage" write "No
>  matches found". And emerge - "!!! 'xorg-server-1.6.3.901-r99' is not a
>  valid package atom.
> !!! Please check ebuild(5) for full details."
> 

and /usr/local/portage is your overlay directory?

try 
emerge  =x11-base/xorg-server-1.6.3.901-r99



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 21:03     ` Igor
@ 2009-11-12 21:06       ` Volker Armin Hemmann
  0 siblings, 0 replies; 39+ messages in thread
From: Volker Armin Hemmann @ 2009-11-12 21:06 UTC (permalink / raw
  To: gentoo-user

On Donnerstag 12 November 2009, Igor wrote:
> В сообщении от Четверг 12 ноября 2009 23:41:24 автор Igor написал:
> > В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin Hemmann
> >
> > написал:
> > > On Donnerstag 12 November 2009, Igor wrote:
> > > > Hi. I installed gentoo. It`s very cool system. But i have problem
> > > > with ati drivers for HD3850 agp. Proprietary driver have not 2D
> > > > acceleration.
> > >
> > > they, have but X is broken.
> > >
> > > > When i
> > > > moved window then cpu loads on 95%. Open source driver have not 3D
> > >
> > > they have. You are just using an old version.
> > >
> > > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-postorde
> > >r- as c- highlight-.html
> >
> > I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> > /usr/local/portage. But "eix unpack in /usr/local/portage" write "No
> >  matches found". And emerge - "!!! 'xorg-server-1.6.3.901-r99' is not a
> >  valid package atom.
> > !!! Please check ebuild(5) for full details."
> 
> eix write "No matches found". And emerge - "!!! 'xorg-server-1.6.3.901-r99'
>  is not a valid package atom.
> !!! Please check ebuild(5) for full details."
> 

what are you doing with eix?
(besides, is eix setup correctly? check eixrc)

and emerge see the other mail.



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 21:05     ` Volker Armin Hemmann
@ 2009-11-12 21:19       ` Igor
  2009-11-12 21:30         ` Volker Armin Hemmann
  0 siblings, 1 reply; 39+ messages in thread
From: Igor @ 2009-11-12 21:19 UTC (permalink / raw
  To: gentoo-user

В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin Hemmann 
написал:
> On Donnerstag 12 November 2009, Igor wrote:
> > В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin Hemmann
> >
> > написал:
> > > On Donnerstag 12 November 2009, Igor wrote:
> > > > Hi. I installed gentoo. It`s very cool system. But i have problem
> > > > with ati drivers for HD3850 agp. Proprietary driver have not 2D
> > > > acceleration.
> > >
> > > they, have but X is broken.
> > >
> > > > When i
> > > > moved window then cpu loads on 95%. Open source driver have not 3D
> > >
> > > they have. You are just using an old version.
> > >
> > > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-postorde
> > >r- as c- highlight-.html
> >
> > I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> > /usr/local/portage. But "eix unpack in /usr/local/portage" write "No
> >  matches found". And emerge - "!!! 'xorg-server-1.6.3.901-r99' is not a
> >  valid package atom.
> > !!! Please check ebuild(5) for full details."
> 
> and /usr/local/portage is your overlay directory?
> 
> try
> emerge  =x11-base/xorg-server-1.6.3.901-r99
> 
I had not /usr/local/portage, only  /usr/portage. I make /usr/local/portage 
and unpack files.



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 21:19       ` Igor
@ 2009-11-12 21:30         ` Volker Armin Hemmann
  2009-11-12 21:55           ` Igor
  0 siblings, 1 reply; 39+ messages in thread
From: Volker Armin Hemmann @ 2009-11-12 21:30 UTC (permalink / raw
  To: gentoo-user

On Donnerstag 12 November 2009, Igor wrote:
> В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin Hemmann
> 
> написал:
> > On Donnerstag 12 November 2009, Igor wrote:
> > > В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin
> > > Hemmann
> > >
> > > написал:
> > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > Hi. I installed gentoo. It`s very cool system. But i have problem
> > > > > with ati drivers for HD3850 agp. Proprietary driver have not 2D
> > > > > acceleration.
> > > >
> > > > they, have but X is broken.
> > > >
> > > > > When i
> > > > > moved window then cpu loads on 95%. Open source driver have not 3D
> > > >
> > > > they have. You are just using an old version.
> > > >
> > > > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-postor
> > > >de r- as c- highlight-.html
> > >
> > > I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> > > /usr/local/portage. But "eix unpack in /usr/local/portage" write "No
> > >  matches found". And emerge - "!!! 'xorg-server-1.6.3.901-r99' is not a
> > >  valid package atom.
> > > !!! Please check ebuild(5) for full details."
> >
> > and /usr/local/portage is your overlay directory?
> >
> > try
> > emerge  =x11-base/xorg-server-1.6.3.901-r99
> 
> I had not /usr/local/portage, only  /usr/portage. I make /usr/local/portage
> and unpack files.
> 

yeah, unpacking in /usr/portage is completly wrong. Just follow the 
instructions.



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 21:30         ` Volker Armin Hemmann
@ 2009-11-12 21:55           ` Igor
  2009-11-12 21:57             ` Alan McKinnon
  2009-11-12 21:59             ` Mark Knecht
  0 siblings, 2 replies; 39+ messages in thread
From: Igor @ 2009-11-12 21:55 UTC (permalink / raw
  To: gentoo-user

В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin Hemmann 
написал:
> On Donnerstag 12 November 2009, Igor wrote:
> > В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin Hemmann
> >
> > написал:
> > > On Donnerstag 12 November 2009, Igor wrote:
> > > > В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin
> > > > Hemmann
> > > >
> > > > написал:
> > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > Hi. I installed gentoo. It`s very cool system. But i have problem
> > > > > > with ati drivers for HD3850 agp. Proprietary driver have not 2D
> > > > > > acceleration.
> > > > >
> > > > > they, have but X is broken.
> > > > >
> > > > > > When i
> > > > > > moved window then cpu loads on 95%. Open source driver have not
> > > > > > 3D
> > > > >
> > > > > they have. You are just using an old version.
> > > > >
> > > > > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-post
> > > > >or de r- as c- highlight-.html
> > > >
> > > > I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> > > > /usr/local/portage. But "eix unpack in /usr/local/portage" write "No
> > > >  matches found". And emerge - "!!! 'xorg-server-1.6.3.901-r99' is not
> > > > a valid package atom.
> > > > !!! Please check ebuild(5) for full details."
> > >
> > > and /usr/local/portage is your overlay directory?
> > >
> > > try
> > > emerge  =x11-base/xorg-server-1.6.3.901-r99
> >
> > I had not /usr/local/portage, only  /usr/portage. I make
> > /usr/local/portage and unpack files.
> 
> yeah, unpacking in /usr/portage is completly wrong. Just follow the
> instructions.
> 
I strictly follow the instructions. But "emerge: there are no ebuilds to 
satisfy "=x11-base/xorg-server-1.6.3.901-r99"."



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 21:55           ` Igor
@ 2009-11-12 21:57             ` Alan McKinnon
  2009-11-12 22:07               ` Volker Armin Hemmann
  2009-11-12 22:17               ` Igor
  2009-11-12 21:59             ` Mark Knecht
  1 sibling, 2 replies; 39+ messages in thread
From: Alan McKinnon @ 2009-11-12 21:57 UTC (permalink / raw
  To: gentoo-user

On Thursday 12 November 2009 23:55:02 Igor wrote:
> В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin Hemmann
> 
> написал:
> > On Donnerstag 12 November 2009, Igor wrote:
> > > В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin
> > > Hemmann
> > >
> > > написал:
> > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin
> > > > > Hemmann
> > > > >
> > > > > написал:
> > > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > > Hi. I installed gentoo. It`s very cool system. But i have
> > > > > > > problem with ati drivers for HD3850 agp. Proprietary driver
> > > > > > > have not 2D acceleration.
> > > > > >
> > > > > > they, have but X is broken.
> > > > > >
> > > > > > > When i
> > > > > > > moved window then cpu loads on 95%. Open source driver have not
> > > > > > > 3D
> > > > > >
> > > > > > they have. You are just using an old version.
> > > > > >
> > > > > > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-po
> > > > > >st or de r- as c- highlight-.html
> > > > >
> > > > > I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> > > > > /usr/local/portage. But "eix unpack in /usr/local/portage" write
> > > > > "No matches found". And emerge - "!!! 'xorg-server-1.6.3.901-r99'
> > > > > is not a valid package atom.
> > > > > !!! Please check ebuild(5) for full details."
> > > >
> > > > and /usr/local/portage is your overlay directory?
> > > >
> > > > try
> > > > emerge  =x11-base/xorg-server-1.6.3.901-r99
> > >
> > > I had not /usr/local/portage, only  /usr/portage. I make
> > > /usr/local/portage and unpack files.
> >
> > yeah, unpacking in /usr/portage is completly wrong. Just follow the
> > instructions.
> 
> I strictly follow the instructions. But "emerge: there are no ebuilds to
> satisfy "=x11-base/xorg-server-1.6.3.901-r99"."

So then pick the version that you DO have that's closest.

Because obviously the instructions are telling you to install a very recent 
unstable version, and you equally obvious do not have that anymore as things 
have changed since the instructions were written.



-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 21:55           ` Igor
  2009-11-12 21:57             ` Alan McKinnon
@ 2009-11-12 21:59             ` Mark Knecht
  2009-11-12 22:20               ` Igor
  1 sibling, 1 reply; 39+ messages in thread
From: Mark Knecht @ 2009-11-12 21:59 UTC (permalink / raw
  To: gentoo-user

On Thu, Nov 12, 2009 at 1:55 PM, Igor <igwasm@rambler.ru> wrote:
> В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin Hemmann
> написал:
>> On Donnerstag 12 November 2009, Igor wrote:
>> > В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin Hemmann
>> >
>> > написал:
>> > > On Donnerstag 12 November 2009, Igor wrote:
>> > > > В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin
>> > > > Hemmann
>> > > >
>> > > > написал:
>> > > > > On Donnerstag 12 November 2009, Igor wrote:
>> > > > > > Hi. I installed gentoo. It`s very cool system. But i have problem
>> > > > > > with ati drivers for HD3850 agp. Proprietary driver have not 2D
>> > > > > > acceleration.
>> > > > >
>> > > > > they, have but X is broken.
>> > > > >
>> > > > > > When i
>> > > > > > moved window then cpu loads on 95%. Open source driver have not
>> > > > > > 3D
>> > > > >
>> > > > > they have. You are just using an old version.
>> > > > >
>> > > > > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-post
>> > > > >or de r- as c- highlight-.html
>> > > >
>> > > > I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
>> > > > /usr/local/portage. But "eix unpack in /usr/local/portage" write "No
>> > > >  matches found". And emerge - "!!! 'xorg-server-1.6.3.901-r99' is not
>> > > > a valid package atom.
>> > > > !!! Please check ebuild(5) for full details."
>> > >
>> > > and /usr/local/portage is your overlay directory?
>> > >
>> > > try
>> > > emerge  =x11-base/xorg-server-1.6.3.901-r99
>> >
>> > I had not /usr/local/portage, only  /usr/portage. I make
>> > /usr/local/portage and unpack files.
>>
>> yeah, unpacking in /usr/portage is completly wrong. Just follow the
>> instructions.
>>
> I strictly follow the instructions. But "emerge: there are no ebuilds to
> satisfy "=x11-base/xorg-server-1.6.3.901-r99"."
>
>

Post back the results of

eix xorg-server

- Mark



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 21:57             ` Alan McKinnon
@ 2009-11-12 22:07               ` Volker Armin Hemmann
  2009-11-12 22:21                 ` Igor
  2009-11-12 22:17               ` Igor
  1 sibling, 1 reply; 39+ messages in thread
From: Volker Armin Hemmann @ 2009-11-12 22:07 UTC (permalink / raw
  To: gentoo-user

On Donnerstag 12 November 2009, Alan McKinnon wrote:
> On Thursday 12 November 2009 23:55:02 Igor wrote:
> > В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin Hemmann
> >
> > написал:
> > > On Donnerstag 12 November 2009, Igor wrote:
> > > > В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin
> > > > Hemmann
> > > >
> > > > написал:
> > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin
> > > > > > Hemmann
> > > > > >
> > > > > > написал:
> > > > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > > > Hi. I installed gentoo. It`s very cool system. But i have
> > > > > > > > problem with ati drivers for HD3850 agp. Proprietary driver
> > > > > > > > have not 2D acceleration.
> > > > > > >
> > > > > > > they, have but X is broken.
> > > > > > >
> > > > > > > > When i
> > > > > > > > moved window then cpu loads on 95%. Open source driver have
> > > > > > > > not 3D
> > > > > > >
> > > > > > > they have. You are just using an old version.
> > > > > > >
> > > > > > > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-
> > > > > > >po st or de r- as c- highlight-.html
> > > > > >
> > > > > > I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> > > > > > /usr/local/portage. But "eix unpack in /usr/local/portage" write
> > > > > > "No matches found". And emerge - "!!! 'xorg-server-1.6.3.901-r99'
> > > > > > is not a valid package atom.
> > > > > > !!! Please check ebuild(5) for full details."
> > > > >
> > > > > and /usr/local/portage is your overlay directory?
> > > > >
> > > > > try
> > > > > emerge  =x11-base/xorg-server-1.6.3.901-r99
> > > >
> > > > I had not /usr/local/portage, only  /usr/portage. I make
> > > > /usr/local/portage and unpack files.
> > >
> > > yeah, unpacking in /usr/portage is completly wrong. Just follow the
> > > instructions.
> >
> > I strictly follow the instructions. But "emerge: there are no ebuilds to
> > satisfy "=x11-base/xorg-server-1.6.3.901-r99"."
> 
> So then pick the version that you DO have that's closest.
> 
> Because obviously the instructions are telling you to install a very recent
> unstable version, and you equally obvious do not have that anymore as
>  things have changed since the instructions were written.
> 

the problem is he is unpacking in the wrong directory.
Also he has been using 1.6.3.901 before - and on that thread he can download 
several different versions.





^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 21:57             ` Alan McKinnon
  2009-11-12 22:07               ` Volker Armin Hemmann
@ 2009-11-12 22:17               ` Igor
  2009-11-12 22:51                 ` Volker Armin Hemmann
  1 sibling, 1 reply; 39+ messages in thread
From: Igor @ 2009-11-12 22:17 UTC (permalink / raw
  To: gentoo-user

В сообщении от Пятница 13 ноября 2009 00:57:48 автор Alan McKinnon написал:
> On Thursday 12 November 2009 23:55:02 Igor wrote:
> > В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin Hemmann
> >
> > написал:
> > > On Donnerstag 12 November 2009, Igor wrote:
> > > > В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin
> > > > Hemmann
> > > >
> > > > написал:
> > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin
> > > > > > Hemmann
> > > > > >
> > > > > > написал:
> > > > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > > > Hi. I installed gentoo. It`s very cool system. But i have
> > > > > > > > problem with ati drivers for HD3850 agp. Proprietary driver
> > > > > > > > have not 2D acceleration.
> > > > > > >
> > > > > > > they, have but X is broken.
> > > > > > >
> > > > > > > > When i
> > > > > > > > moved window then cpu loads on 95%. Open source driver have
> > > > > > > > not 3D
> > > > > > >
> > > > > > > they have. You are just using an old version.
> > > > > > >
> > > > > > > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-
> > > > > > >po st or de r- as c- highlight-.html
> > > > > >
> > > > > > I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> > > > > > /usr/local/portage. But "eix unpack in /usr/local/portage" write
> > > > > > "No matches found". And emerge - "!!! 'xorg-server-1.6.3.901-r99'
> > > > > > is not a valid package atom.
> > > > > > !!! Please check ebuild(5) for full details."
> > > > >
> > > > > and /usr/local/portage is your overlay directory?
> > > > >
> > > > > try
> > > > > emerge  =x11-base/xorg-server-1.6.3.901-r99
> > > >
> > > > I had not /usr/local/portage, only  /usr/portage. I make
> > > > /usr/local/portage and unpack files.
> > >
> > > yeah, unpacking in /usr/portage is completly wrong. Just follow the
> > > instructions.
> >
> > I strictly follow the instructions. But "emerge: there are no ebuilds to
> > satisfy "=x11-base/xorg-server-1.6.3.901-r99"."
> 
> So then pick the version that you DO have that's closest.
> 
> Because obviously the instructions are telling you to install a very recent
> unstable version, and you equally obvious do not have that anymore as
>  things have changed since the instructions were written.
> 
I have 1.6.3.901-r2 now. And trying 1.6.3.901-r99. eix don`t show any version 
in /usr/local/portage



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 21:59             ` Mark Knecht
@ 2009-11-12 22:20               ` Igor
  0 siblings, 0 replies; 39+ messages in thread
From: Igor @ 2009-11-12 22:20 UTC (permalink / raw
  To: gentoo-user

В сообщении от Пятница 13 ноября 2009 00:59:45 автор Mark Knecht написал:
> On Thu, Nov 12, 2009 at 1:55 PM, Igor <igwasm@rambler.ru> wrote:
> > В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin Hemmann
> >
> > написал:
> >> On Donnerstag 12 November 2009, Igor wrote:
> >> > В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin
> >> > Hemmann
> >> >
> >> > написал:
> >> > > On Donnerstag 12 November 2009, Igor wrote:
> >> > > > В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker Armin
> >> > > > Hemmann
> >> > > >
> >> > > > написал:
> >> > > > > On Donnerstag 12 November 2009, Igor wrote:
> >> > > > > > Hi. I installed gentoo. It`s very cool system. But i have
> >> > > > > > problem with ati drivers for HD3850 agp. Proprietary driver
> >> > > > > > have not 2D acceleration.
> >> > > > >
> >> > > > > they, have but X is broken.
> >> > > > >
> >> > > > > > When i
> >> > > > > > moved window then cpu loads on 95%. Open source driver have
> >> > > > > > not 3D
> >> > > > >
> >> > > > > they have. You are just using an old version.
> >> > > > >
> >> > > > > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-0-p
> >> > > > >ost or de r- as c- highlight-.html
> >> > > >
> >> > > > I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> >> > > > /usr/local/portage. But "eix unpack in /usr/local/portage" write
> >> > > > "No matches found". And emerge - "!!! 'xorg-server-1.6.3.901-r99'
> >> > > > is not a valid package atom.
> >> > > > !!! Please check ebuild(5) for full details."
> >> > >
> >> > > and /usr/local/portage is your overlay directory?
> >> > >
> >> > > try
> >> > > emerge  =x11-base/xorg-server-1.6.3.901-r99
> >> >
> >> > I had not /usr/local/portage, only  /usr/portage. I make
> >> > /usr/local/portage and unpack files.
> >>
> >> yeah, unpacking in /usr/portage is completly wrong. Just follow the
> >> instructions.
> >
> > I strictly follow the instructions. But "emerge: there are no ebuilds to
> > satisfy "=x11-base/xorg-server-1.6.3.901-r99"."
> 
> Post back the results of
> 
> eix xorg-server
> 
> - Mark
> 
Available versions:  1.5.3-r6 ~1.5.3-r7 1.6.3.901-r2 ~1.6.4 ~1.6.5 ~1.7.1
Installed versions:  1.6.3.901-r2



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 22:07               ` Volker Armin Hemmann
@ 2009-11-12 22:21                 ` Igor
  0 siblings, 0 replies; 39+ messages in thread
From: Igor @ 2009-11-12 22:21 UTC (permalink / raw
  To: gentoo-user

В сообщении от Пятница 13 ноября 2009 01:07:07 автор Volker Armin Hemmann 
написал:
> On Donnerstag 12 November 2009, Alan McKinnon wrote:
> > On Thursday 12 November 2009 23:55:02 Igor wrote:
> > > В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin
> > > Hemmann
> > >
> > > написал:
> > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin
> > > > > Hemmann
> > > > >
> > > > > написал:
> > > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > > В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker
> > > > > > > Armin Hemmann
> > > > > > >
> > > > > > > написал:
> > > > > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > > > > Hi. I installed gentoo. It`s very cool system. But i have
> > > > > > > > > problem with ati drivers for HD3850 agp. Proprietary driver
> > > > > > > > > have not 2D acceleration.
> > > > > > > >
> > > > > > > > they, have but X is broken.
> > > > > > > >
> > > > > > > > > When i
> > > > > > > > > moved window then cpu loads on 95%. Open source driver have
> > > > > > > > > not 3D
> > > > > > > >
> > > > > > > > they have. You are just using an old version.
> > > > > > > >
> > > > > > > > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-
> > > > > > > >0- po st or de r- as c- highlight-.html
> > > > > > >
> > > > > > > I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> > > > > > > /usr/local/portage. But "eix unpack in /usr/local/portage"
> > > > > > > write "No matches found". And emerge - "!!!
> > > > > > > 'xorg-server-1.6.3.901-r99' is not a valid package atom.
> > > > > > > !!! Please check ebuild(5) for full details."
> > > > > >
> > > > > > and /usr/local/portage is your overlay directory?
> > > > > >
> > > > > > try
> > > > > > emerge  =x11-base/xorg-server-1.6.3.901-r99
> > > > >
> > > > > I had not /usr/local/portage, only  /usr/portage. I make
> > > > > /usr/local/portage and unpack files.
> > > >
> > > > yeah, unpacking in /usr/portage is completly wrong. Just follow the
> > > > instructions.
> > >
> > > I strictly follow the instructions. But "emerge: there are no ebuilds
> > > to satisfy "=x11-base/xorg-server-1.6.3.901-r99"."
> >
> > So then pick the version that you DO have that's closest.
> >
> > Because obviously the instructions are telling you to install a very
> > recent unstable version, and you equally obvious do not have that anymore
> > as things have changed since the instructions were written.
> 
> the problem is he is unpacking in the wrong directory.
> Also he has been using 1.6.3.901 before - and on that thread he can
>  download several different versions.
> 
Why? I unpack in /usr/local/portage



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 22:17               ` Igor
@ 2009-11-12 22:51                 ` Volker Armin Hemmann
  2009-11-12 23:19                   ` Igor
  2009-11-12 23:23                   ` Igor
  0 siblings, 2 replies; 39+ messages in thread
From: Volker Armin Hemmann @ 2009-11-12 22:51 UTC (permalink / raw
  To: gentoo-user

On Donnerstag 12 November 2009, Igor wrote:
> В сообщении от Пятница 13 ноября 2009 00:57:48 автор Alan McKinnon написал:
> > On Thursday 12 November 2009 23:55:02 Igor wrote:
> > > В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin
> > > Hemmann
> > >
> > > написал:
> > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin
> > > > > Hemmann
> > > > >
> > > > > написал:
> > > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > > В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker
> > > > > > > Armin Hemmann
> > > > > > >
> > > > > > > написал:
> > > > > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > > > > Hi. I installed gentoo. It`s very cool system. But i have
> > > > > > > > > problem with ati drivers for HD3850 agp. Proprietary driver
> > > > > > > > > have not 2D acceleration.
> > > > > > > >
> > > > > > > > they, have but X is broken.
> > > > > > > >
> > > > > > > > > When i
> > > > > > > > > moved window then cpu loads on 95%. Open source driver have
> > > > > > > > > not 3D
> > > > > > > >
> > > > > > > > they have. You are just using an old version.
> > > > > > > >
> > > > > > > > http://forums.gentoo.org/viewtopic-t-789154-start-0-postdays-
> > > > > > > >0- po st or de r- as c- highlight-.html
> > > > > > >
> > > > > > > I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> > > > > > > /usr/local/portage. But "eix unpack in /usr/local/portage"
> > > > > > > write "No matches found". And emerge - "!!!
> > > > > > > 'xorg-server-1.6.3.901-r99' is not a valid package atom.
> > > > > > > !!! Please check ebuild(5) for full details."
> > > > > >
> > > > > > and /usr/local/portage is your overlay directory?
> > > > > >
> > > > > > try
> > > > > > emerge  =x11-base/xorg-server-1.6.3.901-r99
> > > > >
> > > > > I had not /usr/local/portage, only  /usr/portage. I make
> > > > > /usr/local/portage and unpack files.
> > > >
> > > > yeah, unpacking in /usr/portage is completly wrong. Just follow the
> > > > instructions.
> > >
> > > I strictly follow the instructions. But "emerge: there are no ebuilds
> > > to satisfy "=x11-base/xorg-server-1.6.3.901-r99"."
> >
> > So then pick the version that you DO have that's closest.
> >
> > Because obviously the instructions are telling you to install a very
> > recent unstable version, and you equally obvious do not have that anymore
> > as things have changed since the instructions were written.
> 
> I have 1.6.3.901-r2 now. And trying 1.6.3.901-r99. eix don`t show any
>  version in /usr/local/portage
> 

just because you unpack sopmething somewhere does not make eix know about it. 
It only knows about it after the next sync/emerge.



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 22:51                 ` Volker Armin Hemmann
@ 2009-11-12 23:19                   ` Igor
  2009-11-12 23:23                   ` Igor
  1 sibling, 0 replies; 39+ messages in thread
From: Igor @ 2009-11-12 23:19 UTC (permalink / raw
  To: gentoo-user

В сообщении от Пятница 13 ноября 2009 01:51:34 автор Volker Armin Hemmann 
написал:
> On Donnerstag 12 November 2009, Igor wrote:
> > В сообщении от Пятница 13 ноября 2009 00:57:48 автор Alan McKinnon 
написал:
> > > On Thursday 12 November 2009 23:55:02 Igor wrote:
> > > > В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin
> > > > Hemmann
> > > >
> > > > написал:
> > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin
> > > > > > Hemmann
> > > > > >
> > > > > > написал:
> > > > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > > > В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker
> > > > > > > > Armin Hemmann
> > > > > > > >
> > > > > > > > написал:
> > > > > > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > > > > > Hi. I installed gentoo. It`s very cool system. But i have
> > > > > > > > > > problem with ati drivers for HD3850 agp. Proprietary
> > > > > > > > > > driver have not 2D acceleration.
> > > > > > > > >
> > > > > > > > > they, have but X is broken.
> > > > > > > > >
> > > > > > > > > > When i
> > > > > > > > > > moved window then cpu loads on 95%. Open source driver
> > > > > > > > > > have not 3D
> > > > > > > > >
> > > > > > > > > they have. You are just using an old version.
> > > > > > > > >
> > > > > > > > > http://forums.gentoo.org/viewtopic-t-789154-start-0-postday
> > > > > > > > >s- 0- po st or de r- as c- highlight-.html
> > > > > > > >
> > > > > > > > I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> > > > > > > > /usr/local/portage. But "eix unpack in /usr/local/portage"
> > > > > > > > write "No matches found". And emerge - "!!!
> > > > > > > > 'xorg-server-1.6.3.901-r99' is not a valid package atom.
> > > > > > > > !!! Please check ebuild(5) for full details."
> > > > > > >
> > > > > > > and /usr/local/portage is your overlay directory?
> > > > > > >
> > > > > > > try
> > > > > > > emerge  =x11-base/xorg-server-1.6.3.901-r99
> > > > > >
> > > > > > I had not /usr/local/portage, only  /usr/portage. I make
> > > > > > /usr/local/portage and unpack files.
> > > > >
> > > > > yeah, unpacking in /usr/portage is completly wrong. Just follow the
> > > > > instructions.
> > > >
> > > > I strictly follow the instructions. But "emerge: there are no ebuilds
> > > > to satisfy "=x11-base/xorg-server-1.6.3.901-r99"."
> > >
> > > So then pick the version that you DO have that's closest.
> > >
> > > Because obviously the instructions are telling you to install a very
> > > recent unstable version, and you equally obvious do not have that
> > > anymore as things have changed since the instructions were written.
> >
> > I have 1.6.3.901-r2 now. And trying 1.6.3.901-r99. eix don`t show any
> >  version in /usr/local/portage
> 
> just because you unpack sopmething somewhere does not make eix know about
>  it. It only knows about it after the next sync/emerge.
> 
I solve this problem. Add PORTDIR_OVERLAY="/usr/local/portage" in make.conf. 
Now i have 1.6.3.901-r99. But CPU 95% anyway. I use driver from amd.



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 22:51                 ` Volker Armin Hemmann
  2009-11-12 23:19                   ` Igor
@ 2009-11-12 23:23                   ` Igor
  2009-11-12 23:45                     ` Volker Armin Hemmann
  1 sibling, 1 reply; 39+ messages in thread
From: Igor @ 2009-11-12 23:23 UTC (permalink / raw
  To: gentoo-user

В сообщении от Пятница 13 ноября 2009 01:51:34 автор Volker Armin Hemmann 
написал:
> On Donnerstag 12 November 2009, Igor wrote:
> > В сообщении от Пятница 13 ноября 2009 00:57:48 автор Alan McKinnon 
написал:
> > > On Thursday 12 November 2009 23:55:02 Igor wrote:
> > > > В сообщении от Пятница 13 ноября 2009 00:30:35 автор Volker Armin
> > > > Hemmann
> > > >
> > > > написал:
> > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > В сообщении от Пятница 13 ноября 2009 00:05:45 автор Volker Armin
> > > > > > Hemmann
> > > > > >
> > > > > > написал:
> > > > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > > > В сообщении от Четверг 12 ноября 2009 14:53:53 автор Volker
> > > > > > > > Armin Hemmann
> > > > > > > >
> > > > > > > > написал:
> > > > > > > > > On Donnerstag 12 November 2009, Igor wrote:
> > > > > > > > > > Hi. I installed gentoo. It`s very cool system. But i have
> > > > > > > > > > problem with ati drivers for HD3850 agp. Proprietary
> > > > > > > > > > driver have not 2D acceleration.
> > > > > > > > >
> > > > > > > > > they, have but X is broken.
> > > > > > > > >
> > > > > > > > > > When i
> > > > > > > > > > moved window then cpu loads on 95%. Open source driver
> > > > > > > > > > have not 3D
> > > > > > > > >
> > > > > > > > > they have. You are just using an old version.
> > > > > > > > >
> > > > > > > > > http://forums.gentoo.org/viewtopic-t-789154-start-0-postday
> > > > > > > > >s- 0- po st or de r- as c- highlight-.html
> > > > > > > >
> > > > > > > > I download xorg-server-1.6.3.901-with-patch.tar. Unpack it in
> > > > > > > > /usr/local/portage. But "eix unpack in /usr/local/portage"
> > > > > > > > write "No matches found". And emerge - "!!!
> > > > > > > > 'xorg-server-1.6.3.901-r99' is not a valid package atom.
> > > > > > > > !!! Please check ebuild(5) for full details."
> > > > > > >
> > > > > > > and /usr/local/portage is your overlay directory?
> > > > > > >
> > > > > > > try
> > > > > > > emerge  =x11-base/xorg-server-1.6.3.901-r99
> > > > > >
> > > > > > I had not /usr/local/portage, only  /usr/portage. I make
> > > > > > /usr/local/portage and unpack files.
> > > > >
> > > > > yeah, unpacking in /usr/portage is completly wrong. Just follow the
> > > > > instructions.
> > > >
> > > > I strictly follow the instructions. But "emerge: there are no ebuilds
> > > > to satisfy "=x11-base/xorg-server-1.6.3.901-r99"."
> > >
> > > So then pick the version that you DO have that's closest.
> > >
> > > Because obviously the instructions are telling you to install a very
> > > recent unstable version, and you equally obvious do not have that
> > > anymore as things have changed since the instructions were written.
> >
> > I have 1.6.3.901-r2 now. And trying 1.6.3.901-r99. eix don`t show any
> >  version in /usr/local/portage
> 
> just because you unpack sopmething somewhere does not make eix know about
>  it. It only knows about it after the next sync/emerge.
> 
I solve this problem. Add PORTDIR_OVERLAY="/usr/local/portage" in make.conf. 
Now i have 1.6.3.901-r99. But CPU 95% anyway. I use driver from amd.



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 23:23                   ` Igor
@ 2009-11-12 23:45                     ` Volker Armin Hemmann
  2009-11-13  0:11                       ` Igor
  0 siblings, 1 reply; 39+ messages in thread
From: Volker Armin Hemmann @ 2009-11-12 23:45 UTC (permalink / raw
  To: gentoo-user

On Freitag 13 November 2009, Igor wrote:

> >  it. It only knows about it after the next sync/emerge.
> 
> I solve this problem. Add PORTDIR_OVERLAY="/usr/local/portage" in
>  make.conf. Now i have 1.6.3.901-r99. But CPU 95% anyway. I use driver from
>  amd.
> 

and you are using WHICH driver?

if you use kde - disable effects temporary and turn them back on.




^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-12 23:45                     ` Volker Armin Hemmann
@ 2009-11-13  0:11                       ` Igor
  2009-11-13  6:33                         ` Alan McKinnon
  0 siblings, 1 reply; 39+ messages in thread
From: Igor @ 2009-11-13  0:11 UTC (permalink / raw
  To: gentoo-user

В сообщении от Пятница 13 ноября 2009 02:45:36 автор Volker Armin Hemmann 
написал:
> On Freitag 13 November 2009, Igor wrote:
> > >  it. It only knows about it after the next sync/emerge.
> >
> > I solve this problem. Add PORTDIR_OVERLAY="/usr/local/portage" in
> >  make.conf. Now i have 1.6.3.901-r99. But CPU 95% anyway. I use driver
> > from amd.
> 
> and you are using WHICH driver?
> 
> if you use kde - disable effects temporary and turn them back on.
> 
When i switch on effects then cpu loads max on 40%. It better but not as 
opensource driver.



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-13  0:11                       ` Igor
@ 2009-11-13  6:33                         ` Alan McKinnon
  2009-11-13  8:34                           ` Igor
  0 siblings, 1 reply; 39+ messages in thread
From: Alan McKinnon @ 2009-11-13  6:33 UTC (permalink / raw
  To: gentoo-user

On Friday 13 November 2009 02:11:55 Igor wrote:
> В сообщении от Пятница 13 ноября 2009 02:45:36 автор Volker Armin Hemmann
> 
> написал:
> > On Freitag 13 November 2009, Igor wrote:
> > > >  it. It only knows about it after the next sync/emerge.
> > >
> > > I solve this problem. Add PORTDIR_OVERLAY="/usr/local/portage" in
> > >  make.conf. Now i have 1.6.3.901-r99. But CPU 95% anyway. I use driver
> > > from amd.
> >
> > and you are using WHICH driver?
> >
> > if you use kde - disable effects temporary and turn them back on.
> 
> When i switch on effects then cpu loads max on 40%. It better but not as
> opensource driver.


You didn't answer his question.

Tip: There's big capital letters in it.

Another tip: If we wrote code the way you answered questions in this thread, 
the code would never run. You have to answer questions with facts around here 
if you want help.


-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 39+ messages in thread

* Re: [gentoo-user] ati drivers.
  2009-11-13  6:33                         ` Alan McKinnon
@ 2009-11-13  8:34                           ` Igor
  0 siblings, 0 replies; 39+ messages in thread
From: Igor @ 2009-11-13  8:34 UTC (permalink / raw
  To: gentoo-user

В сообщении от Пятница 13 ноября 2009 09:33:56 автор Alan McKinnon написал:
> On Friday 13 November 2009 02:11:55 Igor wrote:
> > В сообщении от Пятница 13 ноября 2009 02:45:36 автор Volker Armin Hemmann
> >
> > написал:
> > > On Freitag 13 November 2009, Igor wrote:
> > > > >  it. It only knows about it after the next sync/emerge.
> > > >
> > > > I solve this problem. Add PORTDIR_OVERLAY="/usr/local/portage" in
> > > >  make.conf. Now i have 1.6.3.901-r99. But CPU 95% anyway. I use
> > > > driver from amd.
> > >
> > > and you are using WHICH driver?
> > >
> > > if you use kde - disable effects temporary and turn them back on.
> >
> > When i switch on effects then cpu loads max on 40%. It better but not as
> > opensource driver.
> 
> You didn't answer his question.
> 
> Tip: There's big capital letters in it.
> 
> Another tip: If we wrote code the way you answered questions in this
>  thread, the code would never run. You have to answer questions with facts
>  around here if you want help.
> 
I use ATI Catalyst™ 9.10 Proprietary Linux x86 Display Driver.



^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2009-11-13  8:34 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-25  0:55 [gentoo-user] ATI drivers Daniel D Jones
2006-10-25  6:58 ` Mick
2006-10-25 11:34   ` Daniel D Jones
2006-10-26 11:07     ` David Relson
  -- strict thread matches above, loose matches on Subject: below --
2009-11-12 11:29 [gentoo-user] ati drivers Igor
2009-11-12 11:53 ` Volker Armin Hemmann
2009-11-12 15:43   ` igwasm
2009-11-12 16:00     ` Volker Armin Hemmann
2009-11-12 16:25       ` igwasm
2009-11-12 20:41   ` Igor
2009-11-12 21:03     ` Igor
2009-11-12 21:06       ` Volker Armin Hemmann
2009-11-12 21:05     ` Volker Armin Hemmann
2009-11-12 21:19       ` Igor
2009-11-12 21:30         ` Volker Armin Hemmann
2009-11-12 21:55           ` Igor
2009-11-12 21:57             ` Alan McKinnon
2009-11-12 22:07               ` Volker Armin Hemmann
2009-11-12 22:21                 ` Igor
2009-11-12 22:17               ` Igor
2009-11-12 22:51                 ` Volker Armin Hemmann
2009-11-12 23:19                   ` Igor
2009-11-12 23:23                   ` Igor
2009-11-12 23:45                     ` Volker Armin Hemmann
2009-11-13  0:11                       ` Igor
2009-11-13  6:33                         ` Alan McKinnon
2009-11-13  8:34                           ` Igor
2009-11-12 21:59             ` Mark Knecht
2009-11-12 22:20               ` Igor
2009-11-12 11:58 ` Helmut Jarausch
2009-11-12 12:35   ` Igor
2009-11-12 12:42     ` Volker Armin Hemmann
2009-11-12 15:46       ` igwasm
2009-11-12 15:58         ` Volker Armin Hemmann
2009-11-12 16:19           ` igwasm
2009-11-12 16:26             ` Volker Armin Hemmann
2009-11-12 16:47               ` igwasm
2009-11-12 15:21     ` Helmut Jarausch
2009-11-12 15:48       ` igwasm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox