Re: plane simple vanilla X and 3 errors:
"Matt Stafford" <[email protected]>
| Newsgroups | gmane.os.openbsd.x11 |
|---|---|
| Message-ID | <[email protected]> |
On Nov 10, 2007 5:36 PM, badeguruji <[email protected]> wrote: > (EE) Unable to locate/open config file > (EE) Failed to load module "dri" (module does not exist, 0) > (EE) Failed to load module "fbdev" (module does not exist, 0) > > i am worried about last 2. any advice is appreciated. > The first error means that it's not using a configuration file. That's not a problem unless you are actually trying to use one... X can now run "config-less" a lot of times without problems. If you want to use a custom configuration file, try running "X -configure" as root, which will put a default config file in your home directory. Edit that file to your liking, and copy it to /etc/X11/xorg.conf. X should pick it up fine from there. The last two errors are probably not really a big deal either. My guess for why they are occuring is that the internal default configuration X tries to use includes instructions for loading those two modules. The modules are likely available on most installations of X, but are not built and installed (for good reason probably) in the default OpenBSD X build. Matt