[xorg-bugzilla-noise] [Bug 741] New: laptop with radeon igp320 works with LCD fails with external monitor/projector

bugzilla-daemon at pdx.freedesktop.org bugzilla-daemon at pdx.freedesktop.org
Thu Jun 10 20:59:06 PDT 2004


Please do not reply to this email: if you want to comment on the bug, go to     
the URL shown below and enter your comments there.  
  
http://freedesktop.org/bugzilla/show_bug.cgi?id=741   
   
           Summary: laptop with radeon igp320 works with LCD fails with
                    external monitor/projector
           Product: xorg
           Version: 6.7.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Driver/Radeon
        AssignedTo: xorg-bugzilla-noise at freedesktop.org
        ReportedBy: erichey2 at comcast.net


I have an hp ze4630us laptop with radeon igp320 card running linux 2.6.7-rc2,
glibc 2.3.3.20040420 with nptl enabled, and xorg-x11-6.7.0. The laptop dual
boots with WinXP. X works normally when using only the LCD screen. When I cable
an external monitor or projector to the laptop (directly, no port replicator),
both the LCD and the external monitor work in character mode, but as soon as X
starts only the LCD continues to work. The monitor reports continually recycling
horizontal and vertical settings (no relationship to what is specified in
xorg.conf) but no screen image appears. If using a projector, a "no input"
signal is given and blue screen appears. If I boot WinXP, the external
monitor/projector work normally. I've tried using variable and fixed
horizontal/vertical settings including vertical 60hz (this is what WinXP uses).
I've tried omitting the extra radeon options. The external monitor/projector
will work with the vga driver but the image is too large to be useful. The LCD
screen works well with almost any horizontal/vertical setting.

I don't detect anything different in the X log when operating with or without
the external monitor. 

Here is my xorg.conf
Section "Module"


    Load        "dbe"   # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "speedo"
    Load        "freetype"

    Load       "glx"
    Load       "dri"

EndSection

Section "Files"

    RgbPath     "/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/75dpi/:unscaled"
    FontPath   "/usr/share/fonts/100dpi/:unscaled"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/corefonts/"
    FontPath   "/usr/share/fonts/tt-misc/"


EndSection

Section "ServerFlags"

EndSection

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "Keyboard"

    Option "AutoRepeat" "500 30"

    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc102"
    Option "XkbLayout"  "us"

EndSection


Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"

EndSection


Section "Monitor"

    Identifier  "laptopmon"

    HorizSync   31.5 - 48.5

    VertRefresh 50-70

EndSection


Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"

EndSection

Section "Device"
    Identifier  "ATI Radeon IGP320"
    Driver      "radeon"
    Option      "AGPMode" "4"
    Option      "AGPFastWrite" "True"
    Option      "EnablePageFlip" "True"
EndSection


Section "Screen"
    Identifier  "Screen 1"
    Device      "ATI Radeon IGP320"
    Monitor     "laptopmon"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

    Screen "Screen 1"

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection   
   
--    
Configure bugmail: http://freedesktop.org/bugzilla/userprefs.cgi?tab=email   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the xorg-bugzilla-noise mailing list