LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   dell inspiron 8600 keyboard problem (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/dell-inspiron-8600-keyboard-problem-229743/)

tomfilip 09-12-2004 02:32 PM

dell inspiron 8600 keyboard problem
 
hi,

i´m kind of new to linux, but i have a dell inspiron 8600 laptop with gentoo on it. the problem is special keys like apostrophes, quotes, tildas, etc. - they don´t work whenever i am in X (in the console it works just fine). i have to hit the apostrophe key twice to get something resembling an apostrophe (but say in NetBeans, it displays some completely b/s character). after a while it gets annoying, and i have no clue where to fix this. does anyone have any ideas?

btw. here´s a chunk of my XFree86 file:



Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "USB Mouse" "CorePointer"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"

EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "ddc" # ddc probing of monitor
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection

i´d really appreciate any help. thanks in advance,

tom


All times are GMT -5. The time now is 08:35 AM.