Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-23-2003, 03:53 PM
|
#1
|
Member
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934
Rep:
|
Setting Linux Straight
Here's a few questions in one thread:
I know there has been several threads about it, but how do I silence the system bell? What line in what file is that?
Why does my screen flash when I log in? It does it for all users. I am using Mandrake 9 on a Compaq LTE 5280 (IE plain Pentium 120, 24MB Ram, etc.) While it's blank, I can sometimes hit keys on the keyboard and the letters will come up then, then when my screen "reappears", the letters aren't remembered. ..almost as if it's switching from my konsole to a blank konsole without a prompt. It does that a few times then it's ready. It only does it after I log in as any user, everytime.
I set this hard disk on this laptop (same one) up on another machine, and when I put the disk on a machine I didn't actually set it up on, I get a graphical boot and shutdown, but on the laptop, I get a text login, why?
How do I change my NumberLock status at boot time? CMOS NumberLock is off, but at the login prompt, Linux turns it on. How do I tell Linux to leave it off?
|
|
|
06-23-2003, 11:06 PM
|
#2
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,391
|
--------------------------------------------------------------------------------
I set this hard disk on this laptop (same one) up on another machine, and when I put the disk on a machine I didn't actually set it up on, I get a graphical boot and shutdown, but on the laptop, I get a text login, why?
Probably /etc/X11/XF86Config is not configured correctly for your laptop monitor but is configured correctly for the other computer's monitor.
--------------------------------------------------------------------------------
Why does my screen flash when I log in?
I have the same problem. I chased it down to where I think that libpng has its libpng.so.x version number scheme thoroughly mixed up. If you can straighen that out let me know how you do it.
--------------------------------------------------------------------------------
I know there has been several threads about it, but how do I silence the
system bell? What line in what file is that?
Whenever I aquire a new computer I always cut the speaker wire.
--------------------------------------------------------------------------------
Last edited by jailbait; 06-23-2003 at 11:07 PM.
|
|
|
06-24-2003, 05:04 PM
|
#3
|
Member
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934
Original Poster
Rep:
|
Quote:
Originally posted by jailbait
--------------------------------------------------------------------------------
I set this hard disk on this laptop (same one) up on another machine, and when I put the disk on a machine I didn't actually set it up on, I get a graphical boot and shutdown, but on the laptop, I get a text login, why?
Probably /etc/X11/XF86Config is not configured correctly for your laptop monitor but is configured correctly for the other computer's monitor.
--------------------------------------------------------------------------------
Why does my screen flash when I log in?
I have the same problem. I chased it down to where I think that libpng has its libpng.so.x version number scheme thoroughly mixed up. If you can straighen that out let me know how you do it.
--------------------------------------------------------------------------------
I know there has been several threads about it, but how do I silence the
system bell? What line in what file is that?
Whenever I aquire a new computer I always cut the speaker wire.
--------------------------------------------------------------------------------
|
Unfortunately, that tells me very littile. I'm probably NOT going to be the one figuring out why my screen flashes. As far as the graphical boot, it must be using SVGA-Lib since this is BEFORE X actually ingages (as far as I know). You know how Mandrake has that graphical boot and shutdown thing? On my laptop, I see where it tries to go to the graphical mode, but that mode is invalid and it prompts me for a mode. As far as the system bell, it beeps through the sound card (laptop) so removing the speakers isn't recommended. I also used to remove the speaker from new computers.  Now, I would like to know how to turn my NumberLock status off. (Fn-End isn't what I mean, though that is a quick fix  )
|
|
|
06-24-2003, 09:10 PM
|
#4
|
Member
Registered: Feb 2003
Distribution: Debian
Posts: 797
Rep:
|
man setleds
^for Num Lock
I also turned my speaker off when working in terminals. Can't for the life of me remember what I changed. if I remember, I'll get back to you.
|
|
|
06-24-2003, 09:28 PM
|
#5
|
Member
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934
Original Poster
Rep:
|
Quote:
Originally posted by cuckoopint
man setleds
^for Num Lock
|
Thanks! That will be mighty handy for me. 
|
|
|
06-24-2003, 09:42 PM
|
#6
|
Member
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934
Original Poster
Rep:
|
Quote:
Originally posted by lectraplayer
Thanks! That will be mighty handy for me.
|
Dam! Didn't work. 
|
|
|
06-24-2003, 09:48 PM
|
#7
|
Senior Member
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307
Rep:
|
Quote:
Originally posted by lectraplayer
Dam! Didn't work.
|
INITTY=/dev/tty[1-8];for tty in $INITTY; do setleds -D +num < $tty; done
As for turning off the bell:
xset -b
Hope this helps
Last edited by Azmeen; 06-24-2003 at 09:58 PM.
|
|
|
06-25-2003, 04:26 PM
|
#8
|
Member
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934
Original Poster
Rep:
|
What file makes it permanent? /etc/profile?
|
|
|
06-25-2003, 09:01 PM
|
#9
|
Senior Member
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307
Rep:
|
~/.bashrc is more suitable I guess 
|
|
|
All times are GMT -5. The time now is 09:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|