LinuxSir.cn,穿越时空的Linuxsir!

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

问个Ubuntu7.04的问题...X启动 看不到桌面...

[复制链接]
发表于 2007-4-23 16:35:28 | 显示全部楼层 |阅读模式
这是我的老问题了.....6.10就这样.....
启动都正常,就是输入用户名和密码  然后就没反映了  显示不出来桌面 鼠标能动... 也不黑屏,显示屏是橙铯色的......

查看了Xorg.0.log 没有 (EE)

下面是xorg.conf文件的内容.....

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load        "i2c"
        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"        "pc105"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

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

Section "InputDevice"
        Identifier        "Synaptics Touchpad"
        Driver                "synaptics"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/psaux"
        Option                "rotocol"                "auto-dev"
        Option                "HorizScrollDelta"        "0"
EndSection

#Section "InputDevice"
#        Driver                "wacom"
#        Identifier        "stylus"
#        Option                "Device"        "/dev/input/wacom"
#        Option                "Type"                "stylus"
#        Option                "ForceDevice"        "ISDV4"                # Tablet PC ONLY
#EndSection

#Section "InputDevice"
#        Driver                "wacom"
#        Identifier        "eraser"
#        Option                "Device"        "/dev/input/wacom"
#        Option                "Type"                "eraser"
#        Option                "ForceDevice"        "ISDV4"                # Tablet PC ONLY
#EndSection

#Section "InputDevice"
#        Driver                "wacom"
#        Identifier        "cursor"
#        Option                "Device"        "/dev/input/wacom"
#        Option                "Type"                "cursor"
#        Option                "ForceDevice"        "ISDV4"                # Tablet PC ONLY
#EndSection

Section "Device"
        Identifier        "ATI Technologies Inc RS300M AGP [Radeon Mobility 9100IGP]"
        Driver                "ati"
        BusID                "CI:1:5:0"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "ATI Technologies Inc RS300M AGP [Radeon Mobility 9100IGP]"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
#        InputDevice     "stylus"        "SendCoreEvents"
#        InputDevice     "cursor"        "SendCoreEvents"
#        InputDevice     "eraser"        "SendCoreEvents"
        InputDevice        "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode        0666
EndSection
 楼主| 发表于 2007-4-23 16:37:46 | 显示全部楼层
#Section "InputDevice"
# Driver "wacom"
# Identifier "stylus"
# Option "Device" "/dev/input/wacom"
# Option "Type" "stylus"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection

#Section "InputDevice"
# Driver "wacom"
# Identifier "eraser"
# Option "Device" "/dev/input/wacom"
# Option "Type" "eraser"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection

#Section "InputDevice"
# Driver "wacom"
# Identifier "cursor"
# Option "Device" "/dev/input/wacom"
# Option "Type" "cursor"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection

我注释掉了  因为不注释掉xorg.0.log文件会显示(EE)找不到wacom设备的错误.
注释掉了就没错误了 但还是进不去  
同样的设置 我debian就可以跑起来....
高手来帮忙这些 谢谢
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-23 16:50:02 | 显示全部楼层
Apr 21 21:31:55 solonovice dhcdbd: Started up.
Apr 21 21:31:55 solonovice NetworkManager: <information>^Istarting...
Apr 21 21:31:55 solonovice kernel: [   83.088448] eth0: link down
Apr 21 21:31:55 solonovice NetworkManager: <information>^Ieth0: Device is fully-supported using driver '8139too'.
Apr 21 21:31:55 solonovice NetworkManager: <information>^Inm_device_init(): waiting for device's worker thread to start
Apr 21 21:31:55 solonovice avahi-daemon[4950]: Found user 'avahi' (UID 105) and group 'avahi' (GID 111).
Apr 21 21:31:55 solonovice avahi-daemon[4950]: Successfully dropped root privileges.
Apr 21 21:31:55 solonovice avahi-daemon[4950]: avahi-daemon 0.6.17 starting up.
Apr 21 21:31:55 solonovice avahi-daemon[4950]: Successfully called chroot().
Apr 21 21:31:55 solonovice avahi-daemon[4950]: Successfully dropped remaining capabilities.
Apr 21 21:31:55 solonovice avahi-daemon[4952]: chroot.c: open() failed: No such file or directory
Apr 21 21:31:55 solonovice avahi-daemon[4950]: Failed to open /etc/resolv.conf: Invalid argument
Apr 21 21:31:55 solonovice avahi-daemon[4950]: No service found in /etc/avahi/services.


这是syslog中我有疑问的地方  .....
回复 支持 反对

使用道具 举报

发表于 2007-4-23 22:22:20 | 显示全部楼层
Apr 21 21:31:55 solonovice avahi-daemon[4952]: chroot.c: open() failed: No such file or directory
Apr 21 21:31:55 solonovice avahi-daemon[4950]: Failed to open /etc/resolv.conf: Invalid argument
Apr 21 21:31:55 solonovice avahi-daemon[4950]: No service found in /etc/avahi/services.



看这个错误好象是网络问题呀。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-25 08:40:33 | 显示全部楼层
还没解决 .......
回复 支持 反对

使用道具 举报

发表于 2007-4-28 01:26:09 | 显示全部楼层
Section "Device"
Identifier "ATI Technologies Inc RS300M AGP [Radeon Mobility 9100IGP]"
Driver "ati"
BusID "CI:1:5:0"
EndSection


分别设置成
Driver "radeon"
Driver "vesa"
试试
回复 支持 反对

使用道具 举报

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

本版积分规则

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