该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
这是FC14下的安装 但是在最好一步老是出错 求高手指点下 以下是对xorg.conf 文件的部分修改
出错原因是usb的显示屏分辨率不适合
Section "ServerLayout"
Identifier "layout1"
Screen 0 "ScreenDL" Absolute 0 0
Screen 1 "ScreenVGA" Absolute 1920 0
# Screen 2 "ScreenHDMI2" Absolute 3840 0
#Screen 3 "ScreenHDMI1" Absolute 5760 0
#Option "Xinerama" "true"
#EndSection
#Section "Device"
# Identifier "Card1"
# Driver "intel"
# Option "Monitor-VGA1" "VGA"
# Option "Monitor-LVDS1" "LVDS"
# Option "Monitor-HDMI1" "HDMI1"
# Option "Monitor-HDMI2" "HDMI2"
#EndSection
#Section "Monitor"
# Identifier "HDMI1"
# Option "Enable" "True"
# Option "Ignore" "True"
# Option "RightOf" "HDMI2"
# Modeline "1920x1080R" 138.50 1920 1960 2000 2080 1080 1083 1088 1111 +hsync -vsync
# Option "PreferredMode" "1920x1080R"
#EndSection
#Section "Monitor"
# Identifier "HDMI2"
# Option "Enable" "True"
# Option "RightOf" "VGA"
# Modeline "1920x1080R" 138.50 1920 1960 2000 2080 1080 1083 1088 1111 +hsync -vsync
# Option "PreferredMode" "1920x1080R"
#EndSection
Section "Monitor"
Identifier "VGA"
Option "Enable" "True"
Modeline "1920x1080R" 138.50 1920 1960 2000 2080 1080 1083 1088 1111 +hsync -vsync
Option "PreferredMode" "1920x1080R"
EndSection
#Section "Monitor"
# Identifier "LVDS"
# Option "Ignore" "True"
# Modeline "1920x1080R" 138.50 1920 1960 2000 2080 1080 1083 1088 1111 +hsync -vsync
# Option "PreferredMode" "1920x1080R"
#EndSection
Section "Screen"
Identifier "ScreenVGA"
Device "Card1"
Monitor "VGA"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
#Section "Screen"
# Identifier "ScreenHDMI1"
# Device "Card1"
# Monitor "HDMI2"
# DefaultDepth 24
# SubSection "Display"
# Depth 24
# Modes "1920x1080"
# EndSubSection
#EndSection
##############################################################################################
Section "Device"
Identifier "Card0"
Driver "displaylink"
Option "fbdev" "/dev/fb1"
EndSection
Section "Monitor"
Identifier "HDMI_DL"
Option "Enable" "True"
Modeline "1920x1080R" 138.50 1920 1960 2000 2080 1080 1083 1088 1111 +hsync -vsync
Option "PreferredMode" "1920x1080R"
EndSection
Section "Screen"
Identifier "ScreenDL"
Device "Card0"
Monitor "HDMI_DL"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x768"
EndSubSection
EndSection