無法進入xwindow

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

無法進入xwindow

文章訪客 » 週四 4月 24, 2003 9:22 pm

(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "PS/2"
(**) Configured Mouse: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(EE) xf86OpenSerial: Cannot open device /dev/psaux
No such device.
(EE) Configured Mouse: cannot open input device
(EE) PreInit failed for input device "Configured Mouse"
(II) UnloadModule: "mouse"
(**) Option "Protocol" "ImPS/2"
(**) Generic Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) Generic Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
No such device.
(EE) Generic Mouse: cannot open input device
(EE) PreInit failed for input device "Generic Mouse"
(II) UnloadModule: "mouse"
(WW) No core pointer registered
No core pointer

Fatal server error:
failed to initialize core devices
=============================

當我進入x時只出現 "nvidia" LOGO , 就跳出來了...

/dev/input/mice and /dev/psaux我確定都有檔案
訪客
 

設定檔如下

文章訪客 » 週四 4月 24, 2003 9:26 pm

這是設定檔請參考
====================================

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-50
VertRefresh 43-75
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

===================================

之前也是這樣設都沒啥問題今天重灌後就變成這樣了..

我有加CKPATH.....是這個問題嗎?
訪客
 

re:無法進入xwindow

文章jesse.sung » 週四 4月 24, 2003 9:41 pm

您是用 USB mouse 還是 PS/2 mouse 呢?
是否沒有載入相對的 kernel module 呢?
BR,
Wen-chien Jesse Sung
頭像
jesse.sung
程式開發組
程式開發組
 
文章: 654
註冊時間: 週三 9月 04, 2002 9:43 am

re:無法進入xwindow

文章訪客 » 週四 4月 24, 2003 9:43 pm

jesse.sung 寫:您是用 USB mouse 還是 PS/2 mouse 呢?

是否沒有載入相對的 kernel module 呢?

^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 不太懂^^

我是用PS/2
之前都沒問題
訪客
 

re:無法進入xwindow

文章高原之狼 » 週五 4月 25, 2003 3:31 am

PS/2 的話應該有 /dev/psaux 才對啊。

首先確認 # ls /dev/psaux 找不到文件,然後試一下
代碼: 選擇全部
# /sbin/MAKEDEV -n
把結果貼出來給大家看一下?
高原之狼
懵懂的國中生
懵懂的國中生
 
文章: 185
註冊時間: 週一 10月 28, 2002 5:54 am

re:無法進入xwindow

文章訪客 » 週五 4月 25, 2003 1:24 pm

高原之狼 寫:PS/2 的話應該有 /dev/psaux 才對啊。

首先確認 # ls /dev/psaux 找不到文件,然後試一下
代碼: 選擇全部
# /sbin/MAKEDEV -n
把結果貼出來給大家看一下?


debian:/# ls /dev/psaux
/dev/psaux
debian:/# /sbin/MAKEDEV -n (沒有東西跑出來^^)
debian:/#
訪客
 

re:無法進入xwindow

文章高原之狼 » 週五 4月 25, 2003 4:07 pm

很奇怪。如果你沒有重新編譯過 kernel 的話,我想是應該有相應的 kernel module 的。

請問你有沒有裝 gpm 這個 package 呢?(# dpkg -l gpm)

另外可以建議的就是查一查有沒有硬件的故障了(換一個鼠標(滑鼠),看看線有沒有插牢……)
Ming Hua
高原之狼
懵懂的國中生
懵懂的國中生
 
文章: 185
註冊時間: 週一 10月 28, 2002 5:54 am

re:無法進入xwindow

文章jesse.sung » 週五 4月 25, 2003 7:41 pm

請問訪客兄有用 devfs 嗎? 另, config kernel 時, CONFIG_MOUSE 和 CONFIG_PSMOUSE 是設定 y、m 還是 n 呢?(可以 check kernel source 目錄下的檔案 .config)
BR,
Wen-chien Jesse Sung
頭像
jesse.sung
程式開發組
程式開發組
 
文章: 654
註冊時間: 週三 9月 04, 2002 9:43 am

re:無法進入xwindow

文章訪客 » 週六 4月 26, 2003 1:16 am

jesse.sung 寫:請問訪客兄有用 devfs 嗎? 另, config kernel 時, CONFIG_MOUSE 和 CONFIG_PSMOUSE 是設定 y、m 還是 n 呢?(可以 check kernel source 目錄下的檔案 .config)



CONFIG_MOUSE=y
CONFIG_PSMOUSE=m
要如何載入?

devfs是什麼?
訪客
 

re:無法進入xwindow

文章阿信 » 週六 4月 26, 2003 8:24 am

頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:無法進入xwindow

文章moto » 週六 4月 26, 2003 8:31 am

Anonymous 寫:
jesse.sung 寫:請問訪客兄有用 devfs 嗎? 另, config kernel 時, CONFIG_MOUSE 和 CONFIG_PSMOUSE 是設定 y、m 還是 n 呢?(可以 check kernel source 目錄下的檔案 .config)



CONFIG_MOUSE=y
CONFIG_PSMOUSE=m
要如何載入?

devfs是什麼?


請把 CONFIG_PSMOUSE 設定為 y ;-) ..
歡迎你來到MOTO學園一起討論Debian相關問題。
在post問題前可先別忘記了以下的步驟:
1:翻一下/usr/share/doc/中是否已經有解答了?
2:閱讀一下無痛起步是否已經提到了?
3:找一下google予以解答?
4:善用學園中的"搜尋"功能,往往答案就在裡面窩。
頭像
moto
摩托學園站長
摩托學園站長
 
文章: 2808
註冊時間: 週二 9月 03, 2002 3:37 am
來自: 台北


回到 debian desktop

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客

cron