How about using Fedora's own Xorg configuration utility instead of
Xorg's own utility? it seems that Xorg doesn't know anything from the
DDC probe it tried to retrieve.

Use: system-config-display --reconfig 

Thanks,
Hetz

On 9/15/05, Aharon Schkolnik <[EMAIL PROTECTED]> wrote:
> Hi.
> 
> We have a rack-mounted IBM  X306 running Fedora. Until now it was connected to
> a regular monitor via a KVM switch, and it worked fine.
> 
> We just acquired a rack-mounted monitor  which I connected in place of the
> regular monitor. Now, Linux does not work in graphic mode, nor do I see any
> of the boot messages. It does work in console mode. Other IBM X306 boxes
> running Windows work fine.
> 
> The monitor is an IBM T540.
> 
> Here is the xorg.conf.new generated by the command:
> Xorg -configure
> 
> Section "ServerLayout"
>        Identifier     "X.org Configured"
>        Screen      0  "Screen0" 0 0
>        InputDevice    "Mouse0" "CorePointer"
>        InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> Section "Files"
>        RgbPath      "/usr/X11R6/lib/X11/rgb"
>        ModulePath   "/usr/X11R6/lib/modules"
>        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
>        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
>        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
>        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
>        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
>        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
> EndSection
> 
> Section "Module"
>        Load  "xtrap"
>        Load  "extmod"
>        Load  "dri"
>        Load  "record"
>        Load  "vnc"
>        Load  "glx"
>        Load  "dbe"
>        Load  "freetype"
>        Load  "type1"
> EndSection
> 
> Section "InputDevice"
>        Identifier  "Keyboard0"
>        Driver      "kbd"
> EndSection
> 
> Section "InputDevice"
>        Identifier  "Mouse0"
>        Driver      "mouse"
>        Option      "Protocol" "auto"
>        Option      "Device" "/dev/mouse"
> EndSection
> 
> Section "Monitor"
>        Identifier   "Monitor0"
>        VendorName   "Monitor Vendor"
>        ModelName    "Monitor Model"
> EndSection
> 
> Section "Device"
>        ### Available Driver options are:-
>        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
>        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
>        ### [arg]: arg optional
>        #Option     "NoAccel"                   # [<bool>]
>        #Option     "SWcursor"                  # [<bool>]
>        #Option     "Dac6Bit"                   # [<bool>]
>        #Option     "Dac8Bit"                   # [<bool>]
>        #Option     "BusType"                   # [<str>]
>        #Option     "CPPIOMode"                 # [<bool>]
>        #Option     "CPusecTimeout"             # <i>
>        #Option     "AGPMode"                   # <i>
>        #Option     "AGPFastWrite"              # [<bool>]
>        #Option     "AGPSize"                   # <i>
>        #Option     "GARTSize"                  # <i>
>        #Option     "RingSize"                  # <i>
>        #Option     "BufferSize"                # <i>
>        #Option     "EnableDepthMoves"          # [<bool>]
>        #Option     "EnablePageFlip"            # [<bool>]
>        #Option     "NoBackBuffer"              # [<bool>]
>        #Option     "PanelOff"                  # [<bool>]
>        #Option     "DDCMode"                   # [<bool>]
>        #Option     "MonitorLayout"             # [<str>]
>        #Option     "IgnoreEDID"                # [<bool>]
>        #Option     "UseFBDev"                  # [<bool>]
>        #Option     "VideoKey"                  # <i>
>        #Option     "MergedFB"                  # [<bool>]
>        #Option     "CRT2HSync"                 # [<str>]
>        #Option     "CRT2VRefresh"              # [<str>]
>        #Option     "CRT2Position"              # [<str>]
>        #Option     "MetaModes"                 # [<str>]
>        #Option     "MergedDPI"                 # [<str>]
>        #Option     "NoMergedXinerama"          # [<bool>]
>        #Option     "MergedXineramaCRT2IsScreen0"       # [<bool>]
>        #Option     "DisplayPriority"           # [<str>]
>        #Option     "PanelSize"                 # [<str>]
>        #Option     "ForceMinDotClock"          # <freq>
>        #Option     "RenderAccel"               # [<bool>]
>        #Option     "SubPixelOrder"             # [<str>]
>        #Option     "ShowCache"                 # [<bool>]
>        #Option     "DynamicClocks"             # [<bool>]
>        Identifier  "Card0"
>        Driver      "ati"
>        VendorName  "ATI Technologies Inc"
>        BoardName   "Radeon RV100 QY [Radeon 7000/VE]"
>        BusID       "PCI:4:2:0"
> EndSection
> 
> Section "Screen"
>        Identifier "Screen0"
>        Device     "Card0"
>        Monitor    "Monitor0"
>        SubSection "Display"
>                Viewport   0 0
>                Depth     1
>        EndSubSection
>        SubSection "Display"
>                Viewport   0 0
>                Depth     4
>        EndSubSection
>        SubSection "Display"
>                Viewport   0 0
>                Depth     8
>        EndSubSection
>        SubSection "Display"
>                Viewport   0 0
>                Depth     15
>        EndSubSection
>        SubSection "Display"
>                Viewport   0 0
>                Depth     16
>        EndSubSection
>        SubSection "Display"
>                Viewport   0 0
>                Depth     24
>        EndSubSection
> EndSection
> 
> 
> 
> Any ideas ???
> 
> TIA !!!
> 
> 
> --
>  The day is short, and the work is great,  |  Aharon Schkolnik
>  and the laborers are lazy, and the reward |
>  is great, and the Master of the house is  |  [EMAIL PROTECTED]
>  impatient. - Ethics Of The Fathers Ch. 2  |  052-5560120
> 
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
> 
>

================================================================To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to