View previous topic :: View next topic |
Author |
Message |
EricHsu Moderator


Joined: 03 May 2004 Posts: 591 Location: Aragon Consulting Group, Beijing, China
|
Posted: Thu May 11, 2006 2:09 pm Post subject: |
|
|
fcicq wrote: | 核心编译中:
Kernel debugging 偶推荐选上里面的sysrq,搜索一下就知道做什么用,死机帮手
具体用法看看sys/Documentation/sysrq.txt
最简短的一句话:死机了,按Alt+sysrq+S,U,B就能重启动,还能保全数据。 |
cOoL! 俺要的就是这个 用一些 bleeding edge 的软件不时会弄死俺的兔兔, reiser4 文件系统又让我不时地 corruption 一下, 需要这个! _________________ - http://nkbit.com
- http://twitter.com/xuyihua |
|
Back to top |
|
 |
fcicq n00b

Joined: 11 May 2006 Posts: 6
|
Posted: Wed Jul 05, 2006 12:51 pm Post subject: |
|
|
最好大家都装个sudo,配好了很厉害。 |
|
Back to top |
|
 |
lisir n00b

Joined: 15 Nov 2007 Posts: 1
|
Posted: Thu Nov 15, 2007 3:40 am Post subject: |
|
|
如果是想使用Gentoo的media-sound/alsa-driver包安装声卡驱动,在make.conf中指定声卡变量ALSA_CARDS时需要知道自己的声卡名,用lspci并不一定准确,可以先不指定ALSA_CARDS,安装alsa-driver和alsa-utils后用alsaconf配置时看一下可以选择的声卡驱动,它就是可以用在ALSA_CARDS的值。指定ALSA_CARDS后再卸载重装alsa-driver就可以了。 |
|
Back to top |
|
 |
ecctao n00b


Joined: 17 Dec 2007 Posts: 2
|
Posted: Tue Dec 25, 2007 5:34 am Post subject: |
|
|
bushi ba !
zhongwen huifu buliao ? _________________ www.chipshow.com
led display|led screen |
|
Back to top |
|
 |
qount n00b

Joined: 18 Jan 2008 Posts: 2
|
Posted: Fri Jan 18, 2008 4:24 pm Post subject: |
|
|
这个帖子好,本来gen2中文的资料就少 _________________ Q&qnet,qqnett@live.com |
|
Back to top |
|
 |
flyinflash n00b


Joined: 29 Aug 2007 Posts: 33
|
Posted: Sat Aug 23, 2008 12:40 pm Post subject: |
|
|
gcc设置无效(症状是几乎不能编译任何软件)
i686-pc-linux-gnu-gcc: No such file or directory
lee-thinkpad tmp # less /etc/make.conf
lee-thinkpad tmp # gcc-config -l
[1] i486-pc-linux-gnu-4.1.2 *
lee-thinkpad tmp #
更改/etc/make.conf中的
CHOST="i486-pc-linux-gnu"
允许root登陆KDE桌面
vim /usr/kde/3.5/share/config/kdm/kdmrc
设置
AllowRootLogin=ture
KDE 3.5.9下安装stardict 3.0.1成功,启动后假死
使用关闭部分USE,重新编译即可
yukilib ~ # USE="-espeak -festival -gnome" emerge stardict
统计某目录大小
du -s -h $directory _________________ The only thing we have to fear is fear itself. |
|
Back to top |
|
 |
gmfnt n00b

Joined: 06 May 2008 Posts: 11
|
Posted: Fri Aug 29, 2008 3:09 pm Post subject: |
|
|
在console下,通过左右win键转换F1-F6窗口。
Code: | vim /etc/conf.d/keymaps
接着
SET_WINDOWKEYS="yes" |
|
|
Back to top |
|
 |
anrs n00b

Joined: 20 Jan 2010 Posts: 20
|
Posted: Thu Jan 21, 2010 7:00 am Post subject: |
|
|
If you can't make sure which drivers should be include when compile kernel,
you can post your "lspci -n" outputs to http://kmuto.jp/debian/hcl/
and then, there are some useful informations of your device drivers. |
|
Back to top |
|
 |
l00106600 n00b

Joined: 08 Oct 2011 Posts: 3
|
Posted: Sun Oct 09, 2011 12:25 pm Post subject: 注意设置root的密码,否则内核编译完了重启进不去 |
|
|
注意设置root的密码,否则内核编译完了重启进不去 |
|
Back to top |
|
 |
QTTg n00b

Joined: 29 Nov 2011 Posts: 11
|
Posted: Thu Dec 22, 2011 2:32 am Post subject: |
|
|
我是新来的!很多东西都不是很了解来,看了你们发的贴很有用,谢谢各位TT们 |
|
Back to top |
|
 |
QTTg n00b

Joined: 29 Nov 2011 Posts: 11
|
Posted: Sat Dec 31, 2011 6:29 am Post subject: |
|
|
谢谢咯~太有用了~ |
|
Back to top |
|
 |
mattia197 n00b

Joined: 07 Jun 2013 Posts: 1
|
Posted: Fri Jun 07, 2013 8:35 pm Post subject: |
|
|
 |
|
Back to top |
|
 |
wenguiGwok n00b

Joined: 02 Dec 2017 Posts: 3
|
Posted: Fri Apr 13, 2018 6:04 pm Post subject: vlc 中文字幕乱码解决 |
|
|
gentoo环境变量的语言都是en_US.utf8
用vlc播放视频,中文字幕一直乱码(无论调整字体或者编码)
最后把$LANG设为中文即解决(vlc界面也会变成中文)
Code: | LANG=zh_CN.utf8 vlc <name_of_the_video> |
|
|
Back to top |
|
 |
|