发新话题
打印

进了X,可惜只能显示1/4,如何解决分屏问题?

进了X,可惜只能显示1/4,如何解决分屏问题?

进了X,可惜只能显示1/4,如何解决分屏问题?
我之有一个显示器,单是不知道怎么弄的,似乎成了多显示,
因此只能显示整个内容的1/4了,

这个部份配置文件:
# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "Video-card"
    Monitor     "Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
#    Mode 0666
# EndSection      

TOP

如何生成的xorg.conf文件,有没有测试过
xorg -configure /etc/X11/xorg.conf

#xorgcfg -textmode
/*根据实际配置来配置*/
/*(如果你用的是Xfree,就使用命令xf86,如果使用的是xorg,就如上,用xorgcf -textmode配置不容易出错*/
/*最好到你显示器的管方网站上查一下你的显示器型号的行 、竖频范围多少,在配置xorgcfg -textmode中用得着,虽然它会自动侦测,但不够精确*/      
半亩方塘一鉴开 天光云影共徘徊 问渠哪得清如许 唯有源头活水来

TOP

发新话题