Re: CD-Rom, sound

2004-02-19 Thread Brian Ronk
I actually figured out the cdrom issue.  I have no /dev/cdrom for some 
reason, but as it boots, the cdrom is found as /dev/hdb.  I added a new 
line to fstab that will mount hdb to the /cdrom directory.  A little 
crude, but very effective.
The kernel version I am running is 2.2.20.  I believe that's the 
standard for 3.0, but I may be wrong.
As for the modprobe command.  I ran it, modprobe sb, but got no output. 
 From what I know, that's probably a good thing, but I don't know how 
to get the sound stuff running from there.
--
Brian Ronk
System Administrator
BookMasters, Inc

Jeff wrote:
Brian Ronk, 2004-Feb-17 14:50 -0500:

First, I installed debian over the network with floppy's, as a result, I 
can mount the floppy and it works fine.  I was trying the CD-Rom though, 
and when I type mount /cdrom, or the equivalent to get it to mount it I 
get this:
mount: special device /dev/cdrom does not exist
I can't tell what it says about the drive when it boots, it goes by to 
quickly.  I should also mention, this is a laptop that can only have 
CD-Rom or floppy, one at a time.


The messages you see during boot are put in /var/log/dmesg.  View that
file to see what the kernel says about the cdrom device at boot.
What kernel are you using?  


As for the sound, it just doesn't work.  It could be that stuff didn't 
get installed for it, I'll check that to make sure.  If I do have the 
drivers and such installed for it, how do I configure it to make sure 
it's working correctly?


According the this website 
the Soundblaster modules should work.  Try doing a 'modprobe sb' as
root or sudo and see if it loads.  The try playing a sound.  Assuming
you're using a stock kernel, that module will be there.
jc



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: X crashes if I'm idle

2004-02-19 Thread Doyle, Patrick
I found this thread in the archives, and I am experiencing the same behavior
(on my Compaq Presario 2100 with a stock "woody" bf2.4 install).  I have
also seen that I cannot run KDE -- it simply crashes during startup.  From
everything I've read, I probably need to upgrade to Xfree86 4.3 in order to
make these problems go away, but I have some questions first.

1) In the short term (I need to get work done _today_ and can't spend the
day upgrading X), how can I turn off the screensaver?  I don't see any menu
items that refer to the screensaver; I don't see anything in my XF86Config
file that refers to DPMS (except the "Monitor" section that lists it as an
option), or to screen blank times, etc...; I don't have an "xscreensaver"
package installed.  I don't know where to start (obviously :-)

2) In the long term, is there a .deb package I can grab to perform the
upgrade to 4.3 more easily than downloading 12 different files from
xfree86.org?

TIA...

--wpd


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X crashes if I'm idle

2004-02-19 Thread s. keeling
Incoming from Doyle, Patrick:
> I found this thread in the archives, and I am experiencing the same behavior
> (on my Compaq Presario 2100 with a stock "woody" bf2.4 install).  I have
> also seen that I cannot run KDE -- it simply crashes during startup.  From
> everything I've read, I probably need to upgrade to Xfree86 4.3 in order to
> make these problems go away, but I have some questions first.
> 
> 1) In the short term (I need to get work done _today_ and can't spend the
> day upgrading X), how can I turn off the screensaver?  I don't see any menu

I don't use kde, but doesn't a right-click on the background bring up
anything useful?

> 2) In the long term, is there a .deb package I can grab to perform the
> upgrade to 4.3 more easily than downloading 12 different files from
> xfree86.org?

Have you looked in backports?  I see 4.2 in
http://www.backports.org/debian/dists/woody/xfree86/binary-i386/ 


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: X crashes if I'm idle

2004-02-19 Thread Doyle, Patrick
Thank you for your quick reply

> Incoming from Doyle, Patrick:
> > I found this thread in the archives, and I am experiencing the same 
> > behavior (on my Compaq Presario 2100 with a stock "woody" bf2.4 
> > install).  I have also seen that I cannot run KDE -- it 
> > simply crashes during startup.  From everything I've read, I
> > probably need to upgrade to Xfree86 4.3 in order to make these
> > problems go away, but I have some questions first.
> > 
> > 1) In the short term (I need to get work done _today_ and 
> >can't spend the day upgrading X), how can I turn off the
> >screensaver?  I don't see any menu
> 
> I don't use kde, but doesn't a right-click on the background 
> bring up anything useful?
> 
Sadly no, this is why I am so confused.  I just can't find the right knob to
turn to shut the darn thing off.  In the mean time, I have rerun the debian
configuration utility and told the X server not to use the frame buffer
interface, since the notes said that, sometimes things work better with that
off, and sometimes they work better with it on.  I am still waiting to see
what happens when/if the screensaver kicks in.  (And am using the computer
in the mean time, so I can't just wait for it, and don't know how to
configure it to change the timeout to something like 30 seconds, sigh...
It's hard being me :-)

> > 2) In the long term, is there a .deb package I can grab to 
> >perform the upgrade to 4.3 more easily than downloading
> >12 different files from xfree86.org?
> 
> Have you looked in backports?  I see 4.2 in 
> http://www.backports.org/debian/dists/woody/xfree86/binary-i38
6/ 

Thanks... That looks like a good resource to know about.  I am new to Debian
(though not new to Linux) and am still trying to learn what resources are
available.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X crashes if I'm idle

2004-02-19 Thread s. keeling
Incoming from Doyle, Patrick:
> Thank you for your quick reply
> 
> > Incoming from Doyle, Patrick:
> > > I found this thread in the archives, and I am experiencing the same 
> > > behavior (on my Compaq Presario 2100 with a stock "woody" bf2.4 
> > > install).  I have also seen that I cannot run KDE -- it 
> > > simply crashes during startup.  From everything I've read, I
> > > probably need to upgrade to Xfree86 4.3 in order to make these
> > > problems go away, but I have some questions first.
> > > 
> > > 1) In the short term (I need to get work done _today_ and 
> > >can't spend the day upgrading X), how can I turn off the
> > >screensaver?  I don't see any menu
> 
> > I don't use kde, but doesn't a right-click on the background 
> > bring up anything useful?
> > 
> Sadly no, this is why I am so confused.  I just can't find the right knob to

Sorry for misreading your post.  You can't run kde; what are you
running?  By "screensaver", do you perhaps mean "screenblanker?"  Try
"setterm -blank 0"


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



kernel locale settings

2004-02-19 Thread Michael Perry
Hi all-

On my debian desktop this does not occur; but here on my laptop booting
either 2.6.2 or 2.6.3 I get a locale error message like this:

locale: cannot set lc_ctype to default locale: no such file or directory

I also see this for lc_messages and lc_all as the system boots. 

I went through looking at my desktop booting the same kernel and do not
see this particular error in my dmesg queue at all.  I still have 2.4.21
here and I have not booted that kernel in awhile.  The error comes up as
the system is booting; not when applications start.  My /etc/environment
is en_US and if I run locale I get a series of settings pointing at
en_US. I also checked to see what the console_data program is set to but
it seems okay as well.

Thanks for any tips on this one!

-- 
Michael Perry | do or do not. There is no try. -Master Yoda
[EMAIL PROTECTED] | http://www.lnxpowered.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: kernel locale settings

2004-02-19 Thread s. keeling
Incoming from Michael Perry:
> 
> On my debian desktop this does not occur; but here on my laptop booting
> either 2.6.2 or 2.6.3 I get a locale error message like this:
> 
> locale: cannot set lc_ctype to default locale: no such file or directory

dpkg-reconfigure locales

The root account should not be changed from the default (C).


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: X crashes if I'm idle

2004-02-19 Thread Doyle, Patrick
> On Thursday 19 February 2004 11:31 am, Doyle, Patrick wrote:
> 
> 
> > > I don't use kde, but doesn't a right-click on the 
> background bring 
> > > up anything useful?
> >
> > Sadly no, this is why I am so confused.  I just can't find 
> the right 
> > knob to turn to shut the darn thing off.  In the mean time, I have 
> > rerun the debian configuration utility and told the X server not to 
> > use the frame buffer interface, since the notes said that, 
> sometimes 
> > things work better with that off, and sometimes they work 
> better with 
> > it on.  I am still waiting to see what happens when/if the 
> screensaver 
> > kicks in.  (And am using the computer in the mean time, so I can't 
> > just wait for it, and don't know how to configure it to change the 
> > timeout to something like 30 seconds, sigh... It's hard being me :-)
> 
> You're looking for kcontrol, the KDE Control Center. if it's 
> not in the menus, 
> try bringing it up frmo a terminal window. That's where all 
> the controls for 
> kde live, including screensaver settings.
> Best of luck.
> 
> -- 
Unfortunately, I was not running KDE -- I couldn't get it to start.  Since I
sent out my email this morning, I edited my XF86Config-4 file and removed
the line that read:

Option "DPMS"

>From the "Monitor" section.  Just on a whim, I decided to see if KDE would
start -- and it did.  I haven't been able to leave the computer idle long
enough to see if KDE crashes when the screensaver kicks in, but I know how
to configure/disable it if the screensaver crashes.

So, I'm sorry I wasn't clearer in my original posting -- the screensaver
under GNOME was crashing, and I couldn't figure out how to turn it off, and
I couldn't get KDE to run.  In the mean time, it appears that not enabling
the "DPMS" option did the trick.  (Possibly in conjunction with turning off
the frame buffer option for the vesa driver, who knows?)

Thanks again for the tips...

--wpd


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



lm-sensors

2004-02-19 Thread Andrey Novoselov
Is there anybody, who has lm-sensors working on Compaq Evo N1020v? I've
read that it's dangerous at ThinkPads. But could soomebody tell me how
it works with Compaqs. Thanks.
-- 
With best wishes & kindest regards, Andrey.
E-mail   [EMAIL PROTECTED]
ICQ UIN  162278208
JabberID [EMAIL PROTECTED]
Registered Linux user-= 282220 =-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: PCMCIA cardbus card, Cirrus CL-PD6729 and i82365 module

2004-02-19 Thread Bjoern Schmidt
Lawrence Lee wrote:
I can not get linux to detect my PCMCIA ethernet card.

I have a Fujitsu Lifebook 420D laptop and the PCMCIA controller is a
Cirrus CL-PD6729. The PCMCIA card is a 3Com Megahertz 3CXFE575CT, it is a
cardbus card and not an ISA card. Is this specific card and this specific
controller conflicting?
Sorry, but the CL-PD6729 is not a CardBus controller. You can only use
16bit cards. The 3CXFE575CT is 32bits wide.
--
Greetings
Bjoern Schmidt


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


For pigment-ink-coating, cost-saving hyperdispersant,free samples available.

2004-02-19 Thread xiaozhi





Dear Sir /Madam,
   For  
pigment-ink-coating, cost-saving hyperdispersant,free samples 
available.
I take the 
pleasure in advising  you that we 
are a manufacturer specializing in hyperdispersants. Today, through the years of 
growth, Shanghai Sanzheng Polymer Material Co., Ltd. is the undisputed market 
leader in China commanding a market share of 75% in the hyperdispersant market . 
And its annual sales figure is galloping to an astonishing tenfold increase 
during its existence of 3 years.
Is Avecia well 
known to you? It is undoubtedly the worldwide leading player in the dispersion 
industry up to now. I wonder if CH hyperdispersant produced by Shanghai Sanzheng 
Polymer Material Co., Ltd. is new to you. But CH hyperdispersant enjoys an 
excellent reception from customers at home and abroad such as BASF, DIC, TOYO, 
CLARIANT etc. And it will also  
bring you new benefits : top performance, cost-savings, higher 
productivity. CH hyperdispersant is now becoming an important player in the 
dispersion industry.
How to benefit 
from our quality products? We will offers you the solution to your dispersion 
problems. To Guide your application, the following is the contrast. 
CH Hyperdispersant
Item 
No. 
Counter part 
CH-1A    
21000CH-2C    
3000 
CH-3 
9000 
CH-5 17000
CH-5B 
  
 16000 CH-6 13000 
CH-7A18000 
CH-10B   
2 
CH-10S   
Better than 10B in alcohol and ester systems 
CH-11A   
price for the effective component   Presscake of 12000 
CH-11B   
5000 
CH-12B   27000 
CH-13    
24000 
CH-2222000 
CH-35Anti-emulsifying 
agent for offset inks 
This email is confidential. If you receive the email in error, 
please transfer the email to the right person.
Please 
contact us at :
TEL:86-21-54296396
86-21-54299642
FAX:86-21-54296397
   
Zhenmin Wang


Re: X crashes if I'm idle

2004-02-19 Thread Andreas Heckwolf
> sent out my email this morning, I edited my XF86Config-4 file and removed
> the line that read:
> 
>   Option "DPMS"
> 
> From the "Monitor" section.  Just on a whim, I decided to see if KDE would

Use the xset program to control DPMS at runtime:

$ xset
...
To control Energy Star (DPMS) features:
-dpms  Energy Star features off
+dpms  Energy Star features on
 dpms [standby [suspend [off]]] 
  force standby 
  force suspend 
  force off 
  (also implicitly enables DPMS features) 
  a timeout value of zero disables the mode 
...


Cheers,

Andreas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Cisco 350 with LEAP - Associated but no network?

2004-02-19 Thread Nate Duehr


On Feb 18, 2004, at 10:38 PM, Graham Williams wrote:


From Nate Duehr <[EMAIL PROTECTED]> 18 Feb 2004 22:12:13 -0700
On Thu, Feb 19, 2004 at 02:23:21PM +1100, Graham Williams wrote:

  Encryption key:off


Do you also need a standard WEP key to access the access point,
besides
the LEAP which is tunneled over the connection?


I believe that WEP is not used if LEAP is used but that might be my
misunderstanding?


You may be correct -- it's been a few years since I did anything with 
LEAP.


Nate Duehr, [EMAIL PROTECTED]



unsubscribe

2004-02-19 Thread albatross
unsubscribe



Re: CD-Rom, sound

2004-02-19 Thread Brian Ronk
I actually figured out the cdrom issue.  I have no /dev/cdrom for some 
reason, but as it boots, the cdrom is found as /dev/hdb.  I added a new 
line to fstab that will mount hdb to the /cdrom directory.  A little 
crude, but very effective.
The kernel version I am running is 2.2.20.  I believe that's the 
standard for 3.0, but I may be wrong.
As for the modprobe command.  I ran it, modprobe sb, but got no output. 
 From what I know, that's probably a good thing, but I don't know how 
to get the sound stuff running from there.

--
Brian Ronk
System Administrator
BookMasters, Inc


Jeff wrote:

Brian Ronk, 2004-Feb-17 14:50 -0500:

First, I installed debian over the network with floppy's, as a result, I 
can mount the floppy and it works fine.  I was trying the CD-Rom though, 
and when I type mount /cdrom, or the equivalent to get it to mount it I 
get this:

mount: special device /dev/cdrom does not exist
I can't tell what it says about the drive when it boots, it goes by to 
quickly.  I should also mention, this is a laptop that can only have 
CD-Rom or floppy, one at a time.



The messages you see during boot are put in /var/log/dmesg.  View that
file to see what the kernel says about the cdrom device at boot.

What kernel are you using?  



As for the sound, it just doesn't work.  It could be that stuff didn't 
get installed for it, I'll check that to make sure.  If I do have the 
drivers and such installed for it, how do I configure it to make sure 
it's working correctly?



According the this website 
the Soundblaster modules should work.  Try doing a 'modprobe sb' as
root or sudo and see if it loads.  The try playing a sound.  Assuming
you're using a stock kernel, that module will be there.

jc





Re: X crashes if I'm idle

2004-02-19 Thread Doyle, Patrick
I found this thread in the archives, and I am experiencing the same behavior
(on my Compaq Presario 2100 with a stock "woody" bf2.4 install).  I have
also seen that I cannot run KDE -- it simply crashes during startup.  From
everything I've read, I probably need to upgrade to Xfree86 4.3 in order to
make these problems go away, but I have some questions first.

1) In the short term (I need to get work done _today_ and can't spend the
day upgrading X), how can I turn off the screensaver?  I don't see any menu
items that refer to the screensaver; I don't see anything in my XF86Config
file that refers to DPMS (except the "Monitor" section that lists it as an
option), or to screen blank times, etc...; I don't have an "xscreensaver"
package installed.  I don't know where to start (obviously :-)

2) In the long term, is there a .deb package I can grab to perform the
upgrade to 4.3 more easily than downloading 12 different files from
xfree86.org?

TIA...

--wpd



Re: X crashes if I'm idle

2004-02-19 Thread s. keeling
Incoming from Doyle, Patrick:
> I found this thread in the archives, and I am experiencing the same behavior
> (on my Compaq Presario 2100 with a stock "woody" bf2.4 install).  I have
> also seen that I cannot run KDE -- it simply crashes during startup.  From
> everything I've read, I probably need to upgrade to Xfree86 4.3 in order to
> make these problems go away, but I have some questions first.
> 
> 1) In the short term (I need to get work done _today_ and can't spend the
> day upgrading X), how can I turn off the screensaver?  I don't see any menu

I don't use kde, but doesn't a right-click on the background bring up
anything useful?

> 2) In the long term, is there a .deb package I can grab to perform the
> upgrade to 4.3 more easily than downloading 12 different files from
> xfree86.org?

Have you looked in backports?  I see 4.2 in
http://www.backports.org/debian/dists/woody/xfree86/binary-i386/ 


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -



Re: PCMCIA cardbus card, Cirrus CL-PD6729 and i82365 module

2004-02-19 Thread Bjoern Schmidt

Lawrence Lee wrote:

I can not get linux to detect my PCMCIA ethernet card.

I have a Fujitsu Lifebook 420D laptop and the PCMCIA controller is a
Cirrus CL-PD6729. The PCMCIA card is a 3Com Megahertz 3CXFE575CT, it is a
cardbus card and not an ISA card. Is this specific card and this specific
controller conflicting?


Sorry, but the CL-PD6729 is not a CardBus controller. You can only use
16bit cards. The 3CXFE575CT is 32bits wide.


--
Greetings
Bjoern Schmidt




RE: X crashes if I'm idle

2004-02-19 Thread Doyle, Patrick
Thank you for your quick reply

> Incoming from Doyle, Patrick:
> > I found this thread in the archives, and I am experiencing the same 
> > behavior (on my Compaq Presario 2100 with a stock "woody" bf2.4 
> > install).  I have also seen that I cannot run KDE -- it 
> > simply crashes during startup.  From everything I've read, I
> > probably need to upgrade to Xfree86 4.3 in order to make these
> > problems go away, but I have some questions first.
> > 
> > 1) In the short term (I need to get work done _today_ and 
> >can't spend the day upgrading X), how can I turn off the
> >screensaver?  I don't see any menu
> 
> I don't use kde, but doesn't a right-click on the background 
> bring up anything useful?
> 
Sadly no, this is why I am so confused.  I just can't find the right knob to
turn to shut the darn thing off.  In the mean time, I have rerun the debian
configuration utility and told the X server not to use the frame buffer
interface, since the notes said that, sometimes things work better with that
off, and sometimes they work better with it on.  I am still waiting to see
what happens when/if the screensaver kicks in.  (And am using the computer
in the mean time, so I can't just wait for it, and don't know how to
configure it to change the timeout to something like 30 seconds, sigh...
It's hard being me :-)

> > 2) In the long term, is there a .deb package I can grab to 
> >perform the upgrade to 4.3 more easily than downloading
> >12 different files from xfree86.org?
> 
> Have you looked in backports?  I see 4.2 in 
> http://www.backports.org/debian/dists/woody/xfree86/binary-i38
6/ 

Thanks... That looks like a good resource to know about.  I am new to Debian
(though not new to Linux) and am still trying to learn what resources are
available.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]



Re: X crashes if I'm idle

2004-02-19 Thread s. keeling
Incoming from Doyle, Patrick:
> Thank you for your quick reply
> 
> > Incoming from Doyle, Patrick:
> > > I found this thread in the archives, and I am experiencing the same 
> > > behavior (on my Compaq Presario 2100 with a stock "woody" bf2.4 
> > > install).  I have also seen that I cannot run KDE -- it 
> > > simply crashes during startup.  From everything I've read, I
> > > probably need to upgrade to Xfree86 4.3 in order to make these
> > > problems go away, but I have some questions first.
> > > 
> > > 1) In the short term (I need to get work done _today_ and 
> > >can't spend the day upgrading X), how can I turn off the
> > >screensaver?  I don't see any menu
> 
> > I don't use kde, but doesn't a right-click on the background 
> > bring up anything useful?
> > 
> Sadly no, this is why I am so confused.  I just can't find the right knob to

Sorry for misreading your post.  You can't run kde; what are you
running?  By "screensaver", do you perhaps mean "screenblanker?"  Try
"setterm -blank 0"


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -



kernel locale settings

2004-02-19 Thread Michael Perry
Hi all-

On my debian desktop this does not occur; but here on my laptop booting
either 2.6.2 or 2.6.3 I get a locale error message like this:

locale: cannot set lc_ctype to default locale: no such file or directory

I also see this for lc_messages and lc_all as the system boots. 

I went through looking at my desktop booting the same kernel and do not
see this particular error in my dmesg queue at all.  I still have 2.4.21
here and I have not booted that kernel in awhile.  The error comes up as
the system is booting; not when applications start.  My /etc/environment
is en_US and if I run locale I get a series of settings pointing at
en_US. I also checked to see what the console_data program is set to but
it seems okay as well.

Thanks for any tips on this one!

-- 
Michael Perry | do or do not. There is no try. -Master Yoda
[EMAIL PROTECTED] | http://www.lnxpowered.org



Re: kernel locale settings

2004-02-19 Thread s. keeling
Incoming from Michael Perry:
> 
> On my debian desktop this does not occur; but here on my laptop booting
> either 2.6.2 or 2.6.3 I get a locale error message like this:
> 
> locale: cannot set lc_ctype to default locale: no such file or directory

dpkg-reconfigure locales

The root account should not be changed from the default (C).


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -



RE: X crashes if I'm idle

2004-02-19 Thread Doyle, Patrick
> On Thursday 19 February 2004 11:31 am, Doyle, Patrick wrote:
> 
> 
> > > I don't use kde, but doesn't a right-click on the 
> background bring 
> > > up anything useful?
> >
> > Sadly no, this is why I am so confused.  I just can't find 
> the right 
> > knob to turn to shut the darn thing off.  In the mean time, I have 
> > rerun the debian configuration utility and told the X server not to 
> > use the frame buffer interface, since the notes said that, 
> sometimes 
> > things work better with that off, and sometimes they work 
> better with 
> > it on.  I am still waiting to see what happens when/if the 
> screensaver 
> > kicks in.  (And am using the computer in the mean time, so I can't 
> > just wait for it, and don't know how to configure it to change the 
> > timeout to something like 30 seconds, sigh... It's hard being me :-)
> 
> You're looking for kcontrol, the KDE Control Center. if it's 
> not in the menus, 
> try bringing it up frmo a terminal window. That's where all 
> the controls for 
> kde live, including screensaver settings.
> Best of luck.
> 
> -- 
Unfortunately, I was not running KDE -- I couldn't get it to start.  Since I
sent out my email this morning, I edited my XF86Config-4 file and removed
the line that read:

Option "DPMS"

>From the "Monitor" section.  Just on a whim, I decided to see if KDE would
start -- and it did.  I haven't been able to leave the computer idle long
enough to see if KDE crashes when the screensaver kicks in, but I know how
to configure/disable it if the screensaver crashes.

So, I'm sorry I wasn't clearer in my original posting -- the screensaver
under GNOME was crashing, and I couldn't figure out how to turn it off, and
I couldn't get KDE to run.  In the mean time, it appears that not enabling
the "DPMS" option did the trick.  (Possibly in conjunction with turning off
the frame buffer option for the vesa driver, who knows?)

Thanks again for the tips...

--wpd



lm-sensors

2004-02-19 Thread Andrey Novoselov
Is there anybody, who has lm-sensors working on Compaq Evo N1020v? I've
read that it's dangerous at ThinkPads. But could soomebody tell me how
it works with Compaqs. Thanks.
-- 
With best wishes & kindest regards, Andrey.
E-mail   [EMAIL PROTECTED]
ICQ UIN  162278208
JabberID [EMAIL PROTECTED]
Registered Linux user-= 282220 =-



For pigment-ink-coating, cost-saving hyperdispersant,free samples available.

2004-02-19 Thread xiaozhi





Dear Sir /Madam,
   For  
pigment-ink-coating, cost-saving hyperdispersant,free samples 
available.
I take the 
pleasure in advising  you that we 
are a manufacturer specializing in hyperdispersants. Today, through the years of 
growth, Shanghai Sanzheng Polymer Material Co., Ltd. is the undisputed market 
leader in China commanding a market share of 75% in the hyperdispersant market . 
And its annual sales figure is galloping to an astonishing tenfold increase 
during its existence of 3 years.
Is Avecia well 
known to you? It is undoubtedly the worldwide leading player in the dispersion 
industry up to now. I wonder if CH hyperdispersant produced by Shanghai Sanzheng 
Polymer Material Co., Ltd. is new to you. But CH hyperdispersant enjoys an 
excellent reception from customers at home and abroad such as BASF, DIC, TOYO, 
CLARIANT etc. And it will also  
bring you new benefits : top performance, cost-savings, higher 
productivity. CH hyperdispersant is now becoming an important player in the 
dispersion industry.
How to benefit 
from our quality products? We will offers you the solution to your dispersion 
problems. To Guide your application, the following is the contrast. 
CH Hyperdispersant
Item 
No. 
Counter part 
CH-1A    
21000CH-2C    
3000 
CH-3 
9000 
CH-5 17000
CH-5B 
  
 16000 CH-6 13000 
CH-7A18000 
CH-10B   
2 
CH-10S   
Better than 10B in alcohol and ester systems 
CH-11A   
price for the effective component   Presscake of 12000 
CH-11B   
5000 
CH-12B   27000 
CH-13    
24000 
CH-2222000 
CH-35Anti-emulsifying 
agent for offset inks 
This email is confidential. If you receive the email in error, 
please transfer the email to the right person.
Please 
contact us at :
TEL:86-21-54296396
86-21-54299642
FAX:86-21-54296397
   
Zhenmin Wang