LinuxSir.cn,穿越时空的Linuxsir!

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

xorg的几个选项不明白,大家帮看一下?

[复制链接]
发表于 2007-2-5 17:39:22 | 显示全部楼层 |阅读模式
我的机器是thinkpad r50 :Cm 1.5g /intel855/17 lcd /IDE 30G/512DDR/声卡、显卡集成/8X dvd,我安装的是testing ,xorg的几个选项不明白,大家帮看一下?

X server driver:
我没有找到INTEL855,我就选了VESA

Video card bus identifier:
这个我不知道填什么,

Amount of menorg(kb) to be used by the video ,car:
这个我不知道怎么填,应该是内存的大小?


Keyboard layout:
我填了US

XKB rule set to use
我填了XORG

Keyboard moel:
我填的是PC105

Keyboard options:
不知道,没填

mouse port:
不知道,没填

mouse prortocol:
不知道,没填

Xorg server modules that should be loaded by defauil:
bitmap
dbe
ddc
dri
extmod
freetype
glx
int10
record
v41
vbe
有些选项不清楚,就用默认设置

Identifier for the monitor:
不清楚,就用默认设置


后来的结果是无法启动X,信息是找不到BIOS,请指点一下?
发表于 2007-2-5 21:48:16 | 显示全部楼层
最好贴出来详细的错误信息
回复 支持 反对

使用道具 举报

发表于 2007-2-5 23:39:17 | 显示全部楼层
855选I810
这是我的给你参考下
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/vista"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load        "bitmap"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/psaux"
        Option                "rotocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
EndSection

Section "Device"
        Identifier        "Generic Video Card"
        Driver                "i810"
        BusID                "CI:0:2:0"
        Option                "UseFBDev"                "true"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        HorizSync        30-71
        VertRefresh        50-160
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Generic Video Card"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-2-6 21:58:13 | 显示全部楼层
谢谢!还有一个问题:我桌面安装完成后,桌面上最下面的只有一条横格子,没有窗口切换面板?(在ICEWM下却有),是什么包没有装?
回复 支持 反对

使用道具 举报

发表于 2007-2-6 22:14:51 | 显示全部楼层
Post by caahoy
谢谢!还有一个问题:我桌面安装完成后,桌面上最下面的只有一条横格子,没有窗口切换面板?(在ICEWM下却有),是什么包没有装?


自己加上去,在横格子上点右键加。
回复 支持 反对

使用道具 举报

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

本版积分规则

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