LinuxSir.cn,穿越时空的Linuxsir!

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

linux fedora7 宽屏 支持

[复制链接]
发表于 2007-6-27 21:20:08 | 显示全部楼层 |阅读模式
我的电脑 benq joybook c42 , 显卡:via chroma9 hc IGP

现在问题:在启动到smartd后,屏幕黑屏。

windows系统下:1280x800 , 60HZ

其他说明:
1.我修改xorg.conf ,把Driver "vesa" 改为 Driver "via",提示:NO screens
2.Section "sreen" 里面设置DefaultDepth 24 ,
SubSection 里面一个 Depth 24,一个 Depth 16,Modes "1280x800"
3。Xorg.0.log 里提示:
open ACPI failed . /var/run/acpid.socket (no such file)
ARM ..... (忘了)

请问:
出现黑屏是什么原因?
Depth 是什么意思?
xorg.conf 该如何配置?
发表于 2007-6-27 21:31:05 | 显示全部楼层
1、猜不到,建议看日志
2、色深
3、…………………………说来话长了。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-28 17:03:09 | 显示全部楼层
Xorg.0.log中:
open ACPI failed. /var/rn/acpid.socket ( no such file)
No APM support in BIOS or kernel

Xorg.setup.log中:
AIGLX : Screen0 is not DRI capable
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-7-1 16:45:05 | 显示全部楼层
请问 linux 在什么时候调用xorg.conf里面的信息,启动x window?
一开始在启动各种服务的时候,x window 就启动了,因为我改动xorg.conf ,每次都能进入系统启动界面,但就是smartd启动后,就什么都没有了
该怎么办?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-7-6 11:35:35 | 显示全部楼层
today i go into the fedora system,but i don't how to write chinese ,so English instead.

the method i go into:
     to run the commend of "gdm"

but i still can't  login by usual type .

the following is my Xorg.conf .

i am still looking for the solution.

Thanks
-----------------------
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "unix/:7100"
        FontPath     "built-ins"
EndSection

Section "Module"
        Load  "vnc"
        Load  "record"
        Load  "GLcore"
        Load  "glx"
        Load  "dbe"
        Load  "xtrap"
        Load  "extmod"
        Load  "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    31.5 - 48.5
        VertRefresh  50.0 - 70.0
        Option            "dpms"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"                   # [<bool>]
        #Option     "DefaultRefresh"             # [<bool>]
        #Option     "ModeSetClearScreen"         # [<bool>]
        Identifier  "Card0"
        Driver      "vesa"
        VendorName  "Unknown Vendor"
        BoardName   "Unknown Board"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     1
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
回复 支持 反对

使用道具 举报

发表于 2007-7-6 16:25:37 | 显示全部楼层
你的问题解决了吗?
我前天装的fc7,x window启动不了,1280×800,今天下个最新驱动试一下
回复 支持 反对

使用道具 举报

发表于 2007-7-13 23:44:36 | 显示全部楼层
我也是黑屏情况,关注一下~
更新了NV驱动,看到logo了,还是没用
回复 支持 反对

使用道具 举报

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

本版积分规则

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