Bug 57706 - X fails to start on a docked Dell Latitude C600
Summary: X fails to start on a docked Dell Latitude C600
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: XFree86
Version: 7.2
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mike A. Harris
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-12-19 18:01 UTC by Daniel Hanks
Modified: 2007-04-18 16:38 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-01-25 00:10:38 UTC
Embargoed:


Attachments (Terms of Use)

Description Daniel Hanks 2001-12-19 18:01:32 UTC
Description of Problem:
X fails to start on my Dell Latitude C600 laptop when docked. I'm using a Compaq S900 monitor. My guess is that when I attempt to start X, it tries to initialize the LCD instead of the monitor. I can run X just fine when I have Xconfigurator configure for the LCD screen instead.

Version-Release number of selected component (if applicable):
XFree86-4.1.0

How Reproducible:
Every time

Steps to Reproduce:
1. Run Xconfigurator
2. Which detects the video and monitor (the Compaq S900) correctly, but fails to detect the video ram.
3. Select 8Mb video memory manually
4. Select 1280x1024@24bpp for resolution
5. Test starting X fails

Actual Results:
Xconfigurator attempts to start X, the screen goes blank for a moment, and then the monitor switches as if there is no input signal (The "on" light turns from green to orange).


Expected Results:
X should start up just fine.

Additional Information:
As I mentioned, I can run X just fine on the LCD, but I use this thing docked a lot more than I do undocked.

Comment 1 Patrick C. F. Ernzer 2002-01-07 10:49:22 UTC
If you are using the 'ati' driver, you may want to add
        Option "Display" "BIOS"

In Section "Device".

e.g. (on my CPx)

Section "Device"
        Identifier "ATI|Rage Mobility P/M AGP 2x"
        Driver "ati"
        BoardName "Unknown"
        Option "Display" "BIOS"
EndSection

Comment 2 Daniel Hanks 2002-01-07 17:02:36 UTC
Well, I tried your suggestion and:

1) either that worked, 

or 

2) changing the setting in the BIOS to use the laptop's video card instead of the docking station video card (I don't think the docker has one to begin with...) worked 

or 

the combination of those two things fixed the problem. I'm guessing it was your suggestion. Incidentally, Xconfigurator specifies "r128" for the driver. I've switched to "ati" and added the "Display" "BIOS" option as well.

Thanks for your help.

Comment 3 Mike A. Harris 2002-01-25 00:09:39 UTC
Just to add some information.  There are 3 ATI video drivers that come
with XFree86 4.x.  "ati", "r128", "radeon"

Each one of those drivers is for the specific chipset family.  The
"radeon" driver *only* works with Radeon hardware, the "r128" driver
*only* works with ATI Rage 128 hardware, and the "ati" driver *only*
works with Mach64 and older hardware.

Quite often when someone has a problem, someone else will suggest trying
one of the other ATI drivers "just in case".  This information is
false however and will not change a thing.  Each of the 3 drivers,
support only that specific chipset family that they were designed for.
The drivers were however made a bit smart, so that if someone specifies
the wrong driver (choosing r128 driver for a Mach64 card), the driver
internally bails out, and starts the correct driver instead - overriding
the user's selection.  So in short, if "ati" driver does not work,
choosing "r128" as the driver, only causes the "r128" driver to start
up, go "hmm, this is not an r128 card", and then it starts up the "ati"
driver instead, and bails.

Likewise for other invalid combinations.  One additional thing however,
is that choosing the wrong driver, does not always work.  Sometimes
the autodetection logic in the wrong driver, will fail and not be able
to load the correct driver.

In the end, the proper thing to do, is use the correct driver at all
times.  If it fails, then it is either a misconfiguration, or a bug
in the driver, or some other issue.  In any case, choosing the wrong
driver "just to see if it works" will not ever yeild better results
by design.


Comment 4 Mike A. Harris 2002-07-26 11:10:35 UTC
Closing as resolved in CURRENTRELEASE (RHL 7.3)


Note You need to log in before you can comment on or make changes to this bug.