Re: [gentoo-user] qmailscanner problem

2006-07-15 Thread Suranga Kasthuriarachchi
Dear Sam,Now im installing Qmail-scanner 2.01, Please guide me to installe the Qmail-scanner 1.25.thanking  rgds,Suranga.On 7/14/06, 
Sarpy Sam [EMAIL PROTECTED] wrote:
On 7/14/06, Suranga Kasthuriarachchi [EMAIL PROTECTED] wrote: Dear all,im very new to qmail. im using qmail on gentoo. and clamav with
qmailscanner, im receiving a message like below, pleasehelp me on thismatter.*Subject:* Cron [EMAIL PROTECTED] test -x /usr/sbin/run-crons /usr/sbin/run-crons *From:* Cron Daemon 
[EMAIL PROTECTED]  *Date:* Tue, July 11, 2006 6:20 am *To:* [EMAIL PROTECTED] *Priority:* Normal*Options:* View Full
Header http://mail.kananlanka.com/src/view_header.php?mailbox=INBOXpassed_id=3passed_ent_id=0
  |View Printable Version _javascript_:printFormat();error: stat of /var/spool/qmailscan/qmail-queue.log failed: No suchfile or directoryerror: stat of /var/spool/qmailscan/mailstats .csv failed: No such file
 or directory X-Qmail-Scanner-2.01st:[] cannot create /var/spool/qscan/tmp - No such file or directory http://bugs.gentoo.org/show_bug.cgi?id=135636
I masked qmail-scanner 2.01 in package.mask until this bug got fixed.Qmail-scanner 1.25 doesn't have this problem.Sam--gentoo-user@gentoo.org mailing list



[gentoo-user] FireFox and ThunderBIrd without themes and extentions

2006-07-15 Thread Daniel Iliev



Hello, everyone


I had to reemerge FireFox and ThunderBird due to emerge --depclean.
Both compiled without complains but the themes and extensions applets
are empty. I tried with recompiling gtk+-{1.2.10-r11, 2.8.19},
dev-libs/{nspr,nss}, enigmail and the mozillas. It didn't help.

Both clients seem to work OK with the above mentioned exception so TB 
has lost its connection even with enigmail. The download progress box 
shows and disappears very fast when I try to get a theme or an extension 
and that's all. If I use the old directory of ThunderBird it shows 
enigmail and the theme I used before but I can't neither use, nor 
uninstall them. It is all the same with FireFox.


Screen shots.
FireFox:

http://img205.imageshack.us/img205/244/1152938467ov4.jpg
http://img205.imageshack.us/img205/5206/1152938495yw7.jpg


ThunderBird with the new (empty) ~/.thunderbird

http://img291.imageshack.us/img291/2808/1152946612cn9.jpg
http://img92.imageshack.us/img92/6624/1152946624dg7.jpg

ThunderBird with the old ~/.thunderbird

http://img205.imageshack.us/img205/7296/1152945365ww7.jpg
http://img208.imageshack.us/img208/6898/1152946034zr1.jpg


Does anyone know where the problem could be?



--
Best regards,
Daniel

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] qmailscanner problem

2006-07-15 Thread Daniel Iliev

Suranga Kasthuriarachchi wrote:

Dear Sam,

Now im installing Qmail-scanner 2.01, Please guide me to installe the
Qmail-scanner 1.25.

thanking  rgds,

Suranga.



Obviously you are using '~arch' or you have explicitly set ~arch  for 
this package. In either case the solution is to reverse the setting in 
your /etc/portage/package.keywords file.


If there is a line starting with mail-filter/qmail-scanner, you should 
delete or comment out that line.


The opposite case is if there is no such line, the you should add it:

echo 'mail-filter/qmail-scanner x86'  /etc/portage/package.keywords


Afterwards in either case you'll have to do:

emerge --sync  emerge -DuNav mail-filter/qmail-scanner

You should see the letter D in the output. D as in Downgrade.


Hope This Helps.

--
Best regards,
Daniel

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Hemmann, Volker Armin
On Saturday 15 July 2006 01:01, Ryan Tandy wrote:
 Korthrun wrote:
  #   Load  dri

 Uncomment that line, and restart X.

no.

That has to be commented - or removed.

Read the docs. Read the nvidia readme.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Hemmann, Volker Armin
On Friday 14 July 2006 18:51, Richard Fish wrote:
 On 7/14/06, Korthrun [EMAIL PROTECTED] wrote:
  Section DRI
  Group video
  Mode 0660
  EndSection
 
  ##End xorg.conf
 
   I've tried it both with and without this last stanza regarding
  DRI.

 You should definitely have that.  Is your user a member of the video group?

no, you should not. This last 'stanza' is not needed - maybe even harmfull. 
Remove it.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Hemmann, Volker Armin
On Friday 14 July 2006 14:30, Korthrun wrote:
 Heyyas,

  I'm running:
 Xorg 7.0-r1
 nvidia-kernel 1.0.8762
 nvidia-glx 1.0.8762

  I've followed the guide at
 http://www.gentoo.org/doc/en/nvidia-guide.xml with the following
 exceptions. I'm using a kernel.org kernel not a portage kernel, and I
 didn't make the changes regarding framebuffers because I don't
 intend to use one.That whole bit is disabled in my kernel.

 X starts up fine and looks great, I get decent FPS from glxgears.
 While following the above guide I get to this point Code Listing
 2.19: Checking the direct rendering status and end up with this:

 glxinfo | grep direct
 Xlib:  extension XFree86-DRI missing on display :0.0.
 direct rendering: No

did you make eselect opengl set nvidia?
Did you ever use the nvidia-installer?
If yes to the second question, stale files from it, can ruin everything.

#
Section Module

# This loads the DBE extension module.

Loaddbe   # Double buffer extension
Loadextmod
Loadtype1
Loadspeedo
Loadfreetype
#Loadxtt
Loadglx
Loadv4l
Loadddc
Loadi2c

EndSection

Section Extensions
Option Composite Enable
EndSection



# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files


FontPath   /usr/share/fonts/misc/
FontPath   /usr/share/fonts/TTF/
FontPath   /usr/share/fonts/Type1/
FontPath   /usr/share/fonts/75dpi/
FontPath   /usr/share/fonts/100dpi/
FontPath   /usr/share/fonts/local/
#FontPath   /usr/share/fonts/Speedo/
FontPath   /usr/share/fonts/TrueType/
FontPath   /usr/share/fonts/freefont/
FontPath   /usr/share/fonts/sharefonts/
FontPath   /usr/share/fonts/corefonts/

EndSection

# **
# Server flags section.
# **

Section ServerFlags


EndSection

# **
# Input devices
# **

# **
# Core keyboard's InputDevice section
# **

Section InputDevice

Identifier  Keyboard1
Driver  kbd

Option AutoRepeat 500 30
Option XkbRules   xorg
Option XkbModel   pc102
Option XkbLayout  de

EndSection


# **
# Core Pointer's InputDevice section
# **

Section InputDevice

# Identifier and driver

Identifier  Mouse1
#Driver mouse
#Option  ProtocolIMPS/2
#Option  Protocol ExplorerPS/2
#Option InputFashion Mouse
#Option  Buttons  7
#Option   ButtonNumber 7
#Option  ZAxisMapping 6 7
#Option  Emulate3Buttons false
#Option Device  /dev/input/mice
#Option ZAxisMapping 4 5
#  Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ExplorerPS/2
Option  Buttons   8
Option  ZAxisMapping  4 5 6 7
Option  Emulate3Buttons   false
Option  Resolution800
EndSection

# **
# Monitor section
# **

# Any number of monitor sections may be present

Section Monitor

Identifier  ibm

HorizSync   31.5-96
VertRefresh 50-85
Option dpms
EndSection


# **
# Graphics device section
# **


Section Device
Identifier  6600
Driver  nvidia
#VideoRam131072
# Insert Clocks lines here if appropriate

Option RenderAccel true
Option AllowGLXWithComposite true
Option backingstore true
 #   Option XaaNoOffscreenPixmaps true
Option ADDARGBGLXVisuals true
EndSection


# **
# Screen sections
# **

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the -screen
# option.
Section Screen
Identifier  Screen 1
Device  6600
Monitor

Re: [gentoo-user] How not to install nautilus-cd-burner

2006-07-15 Thread Konstantinos Agouros
In [EMAIL PROTECTED] [EMAIL PROTECTED] (Neil Bothwick) writes:

--Sig__YUvb3qllmvtrcv7Xi4MS.L
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Fri, 14 Jul 2006 16:06:30 + (UTC), Konstantinos Agouros wrote:

 is there a way to leave this package for good? If I put in=20
 /etc/portage/package.mask I get complaints with an emerge -uDp world.
 gnome and gnome-media seem to really want it. I don't have a cd-rw in
 that box so I don't see why I should install this.

You could put it in /etc/portage/profile/package.provided, but whatever
wants it may then break.

Do you have the cdr USE flag set? If it is explicitly turned off (it may
be on by default in your profile) and a package is still trying to pull
this in, it may be worth filing a bug report.
I put -cdr in useflags. But by checking the gnome-media ebuild it does not
like that's honored.

Konstantin
-- 
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185

Captain, this ship will not survive the forming of the cosmos. B'Elana Torres
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Epson CX5400 printer and scanner conflict?

2006-07-15 Thread Paul Stear
Hi all,
Last week I needed to use the scanner part of my MFP and managed to get thing 
working by using Neil's suggestion that I enter a USB rule 
in  /etc/udev/rules.d/10-udev.rules, so I entered the following:-
SYSFS{product}==USB MFP, SYSFS{manufacturer}==EPSON, GROUP:=scanner, 
MODE:=0660
This worked well and I was able to scan.
However, I have just discovered that the printing side of my epson CX5400 
scanner/printer is not working.
If I remove the line from the rules file that the printer works fine, but of 
course the scanner is now not working.

Any other ideas on how to ensure that both functions work correctly?

Paul
-- 
This message has been sent using kmail with gentoo linux

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] internal microphone - how to enable it

2006-07-15 Thread pat
Hi all,

I have IBM TP T43 with internal microphone. I need to use it (yes, skype), but I
have no idea how to do it. I've used google, but without success - or I don't
know what to search :-(

Please, could someone point me to documentation how to enable microphone with
alsa ???

Thanks a lot.

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



[gentoo-user] video capture

2006-07-15 Thread rob
I just bought a hauppauge winTV-PVR-150
kernel linux-2.6.16-gentoo-r12
I compiled all the stuff for the bttv driver
CONFIG_VIDEO_BT848=y
CONFIG_VIDEO_BT848_DVB=y
CONFIG_VIDEO_SAA6588=y
CONFIG_VIDEO_CX88_VP3054=y
CONFIG_VIDEO_AUDIO_DECODER=y
CONFIG_VIDEO_DECODER=y
CONFIG_DVB=y
CONFIG_DVB_CORE=y
CONFIG_DVB_BT8XX=y
CONFIG_DVB_SP887X=y
CONFIG_DVB_CX22700=y
CONFIG_DVB_TDA1004X=y
CONFIG_DVB_NXT6000=y
CONFIG_DVB_MT352=y
kernel sees the card
Jul 15 07:25:44 localhost bttv: driver version 0.9.16 loaded
Jul 15 07:25:44 localhost bttv: using 8 buffers with 2080k (520 pages) each 
for capture
Jul 15 07:25:44 localhost bt878: AUDIO driver version 0.0.0 loaded
even tryed ivtv
Jul 15 07:25:44 localhost ivtv:   START INIT IVTV 

Jul 15 07:25:44 localhost ivtv:  version 0.6.3 (tagged release) loading
Jul 15 07:25:44 localhost ivtv:  Linux version: 2.6.16-gentoo-r12 SMP preempt 
PENTIUM4 gcc-3.4
Jul 15 07:25:44 localhost ivtv:  In case of problems please include the debug 
info between
Jul 15 07:25:44 localhost ivtv:  the START INIT IVTV and END INIT IVTV lines, 
along with
Jul 15 07:25:44 localhost ivtv:  any module options, when mailing the 
ivtv-users mailinglist.
Jul 15 07:25:44 localhost ivtv0: Autodetected Hauppauge WinTV PVR-150 card 
(cx23416 based)
Jul 15 07:25:44 localhost ivtv0: Unreasonably low latency timer, setting to 64 
(was 32)
Jul 15 07:25:44 localhost wm8775 0-001b: chip found @ 0x36 (ivtv i2c driver 
#0)
Jul 15 07:25:44 localhost tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
Jul 15 07:25:44 localhost cx25840 0-0044: cx25841-23 found @ 0x88 (ivtv i2c 
driver #0)
Jul 15 07:25:44 localhost cx25840 0-0044: loaded v4l-cx25840.fw firmware 
(14264 bytes)
Jul 15 07:25:44 localhost tveeprom 0-0050: Hauppauge model 26132, rev G1B2, 
serial# 9543549
Jul 15 07:25:44 localhost tveeprom 0-0050: tuner model is TCL M2523_5N_E (idx 
112, type 4)
Jul 15 07:25:44 localhost tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08)
Jul 15 07:25:44 localhost tveeprom 0-0050: audio processor is CX25841 (idx 35)
Jul 15 07:25:44 localhost tveeprom 0-0050: decoder processor is CX25841 (idx 
28)
Jul 15 07:25:44 localhost tveeprom 0-0050: has no radio, has IR remote
Jul 15 07:25:44 localhost ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 
bytes)
Jul 15 07:25:44 localhost ivtv0: Encoder revision: 0x02050032
Jul 15 07:25:44 localhost ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 
buffers (4096KB total)
Jul 15 07:25:44 localhost ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 
buffers (2048KB total)
Jul 15 07:25:44 localhost ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 
buffers (2048KB total)
Jul 15 07:25:44 localhost ivtv0: Allocate DMA encoder PCM audio stream: 455 x 
4608 buffers (2048KB total)
Jul 15 07:25:44 localhost tuner 0-0061: tuner type not set
Jul 15 07:25:44 localhost tuner 0-0061: tuner type not set
Jul 15 07:25:44 localhost ivtv0: Initialized Hauppauge WinTV PVR-150, card #0
Jul 15 07:25:44 localhost ivtv:    END INIT IVTV  

emerged  most of the stuff in media-tv but I can't get anyone of thease to 
show TV most say device not configured. Evan the ones that I know point 
to /dev/video0
I think I did everything right.
pleas help or tell me of a better card to use.

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



[gentoo-user] X11 7 won't start

2006-07-15 Thread Gentoo
After upgrading to x11 7.0, following the migration guide, I get the 
following error from startx:


Fatal server error:
could not open default font 'fixed'
XIO: fatal IO error 104 (Connection reset by peer) on X server :0.0
  after 0 requests (0 known processed) with 0 events remaining.

I have numerous fonts in my xorg.conf FontPath, as near as I can tell. 
I've had this problem with both radeon and vesa drivers.  Any help 
appreciated.g


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] internal microphone - how to enable it

2006-07-15 Thread Jean Magnan de Bornier
Le 15 juillet à 14:57:43 pat [EMAIL PROTECTED] écrit notamment:

| Hi all,

| I have IBM TP T43 with internal microphone. I need to use it (yes, skype), 
but I
| have no idea how to do it. I've used google, but without success - or I don't
| know what to search :-(

| Please, could someone point me to documentation how to enable microphone with
| alsa ???

alsamixer is the tool you need

-- 
  Jean Magnan de Bornier |Cours Victor Hugo
  e-mots: jean at bornier.net|13980 Alleins   France
  T 08 70 39 34 03   |P 06 09 17 35 87

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Build error: gnumeric-1.4.3-r3

2006-07-15 Thread Allan Gottlieb
At Fri, 14 Jul 2006 22:33:45 -0400 Allan Gottlieb [EMAIL PROTECTED] wrote:

 Has anyone solved this problem.  I have it too as I mentioned in a
 previous post.

It has been solved (at least for me).  A thank you to whoever fixed
it.  My 2.14 is now fully installed.  With Xorg and gnome upgraded it
must be about time for gcc v4 to go stable :-).

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



Re: [gentoo-user] Build error: gnumeric-1.4.3-r3

2006-07-15 Thread Meino Christian Cramer
From: Allan Gottlieb [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
Date: Sat, 15 Jul 2006 10:11:55 -0400

 At Fri, 14 Jul 2006 22:33:45 -0400 Allan Gottlieb [EMAIL PROTECTED] wrote:
 
  Has anyone solved this problem.  I have it too as I mentioned in a
  previous post.
 
 It has been solved (at least for me).  A thank you to whoever fixed
 it.  My 2.14 is now fully installed.  With Xorg and gnome upgraded it
 must be about time for gcc v4 to go stable :-).
 
 allan
 -- 
 gentoo-user@gentoo.org mailing list
 

So... what shoukd I reinstall/delete/do again/fix/patch... to get this
fixed version ? 

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



[SOLVED] Re: [gentoo-user] internal microphone - how to enable it

2006-07-15 Thread pat
Sorry to all, I've disabled mic boost. Enable it is the solution.

Pat


pat wrote:
 Hi all,
 
 I have IBM TP T43 with internal microphone. I need to use it (yes, skype), 
 but I
 have no idea how to do it. I've used google, but without success - or I don't
 know what to search :-(
 
 Please, could someone point me to documentation how to enable microphone with
 alsa ???
 
 Thanks a lot.
 
   Pat

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Linux Kernel Warning

2006-07-15 Thread Timothy A. Holmes

 -Original Message-
 From: Daniel Drake [mailto:[EMAIL PROTECTED]
 Sent: Friday, July 14, 2006 6:59 PM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Linux Kernel Warning
 
 Daniel Drake wrote:
  However, there is a new security bug in the wild, with similar
  implications. Keep an eye open for new kernel releases over the next
few
  hours.
 
 No patch yet, suitable workaround is:
 # mount -o remount,noexec /proc
 
 Daniel
 --
 gentoo-user@gentoo.org mailing list

[Timothy A. Holmes] 
Thanks folks:

Guess I learned something else new! --  I am finding out fast that
learning and using gentoo is mostly like trying to drink from a firehose
:)



Timothy A. Holmes
IT Manager / Network Admin / Web Master / Computer Teacher
 
Medina Christian Academy
A Higher Standard...


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Build error: gnumeric-1.4.3-r3

2006-07-15 Thread Allan Gottlieb
At Sat, 15 Jul 2006 16:18:35 +0200 (CEST) Meino Christian Cramer [EMAIL 
PROTECTED] wrote:

 From: Allan Gottlieb [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
 Date: Sat, 15 Jul 2006 10:11:55 -0400

 At Fri, 14 Jul 2006 22:33:45 -0400 Allan Gottlieb [EMAIL PROTECTED] wrote:
 
  Has anyone solved this problem.  I have it too as I mentioned in a
  previous post.
 
 It has been solved (at least for me).  A thank you to whoever fixed
 it.  My 2.14 is now fully installed.  With Xorg and gnome upgraded it
 must be about time for gcc v4 to go stable :-).
 
 gentoo-user@gentoo.org mailing list

 So... what shoukd I reinstall/delete/do again/fix/patch... to get this
 fixed version ? 

All I did was my usual morning routine.

1.  anacron executes   eix-sync

2.  At a gnome-terminal I typed
  emerge --tree --ask --verbose --newuse --update --deep world

The emerge offered to install totem and gnumeric.

3.  I said yes, expecting totem to succeed and gnumeric to fail, but
both succeeded.

Hope it goes as well with you.
allan
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem to decode and play mp3

2006-07-15 Thread Seba
Hi all,
my name is Seba, I'm a new gentoo user and this is my first post.
I have a problem to play or decode only mp3 (no problem with ogg or wave),
I play mp3 with noatun or amarok and decode it with k3b, the result is
noise.

My use flags:
USE= X kde qt ithreads ncurses nptl nptlonly radeon zlib altivec arts
opengl alsa mp3 mad dvdr gtk php pascal
emacs vorbis encode

Sorry for my english and thanks.

Bye Seba.



-- 

Seba [EMAIL PROTECTED]
WebSite: http://sebacatalano.altervista.org
Linux User: #272373
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Build error: gnumeric-1.4.3-r3

2006-07-15 Thread Meino Christian Cramer
From: Allan Gottlieb [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
Date: Sat, 15 Jul 2006 10:58:01 -0400

 At Sat, 15 Jul 2006 16:18:35 +0200 (CEST) Meino Christian Cramer [EMAIL 
 PROTECTED] wrote:
 
  From: Allan Gottlieb [EMAIL PROTECTED]
  Subject: Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
  Date: Sat, 15 Jul 2006 10:11:55 -0400
 
  At Fri, 14 Jul 2006 22:33:45 -0400 Allan Gottlieb [EMAIL PROTECTED] 
  wrote:
  
   Has anyone solved this problem.  I have it too as I mentioned in a
   previous post.
  
  It has been solved (at least for me).  A thank you to whoever fixed
  it.  My 2.14 is now fully installed.  With Xorg and gnome upgraded it
  must be about time for gcc v4 to go stable :-).
  
  gentoo-user@gentoo.org mailing list
 
  So... what shoukd I reinstall/delete/do again/fix/patch... to get this
  fixed version ? 
 
 All I did was my usual morning routine.
 
 1.  anacron executes   eix-sync
 
 2.  At a gnome-terminal I typed
   emerge --tree --ask --verbose --newuse --update --deep world
 
 The emerge offered to install totem and gnumeric.
 
 3.  I said yes, expecting totem to succeed and gnumeric to fail, but
 both succeeded.
 
 Hope it goes as well with you.
 allan
 -- 
 gentoo-user@gentoo.org mailing list
 

Hi,

Thanks for the fast reply, Allan! :)

 (interesting, what gentooists do in the morning... :)

 I did in the morning (as every morning)

eix-sync; emerge -up world

 so -- as my formula is different as yours I am wondering, why my
 fails.

 I will repeat your formula and see, what happens.
 But I will do it now, not at the next morning.
 If the morning is the reason, it will fail again, hahahaha :)))

 Fingers crossed...
 mcc
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] X11 7 will not start

2006-07-15 Thread David Corbin

(Sorry if this is a duplicate - without X, I've got primitive tools).
---
After upgrading to x11 7.0, following the migration guide, I get the 
following error from startx:


Fatal server error:
could not open default font 'fixed'
XIO: fatal IO error 104 (Connection reset by peer) on X server :0.0
 after 0 requests (0 known processed) with 0 events remaining.

I have numerous fonts in my xorg.conf FontPath, as near as I can tell. 
I've had this problem with both radeon and vesa drivers.  Any help 
appreciated.

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



[gentoo-user] Problem to decode and play mp3

2006-07-15 Thread Seba
Hi all,
my name is Seba, I'm a new gentoo user and this is my first post.
I have a problem to play or decode only mp3 (no problem with ogg or wave),
I play mp3 with noatun or amarok and decode it with k3b, the result is
noise.

My use flags:
USE= X kde qt ithreads ncurses nptl nptlonly radeon zlib altivec arts
opengl alsa mp3 mad dvdr gtk php pascal
emacs vorbis encode

Sorry for my english and thanks.

Bye Seba.




-- 

Seba [EMAIL PROTECTED]
WebSite: http://sebacatalano.altervista.org
Linux User: #272373
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] xorg-x11-7 emerge fails on libXt dependencies unmet

2006-07-15 Thread Mark Knecht

Hi,
  Sorry this is a little long but it's mostly cut and paste stuff.
Using the instructions here:

http://gentoo-wiki.com/HOWTO_Modular_Xorg

I am at the point of emerging xorg-x11-7. It fails pretty much
immediately with this message:

checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XT... configure: error: Package requirements (sm x11
xproto kbproto) were not met:

No package 'x11' found
No package 'kbproto' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XT_CFLAGS
and XT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /home/portage_temp/portage/libXt-1.0.2/work/libXt-1.0.2/config.log

!!! ERROR: x11-libs/libXt-1.0.2 failed.
Call stack:
 ebuild.sh, line 1539:   Called dyn_compile
 ebuild.sh, line 939:   Called src_compile
 ebuild.sh, line 1248:   Called x-modular_src_compile
 x-modular.eclass, line 326:   Called x-modular_src_configure
 x-modular.eclass, line 313:   Called econf '--prefix=/usr'
'--datadir=/usr/share'
 ebuild.sh, line 541:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call
stack if relevant.

dragonfly ~ #


Here is the list of packages it wants to emerge:

dragonfly ~ # emerge -DuNvp xorg-x11

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

Calculating dependencies... done!
[ebuild  N] x11-libs/libXt-1.0.2  USE=-debug 0 kB
[ebuild  N] x11-proto/xextproto-7.0.2  USE=-debug 66 kB
[ebuild  N] x11-proto/renderproto-0.9.2  USE=-debug 39 kB
[ebuild  N] x11-libs/libXrender-0.9.1  USE=-debug 234 kB
[ebuild  N] x11-proto/fixesproto-4.0  USE=-debug 37 kB
[ebuild  N] x11-libs/libXfixes-4.0.1  USE=-debug 222 kB
[ebuild  N] x11-libs/libXcursor-1.1.7  USE=-debug 218 kB
[ebuild  N] x11-proto/xineramaproto-1.1.2  USE=-debug 37 kB
[ebuild  N] x11-libs/libXext-1.0.1  USE=-debug 254 kB
[ebuild  N] x11-libs/libXft-2.1.10  USE=-debug 246 kB
[ebuild  N] virtual/xft-7.0  0 kB
[ebuild  N] x11-proto/inputproto-1.3.2  USE=-debug 45 kB
[ebuild  N] x11-proto/xf86miscproto-0.9.2  USE=-debug 37 kB
[ebuild  N] x11-libs/libXxf86misc-1.0.1  USE=-debug 217 kB
[ebuild  N] x11-libs/liblbxutil-1.0.1  USE=-debug 236 kB
[ebuild  N] x11-proto/dmxproto-2.2.2  USE=-debug 38 kB
[ebuild  N] x11-libs/libxkbfile-1.0.3  USE=-debug 254 kB
[ebuild  N] x11-libs/libxkbui-1.0.2  USE=-debug 216 kB
[ebuild  N] x11-proto/resourceproto-1.0.2  USE=-debug 35 kB
[ebuild  N] x11-libs/libXres-1.0.1  USE=-debug 220 kB
[ebuild  N] x11-proto/xf86dgaproto-2.0.2  USE=-debug 39 kB
[ebuild  N] x11-proto/videoproto-2.2.2  USE=-debug 41 kB
[ebuild  N] x11-libs/libXdmcp-1.0.1  USE=-debug 226 kB
[ebuild  N] x11-libs/libXau-1.0.1  USE=-debug 226 kB
[ebuild  N] x11-libs/libXpm-3.5.5  USE=-debug 340 kB
[ebuild  N] x11-libs/libXmu-1.0.2  USE=ipv6 -debug 266 kB
[ebuild  N] x11-libs/libXaw-1.0.2  USE=-debug -xprint 511 kB
[ebuild  N] x11-proto/trapproto-3.4.3  USE=-debug 47 kB
[ebuild  N] x11-proto/recordproto-1.13.2  USE=-debug 38 kB
[ebuild  N] x11-libs/libXtst-1.0.1  USE=-debug 207 kB
[ebuild  N] x11-proto/xf86driproto-2.0.3  USE=-debug 41 kB
[ebuild  N] x11-apps/rgb-1.0.1  USE=-debug 89 kB
[ebuild  N] x11-apps/iceauth-1.0.1  USE=-debug 82 kB
[ebuild  N] x11-proto/fontsproto-2.0.2  USE=-debug 44 kB
[ebuild  N] x11-libs/libfontenc-1.0.2  USE=-debug 223 kB
[ebuild  N] x11-apps/mkfontscale-1.0.1  USE=-debug 85 kB
[ebuild  N] x11-apps/mkfontdir-1.0.2  USE=-debug 60 kB
[ebuild  N] media-fonts/encodings-1.0.0  USE=-debug 587 kB
[ebuild  N] media-fonts/font-util-1.0.1  USE=-debug 96 kB
[ebuild  N] x11-proto/fontcacheproto-0.1.2  USE=-debug 37 kB
[ebuild  N] x11-libs/libXfont-1.1.0-r1  USE=ipv6 -debug 577 kB
[ebuild  N] x11-apps/bdftopcf-1.0.0  USE=-debug 73 kB
[ebuild  N] media-fonts/font-adobe-75dpi-1.0.0  USE=nls 826 kB
[ebuild  N] media-fonts/font-alias-1.0.1  USE=-debug 41 kB
[ebuild  N] x11-proto/xf86rushproto-1.1.2  USE=-debug 36 kB
[ebuild  N] media-fonts/font-misc-misc-1.0.0  USE=nls 1,812 kB
[ebuild  N] x11-proto/damageproto-1.0.3  USE=-debug 36 kB
[ebuild  N] media-fonts/font-cursor-misc-1.0.0  USE=nls 41 kB
[ebuild  N] x11-proto/glproto-1.4.7  USE=-debug 52 kB
[ebuild  N] x11-proto/bigreqsproto-1.0.2  USE=-debug 35 kB
[ebuild  N] x11-proto/xf86vidmodeproto-2.2.2  USE=-debug 38 kB
[ebuild  N] x11-libs/libXxf86vm-1.0.1  USE=-debug 222 kB
[ebuild  N] x11-apps/xkbcomp-1.0.2  USE=-debug 180 kB
[ebuild  N] x11-misc/xkeyboard-config-0.8  400 kB
[ebuild  N] x11-proto/evieext-1.0.2  USE=-debug 36 kB
[ebuild  N] x11-libs/libdmx-1.0.2  USE=-debug 225 kB
[ebuild  N] 

[gentoo-user] Problem to decode and play mp3

2006-07-15 Thread Seba
Hi all,
my name is Seba, I'm a new gentoo user and this is my first post.
I have a problem to play or decode only mp3 (no problem with ogg or wave),
I play mp3 with noatun or amarok and decode it with k3b, the result is
noise.

My use flags:
USE= X kde qt ithreads ncurses nptl nptlonly radeon zlib altivec arts
opengl alsa mp3 mad dvdr gtk php pascal
emacs vorbis encode

Sorry for my english and thanks.

Bye Seba.
-- 

Seba [EMAIL PROTECTED]
WebSite: http://sebacatalano.altervista.org
Linux User: #272373
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Any EMail client for vim ?

2006-07-15 Thread Meino Christian Cramer
Hi,

 For Emacs there are some EMail-interfaces to read email from the
 $HOME/Mail directory.

 Is there anything like that for VIM ? Best would be, if I could use
 my old EMail directory structure -- I think it is called mbox, but
 I am not sure. It looks like that:

 $HOME/Mail/folder 1/1
   2
   3
   4
   5
   
 $HOME/Mail/folder 2/1
   2
   3
   4
   5
   
 and so on.

 Each mail is in a separate file, which is simply numbered per folder.
 

 Any help would be very appreciated! Thank you very much in advance!
 

 Have a nice weekend!
 mcc


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem to decode and play mp3

2006-07-15 Thread b.n.
We received your mail, stop sending it in! If it doesn't appear on your
gmail account, it's a known gmail feature.

Anyway for mp3 ripping, did you try Grip?

m.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Which cd player plays copy-controlled cd's?

2006-07-15 Thread Hans de Hartog
Does someone know which of the dozens of cd-players for gentoo
is able to play copy-controlled cd's (the cd's that install a
player first under Windows).
My discman can play them, my home audioset can play them so
i guess there must be a cdplayer for gentoo that can do it.
Xmms and xine won't.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] xfce-extra/terminal-0.2.4-r1

2006-07-15 Thread Mike
When I compile xfce-extra/terminal-0.2.4-r1 it gives this error:

/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv16gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv03gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv27gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv25gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv34gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv18gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv13gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv05gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv22gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv39gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv08gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv02gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv30gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv33gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv04gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv36gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv31gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv38gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv28gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv24gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv41gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv29gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv12gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv20gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv26gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv19gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv15gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv10gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv11gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv17gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv21gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv35gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv06gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv09gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv07gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv23gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv14gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv37gl'
/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv32gl'
collect2: ld returned 1 exit status
make[4]: *** [Terminal] Error 1
make[4]: Leaving directory
`/var/tmp/portage/terminal-0.2.4-r1/work/Terminal-0.2.4/terminal'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/terminal-0.2.4-r1/work/Terminal-0.2.4/terminal'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/var/tmp/portage/terminal-0.2.4-r1/work/Terminal-0.2.4/terminal'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/terminal-0.2.4-r1/work/Terminal-0.2.4'
make: *** [all] Error 2

!!! ERROR: xfce-extra/terminal-0.2.4-r1 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  ebuild.sh, line 1254:   Called xfce42_src_compile
  xfce42.eclass, line 92:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call
stack if relevant.

Any suggestions?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] qmailscanner problem

2006-07-15 Thread Richard Fish

On 7/15/06, Daniel Iliev [EMAIL PROTECTED] wrote:

The opposite case is if there is no such line, the you should add it:

echo 'mail-filter/qmail-scanner x86'  /etc/portage/package.keywords


FYI, the correct syntax to remove the global ~x86 keyword using
package.keywords should be:

mail-filter/qmail-scanner -~x86

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



Re: [gentoo-user] Problem to decode and play mp3

2006-07-15 Thread PaulNM
Seba wrote:
 Hi all,
 my name is Seba, I'm a new gentoo user and this is my first post.
 I have a problem to play or decode only mp3 (no problem with ogg or wave),
 I play mp3 with noatun or amarok and decode it with k3b, the result is
 noise.
 
 My use flags:
 USE= X kde qt ithreads ncurses nptl nptlonly radeon zlib altivec arts
 opengl alsa mp3 mad dvdr gtk php pascal
 emacs vorbis encode
 
 Sorry for my english and thanks.
 
 Bye Seba.

Just to make sure I understand, are you trying to play mp3's you ripped
from cd's, or are these other files you already have?

Are you able to play the mp3 files themselves?  If you go to
http://creativecommons.org/audio and download an mp3, does it play properly?

Or, is it that mp3's are fine, but when you convert them to something
else, problems occur? I.E. Using k3b to create an audio cd.


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



Re: [gentoo-user] xorg-x11-7 emerge fails on libXt dependencies unmet

2006-07-15 Thread Donnie Berkholz
Mark Knecht wrote:
 Hi,
   Sorry this is a little long but it's mostly cut and paste stuff.
 Using the instructions here:
 
 http://gentoo-wiki.com/HOWTO_Modular_Xorg
 
 I am at the point of emerging xorg-x11-7. It fails pretty much
 immediately with this message:
 
 checking for pkg-config... /usr/bin/pkg-config
 checking pkg-config is at least version 0.9.0... yes
 checking for XT... configure: error: Package requirements (sm x11
 xproto kbproto) were not met:
 
 No package 'x11' found
 No package 'kbproto' found

...

   However if I try to emerge libXt by itself, it seems to have a list
 of dependencies that must be in place before it is emerged, none of
 which are being met for the xorg-x11 emerge:

Mark,

please save the output of emerge --debug --pretend with both of those,
and file a bug with it. I've been hoping someone would be able to
reproduce this.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Any EMail client for vim ?

2006-07-15 Thread Willie Wong
On Sat, Jul 15, 2006 at 06:22:59PM +0200, Penguin Lover Meino Christian Cramer 
squawked:
  Each mail is in a separate file, which is simply numbered per folder.
  
If each mail is a separate mail, it is most likely _not_ mbox.
Probably maildir. 

Googling shows several mailing macros for Vim, but most of them (VMH,
vimail vim-mail) are alpha software, and probably not what you want. 

If you are persistent, you should go on vim.org and look in 'scripts',
I know there is a mailbrowser.vim script that allows browsing of mbox
formats, but I don't know if such a thing is possible with maildir (it
requires opening multiple files in the same folder and generating a
index of mails, no?)

Best, 

W
-- 
Seen outside the LINAC control room @ Fermi Nat'l Accelerator Laboratory:
   (an _official_ sign)
  PLEASE DON'T FEED THE OPERATORS
Sortir en Pantoufles: up 3 days, 23:49
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] X11 7 won't start

2006-07-15 Thread Benno Schulenberg
Someone wrote:
 After upgrading to x11 7.0, following the migration guide, I get
 the following error from startx:

 Fatal server error:
 could not open default font 'fixed'

Post your xorg.conf.  And an 'ls -l /usr/share/fonts/'.

Also see http://wiki.x.org/wiki/FAQErrorMessages .

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



Re: [gentoo-user] Epson CX5400 printer and scanner conflict?

2006-07-15 Thread Richard Fish

On 7/15/06, Paul Stear [EMAIL PROTECTED] wrote:

Hi all,
Last week I needed to use the scanner part of my MFP and managed to get thing
working by using Neil's suggestion that I enter a USB rule
in /etc/udev/rules.d/10-udev.rules, so I entered the following:-
SYSFS{product}==USB MFP, SYSFS{manufacturer}==EPSON, GROUP:=scanner,
MODE:=0660
This worked well and I was able to scan.
However, I have just discovered that the printing side of my epson CX5400
scanner/printer is not working.
If I remove the line from the rules file that the printer works fine, but of
course the scanner is now not working.


As I see it, you have a couple of options:

1. Change the group that cups runs under to scanner in /etc/cups/cupsd.conf.

2. Change the GROUP:= setting to be lp.  This will let cups access
the device again.  You will then need to add your user account to the
lp group in order to scan.

3. Change your groups so that lp and scanner have the same group number (gid).

4. Make a new group specifically for this device, and do both 1 and 2
with the new group to let both cups and your user account access the
device.

If this is the only local printer you have, I would probably just do #1.

HTH,
-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] video capture

2006-07-15 Thread Richard Fish

On 7/15/06, rob [EMAIL PROTECTED] wrote:

emerged  most of the stuff in media-tv but I can't get anyone of thease to
show TV most say device not configured. Evan the ones that I know point
to /dev/video0
I think I did everything right.
pleas help or tell me of a better card to use.


Are you sure this is a card problem, and not a permissions issue?  It
looks like udev makes most of the device nodes in the video group.
Is your user account a member of that group?

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



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Richard Fish

On 7/15/06, Hemmann, Volker Armin [EMAIL PROTECTED] wrote:

no, you should not. This last 'stanza' is not needed - maybe even harmfull.
Remove it.


Oops, your right.

Looks like an artifact (both in the config and my brain) from my ATI
days.  Apologies to korthrun for the bogus info.

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



Re: [gentoo-user] X11 7 won't start

2006-07-15 Thread David Corbin
On Saturday 15 July 2006 09:27, Gentoo wrote:
 After upgrading to x11 7.0, following the migration guide, I get the
 following error from startx:

 Fatal server error:
 could not open default font 'fixed'
 XIO: fatal IO error 104 (Connection reset by peer) on X server :0.0
after 0 requests (0 known processed) with 0 events remaining.

Solved.  I had comment out the first FontPath line 
(/usr/share/fonts/misc:unscaled) because I misinterpreted the cause of an 
earlier problem.  

X was trying to start a kde-3.2 session (which had long since been removed).  
That failed.  It then ended with an error about the reference count on this 
particular font path.  I cleaned out old XSession entries, and things are 
better.

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



Re: [gentoo-user] xfce-extra/terminal-0.2.4-r1

2006-07-15 Thread Richard Fish

On 7/15/06, Mike [EMAIL PROTECTED] wrote:

When I compile xfce-extra/terminal-0.2.4-r1 it gives this error:

/usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
`_nv16gl'


Try:

eselect opengl set xorg-x11
emerge xfce-extra/terminal
eselect opengl set nvidia

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



Re: [gentoo-user] Any EMail client for vim ?

2006-07-15 Thread wieseltux23
http://en.fon.com/

On Sat, 15 Jul 2006 18:22:59 +0200 (CEST)
Meino Christian Cramer [EMAIL PROTECTED] wrote:

 Hi,
 
  For Emacs there are some EMail-interfaces to read email from the
  $HOME/Mail directory.
 
  Is there anything like that for VIM ? Best would be, if I could use
  my old EMail directory structure -- I think it is called mbox, but
  I am not sure. It looks like that:
 
  $HOME/Mail/folder 1/1
  2
  3
  4
  5
  
  $HOME/Mail/folder 2/1
  2
  3
  4
  5
  
  and so on.
 
  Each mail is in a separate file, which is simply numbered per folder.
  
 
  Any help would be very appreciated! Thank you very much in advance!
  
 
  Have a nice weekend!
  mcc
 
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xfce-extra/terminal-0.2.4-r1

2006-07-15 Thread Mike
Richard Fish wrote:
 On 7/15/06, Mike [EMAIL PROTECTED] wrote:
 When I compile xfce-extra/terminal-0.2.4-r1 it gives this error:

 /usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to
 `_nv16gl'
 
 Try:
 
 eselect opengl set xorg-x11
 emerge xfce-extra/terminal
 eselect opengl set nvidia
 
 -Richard

Hey it worked, thanks that was great help.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] video capture

2006-07-15 Thread Uwe Thiem
On 15 July 2006 18:25, Richard Fish wrote:
 On 7/15/06, rob [EMAIL PROTECTED] wrote:
  emerged  most of the stuff in media-tv but I can't get anyone of thease
  to show TV most say device not configured. Evan the ones that I know
  point to /dev/video0
  I think I did everything right.
  pleas help or tell me of a better card to use.

 Are you sure this is a card problem, and not a permissions issue?  It
 looks like udev makes most of the device nodes in the video group.
 Is your user account a member of that group?

I have the same problem Rob has reported. Basically, same setup. Udev does 
*not* create the necessary nodes here (neither for Rob if I have understood 
him correctly).

When I create those nodes and load the modules manually, it still doesn't 
work - kdetv for instance says: No devices found. And yes, I made sure the 
permissions are right. :-(

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] What is this: http://en.fon.com/

2006-07-15 Thread Meino Christian Cramer
Hi,

 there are several mails replied only with a 
 link to http://en.fon.com/ ???

 Accident?
 Advertising?
 More or less bad joke?
 SPAM???

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



[gentoo-user] kontact problem

2006-07-15 Thread Matthew R. Lee
A problem has just developed seemingly out of nowhere with kontact.  The 
problem is two fold
1. when I try to launch kontact the icon bounces around as usual but the 
window does not appear.  If I do a ps -x there are two relavent lines
PID ? S 0:00  kontact
PID ? Rl 0:20 kontact
trying to launch kontact again does not solve the problem.  But I have 
discovered that if I logout of kde and then back in again that kontact 
will popup at the start of the session
2. once kontact is open I can use email, feeds, contacts, and notes without 
any problems.  However if I try to switch to either calendar or to-do list, 
kontact freezes and I have to kill it 
revdep-rebuild didn't show anything
I've tried reemerging kontact-3.5.2, korganizer-3.5.2 and 
kdepim-kioslaves-3.5.2-r3 but none of that has solved the problem.
During the last emerge -uD world the follwing packages were emerged
dev-libs/libxml2-2.6.26
dev-libs/libxslt2-2.6.23
gnome-extra/libgsf-1.14.0
dev-libs/libcroco-0.6.1
gnome-base/librsvg-2.14.4
dev-python/pygtk-2.8.6
media-gfx/imagemagick-6.2.8.0
media-sound/amarok-1.4.1-r2
gnome-base/gconf-2.14.0

I don't know if any of those could be the problem
Any ideas?
Matt
 
-- 
%%%
Dr. Matthew R. Lee.
CASEB  ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago,
CP 6513677
CHILE.

[EMAIL PROTECTED]
[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What is this: http://en.fon.com/

2006-07-15 Thread michael

Well it's a little spammy in that it doesn't really address the original post
but it does seem like an interesting project. I'd be interesd in what others
think of this.

Michael


On Sat, 15 Jul 2006, Meino Christian Cramer wrote:


Hi,

there are several mails replied only with a
link to http://en.fon.com/ ???

Accident?
Advertising?
More or less bad joke?
SPAM???

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



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] X11 7 won't start

2006-07-15 Thread Donnie Berkholz
Gentoo wrote:
 After upgrading to x11 7.0, following the migration guide, I get the
 following error from startx:
 
 Fatal server error:
 could not open default font 'fixed'
 XIO: fatal IO error 104 (Connection reset by peer) on X server :0.0
   after 0 requests (0 known processed) with 0 events remaining.
 
 I have numerous fonts in my xorg.conf FontPath, as near as I can tell.
 I've had this problem with both radeon and vesa drivers.  Any help
 appreciated.g

Make sure you've got /usr/share/fonts/misc listed in xorg.conf. Make
sure /usr/lib/libXfont.so.1.5 does not exist (1.4 is fine).

Remerge font-alias, encodings, font-misc-misc, font-cursor-misc.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


[gentoo-user] Problem to decode and play mp3

2006-07-15 Thread Seba
Hi all,
my name is Seba, I'm a new gentoo user and this is my first post.
I have a problem to play or decode only mp3 (no problem with ogg or wave),
I play mp3 with noatun or amarok and decode it with k3b, the result is
noise.

My use flags:
USE= X kde qt ithreads ncurses nptl nptlonly radeon zlib altivec arts
opengl alsa mp3 mad dvdr gtk php pascal
emacs vorbis encode

Sorry for my english and thanks.

Bye Seba.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem to decode and play mp3

2006-07-15 Thread Seba
PaulNM wrote:
 Seba wrote:
 Hi all,
 my name is Seba, I'm a new gentoo user and this is my first post.
 I have a problem to play or decode only mp3 (no problem with ogg or wave),
 I play mp3 with noatun or amarok and decode it with k3b, the result is
 noise.

 My use flags:
 USE= X kde qt ithreads ncurses nptl nptlonly radeon zlib altivec arts
 opengl alsa mp3 mad dvdr gtk php pascal
 emacs vorbis encode

 Sorry for my english and thanks.

 Bye Seba.
 
 Just to make sure I understand, are you trying to play mp3's you ripped
 from cd's, or are these other files you already have?
 
 Are you able to play the mp3 files themselves?  If you go to
 http://creativecommons.org/audio and download an mp3, does it play properly?
 
 Or, is it that mp3's are fine, but when you convert them to something
 else, problems occur? I.E. Using k3b to create an audio cd.
 
 
 PaulNM
I have a mpe3 collection in my hard disk.
I have tried to play mp3 with madplay but the result is noise.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What is this: xxx

2006-07-15 Thread Benno Schulenberg
[EMAIL PROTECTED] wrote:
 On Sat, 15 Jul 2006, Meino Christian Cramer wrote:
  there are several mails replied only with a
  link to http://en.fon.com/ ???
 
  SPAM???

 Well it's a little spammy in that it doesn't really address the
 original post

So it is pure spam.  Please ban wieseltux.  And don't top post.

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



Re: [gentoo-user] Problem to decode and play mp3

2006-07-15 Thread Benno Schulenberg
Seba wrote:
 I have a problem to play or decode only mp3 (no problem with ogg
 or wave), I play mp3 with noatun or amarok and decode it with
 k3b, the result is noise.

Hello Seba,

Please stop sending the same mail over and over again.  You will not 
see this mail appear in your inbox, because GMail knows that you 
yourself have sent it, sees it as a duplicate, and filters it out.

Also, to get an answer to your question, provide more information 
about your system: emerge --info.

Cheers,

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



Re: [gentoo-user] Problem to decode and play mp3

2006-07-15 Thread Seba
Benno Schulenberg wrote:
 Seba wrote:
 I have a problem to play or decode only mp3 (no problem with ogg
 or wave), I play mp3 with noatun or amarok and decode it with
 k3b, the result is noise.
 
 Hello Seba,
 
 Please stop sending the same mail over and over again.  You will not 
 see this mail appear in your inbox, because GMail knows that you 
 yourself have sent it, sees it as a duplicate, and filters it out.
 
 Also, to get an answer to your question, provide more information 
 about your system: emerge --info.
 
 Cheers,
 
 Benno
Hi
Sorry for my inexperience

This is my emerge --info:

Portage 2.1.1_pre3 (default-linux/ppc/ppc32, gcc-4.1.1/vanilla,
glibc-2.4-r3, 2.6.17.4 ppc)

 =
 System uname: 2.6.17.4 ppc 7447A, altivec supported
 Gentoo Base System version 1.12.1
 app-admin/eselect-compiler: 2.0.0_rc2-r1
 dev-lang/python: 2.4.3-r1
 dev-python/pycrypto: 2.0.1-r5
 dev-util/ccache: [Not Present]
 dev-util/confcache:  [Not Present]
 sys-apps/sandbox:1.2.18.1
 sys-devel/autoconf:  2.13, 2.60
 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.17
 sys-devel/gcc-config: [Not Present]
 sys-devel/libtool:   1.5.22
 virtual/os-headers:  2.6.11-r4
 ACCEPT_KEYWORDS=ppc ~ppc
 AUTOCLEAN=yes
 CBUILD=powerpc-unknown-linux-gnu
 CFLAGS=-O3 -pipe -mcpu=7400 -mtune=G4 -maltivec -mabi=altivec
-fno-strict-aliasing -mpowerpc-gfxopt -fomit-frame-pointer
 CHOST=powerpc-unknown-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/eselect/compiler /etc/gconf
/etc/revdep-rebuild /etc/terminfo
 CXXFLAGS=-O3 -pipe -mcpu=7400 -mtune=G4 -maltivec -mabi=altivec
-fno-strict-aliasing -mpowerpc-gfxopt -fomit-frame-pointer
 DISTDIR=/usr/portage/distfiles
 FEATURES=autoconfig distlocks metadata-transfer sandbox sfperms strict
 GENTOO_MIRRORS=ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/
ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/
http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/
http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/
ftp://ftp.unina.it/pub/linux/distributions/gentoo 
 MAKEOPTS=-j2
 PKGDIR=/usr/portage/packages
 PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude='/distfiles' --exclude='/local'
--exclude='/packages'
 PORTAGE_TMPDIR=/var/tmp
 PORTDIR=/usr/portage
 SYNC=rsync://rsync.gentoo.org/gentoo-portage
 USE=ppc X alsa altivec arts berkdb bitmap-fonts cli crypt dlloader dri
dvdr emacs encode fortran gtk ipv6 isdnlog ithreads kde mad mp3 ncurses
nls nptl nptlonly opengl pascal pcre perl php pppd python qt radeon
readline reflection session spl ssl tcpd truetype-fonts type1-fonts
unicode vorbis xorg zlib elibc_glibc input_devices_keyboard
input_devices_mouse kernel_linux userland_GNU video_cards_ati
video_cards_radeon
 Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Bye Seba
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] kcmInit SEGV after x11 upgrade

2006-07-15 Thread David Corbin
I upgraded to X11 7.0.

Now when KDE starts, I get a failure (SEGV something-or-other) from kcminit.  
I re-emerged kdebase-3.5.2 (which contains kcminit) to no effect.

Ideas?

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



Re: [gentoo-user] video capture

2006-07-15 Thread rob
On Saturday 15 July 2006 14:15, Uwe Thiem wrote:
 On 15 July 2006 18:25, Richard Fish wrote:
  On 7/15/06, rob [EMAIL PROTECTED] wrote:
   emerged  most of the stuff in media-tv but I can't get anyone of thease
   to show TV most say device not configured. Evan the ones that I know
   point to /dev/video0
   I think I did everything right.
   pleas help or tell me of a better card to use.
 
  Are you sure this is a card problem, and not a permissions issue?  It
  looks like udev makes most of the device nodes in the video group.
  Is your user account a member of that group?

Well I emerged gentoo-sources with ~86 gave me linux-2.6.17-gentoo-r3. Now the 
tuner comes up and  using the ivtv test it now captures only snow but it is a 
start. I have tryed to change channel but it doesn't work. Even line in gives 
me the same thing.  Any other seguestions

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



[gentoo-user] Recent CUPS upgrade broke my printer server

2006-07-15 Thread Kevin O'Gorman

I've been running cups happily on this box for a couple of years.  It serves
print requests from two other computers I have, one running Ubuntu (also
running cups), and the other running WinXP.

With the upgrade to 1.2.1-r2 from 1.1.23, some probelms arose:
1) neither of the other machines can print through this server any more.
2) When either of the other machines is running at all, requests to print
   on this gentoo server lock up for just under 2 minutes before they
   get to printing.  If I shut down the other machines, printing returns
   to normal locally.

The error logs show a repeated error that doesn't ring a bell with me:

E [15/Jul/2006:14:20:18 -0700] encrypt_client: Unable to encrypt
connection from 64.166.164.53!

The config files changed a bit on the upgrade, and I did my best.  The last
go 'round was through the web interface (once I got that working) so they've
all been rewritten by cups.  I cannot claim to understand them completely.
Can anyone explain the @OWNER @SYSTEM things -- they sound good,
but I'm not truly clear on exactly what they do in cups.
I want to allow ports 631 (normal cups stuff from the Ubuntu machine) and
515 (LPD things for WinXP).

I've looked at the config files, and nothing jumps out at me.  The one mention
of encryption is in the /auth section, which I don't use remotely
anyway.  Here's
cupsd.conf:

# Show general information in error_log.
LogLevel info
SystemGroup lpadmin
# Allow remote access
Port 631
Listen *:printer
Listen /var/run/cups/cups.sock
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL
BrowseAddress @LOCAL
DefaultAuthType Basic
Location /
 # Allow shared printing...
 Order allow,deny
 Allow @LOCAL
/Location
Location /admin
 Encryption Required
 # Restrict access to the admin pages...
 Order allow,deny
 Allow localhost
/Location
Location /admin/conf
 AuthType Basic
 Require user @SYSTEM
 # Restrict access to the configuration files...
 Order allow,deny
 Allow localhost
/Location
Policy default
 Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job
Purge-Jobs Set-Job-Attributes Create-Job-Subscription
Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job
Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job
   Require user @OWNER @SYSTEM
   Order deny,allow
 /Limit
 Limit Pause-Printer Resume-Printer Set-Printer-Attributes
Enable-Printer Disable-Printer Pause-Printer-After-Current-Job
Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer
Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer
Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer
CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs
CUPS-Set-Default
   AuthType Basic
   Require user @SYSTEM
   Order deny,allow
 /Limit
 Limit CUPS-Authenticate-Job
   Require user @OWNER @SYSTEM
   Order deny,allow
 /Limit
 Limit All
   Order deny,allow
 /Limit
/Policy



--
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Recent CUPS upgrade broke my printer server

2006-07-15 Thread Michael [Plouj] Ploujnikov

There must be a good reason it isn't stable yet:
http://www.gentoo-portage.com/net-print/cups

On 7/15/06, Kevin O'Gorman [EMAIL PROTECTED] wrote:

I've been running cups happily on this box for a couple of years.  It serves
print requests from two other computers I have, one running Ubuntu (also
running cups), and the other running WinXP.

With the upgrade to 1.2.1-r2 from 1.1.23, some probelms arose:
1) neither of the other machines can print through this server any more.
2) When either of the other machines is running at all, requests to print
on this gentoo server lock up for just under 2 minutes before they
get to printing.  If I shut down the other machines, printing returns
to normal locally.

The error logs show a repeated error that doesn't ring a bell with me:

E [15/Jul/2006:14:20:18 -0700] encrypt_client: Unable to encrypt
connection from 64.166.164.53!

The config files changed a bit on the upgrade, and I did my best.  The last
go 'round was through the web interface (once I got that working) so they've
all been rewritten by cups.  I cannot claim to understand them completely.
Can anyone explain the @OWNER @SYSTEM things -- they sound good,
but I'm not truly clear on exactly what they do in cups.
I want to allow ports 631 (normal cups stuff from the Ubuntu machine) and
515 (LPD things for WinXP).

I've looked at the config files, and nothing jumps out at me.  The one mention
of encryption is in the /auth section, which I don't use remotely
anyway.  Here's
cupsd.conf:

# Show general information in error_log.
LogLevel info
SystemGroup lpadmin
# Allow remote access
Port 631
Listen *:printer
Listen /var/run/cups/cups.sock
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL
BrowseAddress @LOCAL
DefaultAuthType Basic
Location /
  # Allow shared printing...
  Order allow,deny
  Allow @LOCAL
/Location
Location /admin
  Encryption Required
  # Restrict access to the admin pages...
  Order allow,deny
  Allow localhost
/Location
Location /admin/conf
  AuthType Basic
  Require user @SYSTEM
  # Restrict access to the configuration files...
  Order allow,deny
  Allow localhost
/Location
Policy default
  Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job
Purge-Jobs Set-Job-Attributes Create-Job-Subscription
Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job
Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job
Require user @OWNER @SYSTEM
Order deny,allow
  /Limit
  Limit Pause-Printer Resume-Printer Set-Printer-Attributes
Enable-Printer Disable-Printer Pause-Printer-After-Current-Job
Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer
Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer
Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer
CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs
CUPS-Set-Default
AuthType Basic
Require user @SYSTEM
Order deny,allow
  /Limit
  Limit CUPS-Authenticate-Job
Require user @OWNER @SYSTEM
Order deny,allow
  /Limit
  Limit All
Order deny,allow
  /Limit
/Policy



--
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Korthrun

On 7/15/06, Hemmann, Volker Armin [EMAIL PROTECTED] wrote:

On Friday 14 July 2006 14:30, Korthrun wrote:
 Heyyas,

  I'm running:
 Xorg 7.0-r1
 nvidia-kernel 1.0.8762
 nvidia-glx 1.0.8762

  I've followed the guide at
 http://www.gentoo.org/doc/en/nvidia-guide.xml with the following
 exceptions. I'm using a kernel.org kernel not a portage kernel, and I
 didn't make the changes regarding framebuffers because I don't
 intend to use one.That whole bit is disabled in my kernel.

 X starts up fine and looks great, I get decent FPS from glxgears.
 While following the above guide I get to this point Code Listing
 2.19: Checking the direct rendering status and end up with this:

 glxinfo | grep direct
 Xlib:  extension XFree86-DRI missing on display :0.0.
 direct rendering: No

did you make eselect opengl set nvidia?
Did you ever use the nvidia-installer?
If yes to the second question, stale files from it, can ruin everything.

#
Section Module

# This loads the DBE extension module.

Loaddbe   # Double buffer extension
Loadextmod
Loadtype1
Loadspeedo
Loadfreetype
#Loadxtt
Loadglx
Loadv4l
Loadddc
Loadi2c

EndSection

Section Extensions
Option Composite Enable
EndSection



# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files


FontPath   /usr/share/fonts/misc/
FontPath   /usr/share/fonts/TTF/
FontPath   /usr/share/fonts/Type1/
FontPath   /usr/share/fonts/75dpi/
FontPath   /usr/share/fonts/100dpi/
FontPath   /usr/share/fonts/local/
#FontPath   /usr/share/fonts/Speedo/
FontPath   /usr/share/fonts/TrueType/
FontPath   /usr/share/fonts/freefont/
FontPath   /usr/share/fonts/sharefonts/
FontPath   /usr/share/fonts/corefonts/

EndSection

# **
# Server flags section.
# **

Section ServerFlags


EndSection

# **
# Input devices
# **

# **
# Core keyboard's InputDevice section
# **

Section InputDevice

Identifier  Keyboard1
Driver  kbd

Option AutoRepeat 500 30
Option XkbRules   xorg
Option XkbModel   pc102
Option XkbLayout  de

EndSection


# **
# Core Pointer's InputDevice section
# **

Section InputDevice

# Identifier and driver

Identifier  Mouse1
#Driver mouse
#Option  ProtocolIMPS/2
#Option  Protocol ExplorerPS/2
#Option InputFashion Mouse
#Option  Buttons  7
#Option   ButtonNumber 7
#Option  ZAxisMapping 6 7
#Option  Emulate3Buttons false
#Option Device  /dev/input/mice
#Option ZAxisMapping 4 5
#  Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ExplorerPS/2
Option  Buttons   8
Option  ZAxisMapping  4 5 6 7
Option  Emulate3Buttons   false
Option  Resolution800
EndSection

# **
# Monitor section
# **

# Any number of monitor sections may be present

Section Monitor

Identifier  ibm

HorizSync   31.5-96
VertRefresh 50-85
Option dpms
EndSection


# **
# Graphics device section
# **


Section Device
Identifier  6600
Driver  nvidia
#VideoRam131072
# Insert Clocks lines here if appropriate

Option RenderAccel true
Option AllowGLXWithComposite true
Option backingstore true
 #   Option XaaNoOffscreenPixmaps true
Option ADDARGBGLXVisuals true
EndSection


# **
# Screen sections
# **

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the -screen
# option.
Section Screen

Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Korthrun

On 7/15/06, Richard Fish [EMAIL PROTECTED] wrote:

On 7/15/06, Hemmann, Volker Armin [EMAIL PROTECTED] wrote:
 no, you should not. This last 'stanza' is not needed - maybe even harmfull.
 Remove it.

Oops, your right.

Looks like an artifact (both in the config and my brain) from my ATI
days.  Apologies to korthrun for the bogus info.

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



No problem man, it happens to the lot of us :)

K
--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ALSA - which config file is correct

2006-07-15 Thread Ryan Tandy

pat wrote:

Hi all,

I have question about alsa configuration. I know how to configure the driver
etc., bud during the configuration I've found that the condifuration is
mentioned in 3 files:
1) /etc/modules.d/alsa
2) /etc/modules.conf
3) /etc/modprobe.conf

The part I'm talking about is:
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0

What is difference between these files ??? I think main should be the 1st one,
but the others what are good for ??? Or can someone light it to me ???

Thanks a lot

Pat


Just run alsaconf (media-sound/alsa-utils) - it'll do it for you.

If you'd rather not, /etc/modules.d/alsa is the one you want. 
Afterwards, run modules-update to automatically update the other two files.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Ryan Tandy

Hemmann, Volker Armin wrote:

On Saturday 15 July 2006 01:01, Ryan Tandy wrote:

Korthrun wrote:

#   Load  dri

Uncomment that line, and restart X.


no.

That has to be commented - or removed.

Read the docs. Read the nvidia readme.


Oops, my bad - I've never had an nvidia card, sorry.  Assumed it was the 
same as others. *blush*

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Korthrun

On 7/14/06, Korthrun [EMAIL PROTECTED] wrote:

Heyyas,

 I'm running:
Xorg 7.0-r1
nvidia-kernel 1.0.8762
nvidia-glx 1.0.8762

 I've followed the guide at
http://www.gentoo.org/doc/en/nvidia-guide.xml with the following
exceptions. I'm using a kernel.org kernel not a portage kernel, and I
didn't make the changes regarding framebuffers because I don't
intend to use one.That whole bit is disabled in my kernel.

X starts up fine and looks great, I get decent FPS from glxgears.
While following the above guide I get to this point Code Listing
2.19: Checking the direct rendering status and end up with this:

glxinfo | grep direct
Xlib:  extension XFree86-DRI missing on display :0.0.
direct rendering: No

My Xorg.conf follows:
##Start xorg.conf
Section ServerLayout
Identifier X.org Configured
Screen  0  Screen[0] 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/share/X11/rgb
ModulePath   /usr/lib/xorg/modules
FontPath /usr/share/fonts/misc
FontPath /usr/share/fonts/75dpi
FontPath /usr/share/fonts/100dpi
FontPath /usr/share/fonts/TTF
FontPath /usr/share/fonts/Type1
EndSection

Section Module
Load  glx
Load  extmod
Load  xtrap
Load  record
Load  dbe
#   Load  dri
Load  freetype
Load  type1
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/input/mice
Option  Buttons 7
Option  ZAxisMapping 4 5
EndSection

Section Monitor
Identifier   Monitor[0]
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
HorizSync 30-70
VertRefresh 50-180
EndSection

Section Device
Identifier  Device[0]
Driver  nvidia
EndSection

Section Screen
Identifier Screen[0]
Device Device[0]
MonitorMonitor[0]
DefaultDepth 24
SubSection Display
Viewport   0 0
Depth 24
Modes 1280x1024
EndSubSection
EndSection

Section DRI
Group video
Mode 0660
EndSection

##End xorg.conf

 I've tried it both with and without this last stanza regarding
DRI. I tossed it in there for giggles since I needed it with my ATI
card. One thing I haven't ventured to yet is recompilin xorg. When I
compiled it I did have VIDEO_CARDS set to radeon. Will this effect
xorg working with nvidia cards? What would the proper VIDEO_CARDS
setting be for a geforce 6800?

Any suggestions/comments are very welcome. Thanks muchly.,

Korf
--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.


Well, I've now narrowed it down to permissions. I didn't install the
drivers off of nvidias site as they are the same version. Perusing the
nvidia linux forum I came across a post that made me want to do
glxgears again. I was root on that console due to just having emerged
something, and DRI works fine. I'm going to poke some stuff with chmod
and restart, but if any know what might be the difference that allows
root to do it I'd love to hear it.

K

--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Nvidia+Xorg not allowing DRI.

2006-07-15 Thread Korthrun

On 7/15/06, Korthrun [EMAIL PROTECTED] wrote:

On 7/14/06, Korthrun [EMAIL PROTECTED] wrote:
 Heyyas,

  I'm running:
 Xorg 7.0-r1
 nvidia-kernel 1.0.8762
 nvidia-glx 1.0.8762

  I've followed the guide at
 http://www.gentoo.org/doc/en/nvidia-guide.xml with the following
 exceptions. I'm using a kernel.org kernel not a portage kernel, and I
 didn't make the changes regarding framebuffers because I don't
 intend to use one.That whole bit is disabled in my kernel.

 X starts up fine and looks great, I get decent FPS from glxgears.
 While following the above guide I get to this point Code Listing
 2.19: Checking the direct rendering status and end up with this:

 glxinfo | grep direct
 Xlib:  extension XFree86-DRI missing on display :0.0.
 direct rendering: No

 My Xorg.conf follows:
 ##Start xorg.conf
 Section ServerLayout
 Identifier X.org Configured
 Screen  0  Screen[0] 0 0
 InputDeviceMouse0 CorePointer
 InputDeviceKeyboard0 CoreKeyboard
 EndSection

 Section Files
 RgbPath  /usr/share/X11/rgb
 ModulePath   /usr/lib/xorg/modules
 FontPath /usr/share/fonts/misc
 FontPath /usr/share/fonts/75dpi
 FontPath /usr/share/fonts/100dpi
 FontPath /usr/share/fonts/TTF
 FontPath /usr/share/fonts/Type1
 EndSection

 Section Module
 Load  glx
 Load  extmod
 Load  xtrap
 Load  record
 Load  dbe
 #   Load  dri
 Load  freetype
 Load  type1
 EndSection

 Section InputDevice
 Identifier  Keyboard0
 Driver  kbd
 EndSection

 Section InputDevice
 Identifier  Mouse0
 Driver  mouse
 Option  Protocol IMPS/2
 Option  Device /dev/input/mice
 Option  Buttons 7
 Option  ZAxisMapping 4 5
 EndSection

 Section Monitor
 Identifier   Monitor[0]
 Option  VendorName ATI Proprietary Driver
 Option  ModelName Generic Autodetecting Monitor
 Option  DPMS true
 HorizSync 30-70
 VertRefresh 50-180
 EndSection

 Section Device
 Identifier  Device[0]
 Driver  nvidia
 EndSection

 Section Screen
 Identifier Screen[0]
 Device Device[0]
 MonitorMonitor[0]
 DefaultDepth 24
 SubSection Display
 Viewport   0 0
 Depth 24
 Modes 1280x1024
 EndSubSection
 EndSection

 Section DRI
 Group video
 Mode 0660
 EndSection

 ##End xorg.conf

  I've tried it both with and without this last stanza regarding
 DRI. I tossed it in there for giggles since I needed it with my ATI
 card. One thing I haven't ventured to yet is recompilin xorg. When I
 compiled it I did have VIDEO_CARDS set to radeon. Will this effect
 xorg working with nvidia cards? What would the proper VIDEO_CARDS
 setting be for a geforce 6800?

 Any suggestions/comments are very welcome. Thanks muchly.,

 Korf
 --
 ()  The ASCII Ribbon Campaign - against HTML Email,
 /\  vCards, and proprietary formats.

Well, I've now narrowed it down to permissions. I didn't install the
drivers off of nvidias site as they are the same version. Perusing the
nvidia linux forum I came across a post that made me want to do
glxgears again. I was root on that console due to just having emerged
something, and DRI works fine. I'm going to poke some stuff with chmod
and restart, but if any know what might be the difference that allows
root to do it I'd love to hear it.

K

--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.


I restarted X and I can see DRI fine on a non privileged user. The
change was adding some of the options from device section of the
xorg.conf posted by Hemmann, Volker Armin

Thanks everyone,

K

--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xorg and static libraries

2006-07-15 Thread Steve Brenneis
Benno Schulenberg wrote:
 Steve Brenneis wrote:
   
 Benno Schulenberg wrote:
 
 You have no video card?  Put at least VIDEO_CARDS=vesa in
 your /etc/make.conf, and add nv or radeon or whatever your
 box has.
   
 I've never seen any instruction to set this variable.
 

 In http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml 
 it says: Set INPUT_DEVICES and VIDEO_CARDS to what you need 
 in /etc/make.conf.

   
 I have been 
 through half a dozen versions of X and a couple of versions of
 KDE with it set this way. Once again, I doubt this is the source
 of my problem. I also have about five other Gentoo systems
 running and haven't set this variable on any of them. They all
 work just fine.
 

 But none of them on modular Xorg, no?  :)  Older Xorgs just built 
 all of the drivers.

 Benno
   
That will teach me to miss reading the newsletter every month. On day
I'll learn to pay attention to those things.

Actually, none of that was my problem. The problem was solved by
commenting out the ModulePath statement in xorg.conf. Now I just have to
figure out what may have gotten broken by doing that. I think I'll just
unmerge everything (in Xorg) and start over.

Thanks for the help.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Recent CUPS upgrade broke my printer server

2006-07-15 Thread Kevin O'Gorman

On 7/15/06, Michael [Plouj] Ploujnikov [EMAIL PROTECTED] wrote:

There must be a good reason it isn't stable yet:
http://www.gentoo-portage.com/net-print/cups

On 7/15/06, Kevin O'Gorman [EMAIL PROTECTED] wrote:
 I've been running cups happily on this box for a couple of years.  It serves
 print requests from two other computers I have, one running Ubuntu (also
 running cups), and the other running WinXP.

 With the upgrade to 1.2.1-r2 from 1.1.23, some probelms arose:
 1) neither of the other machines can print through this server any more.
 2) When either of the other machines is running at all, requests to print
 on this gentoo server lock up for just under 2 minutes before they
 get to printing.  If I shut down the other machines, printing returns
 to normal locally.

 The error logs show a repeated error that doesn't ring a bell with me:

 E [15/Jul/2006:14:20:18 -0700] encrypt_client: Unable to encrypt
 connection from 64.166.164.53!

 The config files changed a bit on the upgrade, and I did my best.  The last
 go 'round was through the web interface (once I got that working) so they've
 all been rewritten by cups.  I cannot claim to understand them completely.
 Can anyone explain the @OWNER @SYSTEM things -- they sound good,
 but I'm not truly clear on exactly what they do in cups.
 I want to allow ports 631 (normal cups stuff from the Ubuntu machine) and
 515 (LPD things for WinXP).

 I've looked at the config files, and nothing jumps out at me.  The one mention
 of encryption is in the /auth section, which I don't use remotely
 anyway.  Here's
 cupsd.conf:

 # Show general information in error_log.
 LogLevel info
 SystemGroup lpadmin
 # Allow remote access
 Port 631
 Listen *:printer
 Listen /var/run/cups/cups.sock
 # Enable printer sharing and shared printers.
 Browsing On
 BrowseOrder allow,deny
 BrowseAllow @LOCAL
 BrowseAddress @LOCAL
 DefaultAuthType Basic
 Location /
   # Allow shared printing...
   Order allow,deny
   Allow @LOCAL
 /Location
 Location /admin
   Encryption Required
   # Restrict access to the admin pages...
   Order allow,deny
   Allow localhost
 /Location
 Location /admin/conf
   AuthType Basic
   Require user @SYSTEM
   # Restrict access to the configuration files...
   Order allow,deny
   Allow localhost
 /Location
 Policy default
   Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job
 Purge-Jobs Set-Job-Attributes Create-Job-Subscription
 Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job
 Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job
 Require user @OWNER @SYSTEM
 Order deny,allow
   /Limit
   Limit Pause-Printer Resume-Printer Set-Printer-Attributes
 Enable-Printer Disable-Printer Pause-Printer-After-Current-Job
 Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer
 Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer
 Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer
 CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs
 CUPS-Set-Default
 AuthType Basic
 Require user @SYSTEM
 Order deny,allow
   /Limit
   Limit CUPS-Authenticate-Job
 Require user @OWNER @SYSTEM
 Order deny,allow
   /Limit
   Limit All
 Order deny,allow
   /Limit
 /Policy



 --
 Kevin O'Gorman, PhD


Drat, I need a better memory.  I got dragged into allowing unstable
because something else I wanted depended on it.  Fortunately I
buildpkg; I'll just back up.

++ kevin

--
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xorg and static libraries

2006-07-15 Thread Donnie Berkholz
Steve Brenneis wrote:
 Actually, none of that was my problem. The problem was solved by
 commenting out the ModulePath statement in xorg.conf. Now I just have to
 figure out what may have gotten broken by doing that. I think I'll just
 unmerge everything (in Xorg) and start over.

Nothing should get broken by doing that, that is the correct way to have it.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature