Issues after moving gfx card

Hello,

I have a Sun V880 and a raptor gfx -8p today i installed a lsi card and had to use the pci slot that the gfx was using as it needed a 5v rail,

after doing so i did a reconfigure boot with boot -r and now i no longer have a functioning display

Im probably missing something simple, am i supposed to tell x11 to use the same card on a different port?

when i run x11 from the command line it states

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: SunOS 5.10 Generic sun4u
Current Operating System: SunOS SUN-FIRE-880 5.10 Generic_141444-09 sun4u
Build Date: 20 May 2009

Solaris ABI: 64-bit
SUNWxorg-server package version: 6.6.2.7600,REV=0.2007.06.22
SUNWxorg-server patches applied: 125719-23
SUNWxorg-graphics-ddx package version: 6.6.2.7600,REV=0.2007.06.22
SUNWxorg-graphics-ddx patches applied: 125719-23
        Before reporting problems, check http://sunsolve.sun.com/
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 20 23:37:09 2015
(EE) Unable to locate/open config file

Fatal server error:
xf86OpenConsole: Cannot open /dev/fb (No such file or directory)

Also i checked with modinfo and it does show the gfx card and it has loaded the driver

SUN-FIRE-880% modinfo -c | grep gfx
 82          1 gfxp                             LOADED/INSTALLED

---------- Post updated 03-21-15 at 02:55 PM ---------- Previous update was 03-20-15 at 10:15 PM ----------

as well i just tried reinstalling the device drivers but still no luck

Do i need to make sym link to the new card maybe?

What's the output from:

ls -l /dev/fb
ls -lL /dev/fb

That'll show if you need to make a new symlink.

ok so this is the output i get with the card in the correct spot (i endded up putting it back since i need the screen)

SUN-FIRE-880% ls -lL /dev/fb
crw-------   1 root     root     116,  0 Mar 23  2014 /dev/fb
SUN-FIRE-880% ls -l /dev/fb
lrwxrwxrwx   1 root     root          38 Apr  7  2014 /dev/fb -> /devices/pci@9,600000/TSI,gfxp@1:gfxp0

so should i move the card to the new slot and then set a new symlink ?

Try

find /devices | grep gfxp

to see where the card really is in the /device tree.

And

grep gfx /etc/path_to_inst

to see where the module thinks it is.