zjcdillion 发表于 2005-3-21 09:51:37

在845G上折腾ML1.2

ML1.2确实看起来很美,呵呵,就是安装费点时间
我用硬盘安装,安装过程一切正常
装完重启,X无法起动,默认的XF86Config有问题,修改修改倒也正常了
Section "Files"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
    FontPath    "/usr/X11R6/lib/X11/fonts/rgb"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/TTF"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/default/Type1"
        FontPath        "/usr/share/fonts/ttf/zh_CN"
EndSection

Section "Module"
        Load        "dbe"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "record"
        Load        "type1"
        Load        "fbdevhw"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xfree86"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "Protocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "Intel Corporation 82845G/GL/GE Chipset Integrated Graphics Device"
        Driver                "i810"
        BusID                "PCI:0:2:0"
        Option                "UseFBDev"                "true"
EndSection

Section "Monitor"
        Identifier        "PHILIPS 107S"
        HorizSync        30-71
        VertRefresh        50-160
        Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Intel Corporation 82845G/GL/GE Chipset Integrated Graphics Device"
        Monitor                "PHILIPS 107S"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
        EndSubSection
EndSection

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

Section "DRI"
        Mode        0666
EndSection
现在还有点小问题,就是CTRL+ALT+SPACE会自动登录kde
好像一般情况下应该是回到KDM登录界面的吧?

KDE 发表于 2005-3-21 12:21:39

一定是你安装时设置不当,否则不可能无法进入 X。

jackey 发表于 2005-3-21 13:40:47

一定是你安装时设置不当,否则不可能无法进入 X。
同意kde的说法,4年前菜鸟的我也有同样的经验。

KanKer 发表于 2005-3-21 13:54:16

ctrl+alt+backspace是重启kde,不需要重新登录。你若想退出到登录界面,请点菜单的注销。

zjcdillion 发表于 2005-3-21 13:59:04

也许是安装的时候设置不当吧,但是在安装时测试X是正常的
这个XF86Config文件是我用UBUNTU系统中的XF86Config-4修改出来的

ldf_0123 发表于 2005-3-26 10:03:56

您好啊,我也是645G的,也是碰到相同的问题,但我用您上面的修改怎不起作用呢?
我的做法是将您上面的修改复盖了/etc/X11/XF86Config-4,然后再运行startx命令,还是进不了xwindows。请您帮指点指点。

tingxx 发表于 2005-3-26 10:05:46

我的845gl非常正常,装ml就没有出过什么问题---不,装pre4出过一次:)

山顶洞人 发表于 2005-3-26 11:14:06

您好啊,我也是645G的,也是碰到相同的问题,但我用您上面的修改怎不起作用呢?
我的做法是将您上面的修改复盖了/etc/X11/XF86Config-4,然后再运行startx命令,还是进不了xwindows。请您帮指点指点。

有很大的可能是鼠标问题(我的是三键光电鼠标)
安装完成后第一次引导的时候magic会重新搜索硬件,你必须仔细修改

这几天因为别的原因又装了几次,发现无论在安装的时候怎么设置,在第一次重启的时候必需(也只要)设置好鼠标X才能正常启动到kdm界面

我现在的问题是remove j2re skim 编辑/etc/harddisks后在kde中连终端都打不开,就和suse卸载scim后konqueror假死一样
页: [1]
查看完整版本: 在845G上折腾ML1.2