红联Linux门户
Linux帮助

检测XFree86版本时check.sh 运行出现问题,求助!

发布时间:2007-12-14 17:50:39来源:红联作者:dashuaicheng
我想安装ati的显卡驱动,官方网站下载了check.sh检测XFree86版本,运行,出现如下信息:

[root@localhost linuxdown]# sh check.sh
=====================================================================
ATI Technologies
=====================================================================
You are either not running this script from the console
or simply do not have console ownership. Requirement failed.
Unable to determine XFree86 Version. Stopping now.

请问这是怎么回事?
文章评论

共有 7 条评论

  1. dashuaicheng 于 2007-12-16 16:32:04发表:

    现在每次开机,系统都提示:不能启动X服务,提示我“诊断”,一大串信息后面结果是“找不到显示器(screen)”什么的。
    然后出现分辨率调整对话框,直接点OK(显示的设置是800*600),然后正常进入桌面(分辨率是1024*764),我是按照下面的帖子装显卡驱动后出问题的,但当时终端里却说是“scucess!“什么的。
    http://www.linuxdiyf.com/bbs/viewthread.php?tid=67586&extra=&page=1
    怎么回事啊?

    [ 本帖最后由 dashuaicheng 于 2007-12-16 16:39 编辑 ]

  2. dashuaicheng 于 2007-12-16 16:29:30发表:

    还有:
    [root@localhost linuxdown]# chmod u+x check.sh
    [root@localhost linuxdown]# sh check.sh
    =====================================================================
    ATI Technologies
    =====================================================================
    You are either not running this script from the console
    or simply do not have console ownership. Requirement failed.
    Unable to determine XFree86 Version. Stopping now.

    [ 本帖最后由 dashuaicheng 于 2007-12-16 17:19 编辑 ]

  3. dashuaicheng 于 2007-12-16 16:28:29发表:

    bz,sorry。昨天回家,现在才回帖。
    [root@localhost linuxdown]# ls
    2007112611063155465.doc Desktop.ini
    2007112611180491519.doc eva-20070723.tar.bz2
    2007112710310084599.doc freewins-03-06.zip
    AdobeReader gnochm-0.9.10-1.el4.rf.noarch.rpm
    AdobeReader_chs-8.1.1-1.i486.rpm gnochm-0.9.10-1.rf.src.rpm
    AdobeReader_chs-8.1.1-1.i486.tar.bz2 GoogleEarthLinux.bin
    avant-window-navigator-0.2.tar HastaLaVista.emerald.zip
    cabextract-1.2-1.i386.rpm wine-0.9.50.tar.bz2
    check.sh 启动文件
    [root@localhost linuxdown]# chmod +x check.sh
    [root@localhost linuxdown]# sh check.sh
    =====================================================================
    ATI Technologies
    =====================================================================
    You are either not running this script from the console
    or simply do not have console ownership. Requirement failed.
    Unable to determine XFree86 Version. Stopping now.

    [ 本帖最后由 dashuaicheng 于 2007-12-16 16:30 编辑 ]

  4. gxf 于 2007-12-14 19:48:42发表:

    ls后是什么

  5. dashuaicheng 于 2007-12-14 19:24:19发表:

    楼上二位,不行啊!三个命令我都试了,返回信息还是那几行,没有变化呀?

  6. bigwario 于 2007-12-14 18:39:17发表:

    没有运行权限
    给这个文件加上运行权限
    chmod u+x check.sh或者chmod 555 check.sh都可以

  7. gxf 于 2007-12-14 18:16:53发表:

    chmod +x check.sh