分页: 1 / 1
求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
发表于 : 2011-03-09 9:59
由 pityonline
难道是昨晚折腾 git 的缘故?今天打开电脑发现 compiz 不能用了,连 gnome 自带的扩展特效都没了。而且,许多配置文件也不能用了,conky 显示异常,irssi 的配置文件变成了历史版本,scripts 显示已 load,但并不工作……
现在无从入手了,请大家帮忙。
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
发表于 : 2011-03-09 10:04
由 leeaman
git了啥软件?动了啥库?
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
发表于 : 2011-03-09 10:18
由 pityonline
代码: 全选
5c4b5c5 HEAD@{0}: commit: delete sth
3f523b9 HEAD@{1}: commit: test
67a200f HEAD@{2}: checkout: moving from master to master
67a200f HEAD@{3}: checkout: moving from 67a200f5583290a4a6a3992f4ce7cf3f4e90f55d to master
67a200f HEAD@{4}: checkout: moving from config to config/master
bb1911c HEAD@{5}: checkout: moving from 67a200f5583290a4a6a3992f4ce7cf3f4e90f55d to config
67a200f HEAD@{6}: checkout: moving from config to config/pityonline
bb1911c HEAD@{7}: commit: add a test file
c545cc8 HEAD@{8}: commit: 添加 ./irssi/config
67a200f HEAD@{9}: commit: 添加中文注释。
acc2df6 HEAD@{10}: commit: update .xmodmap and .conkyrc
ff2482e HEAD@{11}: commit: add .xmodmap
67b0e6b HEAD@{12}: commit: delete scripts/android_cn.sh and scripts/daily_sentence
44ddcb9 HEAD@{13}: commit: add .bashrc
27c93f5 HEAD@{14}: commit: original
34056a6 HEAD@{15}: commit: what changed?
84cfefd HEAD@{16}: checkout: moving from master to pityonline
84cfefd HEAD@{17}: checkout: moving from master to master
84cfefd HEAD@{18}: checkout: moving from master to master
84cfefd HEAD@{19}: commit: test test
99fcc50 HEAD@{20}: commit: 添加一行注释
a24023d HEAD@{21}: commit (initial): 随便写些什么说明
原来我把 git 的 branches 写的太乱,自己都搞不明白哪个作什么用,所以想修正一下,结果没搞好,到后来 git push 只能显示 Everything up-to-date 而不应用更改了,期間只是添加删除几个简单的测试文件,没想到 gnome 会出问题……
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
发表于 : 2011-03-09 10:19
由 tenzu
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
发表于 : 2011-03-09 10:33
由 roylez
试下能不能checkout前几个版本什么的。
代码: 全选
git show-branch --more=10
git checkout master~3
如果这样找不回你的配置,求神吧~~~~~
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
发表于 : 2011-03-09 10:47
由 pityonline
roylez 写了:试下能不能checkout前几个版本什么的。
代码: 全选
git show-branch --more=10
git checkout master~3
如果这样找不回你的配置,求神吧~~~~~
代码: 全选
pity@online:~$ git show-branch --more=10
[master] delete sth
[master^] test
[master~2] 添加中文注释。
[master~3] update .xmodmap and .conkyrc
[master~4] add .xmodmap
[master~5] delete scripts/android_cn.sh and scripts/daily_sentence
[master~6] add .bashrc
[master~7] original
[master~8] what changed?
[master~9] test test
[master~10] 添加一行注释
代码: 全选
pity@online:~$ git checkout master~3
Note: checking out 'master~3'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at acc2df6... update .xmodmap and .conkyrc
我试一下,谢谢主席!
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
发表于 : 2011-03-09 11:09
由 Sunmover
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
发表于 : 2011-03-09 11:10
由 pityonline
照上面做了,没有效果,可能与 git 没什么关系,但我昨晚只鼓捣过 git 没动过别的……
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
发表于 : 2011-03-09 15:06
由 pityonline
补充:cairo 异常,有黑色背景;无法使用 gnome 桌面自带的特效,明明安装了 NVidia 260.19.36 驱动了;打开终端的快捷键消失了,gnome-terminal 原来指定的尺寸也消失了,开机有时候不能读取 .xmodmap……
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
发表于 : 2011-03-09 16:17
由 pityonline
似乎彻底删除 compiz 再重装桌面就正常了,但还有些东西需要确认……
装了两个 NVidia 260.19.36,咋删除呢?