我前几天安装了Debian_5.00,分辨率一直不知道怎样才好……800*600只是能凑合着使用啊。
搜索xorg.conf,试了几个,总是没用……
以下是我的xorg.conf内容:[code]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"
EndSection
[/code]Screen只有两行。这…未免太简洁了…
还有就是,我没装显卡驱动,我也不知道怎么装,也不想装…我觉得要是能不装驱动就达到1024*768就很好了……
yuihji 于 2009-12-26 15:28:15发表:
我说shiyouming大哥,别这样…我哪里知道怎么安装驱动啊…
还有我不太想安驱动,太麻烦了(看教程看的头晕)…
以及pkg-config这玩意儿安装上就卸载不掉了?好像这是个危险的东西…
以及我安装的是32位系统,您这个“_64”求解释…
shiyouming 于 2009-12-25 14:15:35发表:
N卡比较好办,偶也是N卡的,安装了官方驱动,到官方下载最新版本的190.53版本驱动,安装方法如下:
先安装库:apt-get install pkg-config build-essential linux-headers-`unam -r` xserver-xorg-dev
再安装驱动:NVIDIA-Linux-x86_64-190.53-pkg2
yuihji 于 2009-12-25 13:52:27发表:
Re 3L:
这个方法不行啊……还是800*600;
我显卡是Nvidia的:
$ lspci |grep VGA
05:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7300 GT] (rev a1)
Re 4L
我…字符终端…为什么这么说?我可是菜鸟级的……
自动检测……这个功能,跟显卡有关?
aqq5220 于 2009-12-24 17:01:39发表:
不会吧!楼主用字符界面?
debian好像是自己可以设置分辨率的!我一安装好,就是1440x900!
shiyouming 于 2009-12-24 15:27:38发表:
方法一:
安装显卡的文官驱动
方法二:
修改xorg.conf文件中的"Screen"一段如下:
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
如以上方法都不行,给出你的显卡型号。
yuihji 于 2009-12-24 13:55:09发表:
对了,我是用过以下两种方法:
gtf 1024 768 100
这个无效……
dpkg-reconfigure xserver-xorg
这个,是配置键盘的?!没有提分辨率…
主要是,还有什么方法呢?