LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Dual head on Fedora 8 with HP monitor (https://www.linuxquestions.org/questions/linux-desktop-74/dual-head-on-fedora-8-with-hp-monitor-611956/)

noir911 01-08-2008 06:09 AM

Dual head on Fedora 8 with HP monitor
 
I am running FC 8. I have 2 HP L2045w monitors - one of them is detected by the system just fine. The other one is detected when the system boots up but it disappears when I get to the GUI login prompt (KDE).

I have gone to the Display setting -> Dual Head & selected HP LP2465 Flat Panel Monitor and restart X and I cannot get to X anymore. I cannot find HP L2045w in the HP list but my monitor0 is detected as HP L2045w perfectly fine by the system.

I tried changing the Monitor1 section similar to Monitor0 but that didn't work.

Here's my /etc/X11/xorg.conf file

Quote:



# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "on"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "HP L2045w (autoconfigured)"
HorizSync 24.0 - 93.0
VertRefresh 50.0 - 76.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "HP LP2065 Flat Panel Monitor"
HorizSync 30.0 - 92.0
VertRefresh 48.0 - 85.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "nv"
VendorName "Videocard Vendor"
BoardName "nVidia Corporation G71GL [Quadro FX 3500]"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050"
EndSubSection
EndSection

Thanks for any help.


All times are GMT -5. The time now is 07:49 PM.