DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Installation and Upgrading

OpenBSD Installation and Upgrading Installing and upgrading OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 4th June 2008
aleunix aleunix is offline
Real Name: Alessandro
Spam Deminer
 
Join Date: May 2008
Location: Italy
Posts: 224
Default Numeric keypad don't works on X

Numeric keypad don't works on X
I have see the Faq 7 - Keyboard and Display Controls but i don't see the solution.
Reply With Quote
  #2   (View Single Post)  
Old 4th June 2008
cubo cubo is offline
Real Name: Luca
Port Guard
 
Join Date: May 2008
Location: Italy - Torino
Posts: 21
Default

that faq page is not for X.

I see from the other post that you have problems with xorg.conf.

did you try "xorgconfig" telling the program that you have a keyboard with 105-keys (or 104...)?

for example in my /etc/X11/xorg.conf in the keyboard section:
Code:
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "it"   
EndSection
Reply With Quote
  #3   (View Single Post)  
Old 4th June 2008
aleunix aleunix is offline
Real Name: Alessandro
Spam Deminer
 
Join Date: May 2008
Location: Italy
Posts: 224
Default

I have the same code.

The only difference is that i don't have this line:
Option "XkbRules" "xorg"

So i have add the line:
Option "XkbRules" "xkb"
after i read Changing XkbRules to "xkb" resolved issue
but the problem persist.

Also I had remove all of this line otherwise even xterm don't recognized the italian keyboard layout.

Last edited by aleunix; 4th June 2008 at 02:29 PM.
Reply With Quote
  #4   (View Single Post)  
Old 15th June 2008
aleunix aleunix is offline
Real Name: Alessandro
Spam Deminer
 
Join Date: May 2008
Location: Italy
Posts: 224
Default

Now I noticed that the problem is present in vmware not in my real installation.
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Enhanced Speedstep only works for two CPU cores on FreeBSD 7.1 Android1 FreeBSD General 13 19th April 2009 08:59 PM
Mouse works in console not Xorg shep FreeBSD General 6 13th February 2009 01:01 AM
Skype on FreeBSD 7.1 - works very slow.. DNAeon FreeBSD General 2 27th January 2009 11:48 AM
Network connection works fine, and then... snes-addict OpenBSD General 8 20th October 2008 11:13 PM
VIA sound device fails on boot, works with kldload robbak FreeBSD General 0 16th June 2008 07:16 AM


All times are GMT. The time now is 09:03 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick