Re: [gentoo-user] ATAPI burning doesn't work

2005-04-13 Thread Damian Kokowski
Phill MV wrote:
 Doing cdrecord -tao --dev=ATAPI:0,0,0 /pkg.iso as root (0,0,0 being my
 cdr/w drive) yields  a few warnings like
 
 cdrecord: Warning: Running on Linux-2.6.10-gentoo-r6
 cdrecord: There are unsettled issues with Linux-2.5 and newer.
 cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
 scsidev: 'ATAPI:0,0,0'
 devname: 'ATAPI'
 scsibus: 0 target: 0 lun: 0
 Warning: Using ATA Packet interface.
 Warning: The related Linux kernel interface code seems to be unmaintained.
 Warning: There is absolutely NO DMA, operations thus are slow.
 
 and a useless terminal window, permanently waiting on something I
 can't identify.
 
 
 Any help? I would've burned this in windows hadn't windows started
 BSOD'ing every other reboot (I'm on fresh reinstall #2 and no time
 left).

.~. $ cdrecord dev=ATAPI:/dev/hdc -scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jrg
Schilling
on-the-fly encryption (version 1.0-rc1) built-in, (C) 2004,2005
Maximilian Decker

NOTE: this version of cdrecord is an inofficial (modified) release of
cdrecord
  and thus may have bugs that are not present in the original version.
  Please send bug reports and support requests to burbon04 at gmx.de.
  For more information please see
http://burbon04.gmxhome.de/linux/CDREncryption.html.
  The original author should not be bothered with problems of this
version.

cdrecord: Warning: Running on Linux-2.6.11.7
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
scsidev: 'ATAPI:/dev/hdc'
devname: 'ATAPI:/dev/hdc'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) 'HL-DT-ST' 'CD-RW GCE-8480B ' '1.03' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
.~. $

It's for udev!

If you have, as I see devfs please use: dev=ATAPI:0,0,0 for example.

 kernel is Linux-2.6.10-gentoo-r6, and the following can be found in my config:
 
 * ATA/ATAPI/MFM/RLL support
 
*   Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
 
--- Please see Documentation/ide.txt for help/info on IDE drives 
 
[ ] Support for SATA (deprecated; conflicts with libata SATA 
 driver) 
[ ] Use old disk-only driver on primary interface
 
* Include IDE/ATA-2 DISK support   
 
[*]   Use multi-mode by default  
 
* Include IDE/ATAPI CDROM support  
 
  Include IDE/ATAPI TAPE support (EXPERIMENTAL)
 
* Include IDE/ATAPI FLOPPY support 
 
* SCSI emulation support  
[ ] IDE Taskfile Access  

--- IDE chipset support/bugfixes 

* generic/default IDE chipset support

You have wrong configuration.

Please use:

M Include IDE/ATAPI CDROM support (MODULE IS BETTER)
  SCSI emulation support (EMULATION WORKS WITH OLD KERNEL, NOT
WITH THIS)
[*]   Use multi-mode by default (ONLY IF YOU HAVE MORE THEN 1
IDE/ATA DISK)
  generic/default IDE chipset support (THERE IS NO NEED FOR THIS)

And better please send me yours:

1. kernel config for this 2.6.10-gentoo-r6
2. dmesg output
3. lspci

I will reconfigure your kernel, thats no problem for me :-)


P.S. Maby you can swith to: latest ACCEPT_KEYWORSD=x86 with newest
gentoo-sources, and use udev with 2005.0 profile?

-- 
### Damian Kokowski (dEiMoS) ## http://kolkowski.no-ip.org/ ###
# echo teb.cv-ba.vxfjbxybx.anvznq | rot13 | rev | sed s/\\./@/ #
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Get bashlike keybindings in mozilla

2005-04-13 Thread Harry Putnam
Using most recent KDE desktop
(do not have full gnome fileset installed)

Where can I set a config to make the `location' box on mozilla accept
bashlike (emacs like) keybindings?

Currently 
  Ctrl-e (go to end of line)
  Ctrl-a (go to beginning of line)
  Ctrl-k (delete to right of cursor)
  [...]

Does not work in the location box on mozilla 1.7.6

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Removing source packages

2005-04-13 Thread Etaoin Shrdlu
On Wednesday 13 April 2005 14:39, Ognjen Bezanov wrote:

 But what are the implications of this? If i was to remove the source
 packages would i break portage? once before i tried removing the
 sources in portage and nothing would install anymore.

The unpacked sources are not stored anywhere; they are unpacked during 
the build phase, and after that only the compressed version is kept, 
in /usr/portage/distfiles, and it's perfectly safe to delete everything 
inside that directory.

Of course, keep in mind that if you delete the sources for a package, the 
next time portage needs them it will have to redownload them. So, if you 
don't have an internet connection deleting the sources might break 
something, in case you want to recompile a package for which the source 
tarball has been deleted.


-- 
You start coding. I'll go find out what they want.
- Computer analyst to programmer
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ATAPI burning doesn't work

2005-04-13 Thread William Kenworthy
I am not talking about coasters, but the scsi emulation loops one has to
jump through,  long howtos that are so generic they leave the average
user groping in the dark.  Kernel devs having arguments with the
developer of the main cd burning tool and not sitting down and mapping a
way forward so the user is left having to burn as root, or using patches
designed to bypass the problem.  Some ways to address a burner used DMA,
some dont allow it.  Some systems can use /dev/hdX, some require magick
in the form of /dev/cdroms/cdrom0, others as ATAPI:0,0,0 but not all are
equal and not all will work depending on kernel and software versions.

Then if you sort it out and finally get burning again, you upgrade the
kernel and find it doesnt work, so you start again ...

Then there's the software itself - I used to like gcombust, simple
reliable and it worked - then it couldnt deal with the non-scsi stuff.
Then I found nautilus-cd-burner - great for the quick job.  The kernel
mess cured me of that (I will go back to it when it starts working
again).   I have now settled on k3b, but I wonder how long that will
keep working ...

This is worse on gentoo than systems like Mandrake and redhat because
their philosophy allows them to modify the upstream software for their
users in ways that are difficult for gentoo to do (i.e., patch around
the kernel nonsense which I presume they have done because CD burning
just seems to work for them.  I setup my first burner in the Mandrake 6
days - that was a nightmare!  They now simplify things for their users -
I am not saying gentoo should go this route, but cd-burning has far to
much black magic involved at the moment.

Sorry if I sound a bit bitter, but this is a real pain for the average
user (gentoo or otherwise).  And dont say if you tweak this and tune
that it will work, thats bunk, of course I do that I do that, and it
will work, but not for long.  Its fixing the whole CD burning mess thats
needed.

BillK


On Wed, 2005-04-13 at 10:31 +0200, Harald Arnesen wrote: 
 W.Kenworthy [EMAIL PROTECTED] writes:
 
  CD burning and linux is just not nice in all the years I have used
  linux - and it seems to be getting worse, not better.
 
 I have over the years burned thousands of CDs, and got about a handful
 of coasters. Are you sure you use good quality discs and a decent
 burner (Plextor, maybe some others)?
-- 
William Kenworthy [EMAIL PROTECTED]
Home!

--
gentoo-user@gentoo.org mailing list



[gentoo-user] 3Com 3C996B-T: Software shows 1000Mbps, get 100Mbps or less speeds

2005-04-13 Thread fire-eyes
Sorry if this is a repost, it seems to have disappeared into the bit
bucket.

I put a 3Com 3C996B-T 1000Mbps NIC in my system. It uses the tg3
(broadcom) driver, which I have compiled in.

The kernel messages show the link at 1000. The light on the NIC shows
this. The lights on the switch show this. ethtool eth1 shows this.
However mii-tool eth1 shows 100. Also, the speeds I get over it (FTPing
directly to eth1's address) are the same as 100Mbps or lower.

Eth0 is a 100Mbps card, and is also the default route. Could incoming
FTP connections, even directly connecting to eth1's IP, end up forced
over eth0 (100Mbps) somehow? I can't think of another reason.

Even then, I find it strange that mii-tool reports eth1 as 100Mbps.

Any ideas?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kmail-3.4.0 dependencies

2005-04-13 Thread Robert G. Hays
below...
Guilherme Cirne wrote:
On Tuesday 12 April 2005 17:58, Robert G. Hays wrote:
 

Quick guess -- kcontact keeps the eddreses for kmail.
rgh.
Guilheme Cirne wrote:
   

Hi,
Does anybody know why kmail-3.4.0 depends on kontact-3.4.0?
TIA,
 

I believe kaddressbook holds the addresses for kmail. BTW, kaddressbook-3.4.0 
also depends on kontact-3.4.0. I don't know why.
 

Now -thats- ineresting.
And Thank You for the correction!
(we live, we learn.  when quit learning, we die.  i am therefore a 
permanent student.  sounds good to me!)
rgh.

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] No MySQL 4.1 Support ?

2005-04-13 Thread Matthew Cline
 Gentoo must be the only distribution on the planet that doesn't have
 support for MySQL 4.1, what's up with that ?

Actually, Debian stable only includes 3.23


Matt

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] No MySQL 4.1 Support ?

2005-04-13 Thread Bastian Balthazar Bux
Nelis Lamprecht wrote:
 Hi,
 
 Gentoo must be the only distribution on the planet that doesn't have
 support for MySQL 4.1, what's up with that ? Lack of interest from the
 community ? I see a 4.0 stable ebuild and 4.1 which has been masked
 but still can't understand why there isn't a stable ebuild for 4.1 ?
 
 Incidently this is my first gripe after using Gentoo for a little over a year.
 
 Regards,
 Nelis
 
 --
 gentoo-user@gentoo.org mailing list
 
 

http://bugs.gentoo.org/show_bug.cgi?id=83011

or

http://www.francesco-riosa.com/gentoo/

-- 
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] No MySQL 4.1 Support ?

2005-04-13 Thread Marko Kocic
mysql 5 would be nice to have too ;)

On 4/13/05, Nelis Lamprecht [EMAIL PROTECTED] wrote:
 Hi,
 
 Gentoo must be the only distribution on the planet that doesn't have
 support for MySQL 4.1, what's up with that ? Lack of interest from the
 community ? I see a 4.0 stable ebuild and 4.1 which has been masked
 but still can't understand why there isn't a stable ebuild for 4.1 ?
 
 Incidently this is my first gripe after using Gentoo for a little over a year.
 
 Regards,
 Nelis
 
 --
 gentoo-user@gentoo.org mailing list
 


--
gentoo-user@gentoo.org mailing list



[gentoo-user] 3Com problem: solved

2005-04-13 Thread fire-eyes
Welp it was a routing issue. I made a specific routing entry for the
system I was testing from, and it worked out to about 18 - 20MB/s. The
limiting factor is the old scsi disks.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 3Com 3C996B-T: Software shows 1000Mbps, get 100Mbps or less speeds

2005-04-13 Thread Robert G. Hays
bottom...
fire-eyes wrote:
Sorry if this is a repost, it seems to have disappeared into the bit
bucket.
I put a 3Com 3C996B-T 1000Mbps NIC in my system. It uses the tg3
(broadcom) driver, which I have compiled in.
The kernel messages show the link at 1000. The light on the NIC shows
this. The lights on the switch show this. ethtool eth1 shows this.
However mii-tool eth1 shows 100. Also, the speeds I get over it (FTPing
directly to eth1's address) are the same as 100Mbps or lower.
Eth0 is a 100Mbps card, and is also the default route. Could incoming
FTP connections, even directly connecting to eth1's IP, end up forced
over eth0 (100Mbps) somehow? I can't think of another reason.
Even then, I find it strange that mii-tool reports eth1 as 100Mbps.
Any ideas?
--
gentoo-user@gentoo.org mailing list
Ok, this is free advice and may or may not be worth any more than that 
-- I'm new here, but since nobody answered
Is your kernel configured for 1Gb as-such under the networking?
(In win now to do mail; not set up undel linux yet, so I can't check 
exactly what/where.)
Also may need to force-load a driver module.
As I said, may or may not be worth more than you paid for it, but it is 
what comes to mind right now.
Best,
rgh.

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] 3Com 3C996B-T: Software shows 1000Mbps, get 100Mbps or less speeds

2005-04-13 Thread fire-eyes

 Ok, this is free advice and may or may not be worth any more than that 
 -- I'm new here, but since nobody answered
 Is your kernel configured for 1Gb as-such under the networking?
 (In win now to do mail; not set up undel linux yet, so I can't check 
 exactly what/where.)
 Also may need to force-load a driver module.
 As I said, may or may not be worth more than you paid for it, but it is 
 what comes to mind right now.

Thanks for the advice. Yeah that's all set, in the end I actually
discovered it was a routing issue (the traffic was being shoved through
a 100Mbps NIC on the same machine).

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mailbase?

2005-04-13 Thread Rodolphe Rocca
Michael W. Holdeman wrote:

Emerge -uvDa --newuse world now gives me this on attempting to update 
mailbase.


+
Do you want me to merge these packages? [Yes/No] yes
  

emerge (1 of 2) net-mail/mailbase-0.00-r9 to /


 * Checking for possible file collisions...
 * //etc/pam.d/pop3 exists and wasn't provided by mailbase
 * //etc/pam.d/imap exists and wasn't provided by mailbase
 * //etc/pam.d/imap4 exists and wasn't provided by mailbase
 * //etc/pam.d/imap4s exists and wasn't provided by mailbase
 * //etc/pam.d/imaps exists and wasn't provided by mailbase

 * Those files listed above have to be removed in order to
 *  install this version of mailbase.

 * If you edited them, remember to backup and when restoring make
 *  sure the first line in each file is:
 * # Provided by mailbase (dont remove this line!)

!!! ERROR: net-mail/mailbase-0.00-r9 failed.
!!! Function pkg_setup, Line 50, Exitcode 0
!!! Can't be installed, files will collide
!!! If you need support, post the topmost build error, NOT this status 
message.



Where did these packages come from if not from mailbase?

How do I fix this wothout thrashing my e-mail system?

Mike
  

Just rm the files listed above and emerge mailbase. No risk : it's just
that they are now provided by mailbase.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Are my posts getting through?

2005-04-13 Thread Steven Susbauer
Gmail doesn't give you back posts that you write (it's intelligent, or 
annoying, whatever your viewpoint).

This stands for users using POP/SMTP for Gmail as well (like myself).
Robert G. Hays wrote:
Um,
1) your got here.
2) I get mine back.
hth,
rgh.
The Disguised Jedi wrote:
you don't get your own posts back, as far as i know.  Of course, I'm 
using Gmail, which may not show them anyway
 
This post got throughthat's for sure

 
On 4/13/05, fire-eyes [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:

I can't really think of another way to verify this so here we go.
Are my posts making it through to the list? I recently posted one
about
a 3Com card but never saw it show up.
--
gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org mailing list

--
The Disguised Jedi
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Now you have my $0.02.  Or .01 Pounds, .014 Euros, or $0.025 CAN.  I'm 
world-wide BABY!
PHP rocks!
Knowledge is Power.  Power Corrupts.  Go to school, become evil

Disclaimer: Any disclaimer attached to this message may be ignored.  
However, I must say that the ENTIRE contents of this message are 
subject to other's criticism, corrections, and speculations.

This message is Certified Virus Free 

--
gentoo-user@gentoo.org mailing list

--
This site uses frames
And yet your browser does not.
One of these will change.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] CPU0: Temperature above threshold

2005-04-13 Thread Richard Fish
Zander Z365 wrote:

It always shows 3401.482 for cpu Mhz.  Even after I change the frequency.
  


I did some experimenting on my system today, and saw the same problem. 
It seems if you build an smp kernel that /proc/cpuinfo never updates. 
But I don't think it matters, because
/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq does get updated
with the correct value, and the system behaves like cpufreq is working:

My time tests below were for decompressing and re-compressing (bzip2 -9)
the /usr/portage/distfiles/linux-2.6.11.tar.bz2 tarball.

With an smp/smt kernel:
Freq   Max Temp (C)  Time(s)
3000Mhz52  80.29
1500Mhz49 150.82

With a up kernel:
Freq   Max Temp (C)  Time(s)
3000Mhz52  77.38
1500Mhz49 145.10

So, the temperature, fan speed, and performance is lower at 1500Mhz than
3000Mhz, regardless of SMP/SMT support.  But in every case with the SMP
kernel (even booting with the 'nosmp' option), /proc/cpuinfo continues
to report 3Ghz.

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



Re: [gentoo-user] ATAPI burning doesn't work

2005-04-13 Thread William Kenworthy
I look after multiple systems (all gentoo/doze at the moment, but other
distros -except debian - over the past ~10 years)  Trust me, there are a
lot of failures in amongst the success stories like yours.  I am not
saying things have not improved (/dev/hdX is nice when it works), often
a clean, new install will work out of the box (like yours) but its the
whole thing that needs attention, standardisation and a general cleanup.
I would also wait until your install has aged a couple of years or so
like some of mine (first gentoo was 1.0, still going though has been
incrementally upgraded to a current 2.6) and look back on the travails
you have had!

If you just installed it and it works, are you using 2.6 or 2.4,
scsi,ATAPI,hdX,/dev/cdroms/cdromX and is it working with/without DMA,
can you burn as a user, does the users favourite CD burning software
work, how about multiple users.  If all this works, you are quite lucky
in my experience of the current state of the art.  Windoze users are
luckier in this way - theirs mostly just works - though I have had cases
where I had to reinstall the whole OS in order to get it to work with
users because of permission problems with the initial install of a
package!

BillK

On Wed, 2005-04-13 at 16:56 +0100, Graham Murray wrote:
 William Kenworthy [EMAIL PROTECTED] writes:
 
  Sorry if I sound a bit bitter, but this is a real pain for the average
  user (gentoo or otherwise).  And dont say if you tweak this and tune
  that it will work, thats bunk, of course I do that I do that, and it
  will work, but not for long.  Its fixing the whole CD burning mess thats
  needed.
 
 Might I be so bold as to ask what mess?. I have been using Linux for
 some years, Gentoo only for about 9 months, and bought my first CD/DVD
 burner at Christmas. I just installed it (placed into drive bay,
 connected up IDE and power cables), emerged k3b (which pulled in lots
 of dependencies) and it 'just worked'. I did not have to 'tweak' any
 settings (OK, I did read the USE flag descriptions and set the ones
 which looked appropriate before emerging k3b)
 --
 gentoo-user@gentoo.org mailing list
 
-- 
William Kenworthy [EMAIL PROTECTED]
Home!

--
gentoo-user@gentoo.org mailing list



[gentoo-user] gaim doesn't compile - ld error finding SM library

2005-04-13 Thread Francis Barton
Nothing on bugs.gentoo.org AFAICS.
Google thinks it's something to do with sendmail?
I don't run sendmail, never have, and gaim has never spewed this at me 
before.

Here's the error in full:
make[3]: Entering directory 
`/var/tmp/portage/gaim-1.2.1/work/gaim-1.2.1/src'
/bin/sh ../libtool --silent --mode=link --tag=CC i586-pc-linux-gnu-gcc 
-march=k6-3 -O2 -pipe -Wall -g3   -o gaim -export-dynamic account.o 
accountopt.o blist.o buddyicon.o cmds.o connection.o conversation.o 
core.o debug.o eventloop.o ft.o imgstore.o log.o md5.o network.o 
notify.o plugin.o pluginpref.o pounce.o prefix.o prefs.o privacy.o 
proxy.o prpl.o request.o roomlist.o server.o sha.o signals.o status.o 
stringref.o sound.o sslconn.o util.o value.o xmlnode.o away.o 
dnd-hints.o gaim-disclosure.o gtkaccount.o gtkcellrendererprogress.o 
gtkblist.o gtkconn.o gtkconv.o gtkdebug.o gtkdialogs.o gtkeventloop.o 
gtkft.o gtkimhtml.o gtkimhtmltoolbar.o gtklog.o gtknotify.o gtkplugin.o 
gtkpluginpref.o gtkprefs.o gtkprivacy.o gtkpounce.o gtkrequest.o 
gtkroomlist.o gtksound.o gtksourceiter.o gtkutils.o idle.o main.o 
session.o stock.o themes.o -Wl,--export-dynamic -lgtk-x11-2.0 
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/usr/lib 
-lao -ldl -L/usr/lib -laudiofile -lm  -lSM -lICE -lX11 -lXext   -lXss 
-Wl,--export-dynamic -lgtkspell -lenchant -lgtk-x11-2.0 -lgdk-x11-2.0 
-latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lstartup-notification-1 
 -lnsl
/usr/lib/gcc-lib/i586-pc-linux-gnu/3.3.5-20050130/../../../../i586-pc-linux-gnu/bin/ld: 
cannot find -lSM
collect2: ld returned 1 exit status
make[3]: *** [gaim] Error 1

This is the new gaim 1.2.1
Sorry to be a bit clueless here but I really don't know how to fix this 
one. Seems a bit weird if gaim has a sendmail dependency???

Any ideas folks?
Francis Barton
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Killing two birds....

2005-04-13 Thread Jerry McBride
On Tuesday 12 April 2005 11:51 pm, W.Kenworthy wrote:
 One possibly severe disadvantage I can see is losing the whole tree due
 to corruption of the loop file (it happens).  Then again, it will be
 smaller and easier to backup!


I've been working with encrypted loops for a year or two now and haven't lost 
one yet... I did have a client loose her encrypt-key once though... :') Oh 
well...

I found another part of portage that I added into a loop. 
Under /var/cache/edb, portage keeps a list of dependence data that get's 
searched when working with emerge... Also, the esearch utility uses the same 
directory.

I now have the entire conversion process committed to a bash script... I'll 
start some simple bench marks tomorrow if I can.

Cheers all and good night.
-- 

**
 Registered Linux User Number 185956
  FSF Associate Member number 2340 since 05/20/2004
 Join me in chat at #linux-users on irc.freenode.net
Buy an Xbox for $149.00, run linux on it and Microsoft loses $150.00!
 11:55pm  up 5 days,  7:02,  1 user,  load average: 0.00, 0.00, 0.00
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Can't turn off effects in KDE 3.4

2005-04-13 Thread Daevid Vincent
I can't seem to figure out how to turn OFF the effects in KDE.

I mean, I've tried to enable/disable, restart, turn off each individual
effect, etc. NOTHING seems to actualy take hold.

It's obnoxious b/c windows dim when they're not in focus. I have
transparency and I don't want it. I have to wait for menus to fade in and
out. I have shadows. UGH. I love eye-candy, but this is just slowing me
down.

Anybody know how to get this to stop?

I tried to take out the Composite line in xorg.conf, but then KDE
complains!! Even though the checkboxes are off. *sigh*

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] why my screen on book computer is too small?

2005-04-13 Thread Richard Fish
:- wrote:

 HI;
I use the HP omin book to install the gentoo linux;
when I use the console in the system, the console's only the 600*480;
I want the change the console to the whool screen(1024*768);
of course ,I can set params in the gurb' configure file
(/boot/gurb.conf),set vga 1024*768,
when I restart the computer,the consloe can reach the whole screen;But
in this mode ,
I can not use startx,to use the X Server;
I install the buffer frame gentoo-kernel ;

any answer will be overcome!
thanks!
  


What graphics chip? (ATI, Intel, ?) (see 'lspci')

What is the error message in /var/log/Xorg.0.log?

-Richard


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Killing two birds....

2005-04-13 Thread Ow Mun Heng
On Wed, 2005-04-13 at 23:52 -0400, Jerry McBride wrote:

 I now have the entire conversion process committed to a bash script... I'll 
 start some simple bench marks tomorrow if I can.


That would be great. Please post when you have the time


-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 
98% Microsoft(tm) Free!! 
Neuromancer 13:25:30 up 4 days, 4:10, 7 users, load average: 0.16, 0.28,
0.30 


--
gentoo-user@gentoo.org mailing list