|
|
硬件信息:
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
系统信息:
Fedora 8
kernel : 2.6.23(kernel-2.6.23.9-85.fc8)
xorg-x11-server-Xorg.i386 : 1.3.0.0(1.3.0.0-37.fc8)
xorg-x11-drv-i810.i386 : 2.1.1(2.1.1-7.fc8)
gnome-desktop.i386 : 2.20.2(2.20.2-1.fc8)
xorg.conf 配置:
我把第二显示器屏幕设置为在第一显示器的下面显示。
第一显示器是 1024x768的分辨率
第二显示器是 1280x1024的分辨率
- # Xorg configuration created by system-config-display
- Section "ServerLayout"
- Identifier "Multihead layout"
- Screen 0 "Screen0" Above "Screen1"
- Screen 1 "Screen1" 0 0
- InputDevice "Keyboard0" "CoreKeyboard"
- InputDevice "Synaptics" "CorePointer"
- Option "Xinerama" "on"
- Option "Clone" "off"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "us+inet"
- EndSection
- Section "InputDevice"
- Identifier "Synaptics"
- Driver "synaptics"
- Option "Device" "/dev/input/mice"
- Option "Protocol" "auto-dev"
- Option "Emulate3Buttons" "yes"
- Option "LeftEdge" "120"
- Option "RightEdge" "830"
- Option "TopEdge" "120"
- Option "BottomEdge" "650"
- Option "FingerLow" "14"
- Option "FingerHigh" "15"
- Option "MaxTapMove" "110"
- Option "VertScrollDelta" "20"
- Option "HorizScrollDelta" "20"
- Option "MinSpeed" "0.3"
- Option "MaxSpeed" "0.75"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- ModelName "LCD Panel 1024x768"
- HorizSync 31.5 - 48.0
- VertRefresh 56.0 - 65.0
- Option "dpms"
- EndSection
- Section "Monitor"
- Identifier "Monitor1"
- VendorName "Monitor Vendor"
- ModelName "LCD Panel 1280x1024"
- HorizSync 31.5 - 64.0
- VertRefresh 56.0 - 65.0
- Option "dpms"
- EndSection
- Section "Device"
- Identifier "Videocard0"
- Driver "i810"
- Option "MonitorLayout" "CRT,LFP"
- Screen 0
- EndSection
- Section "Device"
- Identifier "Videocard1"
- Driver "i810"
- Option "MonitorLayout" "CRT,LFP"
- VendorName "Videocard Vendor"
- BoardName "Intel Corporation 82852/855GM Integrated Graphics Device"
- BusID "PCI:0:2:0"
- Screen 1
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Videocard0"
- Monitor "Monitor0"
- DefaultDepth 24
- SubSection "Display"
- Viewport 0 0
- Depth 24
- Modes "1024x768" "800x600" "640x480"
- EndSubSection
- EndSection
- Section "Screen"
- Identifier "Screen1"
- Device "Videocard1"
- Monitor "Monitor1"
- DefaultDepth 24
- SubSection "Display"
- Viewport 0 0
- Depth 24
- Modes "1280x1024" "1024x768"
- EndSubSection
- EndSection
复制代码
效果:

scrot 截的图,上面是屏幕一,下面是屏幕二,不过看来得针对这个屏幕做张专门的墙纸了
未解决问题:
1、不能开compiz,这我无所谓,一直不用。
2、X关闭后就无法再启动X了,得重新起动,这个很郁闷。 |
|