Re: [gentoo-user] xorg 7.1 radeon hardware acceleration? x300 (M22 [Radeon Mobility M300])

2006-10-16 Thread Alan McKinnon
On Monday 16 October 2006 00:02, fire-eyes wrote:
> I am interested in getting hardware acceleration, if that's the right
> term, with xorg 7.1 and xorgs radeon drivers. I tried this a while
> ago but it meant a lot of messing with cvs software and goofing with
> header files, it was a pain. Hopefully it's easier now.
>
> lspci lists my card as GA compatible controller: ATI Technologies Inc
> M22 [Radeon Mobility M300], the more common name is x300.
>
> Any pointers out there? I am not interested in ati-drivers as they
> reliably hang my laptop, and do it hard.

What laptop do you have? My Dell Latitude D810 uses the same card and 
all ati-drivers in the 8.20 series work well for me. Perhaps you have 
an exotic setting in xorg.conf?

To the best of my knowledge, the OSS radeon driver does not provide 3D 
acceleration (yet), but things are improving in this area. To enable 
it, you need to include it in the VIDEO_CARDS variable 
in /etc/make.conf and specify it as the Device driver in xorg.conf as 
usual.

I don't track the daily progress of the radeon driver any more, so if 
anyone else knows how to get it to do reliable 3D, feel free to correct 
me :-)

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



Re: [gentoo-user] Re: problem getting UTF-8 locale

2006-10-16 Thread Liviu Andronic
On 10/12/06, Bo Ørsted Andresen <[EMAIL PROTECTED] 
> wrote:
> However, the problem isn't emelFM2 specific. It is more linked to GTK+2> applications. For example, Qalculate! isn't able to display the pi sign> (the unicode pi sign). Or Xfce cannot display corefonts (Arial, Tahoma,  
> Verdana). Instead of displaying a unicode character (my guess), it displays> an incomprehensible series of numbers.>> My guess is that it has to be somehow linked to locale, but I cannot see
  > how. I have a fresh 2006.1 Gentoo installation, with a customised kernel> having nls_utf8 built-in. The only crucial change that I made was upgrading> Xorg to 7.1. I generally build all my applications with +nls flag.  
Only suggestion I can think of is to follow this:http://www.gentoo.org/doc/en/utf-8.xml 
Finally, I found the problem. It wasn't linked to the locale. As you said, it was correctly set. The problem with emelFM2 was that it was expecting LC_MESSAGES to be explicitely set. This  is easily configurable.  
However, I have a problem with the rendering of certain fonts. I'll start a new thread for this (problem rendering unicode characters). Thanks for the help.  --  
Liviu   


[gentoo-user] problems rendering unicode characters

2006-10-16 Thread Liviu Andronic
Hello list,My system doesn't seem to be able to render certain fonts, mainly corefonts (Microsoft Arial, Verdana & Co.), but also unicode characters (Cyrillic, French diacritics, etc. of Sans, Vera and some other). They display a series of four numbers instead of a given character. The only font that is doing  the job acceptably well - that is displays correctly all these characters - is Dejavu.   
I have re-emerged freetype with  -bindist. And I would really like to be able to set some Verdana or Arial non-antialiased font as GTK default. Any ideas?-- Liviu   


Re: [gentoo-user] problems rendering unicode characters

2006-10-16 Thread Alan McKinnon
On Monday 16 October 2006 11:11, Liviu Andronic wrote:
> Hello list,
>
> My system doesn't seem to be able to render certain fonts, mainly
> corefonts (Microsoft Arial, Verdana & Co.), but also unicode
> characters (Cyrillic, French diacritics, etc. of Sans, Vera and some
> other). They display a series of four numbers instead of a given
> character. The only font that is doing the job acceptably well - that
> is displays correctly all these characters - is Dejavu.
>
> I have re-emerged freetype with
> -bindist. And I would really like to be able to set some Verdana or
> Arial non-antialiased font as GTK default.

emerge corefonts

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



Re: [gentoo-user] problems rendering unicode characters

2006-10-16 Thread Liviu Andronic
On 10/16/06, Alan McKinnon <[EMAIL PROTECTED]> wrote:
On Monday 16 October 2006 11:11, Liviu Andronic wrote:> Hello list,>> My system doesn't seem to be able to render certain fonts, mainly> corefonts (Microsoft Arial, Verdana & Co.), but also unicode
> characters (Cyrillic, French diacritics, etc. of Sans, Vera and some> other). They display a series of four numbers instead of a given> character. The only font that is doing the job acceptably well - that
> is displays correctly all these characters - is Dejavu.>> I have re-emerged freetype with> -bindist. And I would really like to be able to set some Verdana or> Arial non-antialiased font as GTK default.
emerge corefontsI did. They are merged with the system. The problem is that GTK or freetype (don't what would be technically correct) refuses to display them correctly. "They display a series of four numbers instead of a given character. "
-- Liviu 


[gentoo-user] IMAP servers

2006-10-16 Thread Steve [Gentoo]
This is not so much a problem as an 'I wonder'...

I currently use dovecot imap with maildir to support several dozen
folders containing several gigabytes of mail using Thunderbird as a mail
client.  This "works" - but I am surprised by the number of imap
processes that the mail server is running to support a single
Thunderbird client... it appears that there is one connection per folder
and one process per connection... which seems (to me at least) to be
overkill.

I'm aware that there are lots of IMAP clients I might have chosen -
Courier; UWImap, Cyrus and dovecot... but I'm finding it difficult to
establish details which would help me choose the most appropriate server
for my purposes.  In order of importance, I'm interested in:

1.   Stability and reliability.
2.   Scalability to handle a very large number of 'folders' for a
relatively small number of end-users.
3.   Performance (primarily with respect to 'new mail'
notifications, but also, to a lesser extent, with searching archived
messages.

I'd be interested to hear any anecdotes from Gentooists who have
addressed a similar question recently...

Steve



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] IMAP servers

2006-10-16 Thread Joost Roeleveld
> This is not so much a problem as an 'I wonder'...
>
> I currently use dovecot imap with maildir to support several dozen
> folders containing several gigabytes of mail using Thunderbird as a mail
> client.  This "works" - but I am surprised by the number of imap
> processes that the mail server is running to support a single
> Thunderbird client... it appears that there is one connection per folder
> and one process per connection... which seems (to me at least) to be
> overkill.

Having never used dovecot, I can't comment on this. But maybe this can be
changed in a configuration file somewhere?
But I think this is caused by the client, not by the server.

> I'm aware that there are lots of IMAP clients I might have chosen -
> Courier; UWImap, Cyrus and dovecot... but I'm finding it difficult to
> establish details which would help me choose the most appropriate server
> for my purposes.  In order of importance, I'm interested in:
>
> 1.   Stability and reliability.
> 2.   Scalability to handle a very large number of 'folders' for a
> relatively small number of end-users.
> 3.   Performance (primarily with respect to 'new mail'
> notifications, but also, to a lesser extent, with searching archived
> messages.
>
> I'd be interested to hear any anecdotes from Gentooists who have
> addressed a similar question recently...
>
> Steve

I have a similar requirement for my emails, esp. with the mailinglists I
can end up with some very large folders (100,000+ messages in one of my
folders)

I found that Courier-IMAP didn't manage to handle these folders very well,
and I had to split these folders up into seperate folders for this to
work.
I have since moved to Cyrus and I find that this works easier, even with
only 2 users using it, it currently handles over 7Gb of stored email.

Only once had a problem with one of the folders, which was easily fixed.
The cause for this was most likely a minor corruption on the filesystem
when my server lost power. (UPS is unreliable, but that's a different
issue)

As for the performance with regards to notifications, I find that the
mailclient is responsible for this, rather then the server. Doing a quick
check for new emails is very quick with Cyrus, Courier didn't scale very
well in my experience.

I hope this helps, and that others can come with more information,
including some benchmarks, if these exist.

As a final note, I don't think either Courier or Cyrus have ever lost a
single email, but I have never done a full check for this.

--
Joost Roeleveld

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] IMAP servers

2006-10-16 Thread Roman Zilka
On Mon, Oct 16, 2006 at 11:26:23AM +0100, Joost Roeleveld wrote:
> > This is not so much a problem as an 'I wonder'...
> >
> > I currently use dovecot imap with maildir to support several dozen
> > folders containing several gigabytes of mail using Thunderbird as a mail
> > client.  This "works" - but I am surprised by the number of imap
> > processes that the mail server is running to support a single
> > Thunderbird client... it appears that there is one connection per folder
> > and one process per connection... which seems (to me at least) to be
> > overkill.
> 
> Having never used dovecot, I can't comment on this. But maybe this can be
> changed in a configuration file somewhere?

Confirm. There are a few settings regarding exactly this
issue. Check out all the "login_process*" and "login_max*" options at least.

Regards
-Roman
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Calendar sharing with MS outlook on gentoo

2006-10-16 Thread José González Gómez
2006/10/14, bijayant kumar <[EMAIL PROTECTED]>:
Hi to all,    I want to install MS outlook on the gentoo. Can it possible to run MS outlook on gentoo-linux. If yes then how...??? Is any extra plugin required to do the same. My main concern is that i have to provide calendar sharing with MS outlook on linux box to one of my client..Please help me..I have heard about scalix, but i am not sure about it, there is one thing more openXchange also. But i have no idea about both of them. If any one can help me, please do sir. I will be very thankful to you all.
From your mails I still don't understand if you have client linux boxes where you want to run Outlook, or you have a linux server box where you want to place the shared calendar, with Outlook clients. Anyway, for each situation:
1. Windows Server running Exchange with Linux clients running Outlook: you need some piece of software that lets you run Outlook on Linux. You may try Wine, CrossOver Linux (from CodeWeavers)...2. Server running Linux with Windows clients running Outlook: you need a groupware server that lets you use Outlook as a client. OpenGroupware and Kolab comes to mind, there are commercial plugins that lets you connect Outlook to both of them.
3. Neither of the two above: if what you really want to do is to share calendars, but you may have linux on the server and client side and use other software instead of Outlook, take a look at the list of supported clients for the groupware server you choose. Novell Evolution and KDE Kontact are both groupware clients with similar interface and functionality resembling Outlook, and they can connect to OpenGroupware and Kolab IIRC.
HTH, best regardsJose


Re: [gentoo-user] xorg 7.1 radeon hardware acceleration? x300 (M22 [Radeon Mobility M300])

2006-10-16 Thread fire-eyes

Alan McKinnon wrote:

On Monday 16 October 2006 00:02, fire-eyes wrote:

I am interested in getting hardware acceleration, if that's the right
term, with xorg 7.1 and xorgs radeon drivers. I tried this a while
ago but it meant a lot of messing with cvs software and goofing with
header files, it was a pain. Hopefully it's easier now.

lspci lists my card as GA compatible controller: ATI Technologies Inc
M22 [Radeon Mobility M300], the more common name is x300.

Any pointers out there? I am not interested in ati-drivers as they
reliably hang my laptop, and do it hard.


What laptop do you have? My Dell Latitude D810 uses the same card and 
all ati-drivers in the 8.20 series work well for me. Perhaps you have 
an exotic setting in xorg.conf?


To the best of my knowledge, the OSS radeon driver does not provide 3D 
acceleration (yet), but things are improving in this area. To enable 
it, you need to include it in the VIDEO_CARDS variable 
in /etc/make.conf and specify it as the Device driver in xorg.conf as 
usual.


I don't track the daily progress of the radeon driver any more, so if 
anyone else knows how to get it to do reliable 3D, feel free to correct 
me :-)


alan


Using a IBM (yes, it says IBM on it ;p) Thinkpad T43. As for the closed 
drivers, I have zero intentions of touching them again anytime soon, 
those things regularly lock my system up so hard i've had severe 
filesystem damage. I have heard the same from more than one thinkpad T43 
owner unfortunately, it's just not worth the hassle.


Thanks for the reply :)
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: camera software for amd64?

2006-10-16 Thread James
Neil Bothwick  digimed.co.uk> writes:


> > Looking around I cannot seem to find any software  for the amd64(turion)
> > that allows me to interface, download pictures and manage them in
> > some sort of digital gallery. I use KDE but a gtk_ish app is ok too.

> Digikam or KPhotoalbum, both are in portage. They work slightly
> differently, I find it useful to have both.
 


Thanks to ALL,

Kphontoalbum and Digikam are installed. Now to test them out

James



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg 7.1 radeon hardware acceleration? x300 (M22 [Radeon Mobility M300])

2006-10-16 Thread Alan McKinnon
On Monday 16 October 2006 15:50, fire-eyes wrote:
> Using a IBM (yes, it says IBM on it ;p) Thinkpad T43. As for the
> closed drivers, I have zero intentions of touching them again anytime
> soon, those things regularly lock my system up so hard i've had
> severe filesystem damage. I have heard the same from more than one
> thinkpad T43 owner unfortunately, it's just not worth the hassle.

Ah, the T43. Yes, that does change everything and yes, I fully agree 
that you should not use fglrx on that machine.

Got any coding skills? Looks like you have a personal itch :-)

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



Re: [gentoo-user] xorg 7.1 radeon hardware acceleration? x300 (M22 [Radeon Mobility M300])

2006-10-16 Thread fire-eyes

Alan McKinnon wrote:

On Monday 16 October 2006 15:50, fire-eyes wrote:

Using a IBM (yes, it says IBM on it ;p) Thinkpad T43. As for the
closed drivers, I have zero intentions of touching them again anytime
soon, those things regularly lock my system up so hard i've had
severe filesystem damage. I have heard the same from more than one
thinkpad T43 owner unfortunately, it's just not worth the hassle.


Ah, the T43. Yes, that does change everything and yes, I fully agree 
that you should not use fglrx on that machine.


Got any coding skills? Looks like you have a personal itch :-)


Nope.


alan


--
gentoo-user@gentoo.org mailing list



[gentoo-user] xorg INPUT and VIDEO USE flags

2006-10-16 Thread Mick
Hi All,

It's time for a new update for my laptop and I noticed that INPUT_DEVICES and 
VIDEO_CARDS are only recognised by the server:

==
[ebuild U ] x11-base/xorg-server-1.1.1-r1 [1.0.2-r7] USE="dri nptl%* sdl%* 
xorg%* -3dfx% -aiglx% -debug -dmx% -ipv6 -kdrive% -minimal -xprint" 
INPUT_DEVICES="keyboard%* mouse%* 
synaptics%* -acecad% -aiptek% -calcomp% -citron% -digitaled 

ge% -dmc% -dynapro% -elo2300% -elographics% -evdev% -fpit% -hyperpen% 
-jamstudio % -joystick% 
-magellan% -microtouch% -mutouch% -palmax% -penmount% -spaceorb% -s 

umma% -tek4957% -ur98% -vmmouse% -void% -wacom%" 
VIDEO_CARDS="radeon%* -apm% -ark% -chips% -cirrus% -cyrix% -dummy% -epson% 
-fbdev% -fglrx% -glint% -i128% -i740
 % -i810% 
(-impact) -imstt% -mach64% -mga% -neomagic% 
(-newport) -nsc% -nv% -nvidia% -r128% -rendition% -s3% -s3virge% -savage% 
-siliconmotion% -sis% -sisusb% 
(-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) 
(-suntcx) -tdfx% -tga% -trident% -tseng% -v4l% -vesa% -vga% -via% -vmware% 
-voodoo%" 
6,105 kB 
[ebuild U ] x11-apps/mesa-progs-6.5.1 [6.4.2] 1,288 kB 
[ebuild U ] x11-base/xorg-x11-7.1 [7.0-r1] USE="(-3dfx%)" 
INPUT_DEVICES="(-a 
cecad%) (-aiptek%) (-calcomp%) (-citron%) (-digitaledge%) (-dmc%) (-dynapro%) 
(-elo2300%) (-elographics%) (-evdev%) (-fpit%) (-hyperpen%) (-jamstudio%) 
(-joystick%) (-keyboard%*) (-magellan%) (-magictouch%) (-microtouch%) 
(-mouse%*) (-mutouch%) (-palmax%) (-penmount%) (-spaceorb%) (-summa%) 
(-synaptics%*) (-tek4957%) (-ur98%) (-vmmouse%) (-void%) (-wacom%)" 
VIDEO_CARDS="(-apm%) (-ark%) (-chips%) (-cirrus%) (-cyrix%) (-dummy%) 
(-fbdev%) (-fglrx%) (-glint%) (-i128%) (-i740%) (- i810%) (-imstt%) 
(-mach64%) (-mga%) (-neomagic%) (-newport%) (-nsc%) (-nv%) (-nvidia%) 
(-r128%) (-radeon%*) (-rendition%) (-s3%) (-s3virge%) (-savage%) (-silico   
  
nmotion%) (-sis%) (-sisusb%) (-sunbw2%) (-suncg14%) (-suncg3%) (-suncg6%) 
(-sunffb%) (-sunleo%) (-suntcx%) (-tdfx%) (-tga%) (-trident%) (-tseng%) 
(-v4l%) (-vesa%) (-vga%) (-via%) (-vmware%) (-voodoo%)" 0 kB
==

In my make.conf I have:
INPUT_DEVICES="keyboard mouse synaptics"
VIDEO_CARDS="radeon"

Is that how it should be?
-- 
Regards,
Mick


pgpxaOwC7TSOj.pgp
Description: PGP signature


[gentoo-user] xorg-server update problem.

2006-10-16 Thread James
Hello,

>
ON an amd64(turion) system, upon a rountine update 
I get this problem:

>>> Emerging (1 of 2) x11-base/xorg-server-1.1.1-r1 to /
 * xorg-server-1.1.1.tar.bz2 MD5 ;-) ...
 * [ ok ]
  * xorg-server-1.1.1.tar.bz2 RMD160 ;-) ...


>>> /usr/lib64/opengl/xorg-x11/extensions/libglx.so
>>> /usr/lib64/libxf86config.a
--- /usr/share/
--- /usr/share/X11/
--- /usr/share/X11/xkb/

!!! Cannot write to '/usr/share/X11/xkb/compiled'.
!!! Please check permissions and directories for broken symlinks.
!!! You may start the merge process again by using ebuild:
!!! ebuild /usr/portage/x11-base/xorg-server/xorg-server-1.1.1-r1.ebuild
merge
!!! And finish by running this: env-update

eix kbd
/sys-apps/kbd shows up as:
sys-apps/kbd
 Available versions:  1.12-r6 1.12-r7 ~1.12-r8
 Installed:   1.12-r7


But I recompiled it anyway.

/usr/share/X11/xkb shows:
lrwxrwxrwx  1 root root12 Sep  4 03:24 compiled -> /var/lib/xkb
/var/lib/xkb does not exist.

Any ideas what I should do?


James



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: xorg-server update problem.

2006-10-16 Thread Remy Blank
James wrote:
> /usr/share/X11/xkb shows:
> lrwxrwxrwx  1 root root12 Sep  4 03:24 compiled -> /var/lib/xkb
> /var/lib/xkb does not exist.

You could try to re-create the directory with the info below, or maybe
re-emerge x11-misc/xkeyboard-config.

[EMAIL PROTECTED] ~ $ ll -d /var/lib/xkb
drwxr-xr-x 2 root root 4096 2006-10-15 19:20 /var/lib/xkb
[EMAIL PROTECTED] ~ $ ll /var/lib/xkb
total 4
-rw-r--r-- 1 root root 644 2006-09-16 19:10 README.compiled
[EMAIL PROTECTED] ~ $ cat /var/lib/xkb/README.compiled

The X server uses this directory to store the compiled version of the
current keymap and/or any scratch keymaps used by clients.  The X server
or some other tool might destroy or replace the files in this directory,
so it is not a safe place to store compiled keymaps for long periods of
time.  The default keymap for any server is usually stored in:
 X-default.xkm
where  is the display number of the server in question, which makes
it possible for several servers *on the same host* to share the same
directory.

Unless the X server is modified, sharing this directory between servers on
different hosts could cause problems.
[EMAIL PROTECTED] ~ $

-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-server update problem.

2006-10-16 Thread Alan McKinnon
On Monday 16 October 2006 17:15, James wrote:
> Hello,

[snip]

> !!! Cannot write to '/usr/share/X11/xkb/compiled'.

[snip]

> /usr/share/X11/xkb shows:
> lrwxrwxrwx  1 root root12 Sep  4 03:24 compiled -> /var/lib/xkb
> /var/lib/xkb does not exist.
>
> Any ideas what I should do?

My system is x86 not AMD64, but I don't see that should make a 
difference:

gentoo bin # equery belongs /var/lib/xkb
[ Searching for file(s) /var/lib/xkb in *... ]
x11-apps/xkbcomp-1.0.2 (/var/lib/xkb)
gentoo bin # equery belongs /usr/share/X11/xkb/
[ Searching for file(s) /usr/share/X11/xkb/ in *... ]
gentoo bin #

Nothing is recorded as creating /usr/share/X11/xkb but /var/lib/xkb was 
installed from xkbcomp - try remerge that, then emerge xorg-server 
again

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



Re: [gentoo-user] xorg INPUT and VIDEO USE flags

2006-10-16 Thread Alan McKinnon
On Monday 16 October 2006 16:56, Mick wrote:
> Hi All,
>
> It's time for a new update for my laptop and I noticed that
> INPUT_DEVICES and VIDEO_CARDS are only recognised by the server:

[snip ebuild output]

> In my make.conf I have:
> INPUT_DEVICES="keyboard mouse synaptics"
> VIDEO_CARDS="radeon"
>
> Is that how it should be?

Yes. 

Simply add/remove devices from those variables and remerge xorg-x11. 
This will compile driver for only the stuff you have, unlike the 
xorg-6.8 series where everything was compiled.

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



[gentoo-user] Re: xorg INPUT and VIDEO USE flags

2006-10-16 Thread Mick

Thanks Alan, but the question I meant to ask is: why only the
xorg-server takes account of these flags, while the xorg-x11 doesn't?

--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



[gentoo-user] xorg-server update causes horizontal line in movies

2006-10-16 Thread Grant

After I updated to the latest xorg-server this weekend, I started
noticing that movie playback has a horizontal line across the middle
of the screen that kind of looks like the image is broken.  It always
shows up when there is a lot of on-screen movement.  A flash makes it
very visible.  It looks like one half of the screen is moving a litle
slower than the other half of the screen.

It happens in totem, mplayer, and vlc and mplayer terminal output
confirms that I am using xv.  I'm using nvidia-drivers and I've tried
the masked version with no luck.  Has anyone else seen this?

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



Re: [gentoo-user] Re: xorg INPUT and VIDEO USE flags

2006-10-16 Thread Alan McKinnon
On Monday 16 October 2006 18:10, Mick wrote:
> Thanks Alan, but the question I meant to ask is: why only the
> xorg-server takes account of these flags, while the xorg-x11 doesn't?

xorg-x11 is a meta package. It's purpose is to merge various x11 
packages as dependencies and it doesn't do any merging on it's own.

Looking into the ebuilds, xorg-x11 only mentions VIDEO_CARDS and 
INPUT_DEVICES once in pkg_postinst() in an einfo saying you should now 
set these variables (presumably so that xorg-server can do the right 
thing when it's merged).

The xorg-server-1.1.1-r1 ebuild contains stuff like this:

PDEPEND="
  xorg? (
input_devices_mouse? ( >=x11-drivers/xf86-input-mouse-1.1.0 )
video_cards_radeon? ( >=x11-drivers/xf86-video-ati-6.6.0 )

So the variable is only used by the ebuild that actually does the 
merging.

Your 'emerge xorg-x11' lists a bunch of USE flags in the output, but 
they are all disabled and appended with %, meaning they are new flags 
being used for the first time. Do the merge then try it again, you 
should find they are not listed the second time. Portage and the output 
it generates is in a state of flux recently with several updates in 
parid succession. It's sometimes a bit hard to keep up with the changes 
and remember what it's supposed to do today :-)

But the output you are getting is correct per my current understanding 
of portage

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



[gentoo-user] Re: xorg-server update causes horizontal line in movies

2006-10-16 Thread Sven Köhler
> After I updated to the latest xorg-server this weekend, I started
> noticing that movie playback has a horizontal line across the middle
> of the screen that kind of looks like the image is broken.  It always
> shows up when there is a lot of on-screen movement.  A flash makes it
> very visible.  It looks like one half of the screen is moving a litle
> slower than the other half of the screen.
> 
> It happens in totem, mplayer, and vlc and mplayer terminal output
> confirms that I am using xv.  I'm using nvidia-drivers and I've tried
> the masked version with no luck.  Has anyone else seen this?

That's due to the lack of vertical synchronisation.

The graphicscard sends the picture to your monitor. While that happends,
in the middle of the movie-picture, the movieplayer switches to the next
frame of the movie. The result: you see the upper half of frame N and
the lower half of frame N+1


Greetings,
  Sven



signature.asc
Description: OpenPGP digital signature


[gentoo-user] Re: xorg-server update problem.

2006-10-16 Thread James
Alan McKinnon  linuxholdings.co.za> writes:


> Nothing is recorded as creating /usr/share/X11/xkb but /var/lib/xkb was 
> installed from xkbcomp - try remerge that, then emerge xorg-server 
> again


Hello Alan,

That did the trick!
nice use or equery belongs...

thx,

James





-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] IMAP servers

2006-10-16 Thread Régis Décamps

On 10/16/06, Roman Zilka <[EMAIL PROTECTED]> wrote:

On Mon, Oct 16, 2006 at 11:26:23AM +0100, Joost Roeleveld wrote:
> > This is not so much a problem as an 'I wonder'...
> >
> > I currently use dovecot imap with maildir to support several dozen
> > folders containing several gigabytes of mail using Thunderbird as a mail
> > client.  This "works" - but I am surprised by the number of imap
> > processes that the mail server is running to support a single
> > Thunderbird client... it appears that there is one connection per folder
> > and one process per connection... which seems (to me at least) to be
> > overkill.
>
> Having never used dovecot, I can't comment on this. But maybe this can be
> changed in a configuration file somewhere?

Confirm. There are a few settings regarding exactly this
issue. Check out all the "login_process*" and "login_max*" options at least.



Exactly, and on the client side as well. If you reduce the number of
processes per IP on the server, the client might have some
difficulties and complain aboout "connection impossible".

All IMAP open several threads like this, and I believe it improves
performance. Why would you change this?

Be warned though that IMAP servers handle the INBOX differently (some
pretend everything is in INBOX, like INBOX/Sent ; others present
folders at the same level than INBOX)

That said, I like dovecot and courier-imap equally ; and I don't like UW-imap.

--
Régis

http://regis.decamps.info/blog/

--
gentoo-user@gentoo.org mailing list



[gentoo-user] cups-kde-3.5.5 error

2006-10-16 Thread Michael W. Holdeman
I suddenly cannot print from anything that uses kprinter today? It fails 
stating it cannot connect to teh cups server(which is localhost).

Control Center > Peripherals > Printers gives the same error, BUT
If I go to the K button (bottom left on my kde panel)
K > Print System > Print Manager  The printer list comes up fine, and I can 
print a test to teh printer fine. It also states it is connected to 
localhost?

Anyone else see this?

Mike
-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.15-ck2   |
VMWare Workstation 5.5.1 vmware.com |
Win4LinPro 6.1.1-03 win4lin.com |
|
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Emerge fails - Can't stat a file

2006-10-16 Thread James Colby

List Members -

I am trying emerge media-video/transcode.  One of the dependencies is
media-libs/jpeg-mmx and when emerge tries to compile it, it fails with
the following error:

/bin/install -c -m 644 ./jinclude.h
/var/tmp/portage/jpeg-mmx-0.1.6-r1/image//usr/include/jpeg-mmx/jinclude.h
cp: cannot stat `.libs/cjpeg': No such file or directory

!!! ERROR: media-libs/jpeg-mmx-0.1.6-r1 failed.
Call stack:
 ebuild.sh, line 1546:   Called dyn_install
 ebuild.sh, line 1020:   Called src_install
 jpeg-mmx-0.1.6-r1.ebuild, line 46:   Called die

I have verified that
/var/tmp/portage/jpeg-mmx-0.1.6-r1/image//usr/include/jpeg-mmx/jinclude.h
file exists.

Does anyone have any ideas what might be causing this error?

Kindest Regards,
James
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: xorg INPUT and VIDEO USE flags

2006-10-16 Thread Mick
On Monday 16 October 2006 16:48, Alan McKinnon wrote:
> On Monday 16 October 2006 18:10, Mick wrote:
> > Thanks Alan, but the question I meant to ask is: why only the
> > xorg-server takes account of these flags, while the xorg-x11 doesn't?
>
> xorg-x11 is a meta package. It's purpose is to merge various x11
> packages as dependencies and it doesn't do any merging on it's own.
>
> Looking into the ebuilds, xorg-x11 only mentions VIDEO_CARDS and
> INPUT_DEVICES once in pkg_postinst() in an einfo saying you should now
> set these variables (presumably so that xorg-server can do the right
> thing when it's merged).
[snip]
> So the variable is only used by the ebuild that actually does the
> merging.
[snip]
> But the output you are getting is correct per my current understanding
> of portage

Thank you for the explanation.  I got an error with the xf86-drivers-ati 
emerge that followed my xorg emerges today, but will start thread for that.

-- 
Regards,
Mick


pgpPPN9QsLOVz.pgp
Description: PGP signature


[gentoo-user] emerge xf86-driver-ati-6.6.3 fails

2006-10-16 Thread Mick
Hi All,

I started an update world today which ran through xorg-server and xorg-x11 
before it went along to update x11-drivers/xf86-video-ati-6.6.3.  This 
package tries to check /etc/portage/profile/make.globals and fails 
miserably.  :-(  The reason is that I have no such file.  The only file I can 
find in /etc/portage/profile is profile.bashrc.

Needless to say that without an ati driver I have no X and I need this laptop 
for work!  Would you perhaps know what's gone wrong here?

This is the error from the emerge:
==
>>> Unpacking source...
!!! [Errno 13] Permission denied: '/etc/portage/profile/make.globals'
!!! Incorrect multiline literals can cause this. Do not use them.
!!! Errors in this file should be reported on bugs.gentoo.org.
  [32;01m* [0m Checking for direct rendering capabilities ...
!!! [Errno 13] Permission denied: '/etc/portage/profile/make.globals'
!!! Incorrect multiline literals can cause this. Do not use them.
!!! Errors in this file should be reported on bugs.gentoo.org.

!!! ERROR: x11-drivers/xf86-video-ati-6.6.3 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  ebuild.sh, line 1255:   Called x-modular_src_unpack
  x-modular.eclass, line 269:   Called x-modular_dri_check
  x-modular.eclass, line 190:   Called 
built_with_use 'x11-base/xorg-server' 'dri'
  eutils.eclass, line 1599:   Called die

!!! Unable to resolve x11-base/xorg-server to an installed package
!!! If you need support, post the topmost build error, and the call stack if 
relevant.
==

This is what Xorg.0.log shows when I try to launch X:
==
(II) Loading font Type1
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 4.0.3
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.8
(EE) module ABI major version (0) doesn't match the server's version (1)
(II) UnloadModule: "radeon"
(II) Unloading /usr/lib/xorg/modules/drivers/radeon_drv.so
(EE) Failed to load module "radeon" (module requirement mismatch, 0)
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.4
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(EE) No drivers available.

Fatal server error:
no screens found
==

This is my emerge --info:
==
Gentoo Base System version 1.12.5
Portage 2.1.1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 
2.6.17-gentoo-r8 i686)
=
System uname: 2.6.17-gentoo-r8 i686 Intel(R) Pentium(R) III Mobile CPU  
1066MHz
Last Sync: Mon, 16 Oct 2006 13:50:01 +
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -msse -pipe"
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/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash 
/etc/terminfo"
CXXFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -msse -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks fixpackages metadata-transfer sandbox 
sfperms strict userlocales userpriv usersandbox"
GENTOO_MIRRORS="http://ftp.club-internet.fr/pub/mirrors/gentoo 
ftp://212.219.56.132/sites/www.ibiblio.org/gentoo/ 
ftp://212.219.56.133/sites/www.ibiblio.org/gentoo/ http://194.117.143.70 
ftp://212.219.56.134/sites/www.ibiblio.org/gentoo/ http://194.117.143.71 
http://194.117.143.72";
LINGUAS="en_GB"
MAKEOPTS="-j

Re: [gentoo-user] Emerge fails - Can't stat a file

2006-10-16 Thread Bo Ørsted Andresen
On Monday 16 October 2006 20:44, James Colby wrote:
> I am trying emerge media-video/transcode.  One of the dependencies is
> media-libs/jpeg-mmx and when emerge tries to compile it, it fails with
> the following error:
>
> /bin/install -c -m 644 ./jinclude.h
> /var/tmp/portage/jpeg-mmx-0.1.6-r1/image//usr/include/jpeg-mmx/jinclude.h
> cp: cannot stat `.libs/cjpeg': No such file or directory
>
> !!! ERROR: media-libs/jpeg-mmx-0.1.6-r1 failed.
> Call stack:
>   ebuild.sh, line 1546:   Called dyn_install
>   ebuild.sh, line 1020:   Called src_install
>   jpeg-mmx-0.1.6-r1.ebuild, line 46:   Called die

Based on bugs.gentoo.org this is a CFLAGS issue. What are your CFLAGS?

-- 
Bo Andresen


pgpmMDbj9hwdK.pgp
Description: PGP signature


Re: [gentoo-user] cups-kde-3.5.5 error

2006-10-16 Thread Michael W. Holdeman
On Monday 16 October 2006 15:22, Uwe Thiem wrote:
> On 16 October 2006 20:13, Michael W. Holdeman wrote:
> > I suddenly cannot print from anything that uses kprinter today? It fails
> > stating it cannot connect to teh cups server(which is localhost).
>
> --- branches/KDE/3.5/kdelibs/kdeprint/cups/kmcupsmanager.cpp
> #594189:594190
> @@ -920,7 +920,7 @@
>         kdDebug(500) << "Checking for update possible" << endl;
>         delete m_socket;
>          m_socket = new KNetwork::KBufferedSocket;
> -       m_socket->setTimeout( 1 );
> +       m_socket->setTimeout( 1500 );
>
Thanks,
Fixed

-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.15-ck2   |
VMWare Workstation 5.5.1 vmware.com |
Win4LinPro 6.1.1-03 win4lin.com |
|

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dispatch-conf spells disaster-RESOLVED?

2006-10-16 Thread maxim wexler

> If you really have an empty CONFIG_PROTECT,
> dispatch-conf didn't touch
> this file, it was replaced during emerge. You must
> fix this before
> emerging anything else or you will overwrite more
> config files.
> 
> What do
> emerge --info | grep CONFIG
> and
> grep CONFIG /etc/make.conf
> show?

localhost heathen # emerge --info | grep CONFIG
CONFIG_PROTECT=""
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf
/etc/terminfo"
localhost heathen # grep CONFIG /etc/make.conf
CONFIG_PROTECT="-*"


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dispatch-conf spells disaster-RESOLVED?

2006-10-16 Thread Bo Ørsted Andresen
On Monday 16 October 2006 22:26, maxim wexler wrote:
> localhost heathen # grep CONFIG /etc/make.conf
> CONFIG_PROTECT="-*"

WHY did you set that?? Remove it! Read the output of:

# emerge --help --config

-- 
Bo Andresen


pgp3pkcTQCinJ.pgp
Description: PGP signature


Re: [gentoo-user] dispatch-conf spells disaster-RESOLVED

2006-10-16 Thread maxim wexler

Please see my reply to Neil re this thread
 
> Once you marked some directories from protection,
> emerge will, instead of 
> using the file from a package, install the file from
> a package 
> as ._cfg- (or somesuch).  Tools like
> dispatch-conf and 
> etc-update are then used to merge your file with the
> one(s) 
> named ._cfg-.

I replied(to Neil) before remembering why I put
CONFIG_PROTECT="-*" in my make.conf(if that's the
problem here). Now it comes back to me. Whenever I
used to emerge something there'd inevitably be a long
followup where I had to answer y/n to a list of files
that were due to be overwritten IIRC. From a forum I
was advised to write the above CONFIG_PROTECT line.
That's when was I new to gentoo and I haven't changed
it since.

But where is CONFIG_PROTECT_MASK, since grepping
make.conf only returns the one line, CONFIG_PROTECT?

-Maxim

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dispatch-conf spells disaster-RESOLVED?

2006-10-16 Thread Neil Bothwick
On Mon, 16 Oct 2006 13:26:37 -0700 (PDT), maxim wexler wrote:

> localhost heathen # emerge --info | grep CONFIG
> CONFIG_PROTECT=""

You've told portage to overwrite any config files in /etc, or anywhere
else, whenever you update a package. dispatch-conf certainly isn't to
blame, the damage is self-inflicted.


-- 
Neil Bothwick

Phasers don't kill people...Unless you set them too high.


signature.asc
Description: PGP signature


Re: [gentoo-user] Is it possible to protect *INDIVIDUAL FILES* against etc-update?

2006-10-16 Thread Walter Dnes
On Sun, Oct 15, 2006 at 09:06:40AM +0200, Bo ?rsted Andresen wrote

> I suspect you don't really understand what CONFIG_PROTECT{,_MASK} is. Please 
> read the output of `emerge --help --config`. All the files you've mentioned 
> are covered by CONFIG_PROTECT in a default configuration so if they aren't it 
> means you've screwed up your CONFIG_PROTECT and/or CONFIG_PROTECT_MASK 
> variables. Otherwise it is you who overwrote those files with 
> etc-update/dispatch-conf or whatever you use for that.

  Maybe I didn't make myself clear enough.  It works as designed.  I did
not overwrite the files, but I'm getting annoyed at having to tell
etc-update "NO" every few weeks when I run etc-update.  There are
anywhere from 10 to 40 files to plow through.  And I have a 7-year-old
PIII Dell as my emergency backup machine, so I repeat the process all
over again.

  What worries me is that one of these days I'll hit the wrong key (Y
instead of N) and zap a config file.  Yes, I do have backups, but how
long will it take me to realize what's happened?  What I'm asking for is
a way to pre-emptively tell etc-update not to bother me about certain
files.  Zap the new version and keep the old.

-- 
Walter Dnes <[EMAIL PROTECTED]> In linux /sbin/init is Job #1
My musings on technology and security at http://techsec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Help! Xorg broken!

2006-10-16 Thread Jeff Cranmer
Hi,

I am running gentoo kernel 2.6.15-r1
I recently updated xorg, and installed the new nvidia-drivers package.
Xorg now appears to be horribly broken.
The nvidia splash screen appears, then it faults out back to the command line.

Looking at Xorg.0.log, I have the following warnings and errors

Open ACPI failed (/var/run/acpid.socket) (no such file or directory)
No modes were requested; the default mode "nvidia-auto-select" will be used as 
the requested mode.
Could not init font path element /usr/share/fonts/CID/, removing from list!
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing

Any assistance gratefully received.

Jeff


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: xorg-server update causes horizontal line in movies

2006-10-16 Thread Grant

> After I updated to the latest xorg-server this weekend, I started
> noticing that movie playback has a horizontal line across the middle
> of the screen that kind of looks like the image is broken.  It always
> shows up when there is a lot of on-screen movement.  A flash makes it
> very visible.  It looks like one half of the screen is moving a litle
> slower than the other half of the screen.
>
> It happens in totem, mplayer, and vlc and mplayer terminal output
> confirms that I am using xv.  I'm using nvidia-drivers and I've tried
> the masked version with no luck.  Has anyone else seen this?

That's due to the lack of vertical synchronisation.

The graphicscard sends the picture to your monitor. While that happends,
in the middle of the movie-picture, the movieplayer switches to the next
frame of the movie. The result: you see the upper half of frame N and
the lower half of frame N+1


Yeah, that's exactly what it looks like.  I tried specifying HorizSync
and VertRefresh in xorg.conf and also a Modeline, but they don't seem
to make any difference.  I got the data from my TV's EDID data.
Modeline, HorizSync, and VertRefresh are all defined under the monitor
section of xorg.conf right?

Section "Monitor"
 Identifier "monitor"
#  HorizSync 31-83
#  VertRefresh 56-85
 Modeline "1360x768" 86.96 1360 1480 1528 1774 768 778 783 817
-Hsync -Vsync
EndSection
Section "Screen"
 Identifier "screen"
 Device "device"
 Monitor "monitor"
 DefaultDepth 24
 SubSection "Display"
 Depth 24
 Modes "1360x768"
 EndSubSection
EndSection

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



Re: [gentoo-user] Help! Xorg broken!

2006-10-16 Thread Philip Webb
061016 Jeff Cranmer wrote:
> I am running gentoo kernel 2.6.15-r1
> I recently updated xorg, and installed the new nvidia-drivers package.
> Xorg now appears to be horribly broken.
> The nvidia splash screen appears, then it faults out back to the command line.

I've had no problem with Xorg-x11 7.1 + Nvidia-drivers-1.0.8774 .
I'm using Kernel 2.6.18 , so the 1st thing to try is a kernel update.
Make sure you check the ACPI section when configuring it
& recompile the Nvidia drivers for the new kernel.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Is it possible to protect *INDIVIDUAL FILES* against etc-update?

2006-10-16 Thread Richard Fish

On 10/16/06, Walter Dnes <[EMAIL PROTECTED]> wrote:

long will it take me to realize what's happened?  What I'm asking for is
a way to pre-emptively tell etc-update not to bother me about certain
files.  Zap the new version and keep the old.


cat > my_etcupdate.sh <

Re: [gentoo-user] Help! Xorg broken!

2006-10-16 Thread Hemmann, Volker Armin
On Tuesday 17 October 2006 01:42, Jeff Cranmer wrote:
> Hi,
>
> I am running gentoo kernel 2.6.15-r1
> I recently updated xorg, and installed the new nvidia-drivers package.
> Xorg now appears to be horribly broken.
> The nvidia splash screen appears, then it faults out back to the command
> line.
>
> Looking at Xorg.0.log, I have the following warnings and errors
>
> Open ACPI failed (/var/run/acpid.socket) (no such file or directory)
> No modes were requested; the default mode "nvidia-auto-select" will be used
> as the requested mode. Could not init font path element
> /usr/share/fonts/CID/, removing from list! FreeFontPath: FPE
> "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing
>

complete Xorg.0.log and xorg.conf would be helpfull. The FontPath errors and 
the Acpi error aren't fatal.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Help! Xorg broken!

2006-10-16 Thread Sven Köhler
> I am running gentoo kernel 2.6.15-r1
> I recently updated xorg, and installed the new nvidia-drivers package.
> Xorg now appears to be horribly broken.
> The nvidia splash screen appears, then it faults out back to the command line.

Can you tell us, which nvidia related ebuild you have installed?




signature.asc
Description: OpenPGP digital signature


[gentoo-user] xorg crashing on logout

2006-10-16 Thread Devon Miller
I logged out today and Xorg crashed with this trace:Backtrace:0: /usr/bin/X(xf86SigHandler+0x81) [0x80c33c1]1: [0xe420]2: /usr/lib/xorg/modules/libramdac.so(xf86SetCursor+0x109) [0xaf98f6e9]
3: /usr/lib/xorg/modules/libramdac.so [0xaf98ed46]4: /usr/bin/X(miPointerUpdate+0x165) [0x8110e15]5: /usr/bin/X [0x8110f39]6: /usr/bin/X [0x812700e]7: /usr/bin/X [0x814c8e7]8: /usr/bin/X(DefineInitialRootWindow+0x128) [0x808f468]
9: /usr/bin/X(main+0x448) [0x806e5c8]10: /lib/libc.so.6(__libc_start_main+0xdc) [0xb7c8187c]11: /usr/bin/X(FontFileCompleteXLFD+0xad) [0x806d931]Fatal server error:
Caught signal 11.  Server abortingUnfortunately, I do not know when the last time was that I logged out (as opposed to rebooting), so I'm not sure what changed.Any ideas where I should start looking?
FWIW, this is completely reproducible. The annoying bit is X crashes, but kdm does not, so when I switched to VT7 (thinking I had somehow switched to VT1) I was stuck there. I take it X needs to be running for ctrl-alt-F1 to be processed?
dcm


Re: [gentoo-user] Emerge fails - Can't stat a file

2006-10-16 Thread James Colby


Based on bugs.gentoo.org this is a CFLAGS issue. What are your CFLAGS?

--
Bo Andresen



My CFLAGS are pretty safe:
 CFLAGS="-march=athlon -O3 -mcpu=athlon -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"

Do you see any issues with these?

Thanks,
James
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge fails - Can't stat a file

2006-10-16 Thread Bo Ørsted Andresen
On Tuesday 17 October 2006 03:41, James Colby wrote:
> > Based on bugs.gentoo.org this is a CFLAGS issue. What are your CFLAGS?
>
> My CFLAGS are pretty safe:
>   CFLAGS="-march=athlon -O3 -mcpu=athlon -fomit-frame-pointer"
> CXXFLAGS="${CFLAGS}"
>
> Do you see any issues with these?

Try with CFLAGS="-march=athlon -O3 -fomit-frame-pointer".

http://bugs.gentoo.org/show_bug.cgi?id=128762#c15

-- 
Bo Andresen


pgpAj5fJtWNV2.pgp
Description: PGP signature


[gentoo-user] Do you leave it on? USE="berkdb"

2006-10-16 Thread Grant

Do you guys leave the berkdb USE flag on?  It seems to be a default
flag, but I've been using -berkdb in make.conf ever since I started
using Gentoo.  Is it basically a better way for lots of different
packages to manage their databases?

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



[gentoo-user] masked by: missing keyword

2006-10-16 Thread Grant

I'm trying to install gnormalize via the sunrise overlay via layman.
When I try to emerge gnormalize I get:

!!! All ebuilds that could satisfy "gnormalize" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-sound/gnormalize-0.50 (masked by: missing keyword)

I've added gnormalize to package.keywords and package.unmask.  Does
the above output mean it isn't available for amd64?  If so, can I
force it to install the x86 version and hope it will work?

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



Re: [gentoo-user] Help! Xorg broken!

2006-10-16 Thread Neil Hodges
Hello,

The error regarding the "/var/run/acpid.socket" means that you don't
have acpid installed, nor running. I don't know if the fault has
something to do with that.

It may be a good idea to emerge sys-power/acpid and add it to your
default runlevel: rc-update add acpid default

Also, add Option "UseEDID" "false" to your xorg.conf under the nVidia
Device section.  It fixes a lot of issues.

- Neil
On 19:42 Mon 16 Oct , Jeff Cranmer wrote:
> Hi,
> 
> I am running gentoo kernel 2.6.15-r1
> I recently updated xorg, and installed the new nvidia-drivers package.
> Xorg now appears to be horribly broken.
> The nvidia splash screen appears, then it faults out back to the command line.
> 
> Looking at Xorg.0.log, I have the following warnings and errors
> 
> Open ACPI failed (/var/run/acpid.socket) (no such file or directory)
> No modes were requested; the default mode "nvidia-auto-select" will be used 
> as the requested mode.
> Could not init font path element /usr/share/fonts/CID/, removing from list!
> FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing
> 
> Any assistance gratefully received.
> 
> Jeff
> 
> 
> -- 
> gentoo-user@gentoo.org mailing list

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] masked by: missing keyword

2006-10-16 Thread Bo Ørsted Andresen
On Tuesday 17 October 2006 05:06, Grant wrote:
> I'm trying to install gnormalize via the sunrise overlay via layman.
> When I try to emerge gnormalize I get:
>
> !!! All ebuilds that could satisfy "gnormalize" have been masked.
> !!! One of the following masked packages is required to complete your
> request: - media-sound/gnormalize-0.50 (masked by: missing keyword)
>
> I've added gnormalize to package.keywords and package.unmask.  Does
> the above output mean it isn't available for amd64?  If so, can I
> force it to install the x86 version and hope it will work?

echo "media-sound/gnormalize -* ~*" >> /etc/portage/package.keywords

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1#doc_chap4

-- 
Bo Andresen


pgpkAPHfxvG9L.pgp
Description: PGP signature


[gentoo-user] problems making shareable directory shareable

2006-10-16 Thread Richard Broersma Jr
I am trying to create a shareable directory, where all newly created files will 
have group rwx
permissions assigned.

I followed the example found at:
http://www.gentoo.org/doc/en/articles/lpi-101-intermediate-p3.xml#doc_chap3_sect19

and preformed the following steps:

mkdir /home/share
chgrp users /home/share
chmod g+s /home/share

however, when user1 preforms 'echo hello > ./hello.txt' 
from within share the file has the following permissions:

drwxrwsr--  8 rootusers4096 Oct 16 20:53 .
-rw-r--r--  1 user1   users   6 Oct 16 20:53 hello.txt

and user2 is not able to modify this new created file.  I know that I can 
execute a umask every
time the users log in to insure that all new created files will have the 
correct premissions, but
is this really the correct what to handle this problem?

Can anyone point me in the write direction?

Thanks for the help.

Regards,

Richard Broersma Jr.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: emerge xf86-driver-ati-6.6.3 fails

2006-10-16 Thread Mick
What do you have under /etc/portage/profile/ ?  I've checked on two machines 
and the make.globals is not there.  Instead it is under /etc/:

# ls -la /etc/make.globals 
-rw-r--r-- 1 root root 2928 Sep 16 08:48 /etc/make.globals

Still desperate for a solution.  Any ideas please?

On Monday 16 October 2006 20:17, Mick wrote:
> Hi All,
>
> I started an update world today which ran through xorg-server and xorg-x11
> before it went along to update x11-drivers/xf86-video-ati-6.6.3.  This
> package tries to check /etc/portage/profile/make.globals and fails
> miserably.  :-(  The reason is that I have no such file.  The only file I
> can find in /etc/portage/profile is profile.bashrc.
>
> Needless to say that without an ati driver I have no X and I need this
> laptop for work!  Would you perhaps know what's gone wrong here?
>
> This is the error from the emerge:
> ==
>
> >>> Unpacking source...
>
> !!! [Errno 13] Permission denied: '/etc/portage/profile/make.globals'
> !!! Incorrect multiline literals can cause this. Do not use them.
> !!! Errors in this file should be reported on bugs.gentoo.org.
>   [32;01m* [0m Checking for direct rendering capabilities ...
> !!! [Errno 13] Permission denied: '/etc/portage/profile/make.globals'
> !!! Incorrect multiline literals can cause this. Do not use them.
> !!! Errors in this file should be reported on bugs.gentoo.org.
>
> !!! ERROR: x11-drivers/xf86-video-ati-6.6.3 failed.
> Call stack:
>   ebuild.sh, line 1546:   Called dyn_unpack
>   ebuild.sh, line 708:   Called src_unpack
>   ebuild.sh, line 1255:   Called x-modular_src_unpack
>   x-modular.eclass, line 269:   Called x-modular_dri_check
>   x-modular.eclass, line 190:   Called
> built_with_use 'x11-base/xorg-server' 'dri'
>   eutils.eclass, line 1599:   Called die
>
> !!! Unable to resolve x11-base/xorg-server to an installed package
> !!! If you need support, post the topmost build error, and the call stack
> if relevant.
> ==
>
> This is what Xorg.0.log shows when I try to launch X:
> ==
> (II) Loading font Type1
> (II) LoadModule: "radeon"
> (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
> (II) Module radeon: vendor="X.Org Foundation"
>   compiled for 7.0.0, module version = 4.0.3
>   Module class: X.Org Video Driver
>   ABI class: X.Org Video Driver, version 0.8
> (EE) module ABI major version (0) doesn't match the server's version (1)
> (II) UnloadModule: "radeon"
> (II) Unloading /usr/lib/xorg/modules/drivers/radeon_drv.so
> (EE) Failed to load module "radeon" (module requirement mismatch, 0)
> (II) LoadModule: "synaptics"
> (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
> (II) Module synaptics: vendor="The XFree86 Project"
>   compiled for 4.2.0, module version = 1.0.0
>   Module class: XFree86 XInput Driver
>   ABI class: XFree86 XInput driver, version 0.3
> (II) LoadModule: "kbd"
> (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
> (II) Module kbd: vendor="X.Org Foundation"
>   compiled for 7.0.0, module version = 1.0.1
>   Module class: X.Org XInput Driver
>   ABI class: X.Org XInput driver, version 0.5
> (II) LoadModule: "mouse"
> (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
> (II) Module mouse: vendor="X.Org Foundation"
>   compiled for 7.0.0, module version = 1.0.4
>   Module class: X.Org XInput Driver
>   ABI class: X.Org XInput driver, version 0.5
> (EE) No drivers available.
>
> Fatal server error:
> no screens found
> ==
>
> This is my emerge --info:
> ==
> Gentoo Base System version 1.12.5
> Portage 2.1.1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3,
> 2.6.17-gentoo-r8 i686)
> =
> System uname: 2.6.17-gentoo-r8 i686 Intel(R) Pentium(R) III Mobile CPU
> 1066MHz
> Last Sync: Mon, 16 Oct 2006 13:50:01 +
> ccache version 2.3 [enabled]
> app-admin/eselect-compiler: [Not Present]
> dev-java/java-config: [Not Present]
> dev-lang/python: 2.4.3-r4
> dev-python/pycrypto: 2.0.1-r5
> dev-util/ccache: 2.3
> dev-util/confcache:  [Not Present]
> sys-apps/sandbox:1.2.17
> sys-devel/autoconf:  2.13, 2.59-r7
> sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
> sys-devel/binutils:  2.16.1-r3
> sys-devel/gcc-config: 1.3.13-r4
> sys-devel/libtool:   1.5.22
> virtual/os-headers:  2.6.17-r1
> ACCEPT_KEYWORDS="x86"
> AUTOCLEAN="yes"
> CBUILD="i686-pc-linux-gnu"
> CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -msse -pipe"
> 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/X11/xkb /usr/share/config"
> CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash
> /etc/terminfo" CXXFLAGS="-O2 -march=pentium3 -fomit-frame-p

Re: [gentoo-user] emerge xf86-driver-ati-6.6.3 fails

2006-10-16 Thread Bo Ørsted Andresen
On Monday 16 October 2006 22:17, Mick wrote:
> Hi All,
>
> I started an update world today which ran through xorg-server and xorg-x11
> before it went along to update x11-drivers/xf86-video-ati-6.6.3.  This
> package tries to check /etc/portage/profile/make.globals and fails
> miserably.  :-(  The reason is that I have no such file.  The only file I
> can find in /etc/portage/profile is profile.bashrc.
>
> Needless to say that without an ati driver I have no X and I need this
> laptop for work!  Would you perhaps know what's gone wrong here?
>
> This is the error from the emerge:
[SNIP]

I see two options. Either upgrade to latest ~arch portage and see if that 
fixes it or file a bug..

-- 
Bo Andresen


pgpO2GgSD2QCc.pgp
Description: PGP signature


[gentoo-user] Xorg upgrade

2006-10-16 Thread Anthony E. Caudel
Just upgraded to xorg-x11-7.1.  Definitely faster than 7.0.  glxgears
runs at just under 19,000FPS, an increase of about 12%.

Fantastic!

Tony
-- 
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] open-xchange login problem in to webmail

2006-10-16 Thread bijayant kumar
Hi to all,    I have just installed open-xchange on my system. And good thing is that i am able to login in to groupware. In groupware i am able to change my password as well. But the problem is that, when i am trying to login in to webmail, it gives me an error like :- ConnectException in FolderSettings/loadFolderUnable to connect to the imap server.Please check that the imap daemon is running.Details: javax.mail.MessagingException: Connection refused;  nested exception is:java.net.ConnectException: Connection refusedAnd in my webmail.log :-ct 17 11:49:16 bijayant.kavach.blr openexchange: DEBUG: Create new ComfireThread ComfireThread 3Oct 17 11:49:16 bijayant.kavach.blr openexchange: DEBUG: Run ComfireThread ComfireThread 3Oct 17 11:49:16 bijayant.kavach.blr openexchange: DEBUG: Re-use database connection
 [EMAIL PROTECTED]Oct 17 11:49:16 bijayant.kavach.blr openexchange: DEBUG: NEWSESSION: uid=bijayant, lang=EN, remoteip=127.0.0.1, id=a7f8d0eaf754428d0eb4fc7fd9a4ee58, response=*** :-)Oct 17 11:49:16 bijayant.kavach.blr openexchange: DEBUG: Using webmail <-> /servlet/webmailOct 17 11:49:16 bijayant.kavach.blr openexchange: DEBUG: Re-use database connection [EMAIL PROTECTED]Oct 17 11:49:16 bijayant.kavach.blr openexchange: DEBUG: loadUserFolder(...): uid=bijayant, default folder 'INBOX/Sent','INBOX/Trash','INBOX/Drafts','INBOX/Spam'.Oct 17 11:49:16 bijayant.kavach.blr openexchange: DEBUG: Pushing database connection [EMAIL PROTECTED]Oct 17 11:49:16 bijayant.kavach.blr openexchange: DEBUG: LOGIN: uid=bijayant: moduleRights=addr_r cont_r bookm_r data_r task_r doc_r proj_r knowl_r forum_n pin_r webmailOct 17 11:49:16 bijayant.kavach.blr openexchange: DEBUG: LOGIN:
 uid=bijayant, imap=localhost - port=143, smtp=localhost - port= 25, MAILDOMAIN=kavach.blrDEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc]DEBUG: mail.imap.fetchsize: 16384Oct 17 11:49:16 bijayant.kavach.blr openexchange: ERROR: MessagingException while loading folders: javax.mail.MessagingException: Connection refused;  nested exception is:java.net.ConnectException: Connection refusedjavax.mail.MessagingException: Connection refused;  nested exception is:java.net.ConnectException: Connection refusedat com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:335)at javax.mail.Service.connect(Service.java:233)at com.openexchange.webmail.imap.DefaultIMAPConnection.connect(DefaultIMAPConnection.java:113)at com.openexchange.webmail.FolderSettings.loadFolder(FolderSettings.java:158)at
 com.openexchange.webmail.Management.onBeforeHtmlLoad(Management.java:364)at com.openexchange.thread.ComfireThread.validateSession(ComfireThread.java:511)at com.openexchange.thread.ComfireThread.run(ComfireThread.java:156)at java.lang.Thread.run(Thread.java:534)Oct 17 11:49:16 bijayant.kavach.blr openexchange: DEBUG: Using non-cached version noAuthOct 17 11:49:16 bijayant.kavach.blr openexchange: DEBUG: Pushing database connection [EMAIL PROTECTED]Oct 17 11:49:17 bijayant.kavach.blr openexchange: DEBUG: Destroy ComfireThread ComfireThread 3Oct 17 11:49:27 bijayant.kavach.blr openexchange: DEBUG: Registered sessions in use 4I am not able to find the root of problem. And sorry for the huge amount of log posting. Please help me regarding this. I will be very thankful to you all.Bijayant Kumar Send instant messages to your online friends
 http://uk.messenger.yahoo.com 

[gentoo-user] partition scheme

2006-10-16 Thread Thufir
For hdb, what's a good partitioning scheme?  I want to go with reiser, and
keep the vfat (for win2k).  I have 512MB RAM, should I change the swap
size?  Is there a big advantage to using LVM versus just a regular root
partition?

I figure I'll use hda just for storage of stuff prior to burning to disc. 
For a little while, I'll have a triple boot system.


[EMAIL PROTECTED] ~]#
[EMAIL PROTECTED] ~]#
[EMAIL PROTECTED] ~]# parted
GNU Parted 1.7.1
Using /dev/hda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print all

Disk /dev/hda: 80.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End SizeType File system  Flags
 1  32.3kB  107MB   107MB   primary  ext3 boot
 2  107MB   80.0GB  79.9GB  primary   lvm



Disk /dev/hdb: 30.8GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End SizeType File system  Flags
 1  32.3kB  11.7GB  11.7GB  primary  fat32boot, lba
 2  11.7GB  11.8GB  107MB   primary  ext2
 3  11.8GB  12.3GB  452MB   primary  linux-swap
 4  12.3GB  30.7GB  18.4GB  primary  ext3


Error: Unable to open /dev/md0 - unrecognised disk label.

Warning: Unable to open /dev/fd0 read-write (Read-only file system).  /dev/fd0 
has
been opened read-only.
Error: Unable to open /dev/fd0 - unrecognised disk label.

(parted) quit
Information: Don't forget to update /etc/fstab, if necessary.

[EMAIL PROTECTED] ~]#
[EMAIL PROTECTED] ~]# date
Tue Oct 17 07:37:56 IST 2006
[EMAIL PROTECTED] ~]#
[EMAIL PROTECTED] ~]#



thanks,

Thufir

-- 
gentoo-user@gentoo.org mailing list