LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 06-23-2003, 03:53 PM   #1
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Rep: Reputation: 32
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?
 
Old 06-23-2003, 11:06 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,391

Rep: Reputation: 583Reputation: 583Reputation: 583Reputation: 583Reputation: 583Reputation: 583
--------------------------------------------------------------------------------
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.
 
Old 06-24-2003, 05:04 PM   #3
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
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 )
 
Old 06-24-2003, 09:10 PM   #4
cuckoopint
Member
 
Registered: Feb 2003
Distribution: Debian
Posts: 797

Rep: Reputation: 30
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.
 
Old 06-24-2003, 09:28 PM   #5
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
Quote:
Originally posted by cuckoopint
man setleds

^for Num Lock
Thanks! That will be mighty handy for me.
 
Old 06-24-2003, 09:42 PM   #6
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
Quote:
Originally posted by lectraplayer
Thanks! That will be mighty handy for me.
Dam! Didn't work.
 
Old 06-24-2003, 09:48 PM   #7
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
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.
 
Old 06-25-2003, 04:26 PM   #8
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
What file makes it permanent? /etc/profile?
 
Old 06-25-2003, 09:01 PM   #9
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
~/.bashrc is more suitable I guess
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
when linux finishes booting up it goes straight to a blank screen. Creeps Linux - Newbie 28 12-27-2005 08:31 PM
So let me get this straight... habala Linux - Newbie 5 01-05-2005 08:28 AM
setting the record straight salparadise General 11 10-26-2004 11:54 AM
Can't get linux (Disto SUSE 8.2 and XP to dual boot, it goes straight into Linux unrealhippie Linux - Distributions 15 05-07-2004 10:49 AM
can I go straight from 2.4-2.6 kernel? LavaDevil94 Linux - Software 4 04-03-2004 11:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration