LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 758|回复: 3

KDE4下,“斜杠”打不出来

[复制链接]
发表于 2009-2-23 21:32:22 | 显示全部楼层 |阅读模式
最近遇到的问题,键盘的“斜杠”打不出来,“问号”却可以打出来。我用的是ibus输入法,以前用scim的时候没发现。
谁遇到类似问题吗?
[PHP]
cat /etc/X11/xorg.conf
Section "ServerLayout"                                      
        Identifier     "Layout0"                           
        Screen      0  "Screen0" 0 0                        
        InputDevice    "Keyboard0" "CoreKeyboard"           
        InputDevice    "Mouse0" "CorePointer"               
        Option "AIGLX" "true"                              
EndSection                                                  

Section "Files"
#    FontPath   "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts/truetype"
EndSection                                 

Section "Module"
        Load  "freetype"
#       Load  "xtt"     
        Load  "extmod"  
        Load  "glx"     
        Load  "dri"     
        Load  "drm"     
        Load  "dbe"     
        Load  "record"  
        Load  "xtrap"   
#       Load  "type1"   
EndSection              

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "ImPS/2"
        Option      "Emulate3Buttons"  
        Option      "Device" "/dev/input/mice"
EndSection                                    

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"               #evdev
        Option      "XkbModel" "logiik"      
        Option      "XkbRules" "xorg"         
        Option      "XkbLayout" "us"         
EndSection                                    

Section "ServerFlags"
    Option "AutoAddDevices" "false"
EndSection                        

Section "Monitor"
        Identifier   "Monitor0"
### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    31.5 - 82.0                             
        VertRefresh  50.0 - 90.0                             
EndSection                                                   

Section "Device"
        Identifier      "Card0"
        Driver          "radeon"
        BusID           "CI:1:0:0"
        Option          "DRI"     "true"
        Option          "RenderAccel" "true"
        Option          "XAANoOffscreenPixmaps" "true"
        Option          "AGPMode" "4"                 
        Option          "EnablePageFlip" "true"      
        Option          "GARTSize" "64"               
#Option          "AccelMethod"   "EXA" # or XXA
#Option          "AGPFastWrite" "1"
#Option         "BackingStore" "true"

#enable (partial) PowerPlay features
Option          "DynamicClocks" "on"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024" "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Group        "video"
        Mode         0660
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection


[/PHP]
发表于 2009-2-23 22:39:08 | 显示全部楼层
我也有一个关于输入的问题,我在.xinitrc中用setxkbmap设置了德语键盘,但是有些键必须连续按2下才能输出来,比如^。 但是在纯文本模式下确没有问题,有朋友知道是什么原因么?
回复 支持 反对

使用道具 举报

发表于 2009-2-23 23:54:48 | 显示全部楼层
好像没这个问题
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-23 20:07:12 | 显示全部楼层
刚刚发现斜杠需要按win+/才能打出来。谁知道其中的原因吗
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表