LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1645|回复: 15

大家帮看看我的/etc/rc.conf还需要什么修改

[复制链接]
发表于 2007-10-28 19:16:04 | 显示全部楼层 |阅读模式
  1. #
  2. # /etc/rc.conf - Main Configuration for Arch Linux
  3. #

  4. #
  5. # -----------------------------------------------------------------------
  6. # LOCALIZATION
  7. # -----------------------------------------------------------------------
  8. #
  9. # LOCALE: available languages can be listed with the 'locale -a' command
  10. # HARDWARECLOCK: set to "UTC" or "localtime"
  11. # TIMEZONE: timezones are found in /usr/share/zoneinfo
  12. # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
  13. # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
  14. # CONSOLEMAP: found in /usr/share/kbd/consoletrans
  15. # USECOLOR: use ANSI color sequences in startup messages
  16. #
  17. LOCALE="zh_CN.utf8"
  18. HARDWARECLOCK="localtime"
  19. TIMEZONE="Canada/Pacific"
  20. KEYMAP="us"
  21. CONSOLEFONT=
  22. CONSOLEMAP=
  23. USEcolor="yes"

  24. #
  25. # -----------------------------------------------------------------------
  26. # HARDWARE
  27. # -----------------------------------------------------------------------
  28. #
  29. # Scan hardware and load required modules at bootup
  30. MOD_AUTOLOAD="yes"
  31. # Module Blacklist - modules in this list will never be loaded by udev
  32. MOD_BLACKLIST=()
  33. #
  34. # Modules to load at boot-up (in this order)
  35. #   - prefix a module with a ! to blacklist it
  36. #
  37. MODULES=(8139too ac97_bus snd-mixer-oss snd-pcm-oss snd-page-alloc snd-pcm snd-timer snd snd-ac97-codec snd-intel8x0 snd-intel8x0m soundcore)
  38. # Scan for LVM volume groups at startup, required if you use LVM
  39. USELVM="no"

  40. #
  41. # -----------------------------------------------------------------------
  42. # NETWORKING
  43. # -----------------------------------------------------------------------
  44. #
  45. HOSTNAME="zyj"
  46. #
  47. # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
  48. # interfaces.
  49. #
  50. # Interfaces to start at boot-up (in this order)
  51. # Declare each interface then list in INTERFACES
  52. #   - prefix an entry in INTERFACES with a ! to disable it
  53. #   - no hyphens in your interface names - Bash doesn't like it
  54. #
  55. # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
  56. #
  57. lo="lo 127.0.0.1"
  58. eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
  59. INTERFACES=(lo eth0)
  60. #
  61. # Routes to start at boot-up (in this order)
  62. # Declare each route then list in ROUTES
  63. #   - prefix an entry in ROUTES with a ! to disable it
  64. #
  65. gateway="default gw 192.168.0.1"
  66. ROUTES=(!gateway)
  67. #
  68. # Enable these network profiles at boot-up.  These are only useful
  69. # if you happen to need multiple network configurations (ie, laptop users)
  70. #   - set to 'menu' to present a menu during boot-up (dialog package required)
  71. #   - prefix an entry with a ! to disable it
  72. #
  73. # Network profiles are found in /etc/network-profiles
  74. #
  75. #NET_PROFILES=(main)

  76. #
  77. # -----------------------------------------------------------------------
  78. # DAEMONS
  79. # -----------------------------------------------------------------------
  80. #
  81. # Daemons to start at boot-up (in this order)
  82. #   - prefix a daemon with a ! to disable it
  83. #   - prefix a daemon with a @ to start it up in the background
  84. #
  85. DAEMONS=(syslog-ng @network @crond @alsa hal @fam @adsl @acpid @cpufreq kdm)


  86. # End of file
复制代码


感觉系统速度还不是很快,为了不损archlinux的名声,决定将系统优化到底
发表于 2007-10-28 19:57:17 | 显示全部楼层
时区不对吧,你在加拿大?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-28 20:02:38 | 显示全部楼层
对,这个得改,不过我的时间好象没什么影响
回复 支持 反对

使用道具 举报

发表于 2007-10-28 20:29:27 | 显示全部楼层
LOCALE最好还是用en_US.utf8,进入X的时候再用zh_CN.utf8。
syslog-ng、hal和kdm都可以改成后台服务。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-28 20:38:06 | 显示全部楼层
Post by Tru64
LOCALE最好还是用en_US.utf8,进入X的时候再用zh_CN.utf8。
syslog-ng、hal和kdm都可以改成后台服务。


也是啊,终端下用zh_CN.utf8好象没必要,就是用en_US,终端下想看中文可以用zhcon

如果把syslog-ng、hal、kdm设成后台服务,哪启不全是了,哈哈

不过我感觉就我现在的设置,加了@速度没什么变化,估计现在把这三个加上@也是没变化

不知大家的呢
回复 支持 反对

使用道具 举报

发表于 2007-10-28 22:22:35 | 显示全部楼层
加@有什么用啊?我都没加的。
回复 支持 反对

使用道具 举报

发表于 2007-10-28 23:16:07 | 显示全部楼层
我用dhcp的,network加了@快很多啊
回复 支持 反对

使用道具 举报

发表于 2007-10-29 09:28:14 | 显示全部楼层
Post by Tru64
LOCALE最好还是用en_US.utf8,进入X的时候再用zh_CN.utf8。
syslog-ng、hal和kdm都可以改成后台服务。

怎么进x之后再用zh_CN.utf8呀,用了这么长时间字体还是没弄明白
回复 支持 反对

使用道具 举报

发表于 2007-10-29 09:44:31 | 显示全部楼层
我也没弄明白,顶
回复 支持 反对

使用道具 举报

发表于 2007-10-29 11:10:05 | 显示全部楼层
如果用 gnome或者kde什么的话,可以 home下面建立一个 .profile 文件,里面设置locale。
如果用命令启动,那可以在 .xinitrc 里面设置locale。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表