设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Linux 发行版讨论区 —— LinuxSir.cn
›
Gentoo Linux
›
我的笔记本是TOSHIBA R100,我想用VGA延长线把屏幕输出 ...
返回列表
查看:
935
|
回复:
2
我的笔记本是TOSHIBA R100,我想用VGA延长线把屏幕输出到电视上。
[复制链接]
health_kxy
health_kxy
当前离线
积分
304
IP卡
狗仔卡
发表于 2007-8-4 18:09:53
|
显示全部楼层
|
阅读模式
我的电视有个VGA的接口,就是可以完全当一个液晶屏幕来用。
那么我需要配置些什么东西呢?
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
health_kxy
health_kxy
当前离线
积分
304
IP卡
狗仔卡
楼主
|
发表于 2007-8-4 18:43:29
|
显示全部楼层
笔记本的分辨率是1024*768,电视是32寸宽屏,1366*768。
接上VGA线之后,用Fn键切换,能显示,但是显示的效果是窗口平铺,就是画面宽度缩小了n倍,然后从左往右平铺显示。
回复
支持
反对
使用道具
举报
显身卡
health_kxy
health_kxy
当前离线
积分
304
IP卡
狗仔卡
楼主
|
发表于 2007-8-4 18:44:51
|
显示全部楼层
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "AlwaysCore"
InputDevice "Mouse1" "CorePointer"
#InputDevice "TouchPad" "AlwaysCore"
InputDevice "Keyboard0" "CoreKeyboard"
Option "BlankTime" "5" #
Option "StandbyTime" "10"
Option "SuspendTime" "20"
Option "OffTime" "30"
EndSection
Section "Files"
FontPath "/usr/share/fonts/truetype/vista"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/cjkuni-fonts"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/arphicfonts"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/encodings/large"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/unifont"
EndSection
Section "Module"
#Load "xtt"
Load "ddc"
Load "vbe"
#Load "GLcore"
Load "freetype"
Load "type1"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
#Load "xtrap"
Load "glx"
#Load "speedo"
#Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" ",winkeys"
EndSection
Section "InputDevice"
Identifier "Mouse0"
#Driver "mouse"
#Option "CorePointer"
#Option "Device" "/dev/psaux"
#Option "
rotocol" "GlidePointPS/2"
#Option "
rotocol" "
S/2"
#Option "Emulate3Buttons" "no"
#Option "ZAxisMapping" "4 5"
Driver "synaptics"
#Identifier "Mouse0"
Option "Device" "/dev/psaux"
Option "
rotocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "CircularScrolling" "on"
#Option "CircScrollDelta" "90"
Option "CircScrollTrigger" "3"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
#Option "AlwaysCore"
Option "CorePointer"
Option "
rotocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
#DisplaySize 240 180 # mm
Identifier "Monitor0"
HorizSync 30.0 - 60.0
VertRefresh 50.0 - 70.0
Option "DPMS" "true"
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 "SWcursor" # [<bool>]
#Option "
ciRetry" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "SetMClk" # <freq>
#Option "MUXThreshold" # <i>
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "NoMMIO" # [<bool>]
#Option "NoPciBurst" # [<bool>]
#Option "MMIOonly" # [<bool>]
#Option "CyberShadow" # [<bool>]
#Option "CyberStretch" # [<bool>]
#Option "XvHsync" # <i>
#Option "XvVsync" # <i>
#Option "XvBskew" # <i>
#Option "XvRskew" # <i>
#Option "FpDelay" # <i>
#Option "Display1400" # [<bool>]
#Option "Display" # [<str>]
#Option "GammaBrightness" # [<str>]
#Option "TVChipset" # [<str>]
#Option "TVSignal" # <i>
Identifier "Card0"
Driver "trident"
VendorName "Trident Microsystems"
#BoardName "Unknown Board"
#Driver "fbdev"
VendorName "Trident"
BoardName "CyberBladeXP4"
BusID "
CI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
#SubSection "Display"
# Viewport 0 0
# Depth 1
#EndSubSection
#SubSection "Display"
# Viewport 0 0
# Depth 4
#EndSubSection
#SubSection "Display"
# Viewport 0 0
# Depth 8
#EndSubSection
#SubSection "Display"
# Viewport 0 0
# Depth 15
#EndSubSection
#SubSection "Display"
# Viewport 0 0
# Depth 16
#EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
#Virtual 1280 1024
EndSubSection
EndSection
Section "dri"
Group 0
Mode 0666
EndSection
回复
支持
反对
使用道具
举报
显身卡
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表