LinuxSir.cn,穿越时空的Linuxsir!

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

debian安装kde桌面环境以后启动分辨率狂低,怎么办?

[复制链接]
发表于 2005-9-8 21:02:34 | 显示全部楼层 |阅读模式
debian安装kde桌面环境以后启动分辨率狂低,怎么办?
颜色也很差
设置对话框只能看到一点点,根本设置不了
记得我用dpkg-reconfigure 设置的时候设置的是1280*1024, 24bit色深的啊
我的机器配置:
显卡:NVidia Riva TNT2 Model64
显示器:Maya snow小白液晶显示器

请问如何设置才能够正常启动kde?
发表于 2005-9-8 21:18:23 | 显示全部楼层
KDE控制中心可以修改吧
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-9-8 22:05:13 | 显示全部楼层
Post by realfun
debian安装kde桌面环境以后启动分辨率狂低,怎么办?
颜色也很差
设置对话框只能看到一点点,根本设置不了
记得我用dpkg-reconfigure 设置的时候设置的是1280*1024, 24bit色深的啊
我的机器配置:
显卡:NVidia Riva TNT2 Model64
显示器:Maya snow小白液晶显示器

请问如何设置才能够正常启动kde?

根本进入不了KDE控制中心啊,窗口分辨率太低,桌面的右键菜单就满屏了
回复 支持 反对

使用道具 举报

发表于 2005-9-8 22:32:42 | 显示全部楼层
/etc/X11/XF86config-4文件贴出来看看。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-9-8 23:36:58 | 显示全部楼层
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load        "GLcore"
        Load        "bitmap"
        Load        "dbe"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "pex5"
        Load        "record"
        Load        "speedo"
        Load        "type1"
        Load        "vbe"
        Load        "xie"
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/psaux"
        Option                "rotocol"                "S/2"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "InputDevice"
        Identifier        "Generic Mouse"
        Driver                "mouse"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ImPS/2"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "NVIDIA RIVA TNT2 Model64"
        Driver                "vga"
        VideoRam        32768
        Option                "UseFBDev"                "true"
EndSection

Section "Monitor"
        Identifier        "Maya snow"
        HorizSync        28-49
        VertRefresh        43-72
        Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "NVIDIA RIVA TNT2 Model64"
        Monitor                "Maya snow"
        DefaultDepth        8
        SubSection "Display"
                Depth                1
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

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

Section "DRI"
        Mode        0666
EndSection

### END DEBCONF SECTION
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-9-9 00:49:15 | 显示全部楼层
装了NVidia显卡驱动,现已搞定,多谢帮助
Debian Kernel 2.6.11 安装Nvidia显卡驱动
提交人: haijd 时间: 日, 07/31/2005 - 14:34 Desktop
1、修改“sources.list”,添加以下源

deb ftp://ftp.linuxforum.net/debian/ testing main
2、安装软件包

# apt-get install build-essential module-assistant gcc(版本3.3)
# m-a prepare
# m-a a-i nvidia
(提示错误退出后,进入/usr/src查看是否生成nvidia的Debian包,有就手工安装该deb包)
# apt-get install nvidia-glx nvidia-settings
3、加载模块

# echo nvidia >> /etc/modules
# modprobe nvidia
4、修改/etc/X11/xorg.conf文件 将 Driver "nv" 改为 Driver "nvidia"
回复 支持 反对

使用道具 举报

发表于 2005-9-10 11:04:48 | 显示全部楼层
Help:
apt-get install build-essential module-assistant gcc(版本3.3)
I get gcc of the version 4.0. And when errors occur afterwards, I can't find *.bed in /usr/src, let alone nvidia.deb.
How to solve this problem?
Thanks!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-9-18 16:33:14 | 显示全部楼层
呵呵我的是直接不管它,然后进行下一步的
回复 支持 反对

使用道具 举报

发表于 2005-9-18 22:28:08 | 显示全部楼层

刷新率设不正确的话,也不行

我的debian sarge就是查了显示器的刷新率 改正后才出现768*1027
回复 支持 反对

使用道具 举报

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

本版积分规则

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