less than 1 minute read

Had a problem today with the no screens detected on the new Viz wall computers. Solved it by first installing the Nvidia binaries straight from their website, and then allowing X configure itself:
X -configure
cp xorg.conf.new /etc/X11/xorg.conf
nvidia-xconfig


After it configured itself, starting X was only a matter of:
init 5

Then, I had a problem with getting 3 seperate X screens configured to be on top of each other. This was to prove that it was possible, for use on the Viz Wall. I copied over a working xorg.conf from another tile wall with the same configuration, but that one didn't pick up both of the monitors on the single card. There was an error involving not having DFP-0 and DFP-1 setup to be configured. So, after much work, I got the cards to recognize the DFP-0 and DFP-1 as seperate screens (ie. in different screen declarations).

The Xorg.conf (Google Docs)

Moral of the story, Nvidia-Settings is very good at figuring out how to configure monitors.

Tags: ,

Updated:

Leave a comment