xorg 在 X 下無法使用 ctrl+alt+F? 轉換到 console
Posted: Thu Dec 23, 2004 2:11 pm
使用 xorg 之後,現在在 X 下無法用 ctrl+alt+F? 轉回 console。有去 GO 逛過,提供的方法都不適合,想請問有沒有人遇到同樣的問題,應該怎麼解決。
謝謝。
謝謝。
Gentoo Linux Taiwan Forums
https://forums.gentoo.tw/
裡面應該都是 xkbcomp 真的有問題的情況才有解,像是 /usr/X11/bin/xkbcomp 和 /usr/lib/X11/bin/xkbcomp 不一樣。Hydonsingore wrote:我之前遇過相同問題
這是暫時的解決方式
http://bugs.gentoo.org/show_bug.cgi?id=47243#c41
我後來好像是先 emerge -C xorg-x11,
然後去把那個剩下的xkb目錄幹掉,
再重 emerge xorg-x11 就好了。(以上為印象派)
Code: Select all
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Intel 865G"
Driver "i810"
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
Code: Select all
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
#Option "AutoRepeat" "500 30"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Code: Select all
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap