QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1243|回复: 8

help !! vmware rehat8.0 分辨率问题

[复制链接]
发表于 2002-12-3 10:37:54 | 显示全部楼层 |阅读模式
我在vmware 下装了 redhat8  
redhat-config-xfree86 想修改分辨率成640x480,可每次保存重起xwin后,分辨率还是800*600,
请问是什么问题呢?是vmware才有的问题吗?因为我在真实rh8是可以修改分辨率的

help !!
发表于 2002-12-3 10:44:46 | 显示全部楼层
编辑rh8里的/etc/X11/XF86Config-4,将里面有关800*600的选项删掉(改动前记得备份一个)
回复

使用道具 举报

 楼主| 发表于 2002-12-3 11:14:40 | 显示全部楼层

我已经全部#掉了,可是还不行这是xfree86-e文件,请llc部长帮忙

# VMware SVGA

Section "Module"
    Load        "dbe"          # Double buffer extension
    SubSection  "extmod"
    EndSubSection
    Load        "type1"
    Load        "freetype"
#    Load       "glx"
EndSection

Section "Files"
    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/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
#    ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
#    Option NoTrapSignals
EndSection

Section "InputDevice"
    Identifier        "Keyboard1"
    Driver        "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"        "xfree86"
    Option "XkbModel"        "pc104"
    Option "XkbLayout"        "us"
    Option "XkbCompat"        ""
EndSection

Section "InputDevice"
    Identifier        "Mouse1"
    Driver        "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping"        "4 5"
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
#    Option "ChordMiddle"
EndSection

Section "Monitor"
    Identifier  "vmware"
    VendorName "VMware, Inc"
    HorizSync 1-10000
    VertRefresh 1-10000

    ModeLine "640x480" 100 640 700 800 900 480 500 600 700
#    ModeLine "800x600" 100 800 900 1000 1100 600 700 800 900
    ModeLine "1024x768" 100 1024 1100 1200 1300 768 800 900 1000
    ModeLine "1152x864" 100 1152 1200 1300 1400 864 900 1000 1100
    ModeLine "1152x900" 100 1152 1200 1300 1400 900 1000 1100 1200
    ModeLine "1280x1024" 100 1280 1300 1400 1500 1024 1100 1200 1300
    ModeLine "1376x1032" 100 1376 1400 1500 1600 1032 1100 1200 1300
    ModeLine "1600x1200" 100 1600 1700 1800 1900 1200 1300 1400 1500
    ModeLine "2364x1773" 100 2364 2400 2500 2600 1773 1800 1900 2000
EndSection

Section "Device"
    Identifier  "VMware SVGA"
    Driver        "vmware"
            
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "VMware SVGA"
    Monitor     "vmware"

    # Don't specify DefaultColorDepth unless you know what you're
    # doing. It will override the driver's preferences which can
    # cause the X server not to run if the host doesn't support the
    # depth.
   
    Subsection "Display"
        # VGA mode: better left untouched
        Depth       4
        Modes       "640x480"
        ViewPort    0 0
    EndSubsection
#    Subsection "Display"
#        Depth       8
#        Modes "800x600"
#        ViewPort    0 0
#    EndSubsection
#    Subsection "Display"
#        Depth       15
#        Modes "800x600"
#        ViewPort    0 0
#    EndSubsection
#    Subsection "Display"
#        Depth       16
#        Modes "800x600"
#        ViewPort    0 0
#    EndSubsection
#    Subsection "Display"
#        Depth       24
#        Modes "800x600"
#        ViewPort    0 0
#    EndSubsection
EndSection

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

使用道具 举报

 楼主| 发表于 2002-12-4 09:14:40 | 显示全部楼层

Re: 我已经全部#掉了,可是还不行这是xfree86-e文件,请llc部长

没办法了 ?
只好把window分辨率设1024*768,linux的xwin设800*600这样才可以看见xwin的全屏
回复

使用道具 举报

发表于 2002-12-4 12:17:15 | 显示全部楼层
相应部分改成这样:


Subsection "Display"
# VGA mode: better left untouched
Depth 4
Modes "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 8
Modes "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 15
Modes "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "640x480"
ViewPort 0 0
EndSubsection
EndSection
回复

使用道具 举报

 楼主| 发表于 2002-12-10 10:21:27 | 显示全部楼层
可以了,非常感谢部长
回复

使用道具 举报

发表于 2003-10-31 20:23:44 | 显示全部楼层

hao[quote][/quote]
回复

使用道具 举报

发表于 2003-12-30 13:45:16 | 显示全部楼层
在FreeBSD里面则变成了320x240,这可是怎么回事?

要是320x240对应的是1280x1024那什么对应着800x600?我现在装的好郁闷啊。

KDE进去了就是看不见全屏!
回复

使用道具 举报

发表于 2003-12-30 21:43:29 | 显示全部楼层
我才郁闷呢,用vmware装了winme竟只有16色 5555555555555
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-18 03:22 , Processed in 0.039795 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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