LinuxSir.cn,穿越时空的Linuxsir!

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

1280×854分辨率终于搞定

[复制链接]
发表于 2004-5-22 17:44:40 | 显示全部楼层 |阅读模式
特别感谢qingl,

效果图:

XF86Config文件内容如下:

# File generated by xf86config.
#
# Copyright (c) 1999 by The XFree86 Project, Inc.

Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen         "Screen 1" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath "/usr/X11R6/lib/modules"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    FontPath         "/usr/X11R6/lib/X11/fonts/local"
    FontPath         "/usr/X11R6/lib/X11/fonts/misc"
    FontPath         "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath         "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath         "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath         "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath         "/usr/X11R6/lib/X11/fonts/TrueType"
    FontPath         "/usr/local/share/fonts"
    FontPath         "/usr/share/fonts"
    FontPath         "/usr/X11R6/lib/X11/fonts"
    FontPath         "/usr/share/fonts/afms"
    FontPath         "/usr/share/fonts/ttf"
    FontPath         "/usr/share/fonts/TTF"
    FontPath         "/usr/share/fonts/ttf-bitstream-vera"
    FontPath         "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath         "/usr/X11R6/lib/X11/fonts/ukr"
EndSection

Section "Module"
    Load       "glx"
    SubSection "extmod"
        Option            "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
        Load  "type1"
        Load  "speedo"
        Load "freetype"
EndSection

Section "InputDevice"

        Identifier  "Keyboard1"
        Driver      "Keyboard"
        Option            "AutoRepeat" "500 30"
        Option            "XkbRules" "xfree86"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

Section "InputDevice"

        Identifier  "Mouse1"
        Driver      "mouse"
        Option            "rotocol" "IMPS/2"
        Option            "Device" "/dev/mouse"
        Option            "ZAxisMapping" "4 5"
EndSection

Section "Monitor"

        Identifier   "My Monitor"
        VendorName "Gateway"
        ModelName "Flat Panel 1280x1024"
        HorizSync    31.5 - 67.0
        VertRefresh  50.0 - 75.0
        ModeLine "1280x854"     80.00 1280 1328 1440 1688 854 855 858 866 -hsync

EndSection

Section "Device"

        VideoRam    65536
        Identifier  "NVIDIA GeForce"
        Driver      "nvidia"
        Option "DPMS"
        Option "crt_screen"
        BusID "CI:1:0:0"
        Screen 0
EndSection

Section "Screen"
        Identifier "Screen 1"
        Device     "NVIDIA GeForce"
        Monitor    "My Monitor"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x854"
        EndSubSection
EndSection
发表于 2004-5-22 17:49:35 | 显示全部楼层
Good for you!
 楼主| 发表于 2004-5-22 18:07:43 | 显示全部楼层
谢谢。
发表于 2004-5-22 21:51:34 | 显示全部楼层
收藏
发表于 2004-5-22 22:10:22 | 显示全部楼层
1280x854??
那会是什么样子呀?
屏幕太扁了吧?
 楼主| 发表于 2004-5-23 10:48:44 | 显示全部楼层
楼上的兄弟,我的屏幕本来就是扁的(15:9的),如果不用1280×854,看上去才会扁扁的,而且字看上去都很粗。
发表于 2004-5-23 11:28:49 | 显示全部楼层
APPLE 的PowerBook 15‘ LCD就是这个分辨率

好,收藏
发表于 2004-5-23 11:32:14 | 显示全部楼层
这个很容易呀。。就是那个modeline吧,其实x里面就自带了一个

$ gtf 1280 854 60

  # 1280x854 @ 60.00 Hz (GTF) hsync: 53.04 kHz; pclk: 89.96 MHz
  Modeline "1280x854_60.00"  89.96  1280 1352 1488 1696  854 855 858 884  -HSync +Vsync
发表于 2004-5-23 17:57:01 | 显示全部楼层
最初由 penny 发表
这个很容易呀。。就是那个modeline吧,其实x里面就自带了一个

$ gtf 1280 854 60

  # 1280x854 @ 60.00 Hz (GTF) hsync: 53.04 kHz; pclk: 89.96 MHz
  Modeline "1280x854_60.00"  89.96  1280 1352 1488 1696  854 855 858 884  -HSync +Vsync

呵呵,又学到一样东西!:thank
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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