精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>电脑技术>>笔记本电脑>>笔记本电脑使用技巧>>想更改linux在acer354的显示为1024*768 就这么做,再简单不过了

主题:想更改linux在acer354的显示为1024*768 就这么做,再简单不过了
发信人: bonebo()
整理人: notebookboy(2002-02-24 12:54:06), 站内信件
我的系统:linux7.1 kernel 2.4.2,acer354te,显卡trident syberblade Ai1,显示器digital flat panel
经过5天的安装调试,我的显示不是640,就是花屏,重新编译内核,升级内核都无济于事后,刚才又重装了一遍,然后只是改了/etc/X11下的XF86config-4的两个section
Device和Screen就搞定了,真是踏破铁鞋无觅处,得来全不费工夫.
Section "Device"
  Identifier "Card0"
  Driver "trident"
  ChipSet "cyberlade Ai1"
  Card "Trident CyberBlade (generic)"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
  Monitor "Monitor0"
  DefaultDepth 15
  SubSection "Display"
    Depth 15
    Modes "1024*768"
  EndSubSection
EndSection 


[关闭][返回]