David Mintz wrote:
> 
> Hello
> 
> This FreeBSD newbie just installed FreeBSD 4.4 (determined to fulfill my
> New Years resolution to migrate away from M$ Windows (-:). I forwent XFree
> 3.3.6 during the install because it seemed it would not support my ATI
> Radeon VE card.
> 
> I installed XFree 4.1.0_6 from the package on the installation CD, then
> ran XFree -configure per the instructions in the Free BSD Handbook, then
> ran XFree using the new configuration file, also per the instructions.
> 
> Result: black, blank screen, but pressing Ctrl-Alt-Backspace killed it.
> 
> The output to STDERR says, among other things,
> 
> [big snip]
> (EE) RADEON(0): [dri] RADEONInitVisualConfigs failed (depth 8 not supported).  
>Disabling DRI.

Try:

    startx -- -depth 24

or maybe -depth 32.

> [snip]
> Couldn't load XKB keymap, falling back to pre-XKB keymap

I've seen this before, I don't think it will prevent it from working.

> Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from 
>list!
> Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!

Again, this won't prevent it from working.  You can fix it by adding

        Load  "freetype"
        Load  "speedo"

to the "Module" section.


If the -depth 24 works, then add "DefaultDepth 24" to the "Screen"
section.
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to