Re: [gentoo-user] Placement of /swap

2003-10-19 Thread Jason Stubbs
On Sunday 19 October 2003 09:44, Jason Stubbs wrote:
(B On Sunday 19 October 2003 09:00, Donnie Berkholz wrote:
(B  On Sat, 2003-10-18 at 19:42, Spider wrote:
(B   begin  quote
(B   On Sat, 18 Oct 2003 16:16:09 -0700 (PDT)
(B  
(B   Meph Istopheles [EMAIL PROTECTED] wrote:
(B  I'm installing tomorrow  havn't seen it in either the install
(Bdocs or on any Web page, but is gentoo optimised with /swap in a
(Bparticular position?  RH wants it at the end of a disk, I
(Bremember mdk wants it as the second partition, etc.  I'll
(Bprobably do /boot, then /, then /swap on the drive I'm installing
(Bon...unless someone tells me otherwise.
(B  
(B   Its basically personal preference. I like to have it as second
(B   partition (Beginning of drive) but thats just me.. Theres no perfect
(B   recepie for it that I know of (since I don't know how to align it on
(B   platters to make it "optimized)
(B 
(B  From what I've heard, beginning of drive is best since a drive can cover
(B  more area on the outside of the disc in the same amount of time rotating
(B  at the same speed.
(B
(B I thought sector 0 was at the inside of the disk like it is on a CDROM or a
(B floppy disk!? I'm not certain either, however.
(B
(BYou were indeed correct. Data starts from the outside on a hard drive which 
(Bmeans I've definately got my swap file in the wrong place. :-( More info 
(Bhere:
(Bhttp://www.storagereview.com/guide2000/ref/hdd/geom/tracks.html
(B
(B As to whether the middle of the disk (to reduce seek times) or the outside
(B of the disk (to maximize bandwidth) is best, it would depend on how the
(B kernel pages memory. If it does it in 64kb blocks or such then the middle
(B is probably best as the page ins/outs would be interleaved with regular
(B i/o. On the otherhand, if it pages is mbs then the outside would be best.
(B Anybody know the size of a page?
(B
(BAfter a bit of research on this, I found out that the page size is 
(Barchitecture dependent and that most architectures support multiple page 
(Bsizes. What linux uses however can be found in page.h. Here's an excerpt 
(Bfrom /usr/src/linux/include/asm-i386/page.h:
(B
(B/* PAGE_SHIFT determines the page size */
(B#define PAGE_SHIFT  12
(B#define PAGE_SIZE   (1UL  PAGE_SHIFT)
(B#define PAGE_MASK   (~(PAGE_SIZE-1))
(B
(BFor those that don't understand this, it means that the page size is 4kb.
(B
(BSooo, I would say that the best place for the swap is in the middle of the 
(Bhard drive. Think I might go and move my partitions around...
(B
(BOn a side note, I found in my research a site talking about compressed ram as 
(Ban alternative to (a lot of) swapping. It said on that site that it's 
(Bavailable in ac-sources and wolk-sources. I checked kernel.coliavis.net (??) 
(Band didn't see it in his patch list. wolk.sourceforge.net shows a Memory 
(BeXpansion Technology though. I'm emerge wolk-sources now to see if it's any 
(Bgood.
(B
(BRegards,
(BJason
(B
(B--
(B[EMAIL PROTECTED] mailing list

Re: [gentoo-user] ATI Radeon 9100 and KT400A

2003-10-19 Thread Jason Stubbs
On Sunday 19 October 2003 11:02, Andrew Kirilenko wrote:
 glxgears gives me about 650 FPS (1152x864 24bpp) default glxears window
 size. But when I'm totally covering glxgears win with xterm I'm getting
 8000 FPS (that's expected :) and when I'm covering only very small part
 of green gear with xterm, I'm getting about 1500-1600 FPS (and that's
 strange). Next, when maximizing window to fullscreen, it shows about 72
 FPS, but gears SEEMS to rotate much quickly. Can somebody explain me
 this behaivor?

Your brain can't interpret images at much more than 120fps and you're monitor 
can only output at about the same or less. At 72fps is looks like the gears 
are actually turning. At 650fps or 1600fps you're only seeing every 5th or 
10th or 15th frame of what the computer is actually calculating and putting 
into video memory.

BTW, you're lucky to get 8000fps off-screen. I get ~550fps at regular size, 
~75fps at full-screen (1024x768x24) and only ~1550 at regular size 
off-screen. Probably due to lack of DRM-support of nvidias? or is that just 
wishful thinking ;-)

Jason

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Has anyone successfully built OO 1.1 (recently unmasked)

2003-10-19 Thread Chris I
On 2003.10.19 00:34, Collins Richey wrote:
On Sat, 18 Oct 2003 22:06:35 -0400 Chris I [EMAIL PROTECTED] wrote:

  What I really despise is pdf attachments.  OO will create pdf  
just
  fine, but
  there's no way to read and modify it on linux (that I am aware
of).

 There are many pdf viewers for linux. I use gpdf, and have used  
ggv,

 xpdf, and a few others. They are fairly decent, but the font
rendering,
 at least on pdf's i have viewed, is terrible. And they lack the
ability
 to search pdfs (if the pdf itself has said ability).

 That said, acrobat reader is availiable for linux.

True enough, but there's no way to modify a pdf.  You can create pdf
easily
enough from other files, but you can't update a pdf.
I've never done that on any OS. I'm admittedly not very familiar with  
the format, but i was under the impression that pdfs were more or less  
a write-once format.

Apparently I've been missing out :)

--

Chris I

Wasting time is an important part of living.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Placement of /swap

2003-10-19 Thread Jason Stubbs
On Sunday 19 October 2003 14:21, Jason Stubbs wrote:
(B On a side note, I found in my research a site talking about compressed ram
(B as an alternative to (a lot of) swapping. It said on that site that it's
(B available in ac-sources and wolk-sources. I checked kernel.coliavis.net
(B (??) and didn't see it in his patch list. wolk.sourceforge.net shows a
(B Memory eXpansion Technology though. I'm emerge wolk-sources now to see if
(B it's any good.
(B
(BWell, MXT is actually a hardware based memory compressor that "doubles your 
(BRAM". The patch is just support for it...
(B
(BJason
(B
(B--
(B[EMAIL PROTECTED] mailing list

[gentoo-user] RE: problem cloning root filesystem to alternate partition

2003-10-19 Thread Martin Polley
The way I did this was to boot from CD (e.g. LiveCD) and then do the 
copy operation. That way /dev comes out the way it should.

HTH,
--
*Martin Polley
*Technical Communicator
(053) 864280


   Subject:
   problem cloning root filesystem to alternate partition
   From:
   Lincoln A. Baxter [EMAIL PROTECTED]
   Date:
   Sun, 19 Oct 2003 00:32:04 -0400
   To:
   gentoo-user [EMAIL PROTECTED]
In the past (with Redhat systems) I have made backups of root
filesystems to alternate partitions and booted them.
Typically I after making the alternate FS, I mount it on /mnt/altroot
and cd to / and do the following:
tar -cplf - | ( cd /mnt/altroot  tar -xvf - )

Then (after adding a stanza in /boot/grub/grub.conf), I boot into
the alternate filesystem.  This is real useful for being able to do
upgrades, and quickly back it out, by just booting into the original FS.
Recently I tried this with my Gentoo system and the boot into the copy
crash back to the bios after printing unable to open console device.
So I looked at /dev on the alternate root FS.  And sure enough it is
empty.  My kernel is configured with /devfs support. (I think this was
a gentoo default with genkernel). I understand, why it is empty, I told
tar to stay on the same filesystem.  But was does the kernel not
populate it when I boot the alternate. 

Any suggestions on how I can get my alternate root filesystem bootable?



**



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Installing KDE and Xfree problem

2003-10-19 Thread Stephen Liu
Hi Ernie,

Thanks for your advice.

Installation of kde was interrupted unexpectedly after running 56 hours 
with following warning popup:
...
make[3]: *** [kuickshow.la] Error 1
make[3]: Leaving directory 
'/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuickshow/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
'/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuickshow'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
'/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4'
make: *** [all] Error 2

!!! ERROR: kde-base/kdegraphics-3.1.4 failed.
!!! Function kde_src_compile, Line 137, Exitcode 2
!!! died running emake, kde_src-compile:make
As advised I run
# emerge kde
It starts unpacking kdegraphics-3.1.4 tarball downloaded previously from 
Gentoo website.

I have no idea why it was interrupted nor whether there will be no 
further problem on reinstalling kdegraphics-3.1.4.  I will watch its 
progress.

B.R.
Stephen
Ernie Schroder wrote:

On Saturday 18 October 2003 06:58 am, Stephen Liu wrote:
 

Hi all folks,

I have been running installation of KDE for 36+ hours and still
could not see my shore ahead.  Those pre-compile packages on CD2
seems not helpful.
I ran
# emerge sync
then
# emerge -k kde
it indicated 60 packages to be installed.  But most time I saw it
downloading packages from Gentoo website.  Last time, about 3 hours
ago, I saw 33/60 packages being downloaded.  The download time took
about 3 minutes but the compilation took lengthy time.
If accidentally the PC is interrupted can I re-do KDE installation
without starting from the beginning.  If YES then HOW.
Another problem is Xwindow can't be started which has been posted
in my previous email.  In the worst case can I re-do installation
of xfree without starting from the very beginning, skipping those
packages already installed?
Kindly advise.  Thanks in advance.

B.R.
Stephen
--
[EMAIL PROTECTED] mailing list
   

	The kde build does seem a bit slow, though you are making progress. 
Yes, if the build is interupted, you can start from where you left 
off by simply issuing the command emerge kde It will start with the 
package it was working on when interupted.
	After you emerged xfree. if you had done startx you probably would 
have seen an ugly grey screen with an X in the middle that would 
move with your mouse. This is normal and indicates success. Xfree it 
self has no window manager and, by itself is pretty much useless.
	I've never used the precompiled packages so I can't help with why 
your machine is building everything from source. Perhaps emerge 
can't find the packages on your harddrive?
	From man emerge:

--usepkg (-k)
 Tells emerge to use  binary  packages  (from
 $PKGDIR)  if they are available, thus possi-
 bly avoiding some  time-consuming  compiles.
 This  option  is useful for CD installs; you
 can  export  PKGDIR=/mnt/cdrom/packages  and
 then  use  this option to have emerge pull
 binary packages from the CD in order to sat-
 isfy dependencies.
  --usepkgonly (-K)
 Behaves  just  as  --usepkg except that this
 will only emerge binary packages.   All  the
 binary  packages  must  be  available at the
 time of  dependency  calculation  or  emerge
 will simply abort.
	If I were you, I would interupt the build at a point where it has 
just finished a pachage and restart it using the   --usepkgonly (-K)
option. If this fails, portage cannot locate the packages and you'll 
have to look back through the instructions to find where you should 
have them. At that point you have the choice to either fix the 
package directory or continue as you have been. The advantage in 
continuing as you are now is that you will have the latest packages 
merged and updating will be much quicker.
	Another glitch I just thought of is that you may not be able to merge 
precompiled packages at this point as they will conflict with later 
versions you have built from source.
 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Installing KDE and Xfree problem

2003-10-19 Thread Stephen Liu
Hi Paul,

Sorry, I overlooked that paragraph.

I have been running kde installation for more than 56 hours until 
interrupted about 15 minutes ago with following warning popup. 

...
make[3]: *** [kuickshow.la] Error 1
make[3]: Leaving directory 
'/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuickshow/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
'/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuickshow'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
'/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4'
make: *** [all] Error 2

!!! ERROR: kde-base/kdegraphics-3.1.4 failed.
!!! Function kde_src_compile, Line 137, Exitcode 2
!!! died running emake, kde_src-compile:make
I have no idea why it was interrupted

Now I run
# emerge kde
again.  It starts unpacking kdegraphics-3.1.4 tarball downloaded 
previously from Gentoo website.   I will watch its progress.

B.R.
Stephen
paul cooke wrote:

On Saturday 18 October 2003 11:58 am, Stephen Liu wrote:
 

I have been running installation of KDE for 36+ hours and still could
not see my shore ahead.  Those pre-compile packages on CD2 seems not
helpful.
I ran
# emerge sync
then
# emerge -k kde
it indicated 60 packages to be installed.  But most time I saw it
downloading packages from Gentoo website.  Last time, about 3 hours ago,
I saw 33/60 packages being downloaded.  The download time took about 3
minutes but the compilation took lengthy time
   

Your mistake was doing the emerge synch... it got a fresh tree from Gentoo 
and then when you told it to emerge KDE it used the new tree and started to 
emerge the latest versions of KDE etc...

It specifically tells you NOT to do the emerge synch command when you are 
using the GRP 2 disc set. This is clearly marked in the installation notes at 
section GRP package/snapshot steps

and section 9

Important: If you are doing a GRP install then you can ignore the following 
section on emerge sync.
 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Installing KDE and Xfree problem

2003-10-19 Thread Jason Stubbs
On Sunday 19 October 2003 17:13, Stephen Liu wrote:
 I have been running kde installation for more than 56 hours until
 interrupted about 15 minutes ago with following warning popup.

 ...
 make[3]: *** [kuickshow.la] Error 1
 make[3]: Leaving directory
 '/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuickshow/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory
 '/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuickshow'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 '/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4'
 make: *** [all] Error 2

 !!! ERROR: kde-base/kdegraphics-3.1.4 failed.
 !!! Function kde_src_compile, Line 137, Exitcode 2
 !!! died running emake, kde_src-compile:make

 I have no idea why it was interrupted

 Now I run
 # emerge kde

It will more than likely fail again. When it does, you will give us lines 
preceding what you have shown; everything from the last gcc command or 10~20 
lines prior to make erroring out to be certain.

Jason

--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge rsync

2003-10-19 Thread Andrej Kacian
When I do emerge rsync, emerge starts to sync my local portage tree instead
of installing newest available version of rsync. I have noticed that rsync is
on list of known 'actions' in emerge script. How does one update rsync other
than using full path to latest rsync ebuild?

Isn't it incorrect to have an emerge action with same name as a package?

-- 
/~\ The ASCIIAndrej Ticho Kacian andrej at kacian dot sk
\ / Ribbon Campaign  GnuPG public key ID: 7CD93FE2 (pgp.mit.edu)
 X  Against HTML Key fingerprint:
/ \ Email!   E87D 9DEF 2A23 6FFB 7AD9 542F 4253 3A46 7CD9 3FE2

Sarcasm is my sword, apathy is my shield.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] emerge rsync

2003-10-19 Thread Tom Wesley
On Sun, 2003-10-19 at 10:01, Andrej Kacian wrote:
 When I do emerge rsync, emerge starts to sync my local portage tree instead
 of installing newest available version of rsync. I have noticed that rsync is
 on list of known 'actions' in emerge script. How does one update rsync other
 than using full path to latest rsync ebuild?
 
 Isn't it incorrect to have an emerge action with same name as a package?

emerge net-misc/rsync  should do it

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Luck with blueglass-xcursors in Gnome2?

2003-10-19 Thread Paulo Jorge de Oliveira Cantante de Matos
Indeed, it worked now. Strange, after successful emerge the say to add
the line to .Xdefaults. However it only worked if added to .Xresources,
hummm, maybe that ebuild should be checked!

Thx alot,

Best regards,

Paulo Matos

On Sun, 2003-10-19 at 00:07, [EMAIL PROTECTED] wrote:
 I used .Xresources instead:
 
 Xcursor.size: 16
 Xcursor.theme: Blue-0.4
 
 Blue-0.4 is the directory where i stored the blueglass cursors, under 
 /usr/share/cursors/xfree.
 
 Paulo Jorge de Oliveira Cantante de Matos wrote:
 
 Hi all,
 
 Has anyone had any luck with putting blueglass-xcursors working under
 gnome2?
 
 My .Xdefaults has the following:
 Xcursor.theme: Blue
 
 But I have no luck since they show up when X starts but while Gnome2 is
 starting up they just disappear and are replaced but the Gnome default
 ones.
 
 Any ideas?
 
 Best regards,
 
   
 
 
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

Paulo J. Matos : [EMAIL PROTECTED]
Instituto Superior Tecnico - Lisbon
Computer and Software Eng. - A.I.
 -  http://mega.ist.utl.pt/~pocm
---
- God had a deadline...
So, he wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Installing KDE and Xfree problem

2003-10-19 Thread Stephen Liu
Hi Jason,

Kindly advise how to read previous screens.  How to scroll back to read 
other lines.  What is the name of the installation log under /var/log/

Thanks

B.R.
Stephen
Jason Stubbs wrote:

On Sunday 19 October 2003 17:13, Stephen Liu wrote:
 

I have been running kde installation for more than 56 hours until
interrupted about 15 minutes ago with following warning popup.
...
make[3]: *** [kuickshow.la] Error 1
make[3]: Leaving directory
'/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuickshow/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
'/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuickshow'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
'/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4'
make: *** [all] Error 2
!!! ERROR: kde-base/kdegraphics-3.1.4 failed.
!!! Function kde_src_compile, Line 137, Exitcode 2
!!! died running emake, kde_src-compile:make
I have no idea why it was interrupted

Now I run
# emerge kde
   

It will more than likely fail again. When it does, you will give us lines 
preceding what you have shown; everything from the last gcc command or 10~20 
lines prior to make erroring out to be certain.

Jason



--
[EMAIL PROTECTED] mailing list


[gentoo-user] Gentoo on laptops - AMD PowerNow! technology

2003-10-19 Thread Øyvind Stegard
Hi,

I own an Compaq Presario 920EA laptop with an Athlon XP 2000+ mobile
processor. It uses AMD's PowerNow! speedstepping technology to preserve
battery power when the system load is low. This works just fine in
Windows XP since there is a driver (amdk7.sys) for the CPU feature, but
I don't think there is one for Linux (??). I would like to install
Gentoo on my laptop (I have gentoo on all my other desktop PCs), but if
that results in an ever-running (and noisy!) CPU fan and short battery
life time, I need to think twice about it. What's the state of the
PowerNow!  technology on Linux kernels (2.4 series) ? If there is
support, does it scale automatically, like in Windows, based on system
load ? This is really the only thing stopping me from installing Linux
on my laptop.

Any input appreciated, thanks.

Øyvind

-- 
 Øyvind Stegard [EMAIL PROTECTED]
  University of Oslo, Dept. of informatics.
   http://heim.ifi.uio.no/~oyvinst
Education: the path from cocky ignorance
 to miserable uncertainty. - Mark Twain

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Gentoo on laptops - AMD PowerNow! technology

2003-10-19 Thread tobias . edler
On Sun, Oct 19, 2003 at 11:44:28AM, Øyvind Stegard wrote:
 Date: Sun, 19 Oct 2003 11:44:28 +0200
 From: Øyvind Stegard [EMAIL PROTECTED]
 Subject: [gentoo-user] Gentoo on laptops - AMD PowerNow! technology
 To: Gentoo-user List [EMAIL PROTECTED]
 User-Agent: Mutt/1.5.4i
 
 Hi,
 
 I own an Compaq Presario 920EA laptop with an Athlon XP 2000+ mobile
 processor. It uses AMD's PowerNow! speedstepping technology to preserve
 battery power when the system load is low. This works just fine in
 Windows XP since there is a driver (amdk7.sys) for the CPU feature, but
 I don't think there is one for Linux (??). I would like to install

The ac-sources support it. I do not use it anyway, because my softmodem
wont't work with this patched kernlen :-(
-- 
 This message is made of 100 % recycled electrons
\..| PGP Key: www.stud.uni-goettingen.de/~s242275/pgpkey.pub (o_
.\.|--   Jabber:  te_linuxguru at amessage.de(o  (o  //\
..\| ICQ: 124557012  (/)_(/)_V_/


pgp0.pgp
Description: PGP signature


[gentoo-user] Bootstrap

2003-10-19 Thread Frederic SOSSON
Hello,

I'm trying to install gentoo 1.4 in stage1 but at the end (i think) of the 
bootstrap installlation it tries to download patch-2.5.9.tar.gz from a lot 
of servers around the world with no success.

Could you help me?

Regards



Frederic

_
Hotmail: votre e-mail gratuit ! http://www.fr.msn.be/hotmail
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Has anyone successfully built OO 1.1 (recently unmasked)

2003-10-19 Thread Redeeman
hehe, the protection from write to pdf's lays in the viewer, if you
download xpdf source, there is only 2 places you shall change, and
whoop, you are set ;-)

but its illegal, and thats why pdf is read-only, so companies can
distribute stuff without the ability of others to change and steal.

On Sun, 2003-10-19 at 08:37, Chris I wrote:
 On 2003.10.19 00:34, Collins Richey wrote:
  On Sat, 18 Oct 2003 22:06:35 -0400 Chris I [EMAIL PROTECTED] wrote:
  
  
What I really despise is pdf attachments.  OO will create pdf  
  just
fine, but
there's no way to read and modify it on linux (that I am aware
  of).
  
   There are many pdf viewers for linux. I use gpdf, and have used  
  ggv,
  
   xpdf, and a few others. They are fairly decent, but the font
  rendering,
   at least on pdf's i have viewed, is terrible. And they lack the
  ability
   to search pdfs (if the pdf itself has said ability).
  
   That said, acrobat reader is availiable for linux.
  
  
  True enough, but there's no way to modify a pdf.  You can create pdf
  easily
  enough from other files, but you can't update a pdf.
 
 I've never done that on any OS. I'm admittedly not very familiar with  
 the format, but i was under the impression that pdfs were more or less  
 a write-once format.
 
 Apparently I've been missing out :)
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ATI Radeon 9100 and KT400A

2003-10-19 Thread Redeeman
i have nvidia geforce2 ultra onboard, i get 1fps all time, in
1600x1200

On Sun, 2003-10-19 at 04:02, Andrew Kirilenko wrote:
 Hello!
 
 snip
   This problem was just solved today and isn't even in portage yet.
   http://bugs.gentoo.org/show_bug.cgi?id=30541
  Will take a look at it right now! Fsck! Need to rebuild X once again :(
 snip
 
 OK. This has solved my problem. Thanks.
 
 glxgears gives me about 650 FPS (1152x864 24bpp) default glxears window
 size. But when I'm totally covering glxgears win with xterm I'm getting
 8000 FPS (that's expected :) and when I'm covering only very small part
 of green gear with xterm, I'm getting about 1500-1600 FPS (and that's
 strange). Next, when maximizing window to fullscreen, it shows about 72
 FPS, but gears SEEMS to rotate much quickly. Can somebody explain me
 this behaivor?
 
 Best regards,
 Andrew.
 
 --
 [EMAIL PROTECTED] mailing list
 
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Resizing Ext2 Partition

2003-10-19 Thread Redeeman
partition magic can do it, BUT, it needs to be ext2 partitions made with
partition magic, else it doesent work

On Sun, 2003-10-19 at 05:50, Matt Neimeyer wrote:
   Long story short I need to put a small Win2k install on my Gentoo Laptop
   so I need to resize the ext2 partition I've got as / now. Partition
   Magic doesn't want to allow resizes on this partition so...
  What version of Partition Magic and is it actually ext3?
 
 Partition Magic 7 and no it's really ext2...
 
 According to the PowerQuest web site I should be able to boot into PM7.0
 and right-click on the partition and select Resize/Move... no dice. I'm
 also not able to copy ext2 partitions (from an earlier expirement on a
 completely different machine, that I'm also sure was really ext2) so I
 suspect that something about ext2 support in PM7.0 is off...
 
 The System Rescue CD that was pointed out looks like exactly what I need
 but it hangs at the Starting USB and PCI hotplugging... so I'm
 downloading their current beta and trying that... the Gentoo LiveCD had
 no problem with this machine so I don't know what the issue is...
 
 Matt
 
 
 --
 [EMAIL PROTECTED] mailing list
 
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Installing KDE and Xfree problem

2003-10-19 Thread Stephen Liu
Hi Jason,

Further to my last posting as at the bottom of this mail, it failed 
again as you said .

What I can read preceding those lines shown in my previous email on the 
same screen are
..
grep: /usr/lib/libungif.la: No such file or directory
see: can't read /usr/lib/libungif.la: No such file or directory
libtool: link: '/usr/lib/libungif.la' is not a valid libtool archive
..


I tried follows

# cat /var/log/emerge.log | more
# cat /var/log/messages | more
# cat /var/log/genkernel.log | more
could not see something relevant.

B.R.
Stephen


Hi Jason,

Kindly advise how to read previous screens.  How to scroll back to read 
other lines.  What is the name of the installation log under /var/log/

Thanks

B.R.
Stephen
Jason Stubbs wrote:

On Sunday 19 October 2003 17:13, Stephen Liu wrote:
 

I have been running kde installation for more than 56 hours until
interrupted about 15 minutes ago with following warning popup.
...
make[3]: *** [kuickshow.la] Error 1
make[3]: Leaving directory
'/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuickshow/src' 

make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
'/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuickshow'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
'/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4'
make: *** [all] Error 2
!!! ERROR: kde-base/kdegraphics-3.1.4 failed.
!!! Function kde_src_compile, Line 137, Exitcode 2
!!! died running emake, kde_src-compile:make
I have no idea why it was interrupted

Now I run
# emerge kde
  


It will more than likely fail again. When it does, you will give us 
lines preceding what you have shown; everything from the last gcc 
command or 10~20 lines prior to make erroring out to be certain.

Jason 


--
[EMAIL PROTECTED] mailing list


[gentoo-user] Nautilus sound preview

2003-10-19 Thread genttin
Hi all,

After upgraded to gnome 2.4, I can no longer preview audio files just
like before by mouseover icons in Nautilus.

Also, when I changed to View as Audio mode and press the play button,
I got GStreamer error: osscommon: Unable to open /dev/dsp (in use ?).

I have searched through some forums and tried chmod 666 to /dev/dsp or
add myself to audio group but none works.

Any help?

Thanks in advance.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Nautilus sound preview

2003-10-19 Thread Redeeman
using alsa without oss emulation?

On Sun, 2003-10-19 at 21:41, genttin wrote:
 Hi all,
 
 After upgraded to gnome 2.4, I can no longer preview audio files just
 like before by mouseover icons in Nautilus.
 
 Also, when I changed to View as Audio mode and press the play button,
 I got GStreamer error: osscommon: Unable to open /dev/dsp (in use ?).
 
 I have searched through some forums and tried chmod 666 to /dev/dsp or
 add myself to audio group but none works.
 
 Any help?
 
 Thanks in advance.
 
 
 --
 [EMAIL PROTECTED] mailing list
 
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ATI Radeon 9100 and KT400A

2003-10-19 Thread Andrew Kirilenko
Hello!

On Sun, Oct 19, 2003 at 02:30:47PM +0900, Jason Stubbs wrote:
 On Sunday 19 October 2003 11:02, Andrew Kirilenko wrote:
  glxgears gives me about 650 FPS (1152x864 24bpp) default glxears window
  size. But when I'm totally covering glxgears win with xterm I'm getting
  8000 FPS (that's expected :) and when I'm covering only very small part
  of green gear with xterm, I'm getting about 1500-1600 FPS (and that's
  strange). Next, when maximizing window to fullscreen, it shows about 72
  FPS, but gears SEEMS to rotate much quickly. Can somebody explain me
  this behaivor?
 
 Your brain can't interpret images at much more than 120fps and you're monitor 
 can only output at about the same or less. At 72fps is looks like the gears 
 are actually turning. At 650fps or 1600fps you're only seeing every 5th or 
 10th or 15th frame of what the computer is actually calculating and putting 
 into video memory.
Yes, yes, yes. I understand this. But what if I'd start some complex opengl app?
I'm not sure it'll provide me with 20-30 FPS while simple glxgears (not
SO simple, but simple enough) provides me only with 700. I'm emerging
tuxracer for test this right now (it's the best opengl testing app, I
know).

BTW. For ATI / NV discussion - my prefference is ATI because:
- better open drivers support (and almost the same quality closed
  support as in NV)
- __MUCH__ better 2D
- if you want fast 3D - ATI is the best (I have got my radeon 9100 for
  about $110 about 4 months ago and it supports... hmm... pixel shaders
  e.g.). NV card with the same capatibilities will cost about $150.

 BTW, you're lucky to get 8000fps off-screen. I get ~550fps at regular size, 
 ~75fps at full-screen (1024x768x24) and only ~1550 at regular size 
 off-screen. Probably due to lack of DRM-support of nvidias? or is that just 
 wishful thinking ;-)
 

Best regards,
Andrew.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Has anyone successfully built OO 1.1 (recently unmasked)

2003-10-19 Thread Charles Marcus
What I really despise is pdf attachments. OO will create pdf just
fine, but there's no way to read and modify it on linux (that I
am  aware of).

There are many pdf viewers for linux. I use gpdf, and have used ggv,  
xpdf, and a few others. They are fairly decent, but the font rendering,  
at least on pdf's i have viewed, is terrible. And they lack the ability  
to search pdfs (if the pdf itself has said ability).

That said, acrobat reader is availiable for linux.

True enough, but there's no way to modify a pdf.  You can create pdf easily
enough from other files, but you can't update a pdf.
True enough - but I fail to see the problem here, as the entire purpose 
of the PDF format is to provide a *read-only* version of a document that 
anyone can read, no matter what platform or what fonts they have 
installed, as long as they have a reader.

If you want to exchange files that are editable, then you need to do so 
in a common file format that both of you have.

Charles

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] x86 installation problem

2003-10-19 Thread purslow
031018 Andrew Gaffney wrote:
 [EMAIL PROTECTED] wrote:
 i cdn't boot the Gentoo CD 1 : kernel 2.4.21 doesn't like my hardware,
 ie Athlon XP 2500+  Soyo mobo (the same thing happened with Mdk 9.1 ).
 i got install'n to start using Knoppix, tho' that caused another problem
 when i removed the Knoppix CD to insert the Gentoo CD to copy files
 Just in case any of us run into this same problem, how did you solve it?

there are  4  compressed files which need to be copied.
after copying  1  of them, Knoppix became confused,
so i rebooted the Knoppix CD, unbz2'd the file  copied the next,
then repeated the process  3 times  till everything was in place.
after that, it was possible to pick up from the Gentoo install doc.

an alternative wb to install another Linux -- eg Slack/Mdk w dft specs -- ,
then use that to make appropriate part'ns  copy  decompress the files.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Fail to start X

2003-10-19 Thread Stephen Liu
Hi all folks,

Gentoo 1.4

Failed to start X
# startx
XFree86.0.log as follow;

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-gentoo-r7 i586 [ELF]
Build Date: 17 October 2003
   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Sun Oct 19 21:28:59 2003
(EE) Unable to locate/open config file
(EE) Error from xf86HandleConfigFile()
Fatal server error:
no screens found
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]
Kindly advise how to get it fixed.  Thanks

B.R.
Stephen Liu
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Bootstrap

2003-10-19 Thread Collins Richey
On Sun, 19 Oct 2003 12:58:01 +0200 Frederic SOSSON [EMAIL PROTECTED]
wrote:

 Hello,
 
 I'm trying to install gentoo 1.4 in stage1 but at the end (i think) of the 
 bootstrap installlation it tries to download patch-2.5.9.tar.gz from a lot 
 of servers around the world with no success.
 
 Could you help me?
 

There have been a lot of reports like this one.  Do your own search for this
package, and when you find it, put it in /usr/portage/distfiles on your
gentoo build partition, then try the emerge again.  You might also need to
run 'ebuild packagename digest' to rebuild the md5sums.

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Fail to start X

2003-10-19 Thread Scharf Yuval
Do you have a config file in /etc/X11 ?

Yuval Scharf


On Sun, 19 Oct 2003, Stephen Liu wrote:

 Hi all folks,

 Gentoo 1.4
 

 Failed to start X
 # startx

 XFree86.0.log as follow;

 XFree86 Version 4.3.0
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.20-gentoo-r7 i586[ELF]
 Build Date: 17 October 2003
   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/XFree86.0.log, Time: Sun Oct 19 21:28:59 2003
 (EE) Unable to locate/open config file
 (EE) Error from xf86HandleConfigFile()

 Fatal server error:
 no screens found

 When reporting a problem related to a server crash, please send
 the full server output, not just the last messages.
 This can be found in the log file /var/log/XFree86.0.log.
 Please report problems to [EMAIL PROTECTED]

 Kindly advise how to get it fixed.Thanks

 B.R.
 Stephen Liu


 --
 [EMAIL PROTECTED] mailing list





--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Installing KDE and Xfree problem

2003-10-19 Thread Ernie Schroder
On Sunday 19 October 2003 05:26 am, Stephen Liu wrote:
 Hi Jason,

 Kindly advise how to read previous screens.  How to scroll back to
 read other lines.  What is the name of the installation log under
 /var/log/

 Thanks

 B.R.
 Stephen

 Jason Stubbs wrote:
 On Sunday 19 October 2003 17:13, Stephen Liu wrote:
 I have been running kde installation for more than 56 hours until
 interrupted about 15 minutes ago with following warning popup.
 
 ...
 make[3]: *** [kuickshow.la] Error 1
 make[3]: Leaving directory
 '/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuicks
 how/src' make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory
 '/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuicks
 how' make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 '/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4'
 make: *** [all] Error 2
 
 !!! ERROR: kde-base/kdegraphics-3.1.4 failed.
 !!! Function kde_src_compile, Line 137, Exitcode 2
 !!! died running emake, kde_src-compile:make
 
 I have no idea why it was interrupted
 
 Now I run
 # emerge kde
 
 It will more than likely fail again. When it does, you will give
  us lines preceding what you have shown; everything from the last
  gcc command or 10~20 lines prior to make erroring out to be
  certain.
 
 Jason

 --
 [EMAIL PROTECTED] mailing list


Stephen,
The easiest way to record all of the output would be to issue the 
command:
# emerge kdegraphics  kdegraphics.txt

(Notice I used the package that is giving you problems. This avoids 
writing a HUGE file just in case emerge kde works this time.)

This will write the output to a file in the current directory. There 
will be no output to the screen. When the command has compleeted, do:

# cat kdegraphics.txt | more

You can move through the file one page at a time by hitting the space 
bar.

-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



[gentoo-user] mozilla 1.5 emerge fails due to missing ipc-1.0.4.tar.gz

2003-10-19 Thread Bud Roth
I did an emerge -s ipc and found nothing.  Any suggestions?

bash-2.05b$ sudo emerge mozilla
Password:
Calculating dependencies ...done!
 emerge (1 of 1) net-www/mozilla-1.5 to /
 Downloading http://enigmail.mozdev.org/dload/src/ipc-1.0.4.tar.gz
--15:32:22--  http://enigmail.mozdev.org/dload/src/ipc-1.0.4.tar.gz
   = `/usr/portage/distfiles/ipc-1.0.4.tar.gz'
Resolving enigmail.mozdev.org... done.
Connecting to enigmail.mozdev.org[167.206.76.23]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
15:32:22 ERROR 404: Not Found.

!!! Couldn't download ipc-1.0.4.tar.gz. Aborting.
bash-2.05b$
-- 
Bud Roth
Lake Barcroft, VA


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Fail to start X

2003-10-19 Thread Ernie Schroder
On Sunday 19 October 2003 10:15 am, Stephen Liu wrote:
 Hi all folks,

 Gentoo 1.4
 

 Failed to start X
 # startx

 XFree86.0.log as follow;

 XFree86 Version 4.3.0
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.20-gentoo-r7 i586 [ELF]
 Build Date: 17 October 2003
 Before reporting problems, check http://www.XFree86.Org/
 to make sure that you have the latest version.
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??)
 unknown. (==) Log file: /var/log/XFree86.0.log, Time: Sun Oct 19
 21:28:59 2003 (EE) Unable to locate/open config file
 (EE) Error from xf86HandleConfigFile()

 Fatal server error:
 no screens found

 When reporting a problem related to a server crash, please send
 the full server output, not just the last messages.
 This can be found in the log file /var/log/XFree86.0.log.
 Please report problems to [EMAIL PROTECTED]

 Kindly advise how to get it fixed.  Thanks

 B.R.
 Stephen Liu


 --
 [EMAIL PROTECTED] mailing list


Stephen, send the contents of /etc/X11/XF86Config  
It looks like startx cannot find the config file. If you have not 
created this file, go to the Gentoo desktop configuration guide:
http://www.gentoo.org/doc/en/desktop.xml
look for  Code listing 2.2: Running xf86config

-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Installing KDE and Xfree problem

2003-10-19 Thread Ernie Schroder
On Sunday 19 October 2003 11:00 am, Ernie Schroder wrote:
 On Sunday 19 October 2003 05:26 am, Stephen Liu wrote:
  Hi Jason,
 
  Kindly advise how to read previous screens.  How to scroll back
  to read other lines.  What is the name of the installation log
  under /var/log/
 
  Thanks
 
  B.R.
  Stephen
 
  Jason Stubbs wrote:
  On Sunday 19 October 2003 17:13, Stephen Liu wrote:
  I have been running kde installation for more than 56 hours
   until interrupted about 15 minutes ago with following warning
   popup.
  
  ...
  make[3]: *** [kuickshow.la] Error 1
  make[3]: Leaving directory
  '/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuic
  ks how/src' make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory
  '/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4/kuic
  ks how' make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory
  '/var/tmp/portage/kdegraphics-3.1.4/work/kdegraphics-3.1.4'
  make: *** [all] Error 2
  
  !!! ERROR: kde-base/kdegraphics-3.1.4 failed.
  !!! Function kde_src_compile, Line 137, Exitcode 2
  !!! died running emake, kde_src-compile:make
  
  I have no idea why it was interrupted
  
  Now I run
  # emerge kde
  
  It will more than likely fail again. When it does, you will give
   us lines preceding what you have shown; everything from the
   last gcc command or 10~20 lines prior to make erroring out to
   be certain.
  
  Jason
 
  --
  [EMAIL PROTECTED] mailing list

 Stephen,
   The easiest way to record all of the output would be to issue the
 command:
 # emerge kdegraphics  kdegraphics.txt

 (Notice I used the package that is giving you problems. This avoids
 writing a HUGE file just in case emerge kde works this time.)

 This will write the output to a file in the current directory.
 There will be no output to the screen. When the command has
 compleeted, do:

 # cat kdegraphics.txt | more

 You can move through the file one page at a time by hitting the
 space bar.


Let me add that you can usually scroll back about 300 lines, one page 
at a time by pressing shift plus PageUp.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Fail to start X

2003-10-19 Thread Stephen Liu
Hi Scharf,

Thanks for your response.

# ls /etc/X11

showing following config files
wmconfig
XftConfig
XF86Config.example
I viewed XF86Config.example.  Its content has some similarity with 
RH's.  Can I rename it as XF86Config and have its content adjusted.

Kindly advise what shall be the standard content of XF86Config in Gentoo

Thanks in advance.

B.R.
Stephen


Scharf Yuval wrote:

Do you have a config file in /etc/X11 ?

Yuval Scharf

On Sun, 19 Oct 2003, Stephen Liu wrote:

 

Hi all folks,

Gentoo 1.4

Failed to start X
# startx
XFree86.0.log as follow;

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-gentoo-r7 i586[ELF]
Build Date: 17 October 2003
 Before reporting problems, check http://www.XFree86.Org/
 to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Sun Oct 19 21:28:59 2003
(EE) Unable to locate/open config file
(EE) Error from xf86HandleConfigFile()
Fatal server error:
no screens found
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]
Kindly advise how to get it fixed.Thanks

B.R.
Stephen Liu


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Installing KDE and Xfree problem

2003-10-19 Thread Stephen Liu
Hi Ernie,

- snip p

Let me add that you can usually scroll back about 300 lines, one page 
at a time by pressing shift plus PageUp.
 

Noted with thanks.  This time I have rebooted the PC, all gone.  Is 
there a log file?  I have been searching hard for it.

Thanks

B.R.
Stephen
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] nvidia strikes again

2003-10-19 Thread momesana
Which kernel version do you use?
You might get the nvidia-drivers from nvidia itself and try to compile them. 
Maybe that will solve the problem. (For the 2.6+ kernels you need a patch 
from minion.de)
If the driver works under another linux-distro there is no reason why it 
should not work under gentoo. It would at most need some more work but it 
should finally work.

go to http://www.nvidia.com/object/linux.html and pick the appropriate Driver 
for your system. Should be IA32 ... in most cases.
Download it. Change to the directory where you downloaded it and do:
sh NVIDIA-Linux-x86-1.0-4496-pkg2.run # or whatever version you downloaded
This assumes that you have exited X already. You cannot do this with X up and 
running. You also need to be root in order to do compile and install the 
driver.
The installer will ask you wheter you want to preceed, ... asks ya whether it 
should try to download a driver that suits your kernel (say no because it 
won't find something appropriate anyway) and then it will try to compile your 
driver.
This should work unless you have a symlink to the wrong version of your 
kernel. If that is the case the installation will fail. It is very important 
for the /usr/src/linux symlink to point to the unpacked source of your 
current kernel. this is VERY VERY IMPORTNAT so always symlink it to the 
appropriate source with:

ln -sf Path_to_your_kernel_sources /usr/src/linux

Then try to compile the kernel again and in most cases it should work.

In the readme file there is a section:
(sec-03) EDITING YOUR XF86CONFIG FILE
that you really should read.

It says that you should replace Driver nv with Driver nvidia (that you 
have already done as you described in your initial posting), make sure that 
Load glx is uncommented and that the Load dri and Load GLcore are 
removed or commented.

After these steps and provided that it succeeded remove the old nv drivers 
from your kernel with:
rmmod nv
and load the new nvidia kernel modules with:
modprobe nvidia

check wheter it is loaded with
lsmod | grep nvidia 
on my box this outputs:
nvidia   1701612  10
After that you may check wheter the /dev/nvidia* devices have been created by 
devfs as you loaded the module with:
ls -l /dev/nvidia*
on my box this outputs:
root[www]$ls -l /dev/nvidia*
crw---1 momesana root 195,   0 Jan  1  1970 /dev/nvidia0
crw---1 momesana root 195, 255 Jan  1  1970 /dev/nvidiactl
Then try to load X with startx or kdm or whatever you are using.
If this fails try to see wheter the configuration is allright. XF86Config 
files may cause the whole Xserver to act crazy if they are not setup 
properly. I remember that I couldn't get X running for weeks under Debian 
potato (I was an extreme newbie then) and this was all due to the fact that 
the XF86Config contained some configuration-option that needed to be 
uncommented. The outpout may in some cases be deceiving and confusing. Just 
try the differnt methods to create a new XF86Config file for example:
XFree86 -configure  # probes as much information as possible about your 
hardware and writes a small XF86Config file to /root/XF86Config.new. Run the 
X server with following command to test the new config file:
Xfree86 -xf86config /root/XF86Config.new

You also could try out xf86cfg.
If they work somehow then you know that there was something wrong with the 
config file rather than with the drivers.
Just try out all possible sollutions.

Good luck and keep us informed about your progresses

momesana!

Am Freitag, 17. Oktober 2003 12:52 schrieb Meka[ni]:
 On Thu, 16 Oct 2003 22:54:59 -0500

 Richard Kilgore [EMAIL PROTECTED] wrote:
  Am Mittwoch, 15. Oktober 2003 00:48 schrieb Meka[ni]:
 Just to be sure, I'll tel you the exact commands I've executed.
   emerge nvidia-kernel
   emerge nvidia-glx
   opengl-update nvidia
   modprobe nvidia
   change the section in XF86Config from nv to nvidia. Should I do
   something else? I still get messages in /var/log/XFree86.0.log that it
   can not open /dev/nvidia0 for reading although the file is present and
   has rw-rw-rw- for flags. Please save me this mess! :o)
 
  Is it a character special file that looks like this?
 
  crw---1 rkilgore root 195,   0 1969-12-31 18:00
  /dev/nvidia0
 
  --
  Richard Kilgore
  [EMAIL PROTECTED]
 
  --
  [EMAIL PROTECTED] mailing list

   No. It looks like this:
   crw-rw-rw- 1 rkilgore root 195,   0 1969-12-31 18:00 /dev/nvidia0
 (actually, different user and date, but the rest is the same)

 
 Meka[ni]

 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



[gentoo-user] ACCEPT_LICENSE question

2003-10-19 Thread Ian Truelsen
I just emerge enemy territory and it paused to have me accept the
license. I added ACCEPT_LICENSE=yes to make.conf, which I thought was
supposed to automate the process. Did I miss something? Is there a
correct way to have the ebuild automate the license agreement?

-- 
Ian Truelsen
Email: [EMAIL PROTECTED]
AIM: ihtruelsen
Homepage: http://www.ihtruelsen.dyndns.org

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ACCEPT_LICENSE question

2003-10-19 Thread Ciaran McCreesh
On Sun, 19 Oct 2003 08:38:32 -0700 Ian Truelsen
[EMAIL PROTECTED] wrote:
| I just emerge enemy territory and it paused to have me accept the
| license. I added ACCEPT_LICENSE=yes to make.conf, which I thought
| was supposed to automate the process. Did I miss something? Is there a
| correct way to have the ebuild automate the license agreement?

Unfortunately, ACCEPT_LICENSE is not currently implemented.

-- 
Ciaran McCreesh
Mail:   ciaranm at firedrop.org.uk
Web:www.firedrop.org.uk
System: Gentoo Base System version 1.4.3.10p1 Linux 2.4.20-gentoo-r7

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Installing KDE and Xfree problem

2003-10-19 Thread Ernie Schroder
On Sunday 19 October 2003 11:35 am, Stephen Liu wrote:
 Hi Ernie,

 - snip p

 Let me add that you can usually scroll back about 300 lines, one
  page at a time by pressing shift plus PageUp.

 Noted with thanks.  This time I have rebooted the PC, all gone.  Is
 there a log file?  I have been searching hard for it.

 Thanks

 B.R.
 Stephen


 --
 [EMAIL PROTECTED] mailing list

Damned if I can find logs of a failed ebuild but I do show a file 
called successful for each successfully built package. Look at
 /var/tmp/portage/kdegraphics-3.1.4/temp and see if there's something 
there.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Fail to start X

2003-10-19 Thread Ernie Schroder
On Sunday 19 October 2003 11:30 am, Stephen Liu wrote:
 Hi Scharf,

 Thanks for your response.

 # ls /etc/X11

 showing following config files
 wmconfig
 XftConfig
 XF86Config.example

 I viewed XF86Config.example.  Its content has some similarity with
 RH's.  Can I rename it as XF86Config and have its content adjusted.

 Kindly advise what shall be the standard content of XF86Config in
 Gentoo

 Thanks in advance.

 B.R.
 Stephen

 Scharf Yuval wrote:
 Do you have a config file in /etc/X11 ?
 
 Yuval Scharf
 
 On Sun, 19 Oct 2003, Stephen Liu wrote:
 Hi all folks,
 
 Gentoo 1.4
 
 
 Failed to start X
 # startx
 
 XFree86.0.log as follow;
 
 XFree86 Version 4.3.0
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.20-gentoo-r7 i586[ELF]
 Build Date: 17 October 2003
   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default
  setting, (++) from command line, (!!) notice, (II)
  informational, (WW) warning, (EE) error, (NI) not implemented,
  (??) unknown. (==) Log file: /var/log/XFree86.0.log, Time: Sun
  Oct 19 21:28:59 2003 (EE) Unable to locate/open config file
 (EE) Error from xf86HandleConfigFile()
 
 Fatal server error:
 no screens found
 
 When reporting a problem related to a server crash, please send
 the full server output, not just the last messages.
 This can be found in the log file /var/log/XFree86.0.log.
 Please report problems to [EMAIL PROTECTED]
 
 Kindly advise how to get it fixed.Thanks
 
 B.R.
 Stephen Liu

 --
 [EMAIL PROTECTED] mailing list


The .example is more or less a generic config. It will not work on 
your machine you need to read the documentation and follow the steps 
to create a working XF86Config.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo on laptops - AMD PowerNow! technology

2003-10-19 Thread Jay Goodman Tamboli
On Sun, Oct 19, 2003 at 11:44:28AM +0200, ?yvind Stegard wrote:
 It uses AMD's PowerNow! speedstepping technology to preserve
 battery power when the system load is low. This works just fine in
 Windows XP since there is a driver (amdk7.sys) for the CPU feature, but
 I don't think there is one for Linux (??).

As another poster said, ac-sources include CPU frequency scaling.  The bad
news is that it's not very well documented, and you have to manage the CPU
speed yourself.  For example, I've written a short script to halve my
processor speed when I'm on battery and take it even lower when the system
load is low.

Unless you want to invest some serious time researching it, you might want
to wait for kernel 2.6.

/jgt
-- 
Actually, I hate computers. I'm just here for the EMF.  -- The Cube


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Re: Gentoo on laptops - AMD PowerNow! technology

2003-10-19 Thread Andrew Gaffney
[EMAIL PROTECTED] wrote:
On Sun, Oct 19, 2003 at 11:44:28AM, Øyvind Stegard wrote:

Date: Sun, 19 Oct 2003 11:44:28 +0200
From: Øyvind Stegard [EMAIL PROTECTED]
Subject: [gentoo-user] Gentoo on laptops - AMD PowerNow! technology
To: Gentoo-user List [EMAIL PROTECTED]
User-Agent: Mutt/1.5.4i
Hi,

I own an Compaq Presario 920EA laptop with an Athlon XP 2000+ mobile
processor. It uses AMD's PowerNow! speedstepping technology to preserve
battery power when the system load is low. This works just fine in
Windows XP since there is a driver (amdk7.sys) for the CPU feature, but
I don't think there is one for Linux (??). I would like to install


The ac-sources support it. I do not use it anyway, because my softmodem
wont't work with this patched kernlen :-(
I'm pretty sure that gentoo-sources supports this, also.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] mozilla 1.5 emerge fails due to missing ipc-1.0.4.tar.gz

2003-10-19 Thread Andrew Gaffney
Bud Roth wrote:
I did an emerge -s ipc and found nothing.  Any suggestions?

bash-2.05b$ sudo emerge mozilla
Password:
Calculating dependencies ...done!
emerge (1 of 1) net-www/mozilla-1.5 to /
Downloading http://enigmail.mozdev.org/dload/src/ipc-1.0.4.tar.gz
--15:32:22--  http://enigmail.mozdev.org/dload/src/ipc-1.0.4.tar.gz
   = `/usr/portage/distfiles/ipc-1.0.4.tar.gz'
Resolving enigmail.mozdev.org... done.
Connecting to enigmail.mozdev.org[167.206.76.23]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
15:32:22 ERROR 404: Not Found.
!!! Couldn't download ipc-1.0.4.tar.gz. Aborting.
bash-2.05b$
'emerge sync' again. I think this was fixed yesterday.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] A7V600 SATA - Is this supported by a Gentoo kernel?

2003-10-19 Thread Andreas Roedl
Hello!

Am Donnerstag, 16. Oktober 2003 02:14 schrieb Mark Knecht:
 On Wed, 2003-10-15 at 16:45, Peter Ruskin wrote:
  I have three ATA133 drives and one DVD writer.  The DVD writer is on the
  second IDE channel and the 3 hard disks are on a Promise ATA133 card -
  which I've always trusted more than VIA.  I'm not using SATA drives -
  that's what I meant to say.

 OK, so no one here in Gentooland is using SATA.

I'm using SATA. Not only the SATA controller but also SATA drives connected to 
it. :-) All I can say is, that I wasn't able to use the SATA drives with the 
Asus A7V600 Motherboard. I switched to the Asus A7N8X Deluxe board with its 
Silicon Image 3112 (SATA) Chip, which is supported by Linux.

Its no problem at all to use the A7V600 without SATA drives.

Check /usr/src/linux/drivers/ide/raid to be sure.

Andi
-- 
- Andreas Roedl- Senior IT Manager
- NATIVE INSTRUMENTS GmbH  - [EMAIL PROTECTED]
- Schlesische Strasse 28   - http://www.native-instruments.de/
- D-10997 Berlin   - Tel. +49-30-61 10 35-430
- Germany  - Fax  +49-30-61 10 35-35



--
[EMAIL PROTECTED] mailing list



[gentoo-user] openoffice aborting

2003-10-19 Thread Sky McKinley
Hello.  I am new to Gentoo and am having difficulty running OpenOffice.
Whenever I try to run any binary related to OpenOffice the program returns
Aborted and exits.  Is there a way to get a more detailed output with
OpenOffice?  Is this problem known (and hopefully fixed)?  Any assistance
would be greatly appreciated.

Sky.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Resizing Ext2 Partition

2003-10-19 Thread Matt Neimeyer
   Partition Magic doesn't want to allow resizes on this partition
   What version of Partition Magic and is it actually ext3?
  Partition Magic 7 and no it's really ext2...
 partition magic can do it, BUT, it needs to be ext2 partitions made
 with partition magic, else it doesn't work

I guess this may be a really stupid question... but... Why does it matter? Isn't a 
partition a partition?

And does that imply that I have to somehow find the tool I used to create the 
partition and use that? (I'm 99% certain it was the cfdisk on the Gentoo LiveCD) Or is 
there a tool I can use to bless the partition or partition table so I can use other 
tools.

Thanks

Matt


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge rsync

2003-10-19 Thread Marius Mauch
On 10/19/03  Andrej Kacian wrote:

 When I do emerge rsync, emerge starts to sync my local portage tree
 instead of installing newest available version of rsync. I have
 noticed that rsync is on list of known 'actions' in emerge script.
 How does one update rsync other than using full path to latest rsync
 ebuild?

include the category or include the version (e.g. emerge \=rsync-2.5.6)

 Isn't it incorrect to have an emerge action with same name as a
 package?

Yes, and we are trying to deprecate the rsync action (as well as all
actions not starting with -), so the correct command to sync the tree is
`emerge --sync`.

Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] openoffice aborting

2003-10-19 Thread Andrew Gaffney
Sky McKinley wrote:
Hello.  I am new to Gentoo and am having difficulty running OpenOffice.
Whenever I try to run any binary related to OpenOffice the program returns
Aborted and exits.  Is there a way to get a more detailed output with
OpenOffice?  Is this problem known (and hopefully fixed)?  Any assistance
would be greatly appreciated.
First of all, what version are you running? Second, did you build it from source or is it 
the binary?

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-19 Thread Stephane Brossier
Hi Peter,

[...]
You don't seem to have the USB root hub module loaded.  Try these:
modprobe uhci
modprobe usb-uhci
modprobe usb-ohci
modprobe ehci-hcd
If you want to know what root hub you have, do (as root):
lspci -vv | grep HCI
Mine shows:
# lspci -vv | grep HCI
00:0a.0 USB Controller: NEC Corporation USB (rev 41) (prog-if 10 [OHCI])
00:0a.1 USB Controller: NEC Corporation USB (rev 41) (prog-if 10 [OHCI])
00:0a.2 USB Controller: NEC Corporation USB 2.0 (rev 02) (prog-if 20
[EHCI])
00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 81) (prog-if 00
[UHCI])
00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 81) (prog-if 00
[UHCI])
00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 81) (prog-if 00
[UHCI])
00:10.3 USB Controller: VIA Technologies, Inc. USB (rev 81) (prog-if 00
[UHCI])
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86) (prog-if
20 [EHCI])
00:14.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host
Controller (rev 46) (prog-if 10 [OHCI]
Below is what I get:
- - - - - - - - - - - - -
bash-2.05b# lspci -vv | grep HCI
00:07.2 USB Controller: VIA Technologies, Inc. USB (rev 16) (prog-if 00 
[UHCI])
00:07.3 USB Controller: VIA Technologies, Inc. USB (rev 16) (prog-if 00 
[UHCI])

Now if i load the modules:
- - - - - - - - - - - - - - - - - -
bash-2.05b# /sbin/modprobe usb-storage
bash-2.05b# modprobe usb-uhci
/lib/modules/2.4.20-gentoo-r2/kernel/drivers/usb/usb-uhci.o: init_module: No 
such device
Hint: insmod errors can be caused by incorrect module parameters, including 
invalid IO or IRQ parameters.
 You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-gentoo-r2/kernel/drivers/usb/usb-uhci.o: insmod 
/lib/modules/2.4.20-gentoo-r2/kernel/drivers/usb/usb-uhci.o failed
/lib/modules/2.4.20-gentoo-r2/kernel/drivers/usb/usb-uhci.o: insmod usb-uhci 
failed

If I look at syslog:
bash-2.05b# dmesg
[...]
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
blk: queue c038ad04, I/O limit 4095Mb (mask 0x)
blk: queue c038ae54, I/O limit 4095Mb (mask 0x)
init_module: prism2_pci.o: 0.1.16-pre5 Loaded
init_module: dev_info is: prism2_pci
PCI: Found IRQ 10 for device 00:0b.0
PCI: Sharing IRQ 10 with 00:07.2
PCI: Sharing IRQ 10 with 00:07.3
A Prism2.5 PCI device found, phymem:0xdd102000, irq:10, mem:0xe0b43000
ident: nic h/w: id=0x8013 1.0.0
ident: pri f/w: id=0x15 1.0.7
ident: sta f/w: id=0x1f 1.3.6
MFI:SUP:role=0x00:id=0x01:var=0x01:b/t=1/1
CFI:SUP:role=0x00:id=0x02:var=0x02:b/t=1/1
PRI:SUP:role=0x00:id=0x03:var=0x01:b/t=4/4
STA:SUP:role=0x00:id=0x04:var=0x01:b/t=1/9
PRI-CFI:ACT:role=0x01:id=0x02:var=0x02:b/t=1/1
STA-CFI:ACT:role=0x01:id=0x02:var=0x02:b/t=1/1
STA-MFI:ACT:role=0x01:id=0x01:var=0x01:b/t=1/1
Prism2 card SN: 99SA0100
SCSI subsystem driver Revision: 1.00
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
USB Mass Storage support registered.
uhci.c: USB Universal Host Controller Interface driver v1.1
PCI: Found IRQ 10 for device 00:07.2
PCI: Sharing IRQ 10 with 00:07.3
PCI: Sharing IRQ 10 with 00:0b.0
uhci.c: USB UHCI at I/O 0xd800, IRQ 10
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Found IRQ 10 for device 00:07.3
PCI: Sharing IRQ 10 with 00:07.2
PCI: Sharing IRQ 10 with 00:0b.0
uhci.c: USB UHCI at I/O 0xdc00, IRQ 10
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: $Revision: 1.275 $ time 09:33:08 Oct 19 2003
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
I don't see anything wrong in the output, and besides the module
seems to be loaded:
bash-2.05b# lsmod
Module  Size  Used byTainted: P
uhci   23536   0  (unused)
usb-storage22264   0  (unused)
sd_mod 11020   0  (autoclean) (unused)
scsi_mod   89268   1  (autoclean) [usb-storage sd_mod]
vpnmod187808  -1  (unused)
prism2_pci 57008   1  (autoclean)
p80211 17036   1  [prism2_pci]
usbcore56000   1  [uhci usb-storage]
Obviously at this point nothing has changed:
. I don't have any entries under /dev/sd*
Did i miss something?

Thanks for your time.

S.

_
Add MSN 8 Internet Software to your current Internet access and enjoy 
patented spam control and more.  Get two months FREE! 
http://join.msn.com/?page=dept/byoa

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Resizing Ext2 Partition

2003-10-19 Thread Andrew Gaffney
Matt Neimeyer wrote:
Partition Magic doesn't want to allow resizes on this partition
What version of Partition Magic and is it actually ext3?
Partition Magic 7 and no it's really ext2...
partition magic can do it, BUT, it needs to be ext2 partitions made
with partition magic, else it doesn't work


I guess this may be a really stupid question... but... Why does it matter? Isn't a partition a partition?

And does that imply that I have to somehow find the tool I used to create the partition and use that? (I'm 99% certain it was the cfdisk on the Gentoo LiveCD) Or is there a tool I can use to bless the partition or partition table so I can use other tools.
That's normally not the case. I used to use Partition Magic 7 on my Slackware 8.1 box and 
had no problems, even though the ext2 partitions were *not* create with Partition Magic in 
the first place. The only thing I remember PM7 couldn't do was ext3. Although, this was 
fixed in PM8.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Fail to start X

2003-10-19 Thread Stephen Liu
Hi Ernie,

- snip -

Stephen, send the contents of /etc/X11/XF86Config  
It looks like startx cannot find the config file. If you have not 
created this file, go to the Gentoo desktop configuration guide:
http://www.gentoo.org/doc/en/desktop.xml
look for  Code listing 2.2: Running xf86config

I followed

http://www.gentoo.org/doc/en/desktop.xml
Code listing 2.2
and
https://www6.software.ibm.com/developerworks/education/l-xwin/l-xwin-3-1.html
to create XF86Config and test the same according to Code listing 2.3.  But still failed

WARNING
===
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-gentoo-r7 i586 [ELF] 
Build Date: 17 October 2003
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Mon Oct 20 00:35:35 2003
(==) Using config file: /etc/X11/XF86Config
Parse error on line 90 of section Screen in file /etc/X11/XF86Config
	EndSection is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]
The XF86Config is attached to this email for your investigation.

Thanks

B.R.
Stephen

Section ServerLayout
Identifier XFree86 Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/Speedo/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  record
Load  extmod
Load  dbe
Load  dri
Load  glx
Load  xtrap
Load  type1
Load  speedo
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/psaux
EndSection

Section Monitor
#DisplaySize  300   230 # mm
Identifier   Monitor0
VendorName   NEC
ModelNameNEC LCD1560NX
Option  DPMS
EndSection

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option SWcursor  # [bool]
#Option HWcursor  # [bool]
#Option NoAccel   # [bool]
#Option ShowCache # [bool]
#Option ShadowFB  # [bool]
#Option UseFBDev  # [bool]
#Option Rotate# [str]
#Option VideoKey  # i
#Option FlatPanel # [bool]
#Option FPDither  # [bool]
#Option CrtcNumber# i
Identifier  Card0
Driver  nv
VendorName  nVidia Corporation
BoardName   NV4 [RIVA TNT]
BusID   PCI:1:0:0
EndSection

Section Screen

Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth 24
SubSection Display
Depth 8
Modes   1024x768 800x600
EndSubSection
SubSection Display
Depth 16
Modes   1024x768 800x600
EndSubSection
SubSection Display
Depth 24
Modes   1024x768 800x600
EndSection


--
[EMAIL PROTECTED] mailing list

Re: [gentoo-user] ACCEPT_LICENSE question

2003-10-19 Thread Marius Mauch
On 10/19/03  Ian Truelsen wrote:

 I just emerge enemy territory and it paused to have me accept the
 license. I added ACCEPT_LICENSE=yes to make.conf, which I thought
 was supposed to automate the process. Did I miss something? Is there a
 correct way to have the ebuild automate the license agreement?

You have to specify the name of the license you want to accept.

Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] openoffice aborting

2003-10-19 Thread Sky McKinley
Thanks for the quick response!

I installed the binary version of 1.0.2.  I'm trying to use it under
gnome, which from what I've been reading is the problem.  Something about
the session manager?  As soon as all my processes are done I'm going to
try running it under twm to see if that's the case, but I'd rather not
have to switch to twm to use OOffice.

- Sky.

On Sun, 19 Oct 2003, Andrew Gaffney wrote:

 Sky McKinley wrote:
  Hello.  I am new to Gentoo and am having difficulty running OpenOffice.
  Whenever I try to run any binary related to OpenOffice the program returns
  Aborted and exits.  Is there a way to get a more detailed output with
  OpenOffice?  Is this problem known (and hopefully fixed)?  Any assistance
  would be greatly appreciated.

 First of all, what version are you running? Second, did you build it from source or 
 is it
 the binary?

 --
 Andrew Gaffney


 --
 [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-19 Thread Stephane Brossier
Hi Ernie,


What chipset are you running? an Nforce2 chipset uses OHCI:

It seems that I use UHCI:
bash-2.05b# lspci -vv | grep HCI
00:07.2 USB Controller: VIA Technologies, Inc. USB (rev 16) (prog-if 00 
[UHCI])
00:07.3 USB Controller: VIA Technologies, Inc. USB (rev 16) (prog-if 00 
[UHCI])

$ cat /proc/config | grep HCI
CONFIG_USB_OHCI=y
check kernel config for the options below:

cat /proc/config | grep SCSI
CONFIG_BLK_DEV_IDESCSI=y
CONFIG_SCSI=y
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_SYM53C8XX=y
CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=4
CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32
CONFIG_SCSI_NCR53C8XX_SYNC=20
CONFIG_I2O_SCSI=y
And USB:

cat /proc/config | grep USB
CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_OHCI=y
CONFIG_USB_STORAGE=y
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
CONFIG_USB_PRINTER=m
CONFIG_USB_HID=y
CONFIG_USB_SCANNER=m
See that you match this and if you need to recompile, do so. Reboot
if neccessary and load your modules. Do dmesg without the camera
plugged in. Plug in the camera and dmesg again and note changes. If
you still can't mount the camera send these differences back to the
list.


I don't have any /proc/config file:
bash-2.05b# ls /proc
1 1107  1128  1522  884  cpuinfo  iomemmounts  tty
1002  1109  1149  2 885  devices  ioports  net uptime
1034    1150  263   886  dma  irq  partitions  version
1057  1112  1151  3 887  dri  kcorepci
1060  1115  1152  4 888  driver   kmsg scsi
1063  1118  1158  5 889  es1371   ksymsself
1065  1119  1167  6 902  execdomains  loadavg  slabinfo
1101  1120  1168  703   904  filesystems  locksstat
1103  1121  145   708   905  fs   meminfo  swaps
1104  1123  1504  8 bus  ide  misc sys
1106  1126  1505  820   cmdline  interrupts   modules  sysvipc
However I look at the '.config' file under /usr/src/linux I see the
following:
bash-2.05b# grep HCI /usr/src/linux/.config
# CONFIG_USB_EHCI_HCD is not set
CONFIG_USB_UHCI=m
CONFIG_USB_UHCI_ALT=m
# CONFIG_USB_OHCI is not set
bash-2.05b# grep SCSI /usr/src/linux/.config
CONFIG_BLK_DEV_IDESCSI=m
# SCSI support
CONFIG_SCSI=m
# SCSI support type (disk, tape, CD-ROM)
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
# SCSI low-level drivers
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR53C7xx is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_NCR53C8XX is not set
CONFIG_SCSI_SYM53C8XX=m
CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=4
CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32
CONFIG_SCSI_NCR53C8XX_SYNC=20
# CONFIG_SCSI_NCR53C8XX_PROFILE is not set
# CONFIG_SCSI_NCR53C8XX_IOMAPPED is not set
# CONFIG_SCSI_NCR53C8XX_PQS_PDS is not set
# CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SIM710 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC395x_TRMS1040 is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_DEBUG is not set
# PCMCIA SCSI adapter support
# CONFIG_SCSI_PCMCIA is not set
# Old CD-ROM drivers (not SCSI, not IDE)
# CONFIG_CD_NO_IDESCSI is not set
# CONFIG_USB_HPUSBSCSI is not set
[I already answered this part in my previous mail but in case you did not 
see it:]

When I tried to load the module UHCI i got an error:
bash-2.05b# modprobe usb-uhci
/lib/modules/2.4.20-gentoo-r2/kernel/drivers/usb/usb-uhci.o: init_module: No 
such device
Hint: insmod errors can be caused by incorrect module parameters, including 
invalid IO or IRQ parameters.
 You may find more information in syslog or the output from dmesg

[gentoo-user] 2.6.0_beta8

2003-10-19 Thread rh
Any one manage to get the latest development-sources to compile. I had
to remove ipv6 support in order to do it; not that that matters much but
it may someday.

Of course, even when I do get it to compile, it won't boot. Totally
freezes when initializing scsi emulation for my cdrw.

And 2.6.0_beta7 works so well on my computer...for one, I was finally
was able to get sound and direct rendering working.
 
r.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Fail to start X

2003-10-19 Thread Scharf Yuval
Before the EndSection (in line 90) you forgot EndSubSection

Yuval Scharf


On Mon, 20 Oct 2003, Stephen Liu wrote:

 Hi Ernie,

 - snip -

 Stephen, send the contents of /etc/X11/XF86Config
 It looks like startx cannot find the config file. If you have not
 created this file, go to the Gentoo desktop configuration guide:
 http://www.gentoo.org/doc/en/desktop.xml
 look forCode listing 2.2: Running xf86config
 
 I followed

 http://www.gentoo.org/doc/en/desktop.xml
 Code listing 2.2
 and
 https://www6.software.ibm.com/developerworks/education/l-xwin/l-xwin-3-1.html

 to create XF86Config and test the same according to Code listing 2.3.But still failed

 WARNING
 ===
 XFree86 Version 4.3.0
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.20-gentoo-r7 i586 [ELF]
 Build Date: 17 October 2003
   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/XFree86.0.log, Time: Mon Oct 20 00:35:35 2003
 (==) Using config file: /etc/X11/XF86Config
 Parse error on line 90 of section Screen in file /etc/X11/XF86Config
   EndSection is not a valid keyword in this section.
 (EE) Problem parsing the config file
 (EE) Error from xf86HandleConfigFile()

 Fatal server error:
 no screens found

 When reporting a problem related to a server crash, please send
 the full server output, not just the last messages.
 This can be found in the log file /var/log/XFree86.0.log.
 Please report problems to [EMAIL PROTECTED]

 The XF86Config is attached to this email for your investigation.

 Thanks

 B.R.
 Stephen






--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Installing KDE and Xfree problem

2003-10-19 Thread Stephen Liu
Hi Ernie,

- snip -

Damned if I can find logs of a failed ebuild but I do show a file 
called successful for each successfully built package. Look at
/var/tmp/portage/kdegraphics-3.1.4/temp and see if there's something 
there.
 

There are 2 files, namely eclass-debug.log and environment.  I viewed 
with the 'cat' command but could not find their content relevant.

B.R.
Stephen


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Fail to start X

2003-10-19 Thread Stephen Liu
Hi Scharf,

Scharf Yuval wrote:

Before the EndSection (in line 90) you forgot EndSubSection
 

I added EndSection as advised and startx

This time it worked starting 3 xterm windows.  The USB mouse did not 
work.  I have no idea how to close them.

TAB key
Ctrl + Alt - Del
Ctrl + Alt + F1 to F10
All have no effect

B.R.
Stephen

Yuval Scharf

On Mon, 20 Oct 2003, Stephen Liu wrote:

 

Hi Ernie,

- snip -

   

Stephen, send the contents of /etc/X11/XF86Config
It looks like startx cannot find the config file. If you have not
created this file, go to the Gentoo desktop configuration guide:
http://www.gentoo.org/doc/en/desktop.xml
look forCode listing 2.2: Running xf86config
 

I followed

http://www.gentoo.org/doc/en/desktop.xml
Code listing 2.2
and
https://www6.software.ibm.com/developerworks/education/l-xwin/l-xwin-3-1.html
to create XF86Config and test the same according to Code listing 2.3.But still failed

WARNING
===
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-gentoo-r7 i586 [ELF]
Build Date: 17 October 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Mon Oct 20 00:35:35 2003
(==) Using config file: /etc/X11/XF86Config
Parse error on line 90 of section Screen in file /etc/X11/XF86Config
EndSection is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error from xf86HandleConfigFile()
Fatal server error:
no screens found
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]
The XF86Config is attached to this email for your investigation.

Thanks

B.R.
Stephen


   



--
[EMAIL PROTECTED] mailing list
 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Fail to start X

2003-10-19 Thread Scharf Yuval
Hi,

CTRL + ALT + BS should do the trick(stop the server).
I don't know why CTRL+ALT+F? didn't work.

Edit the file /etc/rc.conf and set the value of XSESSION properly.
In my case XSESSION=kde-3.1.4

Yuval Scharf


On Mon, 20 Oct 2003, Stephen Liu wrote:

 Hi Scharf,

 Scharf Yuval wrote:

 Before the EndSection (in line 90) you forgot EndSubSection
 
 
 I added EndSection as advised and startx

 This time it worked starting 3 xterm windows.The USB mouse did not
 work.I have no idea how to close them.

 TAB key
 Ctrl + Alt - Del
 Ctrl + Alt + F1 to F10

 All have no effect

 B.R.
 Stephen


 Yuval Scharf
 
 
 On Mon, 20 Oct 2003, Stephen Liu wrote:
 
 
 
 Hi Ernie,
 
 - snip -
 
 
 
 Stephen, send the contents of /etc/X11/XF86Config
 It looks like startx cannot find the config file. If you have not
 created this file, go to the Gentoo desktop configuration guide:
 http://www.gentoo.org/doc/en/desktop.xml
 look forCode listing 2.2: Running xf86config
 
 
 
 I followed
 
 http://www.gentoo.org/doc/en/desktop.xml
 Code listing 2.2
 and
 https://www6.software.ibm.com/developerworks/education/l-xwin/l-xwin-3-1.html
 
 to create XF86Config and test the same according to Code listing 2.3.But still 
 failed
 
 WARNING
 ===
 XFree86 Version 4.3.0
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.20-gentoo-r7 i586 [ELF]
 Build Date: 17 October2003
 Before reporting problems, check http://www.XFree86.Org/
 to make sure that you have the latest version.
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/XFree86.0.log, Time: Mon Oct 20 00:35:35 2003
 (==) Using config file: /etc/X11/XF86Config
 Parse error on line 90 of section Screen in file /etc/X11/XF86Config
 EndSection is not a valid keyword in this section.
 (EE) Problem parsing the config file
 (EE) Error from xf86HandleConfigFile()
 
 Fatal server error:
 no screens found
 
 When reporting a problemrelated to a server crash, please send
 the full server output, not just the last messages.
 This can be found in the log file /var/log/XFree86.0.log.
 Please report problems to [EMAIL PROTECTED]
 
 The XF86Config is attached to this emailfor your investigation.
 
 Thanks
 
 B.R.
 Stephen
 
 
 
 
 
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 
 



 --
 [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ACCEPT_LICENSE question

2003-10-19 Thread Ian Truelsen
On Sun, 19 Oct 2003 19:00:05 +0200
Marius Mauch [EMAIL PROTECTED] wrote:

 On 10/19/03  Ian Truelsen wrote:
 
  I just emerge enemy territory and it paused to have me accept the
  license. I added ACCEPT_LICENSE=yes to make.conf, which I thought
  was supposed to automate the process. Did I miss something? Is there
  a correct way to have the ebuild automate the license agreement?
 
 You have to specify the name of the license you want to accept.
 
What are the options?

-- 
Ian Truelsen
Email: [EMAIL PROTECTED]
AIM: ihtruelsen
Homepage: http://www.ihtruelsen.dyndns.org

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Placement of /swap

2003-10-19 Thread Meph Istopheles
  Hey BillK  all,

  Thanks for your responses.
 
 Only logical thing I have seen is that its recommended to be in
 the (physical) middle of the disk to hopefully minimise seek
 times.

  It appears that gentoo's kernel is set this way, so I'll go 
with it.

 Order in the /dev hierarchy is irrelevant, its a physical
 thing.

  Sure, I can see that.  I'm fairly familiar with Linux fdisk; it 
~does~ place partitions, named appropriately (hda1 at the 
beginning, hda2 in the middle, hda3 at the end -- if one does it 
in order), where one wants them, though.

 You will gain more by using a separate swap disk, striped
 multiple swap or extra ram

  Oh, I'm sure, but I've been very pleased with my old Dell P-III 
since I'd upped the ram to 512  added hard disks.  I've had 
faster pentiums  I have an Athalon 1.1GHz under my desk for my 
occasional Windows need, but I've preferred my P-III over the 
others since the beginning.

  Anyway, before I start this process, anyone have any comments 
on the other question in that post:

Any hassles involved in moving var from hda to hdd ~after~
installing gentoo?  After all, I could set a link on hda, right?

  Meph

-- 
  Execute every act of thy life as though it were thy last.
  -Marcus Aurelius

--
[EMAIL PROTECTED] mailing list



[gentoo-user] zope on Gentoo

2003-10-19 Thread Pupeno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello, I installed Zope's ebuild on Gentoo... I'm a Zope newbie and I'm having 
a hard time to get it to work properly... I can't log in, I tried setting the 
user and password in several diferent ways but it doesn't work, when I try to 
log in thru the web interface I always get Authentication Failed!.
Any idea ?
Thank you.
- -- 
Pupeno: [EMAIL PROTECTED]
http://www.kde.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/ksudLr8z5XzmSDQRAs5lAJ0SYdrFllvvs9j/PJ5hczjzUthAFACZAeDB
4AIwlE+0m4Lli8Yg4bskq0M=
=roqt
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.6.0_beta8

2003-10-19 Thread Sean Johnson
It seems to be working fine here:

Linux poo.home.local 2.6.0-test8 #1 SMP Sat Oct 18 20:16:43 EDT 2003
i686 AMD Athlon(tm) MP 2400+ AuthenticAMD GNU/Linux

I'm using scsi emulation for my Plextor PX-708A, and haven't had any
troubles burning under the 2.6.0-test8 kernel. ALSA seems to be playing
nicely, and even the nvidia kernel module seems to be happy.

I don't have ipv6, but that's just because I'm not really ready to start
playing with it yet.

Sean


On Sun, 2003-10-19 at 13:06, rh wrote:
 Any one manage to get the latest development-sources to compile. I had
 to remove ipv6 support in order to do it; not that that matters much but
 it may someday.
 
 Of course, even when I do get it to compile, it won't boot. Totally
 freezes when initializing scsi emulation for my cdrw.
 
 And 2.6.0_beta7 works so well on my computer...for one, I was finally
 was able to get sound and direct rendering working.
  
 r.
 
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Resizing Ext2 Partition

2003-10-19 Thread Redeeman
i read that it was needed to be created with pm for resize to work, i
really dont understand why, but it worked for me, (partition magic
probably do something creepy)

On Sun, 2003-10-19 at 18:42, Matt Neimeyer wrote:
Partition Magic doesn't want to allow resizes on this partition
What version of Partition Magic and is it actually ext3?
   Partition Magic 7 and no it's really ext2...
  partition magic can do it, BUT, it needs to be ext2 partitions made
  with partition magic, else it doesn't work
 
 I guess this may be a really stupid question... but... Why does it matter? Isn't a 
 partition a partition?
 
 And does that imply that I have to somehow find the tool I used to create the 
 partition and use that? (I'm 99% certain it was the cfdisk on the Gentoo LiveCD) Or 
 is there a tool I can use to bless the partition or partition table so I can use 
 other tools.
 
 Thanks
 
 Matt
 
 
 --
 [EMAIL PROTECTED] mailing list
 
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] zope on Gentoo

2003-10-19 Thread felix zaslavskiy
I installed zope yestarday and i am a newby to zope also.
I actualy started of by installing plone which first installed zope and the cmf and 
some other packages.
If you looked closely there was a message on screen during install on how to set the 
admin password:
zope-config -zpasswd

start zope
/etc/init.d/zope-2.6 start

Then point your browser to
http://localhost:8080/manage

You are in then you just need to know how to manage zope read the docs on zope from 
there.

Felix

On Sun, 19 Oct 2003 14:36:27 -0300
Pupeno [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hello, I installed Zope's ebuild on Gentoo... I'm a Zope newbie and I'm having 
 a hard time to get it to work properly... I can't log in, I tried setting the 
 user and password in several diferent ways but it doesn't work, when I try to 
 log in thru the web interface I always get Authentication Failed!.
 Any idea ?
 Thank you.
 - -- 
 Pupeno: [EMAIL PROTECTED]
 http://www.kde.org
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2 (GNU/Linux)
 
 iD8DBQE/ksudLr8z5XzmSDQRAs5lAJ0SYdrFllvvs9j/PJ5hczjzUthAFACZAeDB
 4AIwlE+0m4Lli8Yg4bskq0M=
 =roqt
 -END PGP SIGNATURE-
 
 
 --
 [EMAIL PROTECTED] mailing list
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Fail to start X

2003-10-19 Thread Stephen Liu
Hi Scharf,

CTRL + ALT + BS should do the trick(stop the server).
I don't know why CTRL+ALT+F? didn't work.
Edit the file /etc/rc.conf and set the value of XSESSION properly.
In my case XSESSION=kde-3.1.4
 

I force-rebooted the PC and edited
/etc/rc.conf
changing
XSESSION=kde-3.1.4 (original 'GNOME)
This time 'startx' started 4 windows
2 xterm
(bash-2.05b)
login
(bash-2.05b)
clock
I could not type.  The cursor was there.

TAB key
Ctrl + Alt - (+)
Ctrl + Alt + F1 to F10
Ctrl + Alt + Del
ESC
Mouse
all could not work.

The screen went black/dark after a few minutes.  'Number Lock' key has no function, LCD light gone and PC locked/hung.

(Remark: KDE not properly installed yet)

B.R.
Stephen


On Mon, 20 Oct 2003, Stephen Liu wrote:

 

Hi Scharf,

Scharf Yuval wrote:

   

Before the EndSection (in line 90) you forgot EndSubSection

 

I added EndSection as advised and startx

This time it worked starting 3 xterm windows.The USB mouse did not
work.I have no idea how to close them.
TAB key
Ctrl + Alt - Del
Ctrl + Alt + F1 to F10
All have no effect

B.R.
Stephen
   

Yuval Scharf

On Mon, 20 Oct 2003, Stephen Liu wrote:



 

Hi Ernie,

- snip -



   

Stephen, send the contents of /etc/X11/XF86Config
It looks like startx cannot find the config file. If you have not
created this file, go to the Gentoo desktop configuration guide:
http://www.gentoo.org/doc/en/desktop.xml
look forCode listing 2.2: Running xf86config


 

I followed

http://www.gentoo.org/doc/en/desktop.xml
Code listing 2.2
and
https://www6.software.ibm.com/developerworks/education/l-xwin/l-xwin-3-1.html
to create XF86Config and test the same according to Code listing 2.3.But still failed

WARNING
===
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-gentoo-r7 i586 [ELF]
Build Date: 17 October2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Mon Oct 20 00:35:35 2003
(==) Using config file: /etc/X11/XF86Config
Parse error on line 90 of section Screen in file /etc/X11/XF86Config
EndSection is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error from xf86HandleConfigFile()
Fatal server error:
no screens found
When reporting a problemrelated to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]
The XF86Config is attached to this emailfor your investigation.

Thanks

B.R.
Stephen




--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] ACCEPT_LICENSE question

2003-10-19 Thread Marius Mauch
On 10/19/03  Ian Truelsen wrote:

 On Sun, 19 Oct 2003 19:00:05 +0200
 Marius Mauch [EMAIL PROTECTED] wrote:
 
  On 10/19/03  Ian Truelsen wrote:
  
   I just emerge enemy territory and it paused to have me accept the
   license. I added ACCEPT_LICENSE=yes to make.conf, which I
   thought was supposed to automate the process. Did I miss
   something? Is there a correct way to have the ebuild automate the
   license agreement?
  
  You have to specify the name of the license you want to accept.
  
 What are the options?

Check the ebuild in question.

Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] zope on Gentoo

2003-10-19 Thread Pupeno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday October 19 2003 14:35, felix zaslavskiy wrote:
 I installed zope yestarday and i am a newby to zope also.
 I actualy started of by installing plone which first installed zope and the
 cmf and some other packages. If you looked closely there was a message on
 screen during install on how to set the admin password: zope-config
 -zpasswd
I already tried that and it didn't work, it seems it doesn't modify 
/usr/share/zope/zope-2.6.1/inituser , do you know what file does it modify ?

- -- 
Pupeno: [EMAIL PROTECTED]
http://www.kde.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/ktBULr8z5XzmSDQRAg/PAJ9Gh4576rdRkTcsrar1HFDlWljbQQCgkOxU
X1NbE+dNSTBEWL2pvoTdjMw=
=FTA6
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Fail to start X

2003-10-19 Thread Donnie Berkholz
On Sun, 2003-10-19 at 13:23, Stephen Liu wrote:
 Hi Scharf,
 
 Scharf Yuval wrote:
 
 Before the EndSection (in line 90) you forgot EndSubSection
   
 
 I added EndSection as advised and startx
 
 This time it worked starting 3 xterm windows.  The USB mouse did not 
 work.  I have no idea how to close them.

You might want to set your mouse device to /dev/usbmouse or
/dev/input/mice for a USE mouse. Also check the USB mouse/keyboard howto
at:
http://forums.gentoo.org/viewtopic.php?t=79


signature.asc
Description: This is a digitally signed message part


[gentoo-user] kde and sound after emerge -u system

2003-10-19 Thread Claus Ladekjær Wilson
Now alsa only works if I enter a console 1-6 enter aplay wav-file and then 
afterwards enter kde. If I don't KDE comes out with the answer: permission 
denied for /dev/dsp. What's wrong?
On another note: How do disable that etc-update overwrites my configuration 
files?
-- 
Venlig hilsen / Greetings from
Claus L. Wilson,  Linux gentoo1.4
Sdr. Boulevard 226, st.tv
5000 Odense C
tlf. 66191050 / mob. 61665543


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] zope on Gentoo

2003-10-19 Thread Pupeno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday October 19 2003 14:56, Pupeno wrote:
 On Sunday October 19 2003 14:35, felix zaslavskiy wrote:
  I installed zope yestarday and i am a newby to zope also.
  I actualy started of by installing plone which first installed zope and
  the cmf and some other packages. If you looked closely there was a
  message on screen during install on how to set the admin password:
  zope-config -zpasswd

 I already tried that and it didn't work, it seems it doesn't modify
 /usr/share/zope/zope-2.6.1/inituser , do you know what file does it modify
 ?

What's worst now I run zope (/etc/init.d/zope-2_6_1 start) and although it
says it started, I don't get the port 8080 opened :(

# /etc/init.d/zope-2_6_1 start
 * Starting zope...  
[ ok ]
# /etc/init.d/zope-2_6_1 status
 * status:  started
/var/lib/zope/zope-2_6_1
#

Is there any document on Zope and Gentoo, because this is really getting to my 
nerves. :(

- --
Pupeno: [EMAIL PROTECTED]
http://www.kde.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/ktPILr8z5XzmSDQRAkMqAKCtv90vOI/62xOXwnEh+OajY6BXsACdF/mk
PbOMjrcr1jKvB5RRJMAyxjM=
=1iBt
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] animated gifs

2003-10-19 Thread Andrew Gaffney
Is there a good program for Linux (preferably with an ebuild) that allows you to make 
animated GIFs. I'm interested in making 32x32 animated GIFs for buddy icons for AIM.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Fail to start X

2003-10-19 Thread Barry Marler
Please read:

http://www.gentoo.org/doc/en/desktop.xml

It covers USB mouse setup, and many other topics germane to your
dilemma.  It would also appear that your keyboard is not properly configured
in XF86Config.

On 01:49 Mon 20 Oct , Stephen Liu wrote:
 Hi Scharf,
 
 CTRL + ALT + BS should do the trick(stop the server).
 I don't know why CTRL+ALT+F? didn't work.
 
 Edit the file /etc/rc.conf and set the value of XSESSION properly.
 In my case XSESSION=kde-3.1.4
  
 
 I force-rebooted the PC and edited
 /etc/rc.conf
 changing
 XSESSION=kde-3.1.4 (original 'GNOME)
 
 This time 'startx' started 4 windows
 2 xterm
 (bash-2.05b)
 login
 (bash-2.05b)
 clock
 
 I could not type.  The cursor was there.
 
 TAB key
 Ctrl + Alt - (+)
 Ctrl + Alt + F1 to F10
 Ctrl + Alt + Del
 ESC
 Mouse
 
 all could not work.
 
 The screen went black/dark after a few minutes.  'Number Lock' key has no 
 function, LCD light gone and PC locked/hung.
 
 (Remark: KDE not properly installed yet)
 
 B.R.
 Stephen
 
 
 
 On Mon, 20 Oct 2003, Stephen Liu wrote:
 
  
 
 Hi Scharf,
 
 Scharf Yuval wrote:
 

 
 Before the EndSection (in line 90) you forgot EndSubSection
 
 
  
 
 I added EndSection as advised and startx
 
 This time it worked starting 3 xterm windows.The USB mouse did not
 work.I have no idea how to close them.
 
 TAB key
 Ctrl + Alt - Del
 Ctrl + Alt + F1 to F10
 
 All have no effect
 
 B.R.
 Stephen
 
 

 
 Yuval Scharf
 
 
 On Mon, 20 Oct 2003, Stephen Liu wrote:
 
 
 
  
 
 Hi Ernie,
 
 - snip -
 
 
 

 
 Stephen, send the contents of /etc/X11/XF86Config
 It looks like startx cannot find the config file. If you have not
 created this file, go to the Gentoo desktop configuration guide:
 http://www.gentoo.org/doc/en/desktop.xml
 look forCode listing 2.2: Running xf86config
 
 
 
  
 
 I followed
 
 http://www.gentoo.org/doc/en/desktop.xml
 Code listing 2.2
 and
 https://www6.software.ibm.com/developerworks/education/l-xwin/l-xwin-3-1.html
 
 to create XF86Config and test the same according to Code listing 
 2.3.But still failed
 
 WARNING
 ===
 XFree86 Version 4.3.0
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.20-gentoo-r7 i586 [ELF]
 Build Date: 17 October2003
   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/XFree86.0.log, Time: Mon Oct 20 00:35:35 2003
 (==) Using config file: /etc/X11/XF86Config
 Parse error on line 90 of section Screen in file /etc/X11/XF86Config
   EndSection is not a valid keyword in this section.
 (EE) Problem parsing the config file
 (EE) Error from xf86HandleConfigFile()
 
 Fatal server error:
 no screens found
 
 When reporting a problemrelated to a server crash, please send
 the full server output, not just the last messages.
 This can be found in the log file /var/log/XFree86.0.log.
 Please report problems to [EMAIL PROTECTED]
 
 The XF86Config is attached to this emailfor your investigation.
 
 Thanks
 
 B.R.
 Stephen
 
 
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 

-- 
Barry Marler
Plant Genome Mapping Laboratory
University of Georgia
Room 229, Center for Applied Genetic Technologies
111 Riverbend Rd.
Athens, GA 30602
706.583.0164 [office]
706.583.0160 [fax]
http://www.plantgenome.uga.edu

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: animated gifs

2003-10-19 Thread Eamon Caddigan
Andrew Gaffney [EMAIL PROTECTED] wrote:
 Is there a good program for Linux (preferably with an ebuild) that allows you to 
 make 
 animated GIFs. I'm interested in making 32x32 animated GIFs for buddy icons for AIM.

ImageMagick's 'convert' tool can make animated GIFs. emerge imagemagick

-Eamon


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] animated gifs

2003-10-19 Thread Victor Sanchez P.
El Domingo, 19 de Octubre de 2003 20:22, Andrew Gaffney escribió:
 Is there a good program for Linux (preferably with an ebuild) that allows
 you to make animated GIFs. I'm interested in making 32x32 animated GIFs for
 buddy icons for AIM.

You can use GIMP (media-gfx/gimp).
http://www.gimp.org/

Also you can install the manual, (app-doc/gimp-user-manual) and searching 
google for tips'n'tricks would be satisfactory.

For sample:
http://jimmy.qmuc.ac.uk/webtools/gimpanim.shtml

Good luck.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] zope on Gentoo

2003-10-19 Thread felix zaslavskiy
It worked for me.

here is what is in my /usr/share/zope/zope-2.6.1/inituser:
admin:{SHA}dV0DIdJZMFcFEpQ52fRK6aPE3yM=

hash is for 'secret'

On Sun, 19 Oct 2003 14:56:34 -0300
Pupeno [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Sunday October 19 2003 14:35, felix zaslavskiy wrote:
  I installed zope yestarday and i am a newby to zope also.
  I actualy started of by installing plone which first installed zope and the
  cmf and some other packages. If you looked closely there was a message on
  screen during install on how to set the admin password: zope-config
  -zpasswd
 I already tried that and it didn't work, it seems it doesn't modify 
 /usr/share/zope/zope-2.6.1/inituser , do you know what file does it modify ?
 
 - -- 
 Pupeno: [EMAIL PROTECTED]
 http://www.kde.org
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2 (GNU/Linux)
 
 iD8DBQE/ktBULr8z5XzmSDQRAg/PAJ9Gh4576rdRkTcsrar1HFDlWljbQQCgkOxU
 X1NbE+dNSTBEWL2pvoTdjMw=
 =FTA6
 -END PGP SIGNATURE-
 
 
 --
 [EMAIL PROTECTED] mailing list
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: animated gifs

2003-10-19 Thread Andrew Gaffney
Eamon Caddigan wrote:
Andrew Gaffney [EMAIL PROTECTED] wrote:

Is there a good program for Linux (preferably with an ebuild) that allows you to make 
animated GIFs. I'm interested in making 32x32 animated GIFs for buddy icons for AIM.


ImageMagick's 'convert' tool can make animated GIFs. emerge imagemagick
I also found gifsicle. I went over to my Windows computer. I whipped 3 GIFs in Paint. I 
ran 'gifsicle --delay 500 --loopcount=forever frame1.gif frame2.gif frame3.gif  
output.gif' and voila!

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


[gentoo-user] Re: animated gifs

2003-10-19 Thread Eamon Caddigan
Andrew Gaffney [EMAIL PROTECTED] wrote:
 Eamon Caddigan wrote:
 Andrew Gaffney [EMAIL PROTECTED] wrote:
 
Is there a good program for Linux (preferably with an ebuild) that
allows you to make animated GIFs. I'm interested in making 32x32
animated GIFs for buddy icons for AIM.
 
 
 ImageMagick's 'convert' tool can make animated GIFs. emerge
 imagemagick
 
 I also found gifsicle. I went over to my Windows computer. I whipped 3
 GIFs in Paint. I ran 'gifsicle --delay 500 --loopcount=forever
 frame1.gif frame2.gif frame3.gif  output.gif' and voila!

Glad it worked for you. I'm a big fan of ImageMagick,though -- it is to
images what SoX is to audio. I've also put the library to good use in a
couple image-manipulation programs of my own.

-Eamon


--
[EMAIL PROTECTED] mailing list



Re[2]: [gentoo-user] Has anyone successfully built OO 1.1 (recently unmasked)

2003-10-19 Thread Timo Boettcher
Hi purslow,

Nachricht vom Samstag, 18. Oktober 2003, 23:51:52:

 031018 Andrew Gaffney wrote:
 [EMAIL PROTECTED] wrote:
 no problem here using GCC 3.2.3 .  it took  5 h 45 m , incl
 download. You must have a very fast connection and a *very* fast
 computer. 

 ordinary ADSL ( c 45 min  IIRC), Athlon XP 2500+ , Soyo mobo, 512 MB
 DDR400. what worried me was that it threatened to run out of HD
 space, using  c 2,5 GB  for its temporary files.
Are you using reiserfs? 2.5GB weren't near enough for me, 2.7GB
neither, it worked with 3.3GB (being a total of 30hours cpu-time)



 Timo


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ACCEPT_LICENSE question

2003-10-19 Thread Brett I. Holcomb
For this one use RTCW-ETEULA as the argument to it.  There is talk about 
implementing it automatically after the first acceptence but nothing is ready 
for release.

On Sunday 19 October 2003 13:29, you wrote:
 On Sun, 19 Oct 2003 19:00:05 +0200

 Marius Mauch [EMAIL PROTECTED] wrote:
  On 10/19/03  Ian Truelsen wrote:
   I just emerge enemy territory and it paused to have me accept the
   license. I added ACCEPT_LICENSE=yes to make.conf, which I thought
   was supposed to automate the process. Did I miss something? Is there
   a correct way to have the ebuild automate the license agreement?
 
  You have to specify the name of the license you want to accept.

 What are the options?

--
[EMAIL PROTECTED] mailing list



[gentoo-user] k3b 0.10 doesn't understand my dvd

2003-10-19 Thread gabriel
i'm having some terrible trouble with k3b lately in the area of dvd ripping/
encoding.  following the howto, all you have to do is:

  - put the dvd in
  - open k3b
  - click on the drive
  - right click on the already selected track
  - select copy

problem is, i can't get past right click on the already selected track 
because no tracks appear in the right hand window.  instead, it just says 
video dvd at the top and if i right-click on the empty space and select 
copy the thing crashes.  i *can* however right-click on the dvd drive and 
select disk info and that brings up all the valid data for the dvd.

so what's going on here?  here's my relevent fstab stuff:

 /dev/scsi/host0/bus0/target0/lun0/cd /mnt/cdrom  auto ro,noauto,user,exec 0 0
 /dev/scsi/host0/bus0/target0/lun0/cd /mnt/dvd auto ro,noauto,user,exec 0 0
 /dev/scsi/host0/bus0/target1/lun0/cd /mnt/cdrw auto ro,noauto,user,exec 0 0

and here's the output from running k3b from the console (compiled with 
USE=+debug  (appologies for the blob of text, but i don't know what's 
relevent:

$ k3b
kdecore (KLibLoader): library libk3bexternalencoder.la not found under 
'module' but under 'lib'
k3b: (K3bPluginFactory) creating K3bPluginFactory.
kdecore (KLibLoader): library libk3bmaddecoder.la not found under 'module' but 
under 'lib'
k3b: (K3bPluginFactory) creating K3bPluginFactory.
kdecore (KLibLoader): library libk3boggvorbisdecoder.la not found under 
'module' but under 'lib'
k3b: (K3bPluginFactory) creating K3bPluginFactory.
kdecore (KLibLoader): library libk3boggvorbisencoder.la not found under 
'module' but under 'lib'
k3b: (K3bPluginFactory) creating K3bPluginFactory.
kdecore (KLibLoader): library libk3bsoxencoder.la not found under 'module' but 
under 'lib'
k3b: (K3bPluginFactory) creating K3bPluginFactory.
kdecore (KLibLoader): library libk3bwavedecoder.la not found under 'module' 
but under 'lib'
k3b: (K3bPluginFactory) creating K3bPluginFactory.
k3b: (K3bExternalBinManager) Cdrecord 2.1a18 features: gracetime, overburn, 
cdtext, clone, cuefile, plain-atapi, hacked-atapi
k3b: (K3bExternalBinManager) 2 1 -1 a18 seems to be cdrecord version = 
1.11a02, using burnfree instead of burnproof
k3b: (K3bExternalBinManager) seems to be cdrecord version = 1.11a31, support 
for Just Link via burnfree driveroption
k3b: (K3bExternalBinManager) Cdrecord 2.1a18 features: gracetime, overburn, 
cdtext, clone, cuefile, plain-atapi, hacked-atapi
k3b: (K3bExternalBinManager) 2 1 -1 a18 seems to be cdrecord version = 
1.11a02, using burnfree instead of burnproof
k3b: (K3bExternalBinManager) seems to be cdrecord version = 1.11a31, support 
for Just Link via burnfree driveroption
k3b: /dev/sr1 resolved to /dev/scsi/host0/bus0/target1/lun0/cd
k3b: /dev/scsi/host0/bus0/target1/lun0/cd is block device (1)
k3b: /dev/scsi/host0/bus0/target1/lun0/cd seems to be cdrom
k3b: bus: 0, id: 1, lun: 0
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target1/lun0/cd: init()
k3b: (K3bCdDevice::ScsiCommand) failed: fd: 11 errorcode: p
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target1/lun0/cd: GET_CONFIGURATION 
failed.
k3b: (K3bCdDevice::CdDevice) /dev/scsi/host0/bus0/target1/lun0/cd: dataLen: 60
k3b: (K3bCdDevice::CdDevice) /dev/scsi/host0/bus0/target1/lun0/cd: modesense 
data:
k3b: (K3bCdDevice::CdDevice) /dev/scsi/host0/bus0/target1/lun0/cd: modeselect 
TAO data:
k3b: (K3bCdDevice::ScsiCommand) failed: fd: 11 errorcode: p
k3b: (K3bCdDevice::ScsiCommand) failed: fd: 11 errorcode: p
k3b: (K3bDeviceManager) probing capabilities for device /dev/scsi/host0/bus0/
target1/lun0/cd
k3b: (K3bDeviceManager) setting current write speed of device /dev/scsi/host0/
bus0/target1/lun0/cd to 10
k3b: Could not resolve /dev/scd1
k3b: /dev/scd1 resolved to /dev/scd1
k3b: could not open device /dev/scd1 (No such file or directory)
k3b: /dev/sr0 resolved to /dev/scsi/host0/bus0/target0/lun0/cd
k3b: /dev/scsi/host0/bus0/target0/lun0/cd is block device (0)
k3b: /dev/scsi/host0/bus0/target0/lun0/cd seems to be cdrom
k3b: bus: 0, id: 0, lun: 0
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target0/lun0/cd: init()
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target0/lun0/cd unknown profile: 16
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target0/lun0/cd unknown profile: 8
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target0/lun0/cd feature: Core
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target0/lun0/cd feature: Morphing
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target0/lun0/cd feature: Removable 
Medium
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target0/lun0/cd feature: Random 
Readable
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target0/lun0/cd feature: Multi-Read
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target0/lun0/cd feature: CD Read
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target0/lun0/cd feature: DVD Read
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target0/lun0/cd feature: Power 
Management
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target0/lun0/cd feature: CD Audio 
analog play
k3b: (K3bCdDevice) /dev/scsi/host0/bus0/target0/lun0/cd feature: Timeout

Re: [gentoo-user] Re: animated gifs

2003-10-19 Thread Andrew Gaffney
Andrew Gaffney wrote:
Eamon Caddigan wrote:

Andrew Gaffney [EMAIL PROTECTED] wrote:

Is there a good program for Linux (preferably with an ebuild) that 
allows you to make animated GIFs. I'm interested in making 32x32 
animated GIFs for buddy icons for AIM.


ImageMagick's 'convert' tool can make animated GIFs. emerge imagemagick


I also found gifsicle. I went over to my Windows computer. I whipped 3 
GIFs in Paint. I ran 'gifsicle --delay 500 --loopcount=forever 
frame1.gif frame2.gif frame3.gif  output.gif' and voila!
So I don't have to go through the trouble of going over to my Windows computer and then 
transferring the files back, is there a small (smaller than the gimp) program that can do 
simple stuff like MS Paint can?

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Re: animated gifs

2003-10-19 Thread Doug Weimer
On Sun, 2003-10-19 at 12:11, Andrew Gaffney wrote:

 So I don't have to go through the trouble of going over to my Windows computer and 
 then 
 transferring the files back, is there a small (smaller than the gimp) program that 
 can do 
 simple stuff like MS Paint can?

There is xpaint, which has an ebuild.

Doug


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] A7V600 SATA - Is this supported by a Gentoo kernel?

2003-10-19 Thread Mark Knecht
On Sun, 2003-10-19 at 09:13, Andreas Roedl wrote:

 
 I'm using SATA. Not only the SATA controller but also SATA drives connected to 
 it. :-) All I can say is, that I wasn't able to use the SATA drives with the 
 Asus A7V600 Motherboard. I switched to the Asus A7N8X Deluxe board with its 
 Silicon Image 3112 (SATA) Chip, which is supported by Linux.

Yes, I think I've learned this over the last few days. The Silicon Image
chip is the most supported one, followed not so closely by anything
else? I also found an Intel MB with SATA support working for Redhat.
Anything with an Intel 875P chipset apparently.

I've also tried writing a couple of SATA developers but haven't received
a reply yet.

Are you using raid? We do not want to, so I just want to make sure that
there is no requirement to use raid. (I don't imagine there is, but just
being careful.) 

 
 Its no problem at all to use the A7V600 without SATA drives.

Yep.

 
 Check /usr/src/linux/drivers/ide/raid to be sure.
 
 Andi

Thanks very much for writing back.

- Mark


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-19 Thread Peter Ruskin
On Sunday 19 Oct 2003 17:58, Stephane Brossier wrote:
 bash-2.05b# /sbin/modprobe usb-storage
 bash-2.05b# modprobe usb-uhci

That should be modprobe uhci, not modprobe usb-uhci in your case.
Try adding these lines to /etc/modules.autoload:
uhci
usb-storage

...then reboot and see what you get.

Peter
-- 
==
Portage 2.0.49-r13 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 
2.4.23_pre7-gss)
i686 AMD Athlon(tm) XP 3200+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-19 Thread Peter Ruskin
On Sunday 19 Oct 2003 18:03, Stephane Brossier wrote:
 bash-2.05b# grep HCI /usr/src/linux/.config
 # CONFIG_USB_EHCI_HCD is not set
 CONFIG_USB_UHCI=m
 CONFIG_USB_UHCI_ALT=m
 # CONFIG_USB_OHCI is not set

You only need one of USB_UHCI and USB_UHCI_ALT.  They conflict.  In your 
case CONFIG_USB_UHCI_ALT=m is the correct one.

Peter
-- 
==
Portage 2.0.49-r13 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 
2.4.23_pre7-gss)
i686 AMD Athlon(tm) XP 3200+
==


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Dual Athlon 2Gz compile times?

2003-10-19 Thread Lotas T Smartman
Right. i currently have a dual athlon 2400+ which is running @ 2gz and i 
will be installing gentoo on it within the next few weeks. i havent got 
it installed now cause my hard drive is quite small for both linux and 
windows (30Gb) but im getting a 120Gb soon. anyway, what would be the 
average build time of a basic system with gnome 2.4 and mozilla 1.5 on 
this kind of a system? what about the boot strap time? i may install 
gentoo sooner if it only takes a few hours or so, but there is no point 
in building it now, taking a few days and then having to do it again a 
month down the road. if i install it now, i could live with winxp under 
vmware. you may need to know i have 1Gb DDR 2100 memory. Thanks in 
advance for info.
Lotas
www.lotas-smartman.net



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Dual Athlon 2Gz compile times?

2003-10-19 Thread Tom Wesley
On Sun, 2003-10-19 at 21:40, Lotas T Smartman wrote:
 Right. i currently have a dual athlon 2400+ which is running @ 2gz and i 
 will be installing gentoo on it within the next few weeks. i havent got 
 it installed now cause my hard drive is quite small for both linux and 
 windows (30Gb) but im getting a 120Gb soon. anyway, what would be the 
 average build time of a basic system with gnome 2.4 and mozilla 1.5 on 
 this kind of a system? what about the boot strap time? i may install 
 gentoo sooner if it only takes a few hours or so, but there is no point 
 in building it now, taking a few days and then having to do it again a 
 month down the road. if i install it now, i could live with winxp under 
 vmware. you may need to know i have 1Gb DDR 2100 memory. Thanks in 
 advance for info.
 Lotas
 www.lotas-smartman.net
 
 
 
 --
 [EMAIL PROTECTED] mailing list

I have a similar setup with just half the RAM.  Bootstrap took
35-45mins, X11 about the same.  I compiled KDE next, which took a few
hours, but having moved to Gnome recently I would guess at 90 minutes or
so??  I might be a little off on the Gnome guess.  Also, Mozilla
compiles in about 25minutes, QT in about 15 and most other things before
you can hit a button on your stopwatch. (don't bother to type 'time' at
the console, it'll be done before you can)

Seriously, my dual AMD setup is very very fast at compiling, wouldn't
change it unless I added more RAM.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] animated gifs

2003-10-19 Thread Andrew Gaffney
Victor Sanchez P. wrote:
El Domingo, 19 de Octubre de 2003 20:22, Andrew Gaffney escribió:

Is there a good program for Linux (preferably with an ebuild) that allows
you to make animated GIFs. I'm interested in making 32x32 animated GIFs for
buddy icons for AIM.


You can use GIMP (media-gfx/gimp).
http://www.gimp.org/
Also you can install the manual, (app-doc/gimp-user-manual) and searching 
google for tips'n'tricks would be satisfactory.

For sample:
http://jimmy.qmuc.ac.uk/webtools/gimpanim.shtml
Good luck.
Is there a program like the GIMP that is designed for Animated GIFs? I would like 
something that displays each frame and allows you to change timing and stuff like that. 
There was a program like that that came with Paint Shop Pro 7.0+ I think.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Dual Athlon 2Gz compile times?

2003-10-19 Thread Andrew Gaffney
Lotas T Smartman wrote:
Right. i currently have a dual athlon 2400+ which is running @ 2gz and i 
will be installing gentoo on it within the next few weeks. i havent got 
it installed now cause my hard drive is quite small for both linux and 
windows (30Gb) but im getting a 120Gb soon. anyway, what would be the 
average build time of a basic system with gnome 2.4 and mozilla 1.5 on 
this kind of a system? what about the boot strap time? i may install 
gentoo sooner if it only takes a few hours or so, but there is no point 
in building it now, taking a few days and then having to do it again a 
month down the road. if i install it now, i could live with winxp under 
vmware. you may need to know i have 1Gb DDR 2100 memory. Thanks in 
advance for info.
Aren't each of those processors running at 2Ghz? I have a dual Athlon MP 2200+ which runs 
at 3.6Ghz.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


[gentoo-user] fluxbox doesn't see artwiz fonts

2003-10-19 Thread Matt Garman

I merged the development version of fluxbox (v0.9.6) via
/usr/portage/x11-wm/fluxbox/fluxbox-0.9.6_pre9.ebuild.  I also installed the
package artwiz-fonts.  At least xfontsel can see the artwiz fonts.  However,
fluxbox is not using them.

So I'm curious if I need to indicate the location of the artwiz-fonts in some
config file.  gvim also cannot use the artwiz fonts.

In general, is there a Gentoo X Fonts HOWTO or similar documentation?  My
default font is a fairly small and somewhat blury sans-type font.  It was used
by MozillaFirebird (until I tweaked the settings), it's used by the gkrellm
configuration screen, it's used by xchat-2, etc.  So I'd like to make the
default something prettier.

I'm assuming there's a fairly standard set of steps that most Gentoo folks take
to setup nice fonts after a fresh install.  Is this documented somewhere?

Thanks,
Matt



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.6.0_beta8

2003-10-19 Thread Collins Richey
On Sun, 19 Oct 2003 13:06:34 -0400 rh [EMAIL PROTECTED] wrote:

 Any one manage to get the latest development-sources to compile. I had
 to remove ipv6 support in order to do it; not that that matters much but
 it may someday.
 
 Of course, even when I do get it to compile, it won't boot. Totally
 freezes when initializing scsi emulation for my cdrw.
 
 And 2.6.0_beta7 works so well on my computer...for one, I was finally
 was able to get sound and direct rendering working.
  

I have beta8 running just fine, but I never use ipv6, so I can't comment on
that.  All I did was copy over my .config from -test6 (I skipped -test7), make
menuconfig (load and save), and generate the kernel as normal.  No
glitches of any sort, at boot time or later.

You must have borked something.  First verify that your .config really has the
expected contents.  If ok, preserve your .config, make mrproper, restore your
.config, make menuconfig (load your .config, verify everything again, save), and
generate the kernel and update your grub/lilo and try again.

If it fails, remove the .tgz package from /usr/portage/distfiles and emerge the
package again.  Maybe you got a broken copy.



-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Has anyone successfully built OO 1.1 (recently unmasked)

2003-10-19 Thread Collins Richey
On Sun, 19 Oct 2003 20:58:46 +0200 Timo Boettcher [EMAIL PROTECTED] wrote:

 Hi purslow,
 
 Nachricht vom Samstag, 18. Oktober 2003, 23:51:52:
 
  031018 Andrew Gaffney wrote:
  [EMAIL PROTECTED] wrote:
  no problem here using GCC 3.2.3 .  it took  5 h 45 m , incl
  download. You must have a very fast connection and a *very* fast
  computer. 
 
  ordinary ADSL ( c 45 min  IIRC), Athlon XP 2500+ , Soyo mobo, 512 MB
  DDR400. what worried me was that it threatened to run out of HD
  space, using  c 2,5 GB  for its temporary files.
 Are you using reiserfs? 2.5GB weren't near enough for me, 2.7GB
 neither, it worked with 3.3GB (being a total of 30hours cpu-time)
 

Second the motion.  On my ext3 system, in excess of 4gig were required last time
I compiled!


-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



[gentoo-user] why is tuxracer not racing?

2003-10-19 Thread HvR




i emerged tuxracer but it is extremely slow even moving the mouse is totally jerky, what did i do wrong?

i have a pentium 3 944mhz laptop with 640Mb of memory
running:
kernel 2.4.20-gentoo-r7
xfree-drm-4.3.0-r6
xfree-4.3.0-r3


there is an interesting msg about DRI in my XFree log:

(EE) I810(0): [dri] I830DRIScreenInit failed because of a version mismatch.
[dri] i830.o kernel module version is 1.2.0 but version 1.3 or greater is needed.[dri] Disabling DRI.

is this the problem? any tips appreciated.





[gentoo-user] Where in boot process does frame buffer init

2003-10-19 Thread John
In mt previous experience with frame buffer (2.4 kernel and not Gentoo), I 
was able to load the frame buffer modules (matrox) after boot and could do 
frame buffer things (enable the tvout on my Mystique).

I am now using 2.6 (test8) and Gentoo.  If I don't enable 
G100/G200/G400/G450/G550 support, then it is not enough for me to load 
the usual modules (i2c_matroxfb and matroxfb_*).  By not enough I mean 
that I do not get get the /proc/fb or /dev/fb/0 entries).

If I enable the above option, then the devices get created, but at some 
point in the boot process my screen gets all garbled.

I can remotely log in and run startx fine (except for a warning (WW) 
MGA(0): Failed to set up write-combining range (0xe300,0x100)).

I tried to pass different arguments to lilo at boot time to set the video 
(video=blah:blah:etc to no avail).

Where in the boot process does this frame buffer initialization occur?  
How can I control it?

Thanks,

John

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.6.0_beta8

2003-10-19 Thread Redeeman
i just installed it tonight, works perfect, and FAST2k!!

and i have ipv6 and scsi emulation in it too

On Sun, 2003-10-19 at 19:06, rh wrote:
 Any one manage to get the latest development-sources to compile. I had
 to remove ipv6 support in order to do it; not that that matters much but
 it may someday.
 
 Of course, even when I do get it to compile, it won't boot. Totally
 freezes when initializing scsi emulation for my cdrw.
 
 And 2.6.0_beta7 works so well on my computer...for one, I was finally
 was able to get sound and direct rendering working.
  
 r.
 
 
 --
 [EMAIL PROTECTED] mailing list
 
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments


--
[EMAIL PROTECTED] mailing list



[gentoo-user] openoffice-ximian question

2003-10-19 Thread Collins Richey
In an earlier thread about compiling openoffice, someone made reference to
openoffice-ximian1.1-r1.  What is this?  Where obtainable? Why would I want it?

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] openoffice-ximian question

2003-10-19 Thread Redeeman
because its gets much nicer :-)

On Mon, 2003-10-20 at 00:06, Collins Richey wrote:
 In an earlier thread about compiling openoffice, someone made reference to
 openoffice-ximian1.1-r1.  What is this?  Where obtainable? Why would I want it?
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] fluxbox doesn't see artwiz fonts

2003-10-19 Thread Barry Marler
I've had to specify them by their full names, as opposed to their
aliases, e.g., -artwiz-nu-*-*-*-*-*-*-*-*-*-*-*-*.

On 15:58 Sun 19 Oct , Matt Garman wrote:
 
 I merged the development version of fluxbox (v0.9.6) via
 /usr/portage/x11-wm/fluxbox/fluxbox-0.9.6_pre9.ebuild.  I also installed the
 package artwiz-fonts.  At least xfontsel can see the artwiz fonts.  However,
 fluxbox is not using them.
 
 So I'm curious if I need to indicate the location of the artwiz-fonts in some
 config file.  gvim also cannot use the artwiz fonts.
 
 In general, is there a Gentoo X Fonts HOWTO or similar documentation?  My
 default font is a fairly small and somewhat blury sans-type font.  It was used
 by MozillaFirebird (until I tweaked the settings), it's used by the gkrellm
 configuration screen, it's used by xchat-2, etc.  So I'd like to make the
 default something prettier.
 
 I'm assuming there's a fairly standard set of steps that most Gentoo folks take
 to setup nice fonts after a fresh install.  Is this documented somewhere?
 
 Thanks,
 Matt
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 

-- 
Barry Marler
Plant Genome Mapping Laboratory
University of Georgia
Room 229, Center for Applied Genetic Technologies
111 Riverbend Rd.
Athens, GA 30602
706.583.0164 [office]
706.583.0160 [fax]
http://www.plantgenome.uga.edu

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] why is tuxracer not racing?

2003-10-19 Thread Azhdeen
On Sunday 19 October 2003 23:50, HvR wrote:
 i emerged tuxracer but it is extremely slow even moving the mouse is
 totally jerky, what did i do wrong?
 [...]
 is this the problem? any tips appreciated.

not sure, but I had this problem when using the nv driver for my nVidia card 
instead of the one from nVidia.

did u check if you're using the right driver for your graphics card or a 
generic one ?

HTH
Azhdeen


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo CD-ROM

2003-10-19 Thread Bruce Kingsland
Stroller's Log: StarDate 1017.2327:
 On Oct 17, 2003, at 8:57 pm, Bruce Kingsland wrote:
  Extapolationg from the next paragraph, would 'emerge -fp ???  
  listFile' get me a list of what is needed? Can that list be
  downloaded with wget?
 
 I'm not really familiar with the best way to pass textfiles with lots 
 of URLs to wget, but that's the way (I  think) to grab the packages. I 
 should have said: `emerge -Ufp worldsomefile.txt`...will give you a 
 full *URL* to all the files you need to download.
 
 See the attachment for an example. Note that I have many mirrors in my 
 make.conf.

Hmmm. 48 places to get the same file (in the example)! I hope there is
a way to figger out where the 'one' best place is for NW Washington.

  Is there a handy boot floppy that I can use for my laptop? It doesn't
  have an onboard CD, but it does have an enet card in the PCMCIA slot
  (a Xircom 10/100/56K) that I could use to access files on my local
  network, and the CD in one of the desktop systems.
 
 Laptops like this are a teensy bit of a chore with Gentoo, because 
 there's no official floppy. Heck, I hate floppies, too. Basically, you 
 need to find a bootable Linux floppy which will enable you to partition 
 the drive, get networking up, download the stage file, unpack it, 
 chroot in and finally compile the kernel  bootloader.

OK. I think I can figger that process out.

 This is a fairly standard procedure for CD-less laptops, unless (like 
 mine) the floppy drive is a USB one, in which case it's simply quicker 
 to cheat by removing the hard-drive  get it booting on a desktop 
 first. Unfortunately, there isn't a standard bootdisk; I believe Tom's 
 boot disk is now incompatible with Gentoo, but again search the gmane 
 archives of this list. Use something like boot floppy laptop as 
 search terms; ISTR that someone recommended a Slackware boot floppy 
 recently.

I did that with my first RedHat install; fortunately there was someone
at the bootfest that had a compatible laptop to swap with. It was alot
of work. The next install I did via the RedHat ethernet FTP from a
local desktop system with a CD. Took two tries; after discovering that
the FTP solution expects that ALL the potentially necessary files will
be in one directory. I'll fix one of those disks up for this project.

-bk
-- 
Bruce Kingsland[EMAIL PROTECTED]
Kingsland Konsulting{dba: Renegaid Services} 360-531-3730
_
* All email from me is GPG signed -- below is the signature fingerprint *
D/08C855DB g/04C6884B  7F00 EF76 11F7 D5FB 3393  7637 B0C9 049E 08C8 55DB
~



/* If Linux doesn't have the solution, you have the wrong problem */


pgp0.pgp
Description: PGP signature


[gentoo-user] RE: problem cloning root filesystem to alternate partition

2003-10-19 Thread Lincoln A. Baxter
On Sun, 2003-10-19 at 03:17, Martin Polley wrote:
 The way I did this was to boot from CD (e.g. LiveCD) and then do the 
 copy operation. That way /dev comes out the way it should.
 
 HTH,

Well that was the ticket.  Its a bummer that I have to take a system
off line to do this.  I used to be able to do it hot.  (/var is NOT
on my root partition for this reason).  I wonder if a script could be
developed that would read /dev, and create the correct /dev on the copy?
If I knew the rules I would contribute such a script.

Sigh... at least I have now managed to get off of reiserfs which was
already beginning to eat itself up -- a few weeks back my system became
unbootable until I did a 

   reiserfsck --rebuild-tree 

which fortunately worked.  I'm back on ext3... which is nothing
if not stable. I do use NFS, and it seems (based on recent posts to this
list) that NFS and reiserfs do not get along so well). My other system
which was also reiserfs I am converting now.

Thanks again,

Lincoln




--
[EMAIL PROTECTED] mailing list



  1   2   >