xiaodaxia 发表于 2005-7-4 16:09:56

我直接拷了一个过去,解决了问题。
不过新的Xconfigurator貌似不好使,只允许我的显示器运行在
600×480下面,如果是24位真彩色的话。但是我以前都是
800×600真彩色。我不知道可不可以直接在xorg.conf里面直接改。

stdio 发表于 2005-7-4 16:16:33

xorg配置的时候只要选用你用的那个分辨率就行了

其他的不要选

xiaodaxia 发表于 2005-7-4 16:30:44

我运行xconfig会显示错误

我现在换成800*600了,但是是16位的颜色,看起来差别也不大。
运行xconfig出来下面一段话。
# xconfig
Xorg:1
Error in database, invalid reference: SiS 5597.
Warning - no SERVER or DRIVER specification in Card database entry PC-Chips M567 Mainboard (line 3043).
好象是说主板的问题??可是我的主板不是上面的型号啊。
附件是我的xorg.conf

stdio 发表于 2005-7-4 20:37:01

Xconfigurator 4.20 - (C)2003-2005 Magic Group based on rh tech










                                 ┌─────────────────────────┤ Select Video Modes ├──────────────────────────┐
                                 │                                                                         │
                                 │ Select the video modes you would like to use.8 bit modes allow for    │
                                 │ 256 colors, 16 bit modes allow for 64k colors, and 24 bit modes allow   │
                                 │ for true color.Performance will be slower, however, the higher you    │
                                 │ go.You should select at least one of the elements below.            │
                                 │                                                                         │
                                 │          8 bit:             16 bit:            24 bit:                  │
                                 │          [ ] "1600x1200"    [ ] "1600x1200"    [ ] "1600x1200"          │
                                 │          [ ] "1400x1050"    [ ] "1400x1050"    [ ] "1400x1050"          │
                                 │          [ ] "1280x1024"    [ ] "1280x1024"    [ ] "1280x1024"          │
                                 │          [ ] "1152x864"   [ ] "1152x864"   [ ] "1152x864"         │
                                 │          [ ] "1024x768"   [ ] "1024x768"   [ ] "1024x768"         │
                                 │          [ ] "800x600"      [ ] "800x600"      [ ] "800x600"            │
                                 │          [ ] "640x480"      [ ] "640x480"      [ ] "640x480"            │
                                 │                                                                         │
                                 │               ┌────┐                           ┌──────┐               │
                                 │               │ Ok │                           │ Back │               │
                                 │               └────┘                           └──────┘               │
                                 │                                                                         │
                                 │                                                                         │
                                 └─────────────────────────────────────────────────────────────────────────┘













<Tab>/<Alt-Tab> between elements|<Space> selects |<F12> next screen


选24bit 800×600

xiaodaxia 发表于 2005-7-4 21:42:41

呵呵,问题是我根本就没有这个选项,如果有我当然选啦。而我的显卡肯定24bit800*600是没有问题的。所以才感觉很奇怪啊。
看看有没有人碰到类似的问题,实在不行就直接改xorg.conf了。

stdio 发表于 2005-7-4 21:52:06

Section "Screen"
        Identifier "Screen0"
        Device "RIVA TNT2"
        Monitor "PHILIPS 105G"
        DefaultDepth 16
        Subsection "Display"
                Depth 16
                Modes "800x600"
        EndSubSection
EndSection

这段

改成

Section "Screen"
        Identifier "Screen0"
        Device "RIVA TNT2"
        Monitor "PHILIPS 105G"
        DefaultDepth 24
        Subsection "Display"
                Depth 24
                Modes "800x600"
        EndSubSection
EndSection

xiaodaxia 发表于 2005-7-4 22:01:47

好,就这样,直接改算了。大不了crash

xiaodaxia 发表于 2005-7-4 22:32:54

这样做了,现在在Linux下发的。说实在的,没感觉xorg比XFree86好在哪儿啊

stdio 发表于 2005-7-5 07:08:23

ft……

xfree86支持透明吗?xfree86支持阴影吗?

http://www.magiclinux.org/people/lovewilliam/other/xorg.png

xiaodaxia 发表于 2005-7-5 09:31:07

我的不行啊,还要在哪儿设置吗??

stdio 发表于 2005-7-5 09:35:47

xfree86当然不行,你需要安装XORG才能支持这些功能

kcontrol center->Desktop->window behavior

在这里设置Translucency/shadows

xiaodaxia 发表于 2005-7-5 10:08:35

这是那一栏的信息。kompmgr还需要单独安装吗??


似乎 alpha 通道支持不可用。

请确定您安装了 Xorg ≥ 6.8,并且和 kwin 同时安装了 kompmgr。
另外,请确定您在 XConfig(即 /etc/X11/xorg.conf)中写入了以下配置项:

Section "Extensions"
Option "Composite" "Enable"
EndSection

如果您的 GPU 提供了硬件加速的 Xrender 支持(主要是 nVidia 显示卡):

Option "RenderAccel" "true"
In Section "Device"

KanKer 发表于 2005-7-5 10:30:00

不用。kde自带了。不过你要安装在xorg下编译的kdebase。
页: 1 [2]
查看完整版本: 升级Xorg后X启动不了,附件里有完整的logfile