+ -
当前位置:首页 → 问答吧 → 急:achlinux界面弄不出来

急:achlinux界面弄不出来

时间:2009-10-20

来源:互联网

我在电脑上安装archlinux(下载是09.2的版本)
安装成功之后,设置好更新源,彻底更新到最新
接下来是:
pacman -S xorg
安装好xorg之后,根据网上的方法,打入命令xorgconfig,可是提示“-bash: xorgconfig: comman not found“
但是我用命令starx,出现了xwindow的界面,这个问题就没有深究,继续装gdm(并且设置rc.conf)、gnome
之后reboot,没有出现图形界面

应该是xorg那一步的问题,但是我不知道怎么解决
希望各位用archlinux的朋友帮帮我,先谢了

作者: yingjim   发布时间: 2009-10-20

Xorg -configure

作者: aegean sea   发布时间: 2009-10-20

引用:
作者: aegean sea
Xorg -configure
这个是可以的,但是好像还不是xorg的设置问题

作者: yingjim   发布时间: 2009-10-20

新的Xorg 不是不用xorg.conf都可以么?
Xorg -configure 是一种方法,另外一种是安装hwd(貌似这个软件在aur库里面)然后hwd -xa,或者安装个nvidia-utils,然后nvdia-xconfig

作者: firefoxmmx   发布时间: 2009-10-20

在装完你上述所说后,重启前,要修改/etc/inittab 还有/etc/rc.conf 才能启动gdm。
另外,如果startx出现的界面分辨率之类的没问题,其实不用生成xorg.conf,不然你还要继续折腾怎么编辑修改这个配置。

作者: jobinson99   发布时间: 2009-10-20

前几天的linuxtoy上面有人好像发了一个新的archlinux的install guide,上面的安装很详细,你看一下xorg,gdm,gnome的部分应该就可以了,其实也可以xorg,driver,slim,bluxbox之类的。我就是这样的配置。

作者: crazyrain   发布时间: 2009-10-20

hal有没有加入到rc.conf?
顺便发个牢骚:arch应该把某些应该自启动的服务和程序直接在安装时就加进去,比如hal和fcitx,难道真有人是在进入系统以后才运行hal和fcitx?那样还有什么意义?有些则可以把自主权交给我们,比如gdm,mpd之类,让我们来决定是否要随系统启动。

作者: chenzhen   发布时间: 2009-10-20

楼上“chenzhen“是正确的

我现在已经解决了,在archlinux的英文论坛看到别人也遇到了我这样的问题,好像有人回到“make sure that put 'hal' into daemons"

所以编辑/etc/rc.conf,在daemons中把hal和gdm都给添加上了
重新启动,出现了登录窗口了
把我电脑的/etc/rc.conf贴出来
#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.utf8"
HARDWARECLOCK="local"
USEDIRECTISA="no"
TIMEZONE="Asia/Shanghai"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=()

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="myhost"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
#
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
INTERFACES=(eth0)

# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)

# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng network netfs crond hal gdm)

作者: yingjim   发布时间: 2009-10-20

开hal是从1.5.3的xorg-server升级之后的事了...
难道装之前没搜索过相关信息么...

作者: huntxu   发布时间: 2009-10-20

引用:
作者: huntxu
开hal是从1.5.3的xorg-server升级之后的事了...
难道装之前没搜索过相关信息么...
没有阿,很仓促的装了,只找了一个archlinux装桌面的教程,这个教程应该满老的,很久没有更新的,所以走了很多的弯路阿

作者: yingjim   发布时间: 2009-10-20

新手的话,推荐细看 Beginners Guide

作者: cwjiof   发布时间: 2009-10-20

热门下载

更多