Seth Kenlon

撰写的评论

简单的问题。

内核版本 2.6.38.4 引入了一个大约 200 行的补丁(或类似),集成了白名单抢占,这意味着对于音频制作和其他多媒体创作工具,内核的低延迟足以提供近乎实时的性能。

自 2.6.38.4 以来,我无需将实时补丁编译到我的系统中;内核的低延迟足以满足制作需求。它极大地简化了 Linux 上的多媒体制作。

使用 rxvt-unicode,我最喜欢的技巧是添加配色方案和选项卡式界面

$ cat ~/.Xdefaults

! 匹配 gnome-terminal “Linux 控制台” 方案
! 前景/背景
URxvt*background: [90]#000000
URxvt*depth: 32
URxvt*foreground: #ffffff
! 黑色
URxvt.color0 : #000000
URxvt.color8 : #555555
! 红色
URxvt.color1 : #AA0000
URxvt.color9 : #FF5555
! 绿色
URxvt.color2 : #00AA00
URxvt.color10 : #55FF55
! 黄色
URxvt.color3 : #AA5500
URxvt.color11 : #FFFF55
! 蓝色
URxvt.color4 : #0000AA
URxvt.color12 : #5555FF
! 品红色
URxvt.color5 : #AA00AA
URxvt.color13 : #FF55FF
! 青色
URxvt.color6 : #00AAAA
URxvt.color14 : #55FFFF
! 白色
URxvt.color7 : #AAAAAA
URxvt.color15 : #FFFFFF

URxvt*font: xft:Monospace:pixelsize=12

URxvt*boldFont: xft:Monospace:pixelsize=12
!URxvt*letterSpace: -1
URxvt.perl-ext-common : default,matcher
URxvt.urlLauncher : firefox
URxvt.matcher.button : 1

! 滚动条样式 - rxvt(默认)、plain(最紧凑)、next 或 xterm
URxvt.scrollstyle: rxvt
URxvt.scrollBar_right: True
URxvt.iconFile: /usr/share/icons/gnome/256x256/apps/terminal.png
URxvt.keysym.C-Delete: perl:matcher:last
URxvt.keysym.M-Delete: perl:matcher:list

URxvt.colorUL: #4682B4

!TABS
!Shift+ 向下新建标签页
!Shift+ 向左转到左侧标签页
!Shift+ 向右转到右侧标签页
!Ctrl+ 向左移动标签页到左侧
!Ctrl+ 向右移动标签页到右侧
!Ctrl+D:关闭标签页
URxvt.perl-ext-common: default,tabbed
URxvt.tabbed.tabbar-fg: 2
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 3
URxvt.tabbed.tab-bg: 0

© . All rights reserved.