![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Delimiters missing | Indalecio | Shell Programming and Scripting | 2 | 02-23-2007 12:28 AM |
| Missing functions HELP! | sha1024 | High Level Programming | 1 | 02-05-2007 11:06 AM |
| missing CDE | frankkahle | SUN Solaris | 5 | 05-25-2006 02:35 PM |
| what am I missing? | Zelp | Shell Programming and Scripting | 4 | 06-13-2005 02:32 PM |
| /tmp is missing ???? | BAM | UNIX for Dummies Questions & Answers | 1 | 11-05-2002 10:50 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
/dev/fb* missing
I am trying to run openwin on Solaris 5.8, but get an error:
/dev/fb: No such file or directory Graphics Adapter device /dev/fb is of unknown type Fatal server error: InitOutput: Error loading module for /dev/fb giving up. /usr/openwin/bin/xinit: Connection refused (errno 146): unable to connect to X server /usr/openwin/bin/xinit: No such process (errno 3): Server error. I also can not do xhost + and have set the display variable... There is no device in /dev called fb, and I want to know how you create this? |
| Forum Sponsor | ||
|
|
|
|||
|
Thanks for the suggestion. I think something is seriously wron on this system...
root@finoradev # mknod /devices/pci@1f,4000/TSI,gfxp@4:gfxp0 c 68 0 mknod: No such file or directory There are also no /dev/gfx* devices in that dir? It looks like a complete setup for the graphics devices needs to be done. |
|
||||
|
It's rather dangerous to just use the mknod command directly like that.
There is a devlinks utility that will recreate the symbolic links in the /dev directory. There is also a drvconfig utility that can create the stuff in the /devices utility. Sun has a notion of a "reconfiguation" reboot and I think that this is the safest approach for a start. You just "touch /reconfigure" and then you reboot. The start-up scripts notice the file /reconfigure and run stuff like drvconfig and devlinks automatically. |
|
|||
|
This looks like another post from you. I replied to it concerning if this is a new installation. There is documented for Solaris 7 and below getting this error if you built the system without the proper OEM support.
if the client was installed from an OS Service that did not include OEM support, the system may not have the proper packages to run OpenWindows or CDE. The symptom of this problem is an error message similar the following, when attempting to start a windowing system: /dev/fb: No such file or directory Graphics Adapter device /dev/fb is of unknown type The fix is to reload the OS with the proper OEM support - In order to avoid the above stated problems, the following recommendations for client configuration must be applied: 1. The easiest solution is to remove the OS Service. Then readd the OS Service selecting the "Entire Distribution + OEM" as the cluster type. The Entire Distribution + OEM cluster will install all the required packages. This is more convenient than adding individual packages especially if more clients are going to be added at a later date. |