Debian testing moves to gnome3 - Linux

Victoria avatar
By Victoria
at 2011-11-18T11:06

Table of Contents

※ 引述《Adama (So Say We All.)》之銘言:
: 我移掉原來系統的gnome2相關套件,重裝gnome3/gnome shell,可是還是進不了桌面
: 執行gnome-shell --replace時會出現這樣的錯誤訊息:
: (gnome-shell:5417): Clutter-CRITICAL **: Unable to initialize Clutter: The
: OpenGL driver is missing the GL_ARB_multitexture extension
: Window manager error: Unable to initialize Clutter.
: glxinfo去查還真的沒有GL_ARB_multitexture!
: 但Xorg.0.log裡顯示glx module有正常載入。

$ glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: Chromium
server glx version string: 1.3 Chromium
server glx extensions:
GLX_ARB_multisample, GLX_EXT_texture_from_pixmap, GLX_SGIX_fbconfig,
GLX_ARB_get_proc_address
client glx vendor string: Chromium
client glx version string: 1.3 Chromium
client glx extensions:
GLX_ARB_multisample, GLX_EXT_texture_from_pixmap, GLX_SGIX_fbconfig,
GLX_ARB_get_proc_address
GLX version: 1.3
GLX extensions:
GLX_ARB_multisample, GLX_EXT_texture_from_pixmap, GLX_SGIX_fbconfig,
GLX_ARB_get_proc_address
OpenGL vendor string: Humper
OpenGL renderer string: Chromium
OpenGL version string: 1.1 Chromium 1.9
OpenGL extensions:
, GL_CR_state_parameter, GL_CR_cursor_position, GL_CR_bounding_box,
GL_CR_print_string, GL_CR_tilesort_info, GL_CR_synchronization,
GL_CR_head_spu_name, GL_CR_performance_info, GL_CR_window_size,
GL_CR_tile_info, GL_CR_saveframe, GL_CR_readback_barrier_size,
GL_CR_server_id_sharing, GL_CR_server_matrix, GL_EXT_stencil_two_side

只有出現部分的extensions, 沒有GL_ARB_multitexture,
也沒有GL_ARB_shading_language_100
還第一次遇到這種情況... xorg和mesa等都已經更新到最新了

: 我這台Debian testing是跑在virtualbox裡,可是另一個同樣在vbox裡的Fedora 15
: 卻沒有這樣的問題... 何況Debian的Xorg版本還是1.11,比Fedora的還新耶 囧
: 請問一下,要怎麼設定才能找回遺失的OpenGL extension?

--

Nice to meld you.

--
Tags: Linux

All Comments

Kristin avatar
By Kristin
at 2011-11-19T01:58
找到問題了,是vbox的3D設定跑掉了 orz
Sandy avatar
By Sandy
at 2011-11-21T19:13
但還是沒辦法直接從gdm進gnome-shell; 用終端機跑看似可以

Debian testing moves to gnome3

Andrew avatar
By Andrew
at 2011-11-17T17:45
※ 引述《Adama (So Say We All.)》之銘言: : Debian testing似乎將整個桌面升級到gnome-shell了 : 一如預期的,upgrade完進桌面會爛掉,出現不了dash board,然後會強迫登出 : 現在是用fallback mode挺住先。 : 想移掉整個桌面環境重裝 ...

Linux幾個問題

Hedy avatar
By Hedy
at 2011-11-17T15:24
: 1.我有聽大學計概老師說過 光是學會一個Linux就一定找得到工作 : 不用學會其他東西 這是真的嗎? 學會LINUX優勢有這麼大嗎?為什麼? 學linux 不會很難 不過要當一個好的, 資深的Linux sys admin 就不太容易. 以就業市場來說 台灣, 小的不太懂; 以新加坡來說: ...

Linux幾個問題

Selena avatar
By Selena
at 2011-11-17T14:46
1.我有聽大學計概老師說過 光是學會一個Linux就一定找得到工作 不用學會其他東西 這是真的嗎? 學會LINUX優勢有這麼大嗎?為什麼? 2.如果想學LINUX 需不需要具備其他程式語言的知識 比如說組合語言 C或C++ 以上兩個問題謝謝各位解答 3.抱歉補充一下 我本身是商學院的學 ...

pgrep可以找到全部的process嗎?

Victoria avatar
By Victoria
at 2011-11-17T01:50
我想要把執行某些script的process全部砍掉, 用ps -fA可以列出所有的process,然後再grep 可以完成這個工作。最近發現ps和grep指令 可以只用一個指令pgrep完成。 但是有個問題pgrep好像無法找所有的process , 比如用crontab執行的script就找不到 ...

git加tag

Dora avatar
By Dora
at 2011-11-17T01:46
請問直接在server端加tag,而不是在local端push時 有什麼辦法可以控制這個新增的tag會對應到哪個 branch嗎? 像加branch,有git branch new_branch andlt;start-pointandgt; 的語法,可以決定對應的branch,tag有沒有類似的用法 ...