88djy 发表于 2004-8-23 23:53:31

怎样设置屏幕的分辨率和刷生率

怎样设置屏幕的分辨率和刷生率
控制中心,显示,那里,只有800* 600 60Hz
可不可调高点啊 1024* 768 85 HZ

阿萨德非改行 发表于 2004-8-24 00:33:45

试试“K菜单”的“系统”项中一个叫“屏幕大小与旋转”的东西

88djy 发表于 2004-8-24 00:45:12

试过啦,屏幕大小与旋转.没有关1024.768的选.

阿萨德非改行 发表于 2004-8-24 00:56:31

打开/etc/X11/XF86Config,
找到Monitor段,按要求格式更改为你的显示器的参数,
找到screen段,在800x600后面增加1024x768,
保存,重启,再打开“屏幕大小与旋转”,则应该有1024x768的选项了。

killxp 发表于 2004-8-24 13:27:29

这里安装程序是有一个小BUG,每次我在安装时就手工设置显卡显存容量和显示器刷新率,但是保存没用,还是要到进入系统后手工改。

88djy 发表于 2004-8-25 11:26:19

不可以啊,这是不要改成这样啊

# XFree86 4 configuration created by MagicInstaller.

Section "ServerLayout"
      Identifier      "Default Layout"
      Screen      0   "Screen0" 0 0
      InputDevice   "Mouse0" "CorePointer"
      InputDevice   "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
      RgbPath         "/usr/X11R6/lib/X11/rgb"
      FontPath      "/usr/X11R6/lib/X11/fonts/misc:unscaled"
      FontPath      "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
      FontPath      "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
      FontPath      "/usr/X11R6/lib/X11/fonts/misc"
      FontPath      "/usr/X11R6/lib/X11/fonts/Type1"
      FontPath      "/usr/X11R6/lib/X11/fonts/Speedo"
      FontPath      "/usr/X11R6/lib/X11/fonts/cyrillic"
      FontPath      "/usr/X11R6/lib/X11/fonts/TTF"
      FontPath      "/usr/share/fonts/default/Type1"

EndSection

Section "Module"
      Load    "dbe"
      Load    "extmod"
      Load    "fbdevhw"
      Load    "glx"
      Load    "record"
      Load    "freetype"
      Load    "type1"
EndSection

Section "InputDevice"
      Identifier      "Keyboard0"
      Driver          "keyboard"
      Option          "XkbRules" "xfree86"
      Option          "XbkModel" "pc105"
      Option          "XkbLayout" "us"
EndSection

Section "InputDevice"
      Identifier      "Mouse0"
      Driver          "mouse"
      Option          "Protocol" "PS/2"
      Option          "Device" "/dev/psaux"
      Option          "ZAxisMapping" "4 5"
      Option          "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
      Identifier      "DevInputMice"
      Driver          "mouse"
      Option          "Protocol" "PS/2"
      Option          "Device" "/dev/input/mice"
      Option          "ZAxisMapping" "4 5"
      Option          "Emulate3Buttons" "no"
EndSection

Section "Monitor"
      Identifier      "Monitor0"
      VendorName      "Monitor Vendor"
      ModelName       "Unknown monitor"
      HorizSync       31.5 - 37.9
      VertRefresh   50.0 - 70.0
EndSection

Section "Device"
      Identifier      "Videocard0"
      Driver          "radeon"
      VendorName      "Videocard vendor"
      BoardName       "ATI Radeon 9200"
      VideoRam      65536
EndSection

Section "Screen"
      Identifier      "Screen0"
      Device          "Videocard0"
      Monitor         "Monitor0"
      DefaultDepth    24
        SubSection        "Display24"
                Depth        24
                Modes        "800x600" "1024x768"
        EndSubSection
EndSection
页: [1]
查看完整版本: 怎样设置屏幕的分辨率和刷生率