[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Video Problem?



2011/9/21, David Lowe <doctorjlowe@verizon.net>:
> 	I recently put 6.0.2.1 on a PowerMac G5.  The install seemed to go well,
> but the reboot on this machine gives me just a blank screen.  I get normal
> video from yaboot, and normal video from OSX, but nothing from Squeeze.  In
> fact, the monitor tells me it's not even seeing any input at this stage.
> This is far out of my experience that i don't even know what keywords to
> search for on the web.  Can i get some hints to help troubleshoot this
> issue?  The video card for the machine in question is an NVIDIA GeForce
> FX5200
>
I could see console output, but nothing from X.

Looking at Xorg.0.log told me that the problem was the refresh rate
that was set to 50 Hz, which wasn't acceptable to my monitor.

Creating following xorg.conf solved the issue:

Section "Device"
    Identifier  "Configured Video Device"
    BusID       "PCI:240:16:0"
    Driver      "nouveau"
    Option      "Monitor-TV-1"  "Configured Monitor"
EndSection

Section "Monitor"
    Identifier  "Configured Monitor"
    Option      "Ignore"        "true"
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Device      "Configured Video Device"
EndSection

This disables the non-existent TV output and allows the driver to use
suitable frequency values instead.

BTW, how did you get around it, David?

Risto


Reply to: