QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1050|回复: 10

又出问题了,进不了X,因为我装了一下aiglx.怎么办啊?

[复制链接]
发表于 2006-9-6 23:11:14 | 显示全部楼层 |阅读模式
如题。是按照http://fedoraproject.org/wiki/RenderingProject/AiglxOnFedora
做的。
下面两步没做,因为看不懂是什么意思。
1‘Note: [[WWW] Zenity] doesn't have a yes/no option as of now. Zenity is included in your Fedora Core installation.

2’Diego Torres Milano has a python implementation of the dialog box that has Yes and No buttons:

#! /usr/bin/env python
#----------------------------------------------------------------------
# Copyright (C) 2006 by Diego Torres Milano <[email protected]>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
# USA
#----------------------------------------------------------------------

import gtk
import gconf

q = gtk.MessageDialog(type=gtk.MESSAGE_QUESTION,
        buttons=gtk.BUTTONS_YES_NO)
q.set_markup('Do you want to turn ON the AIGLX Service ?')
gconf.client_get_default().set_bool(
        '/apps/metacity/general/compositing_manager',
        (q.run() == gtk.RESPONSE_YES))

which can be installed in the nautilus script folder in a similar way.


这是日志信息。
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.9-34.ELsmp i686 Red Hat, Inc.
Current Operating System: Linux localhost.localdomain 2.6.15-1.2054_FC5 #1 Tue Mar 14 15:48:33 EST 2006 i686
Build Date: 07 August 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep  6 22:44:21 2006
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 98 of section Device in file /etc/X11/xorg.conf
        "and" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
发表于 2006-9-7 11:20:17 | 显示全部楼层
xorg.conf有问题,有没有备份,可以恢复一下。
回复

使用道具 举报

 楼主| 发表于 2006-9-7 12:02:24 | 显示全部楼层
没有备份,可是xorg.conf是我手动修改的,只改过2个地方,我都注释掉了也不行。 :-(
回复

使用道具 举报

 楼主| 发表于 2006-9-7 12:12:46 | 显示全部楼层
which can be installed in the nautilus script folder in a similar way.

没看明白这句是什么意思,他说:上面的那些脚本可以 以相同的方法安装在nautilus script 的文件夹里,可是在这之前已经有一个了,是要把第一个覆盖了么?还是要给他令起一个名字?


真的不想再装系统了。救救我啊、
回复

使用道具 举报

 楼主| 发表于 2006-9-8 22:41:27 | 显示全部楼层
支持一下我自己
回复

使用道具 举报

发表于 2006-9-8 22:59:58 | 显示全部楼层
Parse error on line 98 of section Device in file /etc/X11/xorg.conf
"and" is not a valid keyword in this section.

xorg.conf第98行,and不是合法关键词
回复

使用道具 举报

 楼主| 发表于 2006-9-9 00:29:21 | 显示全部楼层
红色的是按照要求加上的,绿色的就是第98行。
帮忙看看是怎么回事啊?

[/etc/X11/xorg.conf]
.....

Section "Device"
        Identifier  "Videocard0"
        Driver      "i810"
        VendorName  "Videocard vendor"
       Option "XAANoOffscreenPixmaps"
and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1024x768"
        Option "XAANoOffscreenPixmaps"
### Comment all HorizSync BoardName   "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
EndSection

.....
Section
ection "extensions"
Option "Composite"
EndSection
回复

使用道具 举报

 楼主| 发表于 2006-9-9 00:42:00 | 显示全部楼层
Build Operating System: Linux 2.6.9-34.ELsmp i686 Red Hat, Inc.
Current Operating System: Linux localhost.localdomain 2.6.15-1.2054_FC5 #1 Tue Mar 14 15:48:33 EST 2006 i686
Build Date: 07 August 2006

我曾经用pup更新过系统,现在是 Linux localhost.localdomain 2.6.15-1.2174_FC5
是不是与这个有关啊?我该在什么地方改?
在xorg.conf中也找不到2054这个字段。
回复

使用道具 举报

发表于 2006-9-9 16:46:05 | 显示全部楼层
不知道你在对xorg.conf干什么,你应该仔细阅读那篇文章,搞懂以后再做。
回复

使用道具 举报

 楼主| 发表于 2006-9-9 18:14:18 | 显示全部楼层
下面是原文,实际上我也不知道在做什么:neutral: ,只是按照上面的要求做而已。

Also, make sure you have something like

Section "extensions"
Option "Composite"
EndSection

in your /etc/X11/xorg.conf

Adding Option "XAANoOffscreenPixmaps" to the "Device" section of your /etc/X11/xorg.conf will also give you increased performance.

Some options like page-flipping may make things not work very well.
回复

使用道具 举报

发表于 2006-9-9 18:48:42 | 显示全部楼层
系统中不有个xorg.conf 的默认备份么~
名字就是在后面加了个  back还是backup的吧~
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-9-22 13:41 , Processed in 0.055915 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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