Laptop dual head problems

Rod Heyd rsheyd at gmail.com
Tue Dec 27 21:18:40 UTC 2005


I'm having some trouble getting dual heads working properly on my laptop.

I have an HP dv4000 with an i915 chip set.

I've got dual head sort of working, but it's certainly not working the way I
want, and I think I need a second
pair of eyes to help me see what's wrong.

The laptop display is fine, and works just as expected.  But I've got two
problems with the external monitor.

1. The external monitor is mirroring the laptop display, which I don't want,
I want it to be placed "LeftOf" my laptop display.

2. The display on the external monitor vibrates, as though the entire
desktop shifts left and right 2 or 3 pixels, making the display very blurry
and virtually unreadable.


Does any see what I'm missing?

Thanks!

Rod


Relavant Parts of my xorg.conf:

Section "ServerLayout"
    Identifier     "dual head configuration"
    Screen         "Screen0"
        Screen         "Screen1" LeftOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
    Option        "Xinerama" "true"

EndSection

Section "Monitor"

# 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "LCD Panel 1280x800"
    HorizSync    31.5 - 90.0
    VertRefresh  60.0 - 60.0
    ModeLine     "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync
+vsync
    Option        "dpms"
EndSection

Section "Monitor"

    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "ViewSonic PT770"
    HorizSync    30.0 - 82.0
    VertRefresh  50.0 - 130.0
    Option        "dpms"
EndSection

Section "Device"
    Identifier  "Videocard0"
    BusId        "PCI:0:2:0"
    Driver      "i810"
    VendorName  "Videocard vendor"
    BoardName   "Intel 915"
    Option        "MonitorLayout" "CRT,CRT+LFP"
        Screen 0
EndSection

Section "Device"
    Identifier  "Videocard1"
    BusId        "PCI:0:2:0"
    Driver      "i810"
    VendorName  "Videocard vendor"
    BoardName   "Intel 915"
        Screen 1
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes    "1280x800" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1280x800" "1280x1024" "1152x864" "1024x768" "800x600"
"640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Videocard1"
    Monitor    "Monitor1"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes    "1024x768" "800x600" "640x480"
   EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20051227/5dd9f348/attachment-0001.htm>


More information about the fedora-list mailing list