Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X fails AIGLX: error or
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
thecooptoo
Veteran
Veteran


Joined: 27 Apr 2003
Posts: 1353
Location: UK

PostPosted: Thu Jun 21, 2007 8:46 pm    Post subject: X fails AIGLX: error or Reply with quote

Xfails with this error
Code:
(EE) AIGLX: Screen 0 is not DRI capable

Ive configured X using X -configure, and the test gives me the gray/white screen. I copy the config file to /etc/X11/xorg.conf

Ive also configured it with xorgcfg, with gives me a screen that has the TWM windows. I also save to /etc/X11/xorg.conf.

Code:
dads log # cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"

        #DisplaySize      310   230     # mm
 ### Comment all HorizSync and VertRefresh values to use DDC:
        Identifier   "Monitor0"
        VendorName   "API"
        ModelName    "Acer V771"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    30.0 - 72.0
        VertRefresh  50.0 - 120.0
        Option      "DPMS"
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     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "UsePIO"                    # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "NoSLI"                     # [<bool>]
        #Option     "TexturedVideo"             # [<bool>]
        #Option     "DRI"                       # [<bool>]
        Identifier  "Card0"
        Driver      "tdfx"
        VendorName  "3Dfx Interactive, Inc."
        BoardName   "Voodoo 3"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Group        0
EndSection

dads log #             


Code:

dads log # lspci |grep VGA
01:00.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo 3 (rev 01)
dads log #                       

bit from make.conf
Code:
SE="3dfx alsa avi mysql apache2 arts berkdb bitmap-fonts slang readline gnome \
     gpm gstreamer ncurses nsplugins nvidia nptl nptlonly mmx \
     3dnow gdbm tcltk tcpd tk pam truetype-fonts type1-fonts libwww ssl \
     nls perl python esd gif imlib sdl oggvorbis gnome gtk java \
     ldap qt kde ldap motif mysql opengl pam pcre pdf png e  \
     session sdl tcltk tiff unicode  vhosts voodoo voodoo3 vorbis vcd \
     win32codecs xv quicktime openal scanner server ssl truetype ipv6 X xine"
VIDEO_CARDS="3dfx vesa voodoo3 fbdev"
INPUT_DEVICES="keyboard mouse"


when i do
xorgcfg -textmode
i choose tdfx driver and then get a different set of errors
Code:

OpenByBusid: drmGetBusid reports pci:0000:01:00.0
(EE) AIGLX error: dlopen of /usr/lib/dri/tdfx_dri.so failed (/usr/lib/dri/tdfx_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "Protocol" "Auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc101"
(**) Keyboard0: XkbModel: "pc101"
(**) Option "XkbLayout" "gb"
(**) Keyboard0: XkbLayout: "gb"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
DRIUnlock called when not locked
(II) TDFX(0): [drm] removed 1 reserved context for kernel
(II) TDFX(0): [drm] unmapping 8192 bytes of SAREA 0xe0868000 at 0xb3b4b000
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.


Code:

dads linux # lsmod
Module                  Size  Used by
snd_seq_midi            7328  0
tdfx                    3200  0
spca5xx               679248  0
gspca                 653904  0
videodev                8320  2 spca5xx,gspca
snd_ens1371            19840  0
snd_rawmidi            20512  2 snd_seq_midi,snd_ens1371
dads linux #               


so what do i need to do to get an xorg.conf that will let me run gnome ?
_________________
join the optout - http://nhsconfidentiality.org
Back to top
View user's profile Send private message
Abraxas
l33t
l33t


Joined: 25 May 2003
Posts: 814

PostPosted: Fri Jun 22, 2007 1:46 am    Post subject: Reply with quote

Edit /etc/rc.conf and set your XSESSION to Gnome. As for AIGLX I'm not sure whether or not your card is supported.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Fri Jun 22, 2007 2:46 am    Post subject: Reply with quote

Yeah, a 3DFX is pretty old stuff.
Back to top
View user's profile Send private message
thecooptoo
Veteran
Veteran


Joined: 27 Apr 2003
Posts: 1353
Location: UK

PostPosted: Fri Jun 22, 2007 5:32 am    Post subject: Reply with quote

Code:
dads linux # grep ^[A-Za-z]  /etc/rc.conf
UNICODE="yes"
EDITOR="/bin/nano"
XSESSION="Gnome"
dads linux #   


ive had gentoo on this since 2.4 kernel - it has seemed to be OK until fairly recently when ! started getting a lot of KDE screen freezes and errors, so I thought I d try something else, so I removed KDE , updatred everything and then cant start X now :cry:
_________________
join the optout - http://nhsconfidentiality.org
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum