| View previous topic :: View next topic |
| Author |
Message |
Dikkiedik Guru


Joined: 04 Oct 2004 Posts: 406 Location: Netherlands
|
Posted: Sat Jan 22, 2005 1:58 pm Post subject: Xorg en Numpad (solved) |
|
|
Ik ben sinds een kleine 2 a 3 maandjes overgstapt van xfree naar xorg maar nu kan ik mijn numpad niet meer gebruiken als 7-home en 9-page up, etc. Het probleem is dat ik een klein toetsenbordje heb zonder de normale 6 toetsen met page up, pauze, page down, etc boven mn pijltjes toetsen. Ik kan num-lock aan en uitzetten maar het enige wat er gebeurd is dat het lichtje aan en uitgaat.. het verandert niets aan de num-pad mode. Hoe verander ik dit in de xorg.conf file zodat dit wel gaat?
Alvast bedankt,
Kevin
Last edited by Dikkiedik on Sun Jan 23, 2005 12:04 pm; edited 1 time in total |
|
| Back to top |
|
 |
boudewijn Apprentice

Joined: 11 Jan 2005 Posts: 257 Location: Netherlands
|
Posted: Sat Jan 22, 2005 2:58 pm Post subject: |
|
|
| hier op mijn logitech keyboard werkt alles met xorg. Kun je even je xorg.conf posten en het model van het tobo? |
|
| Back to top |
|
 |
Dikkiedik Guru


Joined: 04 Oct 2004 Posts: 406 Location: Netherlands
|
Posted: Sat Jan 22, 2005 5:49 pm Post subject: |
|
|
Tis een standaard ps/2 toetsenbord.
| Code: |
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
# Option "Protocol" "Xqueue"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc101"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Option "XkbRules" ""
Option "XkbModel" ""
Option "XkbLayout" ""
Option "XkbVariant" ""
EndSection
|
|
|
| Back to top |
|
 |
garo Moderator


Joined: 15 Jul 2002 Posts: 860 Location: Edegem,BELGIUM
|
Posted: Sat Jan 22, 2005 6:41 pm Post subject: |
|
|
Vervang
| Code: | Option "XkbRules" ""
Option "XkbModel" ""
Option "XkbLayout" ""
Option "XkbVariant" ""
|
door
| Code: | | Option "XkbModel" "pc101" |
_________________ My favorite links this month:
- Surf Random
- Web-based SSH
- Stop Spam |
|
| Back to top |
|
 |
Dikkiedik Guru


Joined: 04 Oct 2004 Posts: 406 Location: Netherlands
|
Posted: Sun Jan 23, 2005 12:04 pm Post subject: |
|
|
| Woeps, mijn fout. Nu doetie het inderdaad. Dankje |
|
| Back to top |
|
 |
|