跨界使用xorg.conf
发表于 : 2010-08-12 7:58
本人正在ubuntu环境下写这篇文章。
ubuntu系统的xorg.conf文件能否帮助安装debian,是我的一个愿望。
同样是这台电脑,安装debian后,出现“OUT OF RANGE”问题,无法进入图形界面。为此,在本论坛多次求助无果。
再次回到安装方便的ubuntu,但心中依然牵挂debian。近日,突发奇想能否把ubuntu下的xorg.conf移植到debian,解决“OUT OF RANGE”问题?!我竟然为此想法激动。
ubuntu下的xorg.conf,明显比debian的丰富,后者几乎就是空白。下面是具体内容。
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder75) Thu Apr 22 11:44:23 PDT 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
以上思路,尚未执行,望交流。
ubuntu系统的xorg.conf文件能否帮助安装debian,是我的一个愿望。
同样是这台电脑,安装debian后,出现“OUT OF RANGE”问题,无法进入图形界面。为此,在本论坛多次求助无果。
再次回到安装方便的ubuntu,但心中依然牵挂debian。近日,突发奇想能否把ubuntu下的xorg.conf移植到debian,解决“OUT OF RANGE”问题?!我竟然为此想法激动。
ubuntu下的xorg.conf,明显比debian的丰富,后者几乎就是空白。下面是具体内容。
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder75) Thu Apr 22 11:44:23 PDT 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
以上思路,尚未执行,望交流。