Video: DFI hybrid motherboard runs two whole systems… simultaneously! (http://ping.fm/iUfNh)
AV guarantee
AV guarantee… We remove your viruses & for an additional $100 we guarantee you won’t get another in the next year or we fix it for free.
John will be fielding all residential calls from here on. We’re offering new services for residential as well. Off-site backups for $100!
Now I’m fixing an email issue that was created when someone “fixed” something for one of my clients.
How to fix solaris xsun xserver /dev/fb does not exist error… with XVR cards.
How to fix solaris xsun xserver /dev/fb does not exist error…
with XVR cards.
1. Determine your driver…
XVR-100 uses pfb
XVR-500 uses ifb
XVR-600 uses jfb
XVR-1200 uses jfb
2. If you dont know what XVR you have try this…
# find /devices -name “*XVR*”
You should see something like this
/devices/pci@1e,600000/SUNW,XVR-500@3 -Directory
/devices/pci@1e,600000/SUNW,XVR-500@3:ifb0 -Actual Device
Make note of this “ifb0″ location (/devices/pci@1e,600000/SUNW,XVR-500@3:ifb0)
3. See if /etc/dt/config/Xservers exists as a file. If the /etc/dt/config/Xservers file does not exist, create the /etc/dt/config directory and copy the Xservers file from /usr/dt/config/Xservers to /etc/dt/config.
# mkdir -p /etc/dt/config
# cp /usr/dt/config/Xservers /etc/dt/config
4. Now edit /etc/dt/config/Xservers
# cd /etc/dt/config
# chmod 755 Xservers
# vi Xservers
Change the last line to
:0 Local local_uid@console root /usr/openwin/bin/Xsun :0 -dev /dev/fb -nobanner
Save the file with :wq [enter]
5. Now add symbolic link for /dev/fb to point to your device
# ln -s /devices/pci@1e,600000/SUNW,XVR-500@3:ifb0 /dev/fb
6. Run the following if using ifb… change command accordingly for jfb, or pfb drivers.
# /usr/lib/fbconfig/SUNWifb_config -dev /dev/fb
7. Reboot
# init 6
8. Enjoy!