LinuxSir.cn,穿越时空的Linuxsir!

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

安装DEBIAN进不了桌面,屏幕飘着显示不支援.大家帮帮忙...

[复制链接]
发表于 2010-8-21 13:12:28 | 显示全部楼层 |阅读模式
我的电脑是785芯片组.4200集显安装好DEBIAN重启之后进不了桌面.......显示器飘着显示不支援..
就是进不了桌面,能进文字界面,.不知道什么问题........
发表于 2010-8-21 13:25:49 | 显示全部楼层
重新配置 xorg
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-8-21 13:33:34 | 显示全部楼层
谢谢版主,嘿嘿..我试试
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-8-21 19:45:37 | 显示全部楼层
搞不定。。不知道怎么设置XORG
回复 支持 反对

使用道具 举报

发表于 2010-8-21 19:50:40 | 显示全部楼层
apt-get install nvidia-glx nvidia-settings nvidia-xconfig
安装完 nvidia-xconfig
重启
搞定
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-8-21 19:51:27 | 显示全部楼层
我的显卡是ATI的。把NVIDIA换成ATI行吗?
回复 支持 反对

使用道具 举报

发表于 2010-8-21 19:51:37 | 显示全部楼层
要确保源里main contrib non-free都有
回复 支持 反对

使用道具 举报

发表于 2010-8-21 19:52:17 | 显示全部楼层
不知道,等ati的朋友来回答。
回复 支持 反对

使用道具 举报

发表于 2010-8-21 19:54:06 | 显示全部楼层
nano /etc/X11/xorg.conf
清空内容,填入以下内容,然后按ctrl+o保存,重启
当然要把分辨率改为你自已的

# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
EndSection

Section "Device"
        Identifier        "Configured Video Device"
EndSection

Section "Monitor"
        Identifier        "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-8-21 20:19:46 | 显示全部楼层
谢谢了.
      先UBUNTU打点基础吧..
.哎。。现在才知道网上那么多人推荐新手用UBUNTU....
回复 支持 反对

使用道具 举报

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

本版积分规则

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