Debian不啟動xwindow - Linux

Skylar Davis avatar
By Skylar Davis
at 2015-03-02T17:25

Table of Contents

各位好:

這邊有個問題想請教

我想幫我的EVGA顯卡裝驅動程式,已下載了NVIDIA的驅動程式

但我要安裝的時候都跟我說關掉xwindow之後才能安裝

我開root, kill -9 PID

只要一殺就直接重啟xwindow,完全無解

後來我想說直接在run level直接修改成tty開機

但Debian...3跟5都是一樣的Orz

我去翻過Debian wiki 的init rc0.d教學,但沒說到我需要的部份

不知道哪邊有類似的教學文章

或是有簡單的方法停用xwindow

謝謝

Dan

--

不過是人

http://www.facebook.com/twaiting

--
Tags: Linux

All Comments

Frederic avatar
By Frederic
at 2015-03-06T13:39
試過 #service gdm stop 嗎?
Mary avatar
By Mary
at 2015-03-07T20:07
哪一版的debian?使用哪一種dm?
Emily avatar
By Emily
at 2015-03-08T17:45
啟動系統前在 kernel parameter 加上 text 字樣
Michael avatar
By Michael
at 2015-03-13T09:53
service kdm stop;或者改lightdm
Necoo avatar
By Necoo
at 2015-03-15T18:37
除了上面fourdollars大哥說的方法可試試以外,另外可以嘗
Zanna avatar
By Zanna
at 2015-03-18T18:27
試systemctl disable kdm.service這指令,不保證成功。
Ula avatar
By Ula
at 2015-03-22T20:19
kde? 試試看 /etc/init.d/kdm stop

網站的問題

Agnes avatar
By Agnes
at 2015-03-02T13:47
小弟新手上路,最近想做一個Lab, 目前在VM上架了web server, 現在要把web server移至測試環境測試, 請問需要拷貝哪些檔案到新的機器? 另外之後Apache及Tomcat需要修改哪個設定檔呢? - ...

磁碟分割大小,及需要將所有空間切完嗎?

Daph Bay avatar
By Daph Bay
at 2015-02-28T06:42
最近要跳槽到linux上面了,卻發現一些問題 先放上我在virtual box上的SSD與HDD的配置 SSD Disk /dev/sda: 68.7GB Partition Table: gpt Number Start End Size File system Name ...

Debian開機直接當機

Victoria avatar
By Victoria
at 2015-02-27T19:52
大家好: 因為工作需要,所以重新安裝了DEBIAN WHEEZP在我電腦上 使用的是USB開機碟加上網路安裝 剛安裝好,因為NVIDIA的optimus問題,搜尋到nouveau就直接當掉(還有畫面) 我在BIOS把顯卡換成主版的內顯,變可以登入, 但只能進入XWINDOW,切換到任何tty都是死當,完全 ...

[問題] screen的問題

Dorothy avatar
By Dorothy
at 2015-02-27T12:19
大家好 請問一下 我在遠端ssh連到工作站 然後用screen之後開啟Matlab 請問detached完以後為什麼重新連線Matlab就crash了? 還是screen只能保持住一般的command不能維持程式? 因為希望能斷掉ssh讓程式碼自己在工作站上跑 ----- Sent from ...

請問在OpenSUSE如何重新啟動GDM

Hedwig avatar
By Hedwig
at 2015-02-26T13:57
再Ubuntu的Unity只需要打上sudo service lightdm restart就可以重新啟動圖形介面 GDM網路上查到其他版本的有sudo /etc/init.d/gdm restart 但這些指令在OpenSUSE下都沒有用,請問要怎麼做? - ...