### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "LCD Panel 1366x768"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 56.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection
sjwkwang_ 于 2011-05-13 18:32:36发表:
用桌面自带的系统设置中的display来设置,不知针对你的情况有效吗
我没注意过xorg-conf,所以不知该如何配置才正确,等高手进来解答吧。。
lidong_1220 于 2011-05-13 14:48:30发表:
高手这个问题也帮忙给点建议,谢谢!
lidong_1220 于 2011-05-13 14:46:00发表:
这是偶改的xorg.conf文件内容,重启后分辨率一依旧是1024x768,纠结
lidong_1220 于 2011-05-13 14:44:33发表:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "LCD Panel 1366x768"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 56.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1366x768" "1280x800" "1152x864" "1152x768" "102
4x768" "800x600" "640x480"
EndSubSection
EndSection
lidong_1220 于 2011-05-13 14:06:52发表:
我认为你说的还是很有道理的,应该是你说的这样的
sjwkwang_ 于 2011-05-13 13:58:53发表:
我的 gentoo lsmod也没有显卡模块。 我的理解是lsmod显示的是加载的模块。 我在编译内核时,选择显卡时是[×],不是编译成模块,所以不会出现在lsmod里。相反我的声卡选择时是?[M],并且是开机加载,所以出现在了lsmod。。 我是菜鸟级别的,呵呵 可能我的理解是错误的。。
lidong_1220 于 2011-05-13 13:52:48发表:
装了桌面,就是比较奇怪这个“为什么lsmod找不到显卡模块”
sjwkwang_ 于 2011-05-13 13:39:05发表:
如果没安装桌面,运行一下Xorg -configure,如果没提示显卡的错误,那么显卡驱动是没问题的。。
sjwkwang_ 于 2011-05-13 13:35:54发表:
你的linux是什么版本? 现在安装桌面了马?比如kde。。
根据gentoo的wiki,配置分辨率,需配置xorg.conf。。 不过我没配置过,我在安装gentoo时,安装完xorg-server后,Xorg -configure,然后安装桌面,安装完桌面后启动桌面,直接就是我所要的分辨率。。 1280×800.。所以没调过。。
lidong_1220 于 2011-05-13 13:05:26发表:
没编译显卡驱动,系统自带驱动。
lidong_1220 于 2011-05-13 12:59:15发表:
要不要我把lsmod的结果贴出来,贴出来看看。
lidong_1220 于 2011-05-13 12:57:59发表:
不知道他选的啥呀
lidong_1220 于 2011-05-13 12:57:15发表:
这台机子是别人装的,让我过去帮调分辨率为1366x768,我调了半天调不好,怀疑是显卡驱动的问题,就出现了上面我说的那个问题。
sjwkwang_ 于 2011-05-13 12:47:21发表:
你编译内核时,选择显卡时是?[M]还是?[×] ?