LinuxSir.cn,穿越时空的Linuxsir!

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

vesa如何设置宽屏?

[复制链接]
发表于 2009-5-31 13:53:30 | 显示全部楼层 |阅读模式
显卡还没有驱动,只能用vesa,但是搞来搞去弄不出宽屏来……怎么回事啊,下面是我的xorg.conf,不知道哪里少了什么东西,而且虽然最后设置了DontZap是false,但是ctrl+alt+back还是不管用
求大家帮助……

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
        Load  "dri2"
        Load  "glx"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "record"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Modeline        "1368x768_60" 85.86 1368 1440 1584 1800 768 769 772 795 -HSync +Vsync
        DisplaySize        257        144
        Option                "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"                   # [<bool>]
        #Option     "DefaultRefresh"             # [<bool>]
        #Option     "ModeSetClearScreen"         # [<bool>]
        Identifier  "Card0"
        Driver      "vesa"
        VendorName  "Intel Corporation"
        BoardName   "System Controller Hub (SCH Poulsbo) Graphics Controller"
        BusID       "CI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
                Modes        "1368x768_60"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes        "1368x768_60"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes        "1368x768_60"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes        "1368x768_60"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes        "1368x768_60"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes        "1368x768_60"
        EndSubSection
EndSection

Section "ServerFlags"
        Option        "DontZap" "false"
EndSection
发表于 2009-5-31 13:55:29 | 显示全部楼层
VESA不支持宽屏,因为只是通用驱动
回复 支持 反对

使用道具 举报

发表于 2009-5-31 14:33:21 | 显示全部楼层
我想,你也许可以在 vesa 下试试 1280 x 768 的分辨率。应该能达到。

实在想用硬件加速,只能:
1. 对其 Vista 驱动反向工程;
2. 自己写一个;
3. 理直气壮的向 Intel 索要;
4. 在现有的 xf86-video-intel 的基础上 hack。

祝你好运。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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