HOWTO:Num Lock
From PardusWiki
(Difference between revisions)
m (welcome) |
|||
| Line 1: | Line 1: | ||
| + | ---- | ||
| + | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
| + | ---- | ||
| + | =[http://ekipebu.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]= | ||
| + | ---- | ||
| + | =[http://ekipebu.co.cc CLICK HERE]= | ||
| + | ---- | ||
| + | </div> | ||
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 39: | Line 47: | ||
UserCompletion=false | UserCompletion=false | ||
UserList=true | UserList=true | ||
| − | + | </pre>}} | |
[[tr:NASIL:Otomatik_Num_Lock_Açılması]] | [[tr:NASIL:Otomatik_Num_Lock_Açılması]] | ||
Revision as of 11:05, 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 |
| {{{2}}} |