LinuxSir.cn,穿越时空的Linuxsir!

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

How to enable virtual desktop?

[复制链接]
发表于 2003-3-6 05:15:21 | 显示全部楼层 |阅读模式
My laptop has a monitor of 1024x768. Now I want to use
a 1600x1200 desktop, which means part of the desktop
is not visible. Then when I move my mouse to one side,
I can move the desktop and see that part. I remember
X-windows in linux can do that, but I forgot how to configure
it. Any one can help?

Thanks a lot.
发表于 2003-3-13 02:41:47 | 显示全部楼层
修改  /etc/X11/XF86Config-4 (或 XF86Config )

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Modes "1024x768" "800x600" "640x480"

        Virtual 1600 1400                     # 使用 1600 X 1400 的虚拟桌面

    EndSubsection
EndSection
 楼主| 发表于 2003-3-13 02:42:48 | 显示全部楼层
Thank you
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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