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

Re: Power Mac G5 Debian Wheezy / Problem with GeForce FX 5200 Ultra



X Probabl selects wrong output. I'm using DVI, and the following
/etc/X11/xorg.conf makes it work:
--
Section "Device"
    Identifier  "Configured Video Device"
    BusID       "PCI:240:16:0"
    Driver      "nouveau"
    Option      "Monitor-TV-1"  "Configured Monitor"
    Option	"NoAccel"	"true"
EndSection

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

Section "Screen"
    Identifier  "Default Screen"
    Device      "Configured Video Device"
EndSection
--
The idea is to disable the TV output that X thinks is active. There is
no connector on that output, but it exists on the chip.

Risto


Reply to: