This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Directing /dev/fb2 to LCD

I'm using frame buffer memory of 0:16M,1:16M,2:16M, and want to direct /dev/fb0 and /dev/fb1 to the HDMI at 1920x1080 and /dev/fb2 to the LCD at 800x480. I have the following so far:

./graphics0/nodes: 1:hdmi
./graphics1/nodes: 1:hdmi
./graphics2/nodes: 1:dvo2

./display0/timings: 148500,1920/88/148/44,1080/4/36/5,1
./display1/timings: 148500,1920/88/148/44,1080/4/36/5,1
./display2/timings: 54000,720/12/68/64,480/5/41/5,0

./display0/mode: 1080p-60
./display1/mode: 1080p-60
./display2/mode: ntsc

But I can't seem to change the mode, timings, output or any of the other settings for the /dev/fb2. It seems to stay stuck on SD. What additional setting do I have to set to make /dev/fb2 be directed to the LCD?

Since the nodes for graphics2 has been set to the LCD, when I set data to /dev/fb2, it does show up on the LCD, however due to the incorrect timing, it's all a mess. 

~Ashwin