Re: [gentoo-web-user] [patch] webapp.eclass: SLOT warning

2006-07-10 Thread Renat Lumpau
On Mon, Jul 03, 2006 at 09:05:21PM +, Renat Lumpau wrote:
 I've attached a patch to the eclass that removes the user-visible warning 
 about
 manual SLOTting. Unless there are strong objections, I plan to commit this 
 patch
 to the tree in a week.

In the tree.

-- 
Renat Lumpau   all things web-apps
C6A838DA   04AF B5EE 17CB 1000 DDA5  D3FC 1338 ADC2 C6A8 38DA


pgp3RRUTUHTtv.pgp
Description: PGP signature


Re: [gentoo-user] Konqueror Open Office : font problems

2006-07-10 Thread Richard Fish

On 7/9/06, Philip Webb [EMAIL PROTECTED] wrote:

I've been suffering from  2  font problems for the last few months.

(1) Konqueror 3.5.3 (3.5.1 3.5.2) displays news sites with an ugly font
despite my setting 'Standard font = New Century Schoolbook, min/med size 11';
there is no problem with Firefox: see

  http://www.chass.utoronto.ca/~purslow/font-konq.png
  http://www.chass.utoronto.ca/~purslow/font-firefox1.png


Heh, I actually think the konqueror rendering is easier to read with a
nice anti-aliased font, instead of that jaggy New Century Schoolbook
one, but to each his own I guess...

Anyway it looks to me like Konqueror is always honoring the
document-specified fonts instead of your chosen ones.  So if a web
page specifies Verdana for everything (like Yahoo does), then that is
what konqueror displays.

You can override this quite brutally by using the Accessibility
style sheet under Stylesheets, and customizing it to force the same
font family for all text.


(2) Open Office 2.0.3 (2.0.2) insists on overlarge fonts for menus,
despite my setting 'Tools - Options - OpenOffice - Fonts:
automatic, non-proportional, size 10'; it is cured only when I set
'Tools - Options - OpenOffice - View: scaling = 80 % '
 '125 %' in the toolbar: see ( 1 = former , 2 = latter )


If you build openoffice with USE=kde (and it looks like you do),
openoffice should be able to use the KDE theming engine for rendering
it's user interface, including fonts.  But you should make sure that
you have Use system font for user interface selected in
Tools-Options-OpenOffice.org-View

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



Re: [gentoo-user] emerge xkeyboard-config-0.8 failed

2006-07-10 Thread Richard Fish

On 7/9/06, Pascal Bourguignon [EMAIL PROTECTED] wrote:


Seems some dependencies are missing:


Yep...


checking for XML::Parser... configure: error: XML::Parser perl module is 
required for intltool


Do you have dev-perl/XML-Parser installed?  (You should, it is a
dependancy of xkeyboard-config)

Have you upgraded perl recently?  If so, you might need to run
perl-cleaner modules or perl-cleaner all

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



Re: [gentoo-user] Clean up world file

2006-07-10 Thread Neil Bothwick
On Mon, 10 Jul 2006 00:35:18 -0500, Anthony E. Caudel wrote:

 Thanks Neil.  I think I'll use this along with the recommendations of
 dep.  With 119 packages in the world file, I'll have to be VERY brutal.

That depends on what you're using. If you use the KDE split builds
without the meta packages, 119 is a very low figure. I have 338 on my
desktop and 256 on my laptop, which makes me think I should start pruning
the desktop's world file, that is quite a difference.


-- 
Neil Bothwick

Windows, the most installed system in the world, I know, I've done it
5 or 6 times myself.


signature.asc
Description: PGP signature


Re: [gentoo-user] Clean up world file

2006-07-10 Thread Anthony E. Caudel
Neil Bothwick wrote:
 ... I have 338 on my desktop and 256 on my laptop, which makes me think I 
 should start pruning ...
 
Gulp!  Maybe mine isn't so bloated after all. ;-)

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



Re: [gentoo-user] vlc wants mozilla - but I don't

2006-07-10 Thread Daniel Drake

Richard Fish wrote:

You can also file a bug that the nsplugin dependancy should be
satisfied by mozilla-firefox-bin as well.  I'm not sure that
mozilla-firefox-bin is actually sufficient to configure vlc with
--enable-mozilla=firefox, but that should be easy enough to determine.


I doubt it. mozilla-firefox-bin does not provide any of the development 
libraries (e.g. gtkmozembed) or headers.


Daniel

--
gentoo-user@gentoo.org mailing list



[gentoo-user] DMA for /dev/cdrom ?

2006-07-10 Thread Andreas Burghardt
Hello everyone,

I really like to use DMA for my cdrom/burner but I cant figure out how to make
it working!
I have a

hdc: HL-DT-ST DVD-RW GWA-4082N, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hdc: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache

DMA is working fine for my disk but for cdrom I only get:

tapa ~ # hdparm -d1 /dev/cdrom 
/dev/cdrom:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma=  0 (off)

Does anyone of you know if there is DMA support for this cdrom-drive and if
there is what to compile in the kernel? I already gave up to search ... because
nothing wanted to work!

Regards,

   Andreas Burghardt
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: DMA for /dev/cdrom ?

2006-07-10 Thread Anno v. Heimburg
Hi Andreas!
 
 I really like to use DMA for my cdrom/burner but I cant figure out how to
 make it working!

 tapa ~ # hdparm -d1 /dev/cdrom
 /dev/cdrom:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Operation not permitted
 using_dma=  0 (off)

Two hints, perhaps they help
- hdparm -i $DEVICE will display what the device can support
- I would run hdparm on the physical device file, that is /dev/hdc, not on
the cdrom-link.

 Does anyone of you know if there is DMA support for this cdrom-drive

It sounds like a plain old ATAPI drive, so should work with the generic
stuff. No specific knowledge about your drive, though.

Anno

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: DMA for /dev/cdrom ?

2006-07-10 Thread Andreas Burghardt
On Mon, Jul 10, 2006 at 12:38:47PM +0200, Anno v. Heimburg wrote:
 Hi Andreas!
  
  I really like to use DMA for my cdrom/burner but I cant figure out how to
  make it working!
 
  tapa ~ # hdparm -d1 /dev/cdrom
  /dev/cdrom:
  setting using_dma to 1 (on)
  HDIO_SET_DMA failed: Operation not permitted
  using_dma=  0 (off)
 
 Two hints, perhaps they help
 - hdparm -i $DEVICE will display what the device can support
 - I would run hdparm on the physical device file, that is /dev/hdc, not on
 the cdrom-link.

tapa ~ # hdparm -i /dev/hdc   

/dev/hdc:

 Model=HL-DT-ST DVD-RW GWA-4082N, FwRev=CB03, SerialNo=4CA07617AFA8
  Config={ Fixed Removeable DTR=5Mbs DTR10Mbs nonMagnetic }
  RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0
  BuffType=unknown, BuffSize=0kB, MaxMultSect=0
  (maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0
  IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
  PIO modes:  pio0 pio1 pio2 pio3 pio4 
  DMA modes:  mdma0 mdma1 mdma2 
  UDMA modes: udma0 udma1 *udma2 
  AdvancedPM=no
  Drive conforms to: ATA/ATAPI-5 T13 1321D revision 3:  ATA/ATAPI-2
  ATA/ATAPI-3 ATA/ATAPI-4 ATA/ATAPI-5

 * signifies the current active mode

Hmm, I see AdvancedPM=no ...? Before I changed to Gentoo-Linux I was using
Ubuntu. If I copied files from the cdrom it was _very_ FAASST ... but now ... 

Thx for your help!

 
  Does anyone of you know if there is DMA support for this cdrom-drive
 
 It sounds like a plain old ATAPI drive, so should work with the generic
 stuff. No specific knowledge about your drive, though.
 
 Anno
 
 -- 
 gentoo-user@gentoo.org mailing list
 

-- 

Dan ketika Guru Isa mendengar derap sepatu datang
 ke pintu kamar mereka, dia merasa damai dengan rasa
 takutnya yang timbul. Dia tahu teror mereka tidak 
 akan bisa menyentuhnya lagi. Dia telah bebas.
 (Mochtar Lubis, Jalan Tak Ada Ujung, 1952)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: DMA for /dev/cdrom ?

2006-07-10 Thread Mick
On Monday 10 July 2006 12:10, Andreas Burghardt wrote:
 *udma2

Well, the above shows that you have udma2 activated on your device.
-- 
Regards,
Mick


pgp7ohAnVj89p.pgp
Description: PGP signature


Re: [gentoo-user] Re: DMA for /dev/cdrom ?

2006-07-10 Thread Andreas Burghardt
On Mon, Jul 10, 2006 at 12:26:08PM +0100, Mick wrote:
 On Monday 10 July 2006 12:10, Andreas Burghardt wrote:
  *udma2

I'm very sorry, but you all see that I'm quite new to Linux ...
If UDMA2 is activated for the drive why is the data trasfer slow and

tapa ~ # hdparm -d1 /dev/hdc

/dev/hdc:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Operation not permitted
 using_dma=  0 (off)
   
Why cant I activate DMA?


 
 Well, the above shows that you have udma2 activated on your device.
 -- 
 Regards,
 Mick



-- 

Dan ketika Guru Isa mendengar derap sepatu datang
 ke pintu kamar mereka, dia merasa damai dengan rasa
 takutnya yang timbul. Dia tahu teror mereka tidak 
 akan bisa menyentuhnya lagi. Dia telah bebas.
 (Mochtar Lubis, Jalan Tak Ada Ujung, 1952)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Apache Autoindex applications

2006-07-10 Thread Daniel Iliev
Ow Mun Heng wrote:
 Yes that's true, but, I don't really want to go into implementing an
 LDAP server/service right now.
 Besides that, I'm looking at using the autoindex script for web-based
 file storage. It doesn't support LDAP. (AFAIK)

  The sql-way seems more complicated to me. I suspect there is something
that I may be missing or don't understand.
  The auotoindex is used only to generate an HTML list of the contents
of a given directory. Not to manage that contents. The access to that
directory can be restricted using authentication. Then things like
mod_auth_mysql can become handy for example to use only one
authentication for the protected area and for the site's forum (though
this won't work with forums like SMF, which use a..hmhm..let me say
strange way to store passwords).

If your idea is to make something like a file sharing site, where
depending on the login credentials a user could only download files or
again depending on the credentials the user could also upload files the
easiest way is to use a cgi script (perl, php, whatever) for
uploading. The script should reside in a directory where only
unloaders have access and should save the uploaded files in the
downloads directory.

That is the easiest way I can think of...if I have understood you
correctly at all.

HTH

-- 
Best regards,
Daniel

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Clean up world file

2006-07-10 Thread Daniel Iliev
Anthony E. Caudel wrote:

 Gulp!  Maybe mine isn't so bloated after all. ;-)
 
 Tony
 
:
...or perhaps you don't have as many packages installed as Mr. Neil
Bothwick has.

After cleaning I get:
===
#wc /var/lib/portage/world
 280  281 5415 /var/lib/portage/world
===

-- 
Best regards,
Daniel

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X, nvidia, and unresolved symbols

2006-07-10 Thread John Blinka
Heitor wrote:
 Hello,

 I dont know if it helps you butn I had the following problem.

 With the stable nvidia driver i got these unresolved messages and I
 couldn't load the module when I emerge the testing driver. I saw on
 the list that there was a
 x11-drivers/nvidia-legacy-drivers (I have a very old Geforce 256)
 and decided to give it a try.
 Now my X is up again:)  Maybe you should try it too.


I tried both the legacy drivers and the non-legacy drivers.  Same
messages about unresolved symbols.

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



Re: [gentoo-user] Re: DMA for /dev/cdrom ?

2006-07-10 Thread Stefán István
hétfő 10 július 2006 13.40 dátummal Andreas Burghardt ezt írta:
 On Mon, Jul 10, 2006 at 12:26:08PM +0100, Mick wrote:
  On Monday 10 July 2006 12:10, Andreas Burghardt wrote:
   *udma2
 
 I'm very sorry, but you all see that I'm quite new to Linux ...
 If UDMA2 is activated for the drive why is the data trasfer slow and
 
 tapa ~ # hdparm -d1 /dev/hdc
 
 /dev/hdc:
  setting using_dma to 1 (on)
  HDIO_SET_DMA failed: Operation not permitted
  using_dma=  0 (off)

 Why cant I activate DMA?

What kind of chipset does your motherboard use?
You can check it with the lspci command. Maybe you have to load a kernel 
module for that chipset...

Istvan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: DMA for /dev/cdrom ?

2006-07-10 Thread Andreas Burghardt
On Mon, Jul 10, 2006 at 02:10:10PM +0200, Stef?n Istv?n wrote:
 h?tf? 10 j?lius 2006 13.40 d?tummal Andreas Burghardt ezt ?rta:
  On Mon, Jul 10, 2006 at 12:26:08PM +0100, Mick wrote:
   On Monday 10 July 2006 12:10, Andreas Burghardt wrote:
*udma2
  
  I'm very sorry, but you all see that I'm quite new to Linux ...
  If UDMA2 is activated for the drive why is the data trasfer slow and
  
  tapa ~ # hdparm -d1 /dev/hdc
  
  /dev/hdc:
   setting using_dma to 1 (on)
   HDIO_SET_DMA failed: Operation not permitted
   using_dma=  0 (off)
 
  Why cant I activate DMA?
 
 What kind of chipset does your motherboard use?
 You can check it with the lspci command. Maybe you have to load a kernel 
 module for that chipset...

00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express
Processor to DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root
Port (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family)
USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family)
USB UHCI #2 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family)
USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) AC'97 Audio Controller (rev 04)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem
Controller (rev 04)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev
04)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev
04)
01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Radeon Mobility
M300]
06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network
Connection (rev 05)
06:06.0 CardBus bridge: ENE Technology Inc CB-710/2/4 Cardbus Controller
06:06.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader
Controller
06:06.2 Class 0805: ENE Technology Inc ENE PCI Secure Digital Card Reader
Controller
06:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
06:0a.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000
Controller (PHY/Link)

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

-- 

Dan ketika Guru Isa mendengar derap sepatu datang
 ke pintu kamar mereka, dia merasa damai dengan rasa
 takutnya yang timbul. Dia tahu teror mereka tidak 
 akan bisa menyentuhnya lagi. Dia telah bebas.
 (Mochtar Lubis, Jalan Tak Ada Ujung, 1952)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: DMA for /dev/cdrom ?

2006-07-10 Thread Raymond Lewis Rebbeck
On Monday, 10 July 2006 22:12, Andreas Burghardt wrote:
 On Mon, Jul 10, 2006 at 02:10:10PM +0200, Stef?n Istv?n wrote:
  h?tf? 10 j?lius 2006 13.40 d?tummal Andreas Burghardt ezt ?rta:
   On Mon, Jul 10, 2006 at 12:26:08PM +0100, Mick wrote:
On Monday 10 July 2006 12:10, Andreas Burghardt wrote:
 *udma2
  
   I'm very sorry, but you all see that I'm quite new to Linux ...
   If UDMA2 is activated for the drive why is the data trasfer slow and
  
   tapa ~ # hdparm -d1 /dev/hdc
  
   /dev/hdc:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma=  0 (off)
  
   Why cant I activate DMA?
 
  What kind of chipset does your motherboard use?
  You can check it with the lspci command. Maybe you have to load a kernel
  module for that chipset...

 00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express
 Processor to DRAM Controller (rev 03)
 00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express
 Root Port (rev 03)
 00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
 Family) USB UHCI #1 (rev 04)
 00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
 Family) USB UHCI #2 (rev 04)
 00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
 Family) USB2 EHCI Controller (rev 04)
 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
 00:1e.2 Multimedia audio controller: Intel Corporation
 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)
 00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97
 Modem Controller (rev 04)
 00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge
 (rev 04)
 00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller
 (rev 04)
 01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Radeon
 Mobility M300]
 06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network
 Connection (rev 05)
 06:06.0 CardBus bridge: ENE Technology Inc CB-710/2/4 Cardbus Controller
 06:06.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader
 Controller
 06:06.2 Class 0805: ENE Technology Inc ENE PCI Secure Digital Card Reader
 Controller
 06:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
 RTL-8139/8139C/8139C+ (rev 10)
 06:0a.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000
 Controller (PHY/Link)

Looks like the same chipset as my laptop. In order to get DMA working I had to 
set CONFIG_IDE=n and enable SCSI cdrom support and CONFIG_SCSI_ATA_PIIX.

Your cdrom device will become /dev/sr0 and you shouldn't have any issues with 
DMA.


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

 --

 Dan ketika Guru Isa mendengar derap sepatu datang
  ke pintu kamar mereka, dia merasa damai dengan rasa
  takutnya yang timbul. Dia tahu teror mereka tidak
  akan bisa menyentuhnya lagi. Dia telah bebas.
  (Mochtar Lubis, Jalan Tak Ada Ujung, 1952)

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: DMA for /dev/cdrom ?

2006-07-10 Thread Mick
On Monday 10 July 2006 13:42, Andreas Burghardt wrote:

  What kind of chipset does your motherboard use?
  You can check it with the lspci command. Maybe you have to load a kernel
  module for that chipset...

I suggest that instead of compiling the chipset kernel driver as a module, you 
build it in the kernel.  This has worked for this problem that others had in 
the past and may hopefully fix yours.

HTH.
-- 
Regards,
Mick


pgpQyYEZxLPzM.pgp
Description: PGP signature


Re: [gentoo-user] amd64-hardened breaks upon glibc emerge

2006-07-10 Thread Roman Zilka
  library, but after the upgrade of glibc it shows up in /usr/lib. The
  only solution I could make up was to move everything from /usr/lib
  to /usr/lib64, symlink /usr/lib - /usr/lib64 and then start emerging
 
 Actually seems like bug #133547, in which case it seems like you did
 the right thing to fix.  This bug seems to be fixed in
 baselayout-1.12.0 (see /usr/portage/sys-apps/baselayout/ChangeLog),
 but unfortunately both 1.12.0-r1 and 1.12.1 are still ~amd64.  So what
 you may need to do before updating gcc or glibc is:
 
 echo =sys-apps/baselayout-1.12.99 ~amd64 /etc/portage/package.keywords
 emerge -u baselayout

I followed this recipe - (a fresh --sync'd system) - 'emerge portage' -
'emerge baselayout' (1.12.1) - 'emerge gcc glibc' - and I'm stuck again,
with the same problem. At any rate, thank you for your reply.

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



[gentoo-user] Re: java 1.4 eclipse

2006-07-10 Thread James
Richard Fish bigfish at asmallpond.org writes:



 According to the instructions.html in the source zip
 eclipse-sourceBuild-srcIncluded-3.2.zip, you must have *both* a 1.4
 and 1.5 jdk installed to build eclipse.  So apparently it is not
 possible to build or use eclipse 3.2 with only a 1.5 jdk.


Ah, that brings up a follow up question. If many of the ebuild packages
have built in documentation, then is there a tool/package/web_interface
that allow the document perusal without individual(admin) interaction?
For example, man pages are auto loaded and ready with 'man subject' so I'd be
interested in any similiar doc system for xml, html, doc* 

It seems like quite often I have to go on a search expedition for docs

Is there a gentoo standard or a wiki related to this subject?


curious,
James


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] What does perl USE flag do?

2006-07-10 Thread Alexander Skwar
Hi!

After a sync today, I ran emerge -Duvat world and see for example:

[nomerge  ] dev-perl/DBD-mysql-3.0004  USE=-minimal perl%
[nomerge  ]  dev-perl/DBI-1.51  USE=-minimal perl%
[nomerge  ]   dev-perl/PlRPC-0.2018  USE=-minimal perl%
[nomerge  ]dev-perl/Net-Daemon-0.39  USE=-minimal perl%

The perl USE flag is new. What does it do?

[16:34:41 [EMAIL PROTECTED]:~] $ euse -i perl
global use flags (searching: perl)

[+  D ] perl - Adds support/bindings for the Perl language.

local use flags (searching: perl)

no matching entries found

Hm. I don't understand. Add support/binding for the Perl language
in Perl modules? What would be built, if the perl Module Net-Daemon-0.39
had no perl support or binding?

Alexander Skwar
-- 
IF I HAD A MINE SHAFT, I don't think I would just abandon it.  There's
got to be a better way.
-- Jack Handley, The New Mexican, 1988.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What does perl USE flag do?

2006-07-10 Thread Hans-Werner Hilse
Hi,

On Mon, 10 Jul 2006 16:38:39 +0200 Alexander Skwar
[EMAIL PROTECTED] wrote:

 The perl USE flag is new. What does it do?

I just replied on the german ML to this question, but since it was
re-asked here:

The perl USE flag pulls in dev-lang/perl as a dependency. It is now a
default USE flag on most profiles.

I guess it's due to other flavours than Gentoo/Linux may have already a
working perl in their base system (e.g. the BSDs, Darwin, whatever) and
are assumed that there shouldn't be another one pulled in.

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



Re: [gentoo-user] Sharing access to my laptop

2006-07-10 Thread Grant

 My girlfriend's laptop's internal wireless card doesn't seem to
 compatible with WPA and I don't want to use WEP on my Gentoo router.
 This leaves me with the options of either getting her to buy a new
 wireless card or sharing my laptop.  She has a user account on my
 laptop and I use gdm so it's easy for her to log in, but is there
 anything that can be done about the situation where I'm logged in and
 away, xscreensaver has locked the screen, and she wants to log into
 her account and use the system?


er... click New Login as it's presented at the xscreensaver prompt?


So you see that button on the locked screen after compiling with
new-login without any further configuration?  I've compiled 4.24 and
5.00 with new-login and I don't see anything like that on the locked
screen.

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



[gentoo-user] managing yahoo group issue

2006-07-10 Thread maxim wexler
Hi group,

This is weird. When I tried to edit my yahoo group
account at groups.yahoo.com no groups were listed
under my account name. And when I did a search for
gentoo-user in the search field it didn't show up in
the results. 

Ditto for ubuntu-users, another group I subscribe
to.

Most of the mail from these groups reaches my
box(often the OP is missing) FWIW.

Anybody else have this problem and been able to deal
with it?

-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] Re: DMA for /dev/cdrom ?

2006-07-10 Thread Andreas Burghardt
On Mon, Jul 10, 2006 at 10:26:04PM +0930, Raymond Lewis Rebbeck wrote:
 On Monday, 10 July 2006 22:12, Andreas Burghardt wrote:
  On Mon, Jul 10, 2006 at 02:10:10PM +0200, Stef?n Istv?n wrote:
   h?tf? 10 j?lius 2006 13.40 d?tummal Andreas Burghardt ezt ?rta:
On Mon, Jul 10, 2006 at 12:26:08PM +0100, Mick wrote:
 On Monday 10 July 2006 12:10, Andreas Burghardt wrote:
  *udma2
   
I'm very sorry, but you all see that I'm quite new to Linux ...
If UDMA2 is activated for the drive why is the data trasfer slow and
   
tapa ~ # hdparm -d1 /dev/hdc
   
/dev/hdc:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Operation not permitted
 using_dma=  0 (off)
   
Why cant I activate DMA?
  
   What kind of chipset does your motherboard use?
   You can check it with the lspci command. Maybe you have to load a kernel
   module for that chipset...
 
  00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express
  Processor to DRAM Controller (rev 03)
  00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express
  Root Port (rev 03)
  00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
  Family) USB UHCI #1 (rev 04)
  00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
  Family) USB UHCI #2 (rev 04)
  00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
  Family) USB2 EHCI Controller (rev 04)
  00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
  00:1e.2 Multimedia audio controller: Intel Corporation
  82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)
  00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97
  Modem Controller (rev 04)
  00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge
  (rev 04)
  00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller
  (rev 04)
  01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Radeon
  Mobility M300]
  06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network
  Connection (rev 05)
  06:06.0 CardBus bridge: ENE Technology Inc CB-710/2/4 Cardbus Controller
  06:06.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader
  Controller
  06:06.2 Class 0805: ENE Technology Inc ENE PCI Secure Digital Card Reader
  Controller
  06:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
  RTL-8139/8139C/8139C+ (rev 10)
  06:0a.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000
  Controller (PHY/Link)
 
 Looks like the same chipset as my laptop. In order to get DMA working I had 
 to 
 set CONFIG_IDE=n and enable SCSI cdrom support and CONFIG_SCSI_ATA_PIIX.
 
 Your cdrom device will become /dev/sr0 and you shouldn't have any issues with 
 DMA.
 

Thank you very much, its working! And thx to all who helped me!

 
   Istvan
  
   --
   gentoo-user@gentoo.org mailing list
 
  --
 
  Dan ketika Guru Isa mendengar derap sepatu datang
   ke pintu kamar mereka, dia merasa damai dengan rasa
   takutnya yang timbul. Dia tahu teror mereka tidak
   akan bisa menyentuhnya lagi. Dia telah bebas.
   (Mochtar Lubis, Jalan Tak Ada Ujung, 1952)
 
 -- 
 Raymond Lewis Rebbeck
 -- 
 gentoo-user@gentoo.org mailing list
 

-- 

Dan ketika Guru Isa mendengar derap sepatu datang
 ke pintu kamar mereka, dia merasa damai dengan rasa
 takutnya yang timbul. Dia tahu teror mereka tidak 
 akan bisa menyentuhnya lagi. Dia telah bebas.
 (Mochtar Lubis, Jalan Tak Ada Ujung, 1952)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] managing yahoo group issue

2006-07-10 Thread Willie Wong
On Mon, Jul 10, 2006 at 08:56:52AM -0700, Penguin Lover maxim wexler squawked:
 This is weird. When I tried to edit my yahoo group
 account at groups.yahoo.com no groups were listed
 under my account name. And when I did a search for
 gentoo-user in the search field it didn't show up in
 the results. 
 
 Ditto for ubuntu-users, another group I subscribe
 to.
 

could it be because that gentoo-user and ubuntu-users are not
affiliated with yahoo groups?

W
-- 
The true significance of Sacajawea's involvement 
in the Lewis and Clark expedition:
  It was the first documented trip in history where men asked a woman for 
  directions and followed them, allowing them to arrive at their destination.
Sortir en Pantoufles: up 30 days, 17:22
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Clean up world file

2006-07-10 Thread Rumen Yotov
Daniel Iliev wrote:
 Anthony E. Caudel wrote:
 Gulp!  Maybe mine isn't so bloated after all. ;-)

 Tony

 :
 ...or perhaps you don't have as many packages installed as Mr. Neil
 Bothwick has.
 
 After cleaning I get:
 ===
 #wc /var/lib/portage/world
  280  281 5415 /var/lib/portage/world
 ===
 
Hi,
Result after emerge --depclean -av
...SKIP...
Packages installed:   1101
Packages in world:247
Packages in system:   59
Unique package names: 1101
Required packages:1135
Number removed:   0
...END...
#wc /var/lib/portage/world
 246  247 4895 /var/lib/portage/world
PS: recently cleaned world file.
HTH.Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


[gentoo-user] nv vs nvidia (xorg-7*)

2006-07-10 Thread James

Sorry for revisiting a confusing subject, but after ready many of the recent
postings on nvidia and xorg-7* I have a few questions.

Yes I have read:
http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml
and it looks fine and reasonable, in fact the I'm at the revdep-rebuild
 on my first of 7 convertions to modular X.(7.*).

My first card:
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400]
(rev b2)

Legacy or current? It's not clear to me which category this or any other
nvidia cards fall into. Is there a table I can look up to see which
nvidia cards belong to which driver.

In xorg.conf do I use do  'nv' or 'nvidia' or 'nvidia-legacy'
 Driver  nv
 Driver  nvidia
 Driver   nvidia-legacy

With my hardware, which current nvidia driver (legacy) would I emerge
to match my card?

On another gentoo workstation It has this card:

01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200]
(rev a1)

Which Driver would I choose for this nvidia card?

James



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Konqueror Open Office : font problems

2006-07-10 Thread Philip Webb
060709 Richard Fish wrote:
 On 7/9/06, Philip Webb [EMAIL PROTECTED] wrote:
 (1) Konqueror 3.5.3 (3.5.1 3.5.2) displays news sites with an ugly font
 despite 'Standard font = New Century Schoolbook, min/med size 11';
 there is no problem with Firefox: see
   http://www.chass.utoronto.ca/~purslow/font-konq.png
   http://www.chass.utoronto.ca/~purslow/font-firefox1.png
 Konqueror is honoring document-specified fonts instead of your choice.
 Yahoo specifies Verdana for everything, so that is what Konqueror displays.
 You can override this brutally via the Accessibility style sheet,
 customizing it to force the same font family for all text.

Yes, that works, but only if you restart Konqueror:
that trapped me previously, as I didn't think it needed restarting.
However, a different problem arises, as vital header text is now missing:

  http://www.chass.utoronto.ca/~purslow/font-firefox2.png
  http://www.chass.utoronto.ca/~purslow/font-konq2.png

This happens on other sites too.  I don't know how to write style sheets,
though I can find these in ~/.kde : can you suggest what to add
or do you know of a beginners' guide to style sheets anywhere ?

 (2) Open Office 2.0.3 (2.0.2) insists on overlarge fonts for menus,
 despite my setting 'Tools - Options - OpenOffice - Fonts:
 automatic, non-proportional, size 10'; it is cured only when I set
 'Tools - Options - OpenOffice - View: scaling = 80 % '
  '125 %' in the toolbar: see ( 1 = former , 2 = latter )
   http://www.chass.utoronto.ca/~purslow/font-oo1.png
   http://www.chass.utoronto.ca/~purslow/font-oo2.png
 Make sure you have Use system font for user interface selected
 in Tools-Options-OpenOffice.org-View

It makes no difference when I select that: any further suggestions ?
Perhaps I need to change the system font somewhere ?
IIRC this started only with OO 2.0.2 : does that give any clues ?

Thanks for your helpful assistance.  Anyone else have thoughts ?

-- 
,,
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] Konqueror Open Office : font problems

2006-07-10 Thread Randall Barlow
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Philip Webb wrote:
 do you know of a beginners' guide to style sheets anywhere ?

W3Schools has good tutorials for this:
http://www.w3schools.com/css/default.asp
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEspYOohEPKF4FYk8RAhR+AJsHsvVocMaemGAF8TGWUD3mWJfqKwCfasmn
MYwPSQHRSpMCUpOm/1csxII=
=R/6f
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Keyboard Layout

2006-07-10 Thread Cláudio Henrique

hi, there,
I've beem having problems setting my kbd layout. I added a line in
xorg.conf telling it to use us_intl as my kbd layout, but it seems
to be ignoring it.
as a consequence, I have to execute setxkbmap us_intl every time I
enter Gnome. I also tried adding it to ~/.xinitrc .
how can I automate this task?
thanks in advance.
cláudio.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] nv vs nvidia (xorg-7*)

2006-07-10 Thread Farhan Ahmed
James wrote:
 (...)
 My first card:
 01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 
 400]
 (rev b2)
 
 Legacy or current? It's not clear to me which category this or any other
 nvidia cards fall into. Is there a table I can look up to see which
 nvidia cards belong to which driver.

For your card you can use the current drivers.. You can have a
look at this :

http://www.nvidia.com/object/IO_18897.html

It contains all the models supported by the latest nvidia drivers.

 
 In xorg.conf do I use do  'nv' or 'nvidia' or 'nvidia-legacy'
  Driver  nv
  Driver  nvidia
  Driver   nvidia-legacy
 
 With my hardware, which current nvidia driver (legacy) would I emerge
 to match my card?

You can use nvidia driver in your xorg.conf.
Driver nvidia

 On another gentoo workstation It has this card:
 
 01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200]
 (rev a1)
 
 Which Driver would I choose for this nvidia card?

This card too will work with the latest nvidia-drivers.


One more thing James, there is no need to do an emerge nvidia-kernel and
emerge nvidia-glx anymore.. There is a new unified ebuild
x11-drivers/nvidia-drivers. Just do a emerge x11-drivers/nvidia-drivers.
I suggest you do 

$ echo x11-drivers/nvidia-drivers ~x86  /etc/portage/package.keywords

as the newest drivers have not yet made into the stable branch..

Hope this helps,
Farhan Ahmed
-- 
Place   :  Bangalore, Karnataka, India
GPG Key :  8BE90E98
WengoPhone ID   :  farhanahmed
IRC Nick:  farhanahmed / farhanahmed06 (irc.freenode.net)


pgp3FywcisRL6.pgp
Description: PGP signature


Re: [gentoo-user] nv vs nvidia (xorg-7*)

2006-07-10 Thread Jason Weisberger
James,NV is an open source driver supporting all NVidia cards, but does not support hardware acceleration. There are numerous and very annoying bugs reported with this driver. NVIDIA is a proprietary driver which supports 2D and 3D hardware acceleration through the GF2 series of cards. This is your best option. NVIDIA-LEGACY is a driver I was not even aware of, but I'm guessing this would support GF1, 256, and TNT cards that have been bumped out of the main driver for space. Both of your cards should use the NVIDIA driver. You can use this flag in your 
make.conf settings for xorg 7, however it will really not have much affect. You'll need to emerge these seperately as far as I know. # emerge nvidia-glx nvidia-kernelthen go on and emerge your xorg 7. Be sure to read about driver compatibility problems with XOrg 
7.1 and up on the gentoo-wiki site if you plan to use that version of xorg.JBDubbsOn 7/10/06, James 
[EMAIL PROTECTED] wrote:Sorry for revisiting a confusing subject, but after ready many of the recent
postings on nvidia and xorg-7* I have a few questions.Yes I have read:http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml
and it looks fine and reasonable, in fact the I'm at the revdep-rebuild on my first of 7 convertions to modular X.(7.*).My first card:01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400]
(rev b2)Legacy or current? It's not clear to me which category this or any othernvidia cards fall into. Is there a table I can look up to see whichnvidia cards belong to which driver.In xorg.conf
 do I use do'nv' or 'nvidia' or 'nvidia-legacy' Drivernv Drivernvidia Driver nvidia-legacyWith my hardware, which current nvidia driver (legacy) would I emerge
to match my card?On another gentoo workstation It has this card:01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200](rev a1)Which Driver would I choose for this nvidia card?
James--gentoo-user@gentoo.org mailing list-- Jason Weisberger
[EMAIL PROTECTED]


[gentoo-user] SOMEWHAT OFF TOPIC -- Palm Tungsten E, and Google Calendar

2006-07-10 Thread Timothy A. Holmes
Hi Folks:

I am looking to be able to sync my palm tungsten E to my google
calendar, and I am wondering if it would be possible to use evolution or
other linux program to accomplish this -- I know it's a bit off topic
for the list, so feel free to contact me off list if you want.  Could
sure use some help on this

TIM


Timothy A. Holmes
IT Manager / Network Admin / Web Master / Computer Teacher
 
Medina Christian Academy
A Higher Standard...
 
Jeremiah 33:3
Jeremiah 29:11
Esther 4:14


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SOMEWHAT OFF TOPIC -- Palm Tungsten E, and Google Calendar

2006-07-10 Thread Michael Crute

On 7/10/06, Timothy A. Holmes [EMAIL PROTECTED] wrote:

I am looking to be able to sync my palm tungsten E to my google
calendar, and I am wondering if it would be possible to use evolution or
other linux program to accomplish this -- I know it's a bit off topic
for the list, so feel free to contact me off list if you want.  Could
sure use some help on this

TIM


Have not tried it but suggest you look at:
http://gentoo-wiki.com/HOWTO_USB_sync_for_Palm_PDAs_with_Evolution_2.0_and_udev

may also google for 'palm evolution' ;-)

-Mike

--

Michael E. Crute
http://mike.crute.org

I may not have gone where I intended to go, but I think I have ended
up where I intended to be. --Douglas Adams
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Konqueror Open Office : font problems

2006-07-10 Thread Philip Webb
060710 Randall Barlow wrote:
 Philip Webb wrote:
 do you know of a beginners' guide to style sheets anywhere ?
 W3Schools has good tutorials for this:
 http://www.w3schools.com/css/default.asp

Thanks: I've bookmarked it  will investigate later.
Any advice from anyone re the immediate problem is still welcome (smile).

-- 
,,
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] Konqueror Open Office : font problems

2006-07-10 Thread Richard Fish

On 7/10/06, Philip Webb [EMAIL PROTECTED] wrote:


It makes no difference when I select that: any further suggestions ?
Perhaps I need to change the system font somewhere ?


The 'system' font in this case should match the Menu font selected in
the KDE Control Center.


IIRC this started only with OO 2.0.2 : does that give any clues ?


Did you build OOo from source, or install the -bin?  Mine is from source...

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



Re: [gentoo-user] xsane not recognizing hp 7130

2006-07-10 Thread Neil Bothwick
On Mon, 10 Jul 2006 14:09:24 -0400, Allan Gottlieb wrote:

 xsane is no longer recognizing my officejet 7130.

~What does scanimage -L show, run as root and as a normal user?


-- 
Neil Bothwick

Top Oxymorons Number 5: Twelve-ounce pound cake


signature.asc
Description: PGP signature


Re: [gentoo-user] lost deadkeys layout

2006-07-10 Thread Luigi Pinna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 Okay.  Just in  case, what say 'grep ^(EE) /var/log/Xorg.0.log'
 and 'grep ^(WW) /var/log/Xorg.0.log'.  And better not snip things
 that may seem irrelevant.

# grep ^(EE) /var/log/Xorg.0.log
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap

The other one said only about apm...


 And the output of 'locate *xk*de'.  (If you don't have locate,
 'emerge slocate' and 'updatedb', then the command again.)

locate *xk*de
/usr/share/X11/xkb/keymap/sgi_vndr/de
/usr/share/X11/xkb/keymap/sun_vndr/de
/usr/share/X11/xkb/symbols/macintosh_vndr/de
/usr/share/X11/xkb/symbols/sun_vndr/de
/usr/share/X11/xkb/symbols/de


  I didn't reinstall it, only the normal emerge -uD world comand

 You're saying that for the upgrade from xorg-6.8.2 to 7.0 you didn't
 remove the /usr/lib/X11/xkb dir?  You didn't follow
 http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml ?

Yes, but I didn't understand how to set the new one. It seems (from the 
name) as the old driver!

 You probably found http://forums.gentoo.org/viewtopic-t-426483.html
 and http://bugs.gentoo.org/show_bug.cgi?id=113108 by now.

 So try:

 # ln -snf ../../share/X11/xkb /usr/lib/X11/xkb

?

  I waited until the stable version of xorg:

 You mean you waited until modular xorg-7.0 went stable?

Yes, after a first trial I prefered to have a working computer than 
fight with the keyboard too(I have a lot of hardware that doesn't 
work!)

  I tried it some time ago

 You mean you tried modular xorg-7.0 when the ebuilds were still
 marked as unstable?

Yes, when it was masked (first time) and when it was in testing

  and I had the same problem, and after it I had problem with
  downgrade:

 You mean that the problem remained after you downgraded to
 xorg-6.8.2?

No, it means that I didn't downgrade to xorg-6.8.2! Now I did it and 
today I just retry to install xorg-7.0

  I installed the system another time...

 Do you mean that you reinstalled xorg-6.8.2 again?  Or that you
 reinstalled the whole of Gentoo?  Please be more precise in your
 descriptions.

No, I reinstalled the entire gentoo, but I had other problem too: a 
emerge -e world was enough to solve most of them!

   then start re-emerging those (not by version
   number, but by name), one by one, and keep restarting X to see
   when it gets fixed.
 
  I'll try it

 Anything new on this?

 Benno

When I restarted X, X crashed!
I had to downgrade to xorg-6.8.2! Now I try to set from the session on 
internet about if kdm doesn't work
Luigi
- -- 
Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFEsq5fHmkkjmM/hrcRAjmVAKCH6jKvPXueWEBtzXLpIyTtAhnKHgCgnwNs
6uxtOnz/ikvuClIve2p1SSM=
=QSUZ
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xsane not recognizing hp 7130

2006-07-10 Thread Allan Gottlieb
At Mon, 10 Jul 2006 20:31:08 +0100 Neil Bothwick [EMAIL PROTECTED] wrote:

 On Mon, 10 Jul 2006 14:09:24 -0400, Allan Gottlieb wrote:

 xsane is no longer recognizing my officejet 7130.

 ~What does scanimage -L show, run as root and as a normal user?

[EMAIL PROTECTED] ~ $ scanimage -L

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
[EMAIL PROTECTED] ~ $ ss
ajglap ~ # scanimage -L

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
ajglap ~ #

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



Re: [gentoo-user] Keyboard Layout

2006-07-10 Thread Benno Schulenberg
Cláudio Henrique wrote:
 I've beem having problems setting my kbd layout. I added a line
 in xorg.conf telling it to use us_intl as my kbd layout, but it
 seems to be ignoring it.
 as a consequence, I have to execute setxkbmap us_intl every
 time I enter Gnome. I also tried adding it to ~/.xinitrc .

Maybe Gnome is overriding the keyboard setting, doing a setxkbmap of 
its own?  Putting it .xinitrc then comes too early.  Try putting it 
in .bashrc and make a Terminal open on every startup?  On make Gnome 
stop setting the keyboard.

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



Re: [gentoo-user] xsane not recognizing hp 7130

2006-07-10 Thread Richard Fish

On 7/10/06, Allan Gottlieb [EMAIL PROTECTED] wrote:

xsane is no longer recognizing my officejet 7130.


Hmm, is an etc-update pending?


Bus 002 Device 003: ID 03f0:2611 Hewlett-Packard


Did you merge hplip with USE=scanner?  (emerge -pv hplip)

Does /etc/sane.d/dll.conf contain the line hpaio?

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



Re: [gentoo-user] Konqueror Open Office : font problems

2006-07-10 Thread Philip Webb
060710 Richard Fish wrote:
 On 7/10/06, Philip Webb [EMAIL PROTECTED] wrote:
 It makes no difference when I select that: any further suggestions ?
 Perhaps I need to change the system font somewhere ?
 The 'system' font in this case should match the Menu font
 selected in the KDE Control Center.

It doesn't : there I have 'Fixed GNU 13', which gives the menu line in

  http://www.chass.utoronto.ca/~purslow/font-konq.png

which is definitely smaller than the one displayed in 

  http://www.chass.utoronto.ca/~purslow/font-oo1.png

 IIRC this started only with OO 2.0.2 : does that give any clues ?
 Did you build OOo from source, or install the -bin?  Mine is from source...

I always build OO from source ( c 6 hr : grin): these are the flags

  app-office/openoffice-2.0.3  USE=-binfilter -cairo -debug -eds -firefox 
-gnome gtk java kde -ldap -mono -odk -pam xml LINGUAS=-af -ar -be_BY -bg -bn 
-bs -ca -cs -cy -da -de -el -en -en_GB -en_US -en_ZA -es -et -fa -fi -fr -gu_IN 
-he -hi_IN -hr -hu -it -ja -km -ko -lt -mk -nb -nl -nn -nr -ns -pa_IN -pl -pt 
-pt_BR -ru -rw -sh_YU -sk -sl -sr_CS -st -sv -sw_TZ -th -tn -tr -ts -vi -xh 
-zh_CN -zh_TW -zu 

It may be a bug which arises only with some particular set of options.
Which font settings do you have which wb relevant to this problem ?

-- 
,,
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] lost deadkeys layout

2006-07-10 Thread Benno Schulenberg
Luigi Pinna wrote:
 /usr/share/X11/xkb/symbols/de

So you had a de map, and in the right place.  So that wasn't the 
problem.

  # ln -snf ../../share/X11/xkb /usr/lib/X11/xkb

 ?

It's a command, to be executed as root (that's what the # means), 
it links the old place of keyboard maps to the new one.  But it 
seems you have bigger problems now than just an unwilling keyboard.

 When I restarted X, X crashed!

Crashed?  Like how?

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



Re: [gentoo-user] Konqueror Open Office : font problems

2006-07-10 Thread Philip Webb
060710 Richard Fish wrote:
 The 'system' font in this case should match the Menu font
 selected in the KDE Control Center.

The problem seems to be that OO doesn't know re 'Fixed GNU'
 makes a clumsy substitution: when I set the KDE menu font to Helvetica,
the OO menu font returns to what it used to be (with normal sizing).
'Use system font' in OO Options-View makes no difference either way,
so OO+KDE seems to use the KDE fonts automatically.

I can investigate myself, but do you have any quick advice
how to get OO to recognise 'Fixed GNU' ?

I prefer Fixed GNU to Helvetica  it's a pity to have to use the latter
simply to avoid an awkward problem when using OO .

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



[gentoo-user] plugger.so access rights

2006-07-10 Thread Mick
Hi All,

Following an emerge of Opera 9.0 the access rights of plugger.so changed (or 
was corrupted)for some reason and it is no longer accessible:
===
# ls -la /opt/opera/lib/opera/plugins/
total 256
drwxr-xr-x 2 root root192 Jul  7 10:45 .
drwxr-xr-x 4 root root104 Jul  7 10:45 ..
-rwxr-xr-x 1 root root  94912 Jul  7 10:45 libnpp.so
-rwxr-xr-x 1 root root   8376 Jul  7 10:45 operaplugincleaner
-rwxr-xr-x 1 root root 121096 Jul  7 10:45 operapluginwrapper
-rw--- 1 root root  25656 Jan  8  2005 plugger.so
===

The same file in its original location looks like this:
===
# ls -la /opt/netscape/plugins/
-rw-r--r-- 1 root root   25628 Jul 10 22:05 plugger.so
===

The thing is all other plugins in the netscape folder with the exception of 
flashplayer.xpt are executables.  What are the default plugger.so access 
rights?
-- 
Regards,
Mick


pgpMhw1qAToei.pgp
Description: PGP signature


Re: [gentoo-user] xsane not recognizing hp 7130

2006-07-10 Thread Allan Gottlieb
At Mon, 10 Jul 2006 13:41:14 -0700 Richard Fish [EMAIL PROTECTED] wrote:

 On 7/10/06, Allan Gottlieb [EMAIL PROTECTED] wrote:
 xsane is no longer recognizing my officejet 7130.

 Hmm, is an etc-update pending?

No.

 Bus 002 Device 003: ID 03f0:2611 Hewlett-Packard

 Did you merge hplip with USE=scanner?  (emerge -pv hplip)

Bingo!  Works fine now.  I am hoping this is a new use flag.  I
*really* don't believe I removed any use flags from make.conf.

 Does /etc/sane.d/dll.conf contain the line hpaio?

Yes.

Thank you VERY much.
allan
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Windows show through the OpenGL screensaver when Transluency is activated

2006-07-10 Thread Gian Domeni Calgeer
Hi list

Whenever I have transluency and shadows activated in the KDE control center 
and an OpenGL screensaver is running, I can see the windows whose content is 
changing (such as the watch in the systray or an xterm in which I'm 
emerge'ing something) although the screensaver running. Those windows are 
shown when their content changes, but only for a short time and what is shown 
remains always the same. 

Does anybody have an idea what I could do against this?

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



Re: [gentoo-user] Konqueror Open Office : font problems

2006-07-10 Thread Philip Webb
060710 Philip Webb wrote:
 060709 Richard Fish wrote:
 On 7/9/06, Philip Webb [EMAIL PROTECTED] wrote:
 Konqueror 3.5.3 (3.5.1 3.5.2) displays news sites with an ugly font
 despite 'Standard font = New Century Schoolbook, min/med size 11';
 Konqueror is honoring document-specified fonts instead of your choice.
 Yahoo specifies Verdana for everything, so that is what Konqueror displays.
 You can override this brutally via the Accessibility style sheet,
 customizing it to force the same font family for all text.
 Yes, that works, but only if you restart Konqueror:
 that trapped me previously, as I didn't think it needed restarting.
 However, a different problem arises, as vital header text is now missing:
   http://www.chass.utoronto.ca/~purslow/font-firefox2.png
   http://www.chass.utoronto.ca/~purslow/font-konq2.png
 This happens on other sites too.  I don't know how to write style sheets,
 though I can find these in ~/.kde : can you suggest what to add
 or do you know of a beginners' guide to style sheets anywhere ?

This proved easy to fix by taking the font lines from accessible
 inserting them into default to create a personal CSS file.
The originals are in hard-to-find places:
  default =  /usr/kde/3.5/share/apps/khtml/css/html4.css
  accessible =  ~/.kde/share/apps/kcmcss/override.css
(Krusader's very powerful search facility helped a lot in finding them)
 KDE's use of style sheets is not well explained in the KDE dox.

Thanks again to the  2  helpers  HTH as grist for the list archive.

-- 
,,
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] Re: iptables wiki

2006-07-10 Thread Dale
Neil Bothwick wrote:
 On Wed, 05 Jul 2006 20:59:09 -0500, Dale wrote:

   
 Have you tried kmyfirewall ?
   

   
 I didn't know it existed actually.  It would be so nice if there was
 somewhere we could go to find out about all this stuff.  There is no
 telling how many programs are out there that we have no clue exists.
 

 http://packages.gentoo.org/packages/?category=net-firewall

 or

 eix -C firewall

   
 It may be a while.  I'm getting married tomorrow
 and I'll be gone for a while, honeymoon ya know.  ;-)
 

 Congratulations!


   

OK.  I'm back.  I have a new peice of jewelry now.  ;-) 

I never could figure out that eix command.  Man page may as well be
Greek.  I'm starting to get a !little! used to equery though.  Guess
they'll pull it next.  O_O

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: video problem

2006-07-10 Thread Strake

recompiled, installed new driver, opened many images, tabs, etc in
firefox, x running fine so far; however, this problem can manifest at
the strangest of times, so if it recurs, i'll post it here

--
Registered Linux User #392061
counter.li.org

its not fair to have a battle of wits with unarmed opponents
-Anonymous

No, you may not goto the washroom. Last time you went to the washroom,
we found you days later in an air vent.
-Bryn
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: nv vs nvidia (xorg-7*)

2006-07-10 Thread James
Farhan Ahmed farhanahmed06 at gmail.com writes:

 

   http://www.nvidia.com/object/IO_18897.html

 It contains all the models supported by the latest nvidia drivers.

Yes this did the4 trick.

Thanks,

James



   $ echo x11-drivers/nvidia-drivers ~x86  /etc/portage/package.keywords

Yep, this did the trick

thanks!


James




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Things that can be improved

2006-07-10 Thread Dale
Richard Fish wrote:
 On 7/7/06, Daniel Iliev [EMAIL PROTECTED] wrote:
 Well, correct me if I'm wrong but it think it's not quite true.

 I *think* if you have buildpkg in your FEATURES, you will
 get binary packages in your $PKGDIR with the new, updated versions.

 But previous versions are not deleted until you do an eclean
 packages.  So yeah, you need to have buildpkg in FEATURES for a while
 to get a nice set of backup packages, or use quickpkg.

 -Richard

And if you have not cleaned out your distfiles, you can always just
specify the version you want to emerge as well.

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: java 1.4 eclipse

2006-07-10 Thread Richard Fish

On 7/10/06, James [EMAIL PROTECTED] wrote:

Ah, that brings up a follow up question. If many of the ebuild packages
have built in documentation, then is there a tool/package/web_interface
that allow the document perusal without individual(admin) interaction?


Well the general rule is that package documentation files other than
man pages and info docs get installed under
/usr/share/doc/pkg-version.  This would include html, pdfs, and
text files.  For example, bind-tools, ntp, python-docs, etc all
install their user manuals under this directory.

The bad news is that this doesn't include everything.  Build
instructions or other items not normally installed as part of the
package will not be found here.  In some cases it is necessary to look
for extra documentation files in the source archives, the web site, or
even the CVS repository of the upstream project that provides the
package.

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



Re: [gentoo-user] Any guess to why amarok visualizations fail to function?

2006-07-10 Thread Richard Fish

On 7/9/06, Kenton Groombridge [EMAIL PROTECTED] wrote:

I posted this a couple weeks ago with no answer.  I am still unable to
determine what is going on.

Anytime I select a visualization from Tools-Visualizations menu, I get
the following output and the visualization output window closes.


Well it looks like I get the same problems running the same versions
of amarok, libvisual, and libvisual-plugins.

Unfortunately the trace output that I get seems more closely related
to trying to cleanup after the amarok_libvisual crash than pointing to
the actual cause of the crash.

I've built debug versions of these to do some more testing with and
hopefully submit a useful bug report...

Have you tried backing off to a previous version of amarok, like
1.4.0a?  It looks like the libvisual-0.4 updates in 1.4.1 are pretty
significant (previous amarok versions used libvisual-0.2).

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



[gentoo-user] qtruby: smoke or something else?

2006-07-10 Thread Norberto Bensa
Hello list,

I cannot build qtruby-3.5.3. Before you tell me: yes, I have tried re-emerging 
smoke and qt but nothing changed. This is where the build fails:


make[3]: Entering directory 
`/var/tmp/portage/qtruby-3.5.3/work/qtruby-3.5.3/qtruby/bin'
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.5/include 
-I/usr/qt/3/include -I.  -I/usr/lib/ruby/1.8/i686-linux  -DQT_THREAD_SUPPORT  
-D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG 
-DNO_DEBUG -O2 -march=pentium3 -O2 -pipe -fomit-frame-pointer -Wformat-security 
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new 
-fno-common  -c -o 
qtrubyinit.o `test -f 'qtrubyinit.cpp' || echo './'`qtrubyinit.cpp
/bin/sh ../../libtool --silent --mode=link --tag=CXX 
i686-pc-linux-gnu-g++  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W 
-Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O2 -pipe 
-fomit-frame-pointer -Wformat-security -Wmissing-format-attribute 
-Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common-o 
qtrubyinit -module -L/usr/kde/3.5/lib -L/usr/qt/3/lib -L/usr/lib
-version-info 
0:0:0 -L../../smoke/qt/ -L/usr/lib 
qtrubyinit.o -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread 
-Wl\,-R -Wl\,/usr/lib -L/usr/lib -L. -lruby18 ../../smoke/qt/libsmokeqt.la 
../../qtruby/rubylib/qtruby/libqtrubyinternal.la
libtool: link: warning: `-version-info' is ignored for programs
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QAuServer::bucket(QSound*)'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QAuServer::qt_invoke(int, QUObject*)'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QAuServer::staticMetaObject()'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QAuServer::play(QString const)'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QSqlRecordShared::~QSqlRecordShared()'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to `typeinfo for 
QSqlRecordShared'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QAuServer::decLoop(QSound*)'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QAuServer::qt_emit(int, QUObject*)'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QAuServer::~QAuServer()'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QAuServer::init(QSound*)'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to `QAuServer::className() 
const'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QAuServer::qt_cast(char const*)'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to `typeinfo for 
QAuServer'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QAuBucket::~QAuBucket()'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QAuServer::setBucket(QSound*, QAuBucket*)'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to `typeinfo for 
QAuBucket'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to `QAuServer::trUtf8(char 
const*, char const*)'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QAuServer::qt_property(int, int, QVariant*)'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to 
`QAuServer::QAuServer(QObject*, char const*)'
/usr/kde/3.5/lib/libsmokeqt.so: undefined reference to `QAuServer::tr(char 
const*, char const*)'
collect2: ld returned 1 exit status
make[3]: *** [qtrubyinit] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/qtruby-3.5.3/work/qtruby-3.5.3/qtruby/bin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/qtruby-3.5.3/work/qtruby-3.5.3/qtruby'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/qtruby-3.5.3/work/qtruby-3.5.3'
make: *** [all] Error 2

!!! ERROR: kde-base/qtruby-3.5.3 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  qtruby-3.5.3.ebuild, line 29:   Called kde_src_compile 'configure' 'make'
  kde.eclass, line 302:   Called die

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call stack if 
relevant.


Any ideas?

Many thanks in advance,
Norberto


pgpr5TZ3yf259.pgp
Description: PGP signature