HOWTO:Num Lock
From PardusWiki
(Difference between revisions)
AliIsingor (Talk | contribs) |
|||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
To enable numlock after login; | To enable numlock after login; | ||
#Open TASMA (Pardus Configuration Center) | #Open TASMA (Pardus Configuration Center) | ||
| − | #Choose Peripherals | + | #Choose Peripherals>Keyboard |
#:[[Image:Tasma_keyboard.png|thumb|left|Keyboard Settings Window]] | #:[[Image:Tasma_keyboard.png|thumb|left|Keyboard Settings Window]] | ||
| − | #Click on the | + | #Click on the "turn on" from the "NumLock on KDE Startup" section and press "Apply" button. |
To enable numlock before login; | To enable numlock before login; | ||
| − | #Press Alt+F2 and write {{command|kdesu kwrite /usr/kde/3.5/share/config/kdm/kdmrc}} then press | + | #Press Alt+F2 and write {{command|kdesu kwrite /usr/kde/3.5/share/config/kdm/kdmrc}} then press "Run" button. |
#Find the line with '''[X-*-Greeter]''' and add this line under it: '''NumLock=On''' | #Find the line with '''[X-*-Greeter]''' and add this line under it: '''NumLock=On''' | ||
#File should look like that after the change, save the file and close kwrite: | #File should look like that after the change, save the file and close kwrite: | ||
| − | {{code|/usr/kde/3.5/share/config/kdm/kdmrc| | + | {{code|/usr/kde/3.5/share/config/kdm/kdmrc|<pre> |
[X-*-Greeter] | [X-*-Greeter] | ||
NumLock=On | NumLock=On | ||
| Line 47: | Line 39: | ||
UserCompletion=false | UserCompletion=false | ||
UserList=true | UserList=true | ||
| − | + | </pre>}} | |
[[tr:NASIL:Otomatik_Num_Lock_Açılması]] | [[tr:NASIL:Otomatik_Num_Lock_Açılması]] | ||
Latest revision as of 14:32, 24 November 2010
To enable numlock after login;
- Open TASMA (Pardus Configuration Center)
- Choose Peripherals>Keyboard
- Click on the "turn on" from the "NumLock on KDE Startup" section and press "Apply" button.
To enable numlock before login;
- Press Alt+F2 and write kdesu kwrite /usr/kde/3.5/share/config/kdm/kdmrc then press "Run" button.
- Find the line with [X-*-Greeter] and add this line under it: NumLock=On
- File should look like that after the change, save the file and close kwrite:
| Code: /usr/kde/3.5/share/config/kdm/kdmrc |
[X-*-Greeter] NumLock=On AntiAliasing=true ColorScheme= EchoMode=OneStar FaceSource=AdminOnly FailFont=DejaVu Sans,10,-1,5,75,0,0,0,0,0 ForgingSeed=1165938746 GUIStyle= GreetFont=DejaVu Sans,20,-1,5,50,0,0,0,0,0 GreetString=Welcome (%s - %n) GreeterPos=50,50 HiddenUsers= Language=tr LogoArea=Logo LogoPixmap=/usr/kde/3.5/share/apps/kdm/pics/kdelogo.png MaxShowUID=65000 MinShowUID=500 Preloader=/usr/kde/3.5/bin/preloadkde SelectedUsers= ShowUsers=NotHidden SortUsers=true StdFont=DejaVu Sans,10,-1,5,50,0,0,0,0,0 Theme=/usr/kde/3.5/share/apps/kdm/themes/pardus UseBackground=true UseTheme=true UserCompletion=false UserList=true |