Reply
 
Thread Tools Display Modes
  #1  
Old 10-09-2007, 06:30 AM
WalmartSniperLX WalmartSniperLX is offline
Junior Member
 
Join Date: Oct 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Can not get Direct Rendering with onboard VIA graphics
I just installed PCBSD 1.4 a few nights ago. While setting up a few things, I did a glxinfo to find this:

Code:
 name of display: :0.0
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
0x21 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
My xorg.conf looks like :
Code:
# Xorg.conf file generated for PC-BSD

Section "ServerLayout"
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option         "Clone" "off"
EndSection

Section "Files"
    RgbPath         "/usr/local/lib/X11/rgb"
    ModulePath      "/usr/local/lib/xorg/modules"
    FontPath        "/Programs/fonts/"
    FontPath        "/usr/local/lib/X11/fonts/cyrillic/"
    FontPath        "/usr/local/lib/X11/fonts/TrueType/"
    FontPath        "/usr/local/lib/X11/fonts/webfonts/"
    FontPath        "/usr/local/lib/X11/fonts/misc/"
    FontPath        "/usr/local/lib/X11/fonts/TTF/"
    FontPath        "/usr/local/lib/X11/fonts/Type1/"
    FontPath        "/usr/local/lib/X11/fonts/CID/"
    FontPath        "/usr/local/lib/X11/fonts/75dpi/"
    FontPath        "/usr/local/lib/X11/fonts/100dpi/"
    FontPath        "/usr/local/lib/X11/fonts/dejavu/"
    FontPath        "/usr/local/lib/X11/fonts/local/"
EndSection

Section "Module"
    Load           "dri"
    Load           "ddc"
    Load           "dbe"
    Load           "extmod"
    Load           "xtrap"
    Load           "freetype"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/sysmouse"
    Option         "Buttons" "6"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Generic Monitor"
    ModelName      "Generic"


EndSection


Section "Device"
        ### Available Driver options are:-
        ### Values: [i]: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"          "True"  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # [i]
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # [i]
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # [i]
    Identifier     "Card0"
    Driver         "via"
    VendorName     "Generic via Driver"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth   24
    SubSection     "Display"
        Depth      24
        Modes      "1280x1024"
    EndSubSection
EndSection
I believe I added the 'dri' option under the module list. Originally It was not listed. However that did not help :x
Does anyone know how I can get direct rendering? My computer runs really slow without it and will appreciate any help. Thanks in advance.
Reply With Quote
  #2  
Old 11-11-2007, 02:09 AM
angryfirelord angryfirelord is offline
Senior Member
 
Join Date: Mar 2007
Posts: 121
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Can not get Direct Rendering with onboard VIA graphics
Could be missing a few libraries. Try installing libgl & glproto from ports.

I did a search for "glx" and got this:
http://www.freebsd.org/cgi/ports.cgi...ll&sektion=all
__________________
PC-BSD: "So easy a neanderthal can use it."
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with GLX and Direct Rendering??? Ben Hacker Jr Graphics Cards 4 06-04-2007 03:47 PM
The Road to KDE 4: SVG Rendering in Applications dracheflieger The Lounge 8 01-07-2007 05:35 AM
Onboard sound not working jonsnow7412 Sound and Multimedia 2 10-23-2006 06:14 PM
Two hardware problems: noise in mp3's & no direct rederi BeaStiE FreeBSD Help 1 10-13-2005 05:37 PM
[0.78] pbi packages not working when direct... Dingens General Bug Reports 5 07-22-2005 11:32 PM


All times are GMT. The time now is 04:21 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.