Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xlib: extension "XFree86-DRI" missing on display
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
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Thu Jul 03, 2003 12:16 pm    Post subject: Xlib: extension "XFree86-DRI" missing on display Reply with quote

I have followed this: https://forums.gentoo.org/viewtopic.php?t=46681&highlight=xfree86 andthis is what I get:

Code:
Xlib:  extension "XFree86-DRI" missing on display ":0.0".


Any idea what's going on?

I'm on my laptop with an integrated Sis 650 chip.
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Thu Jul 03, 2003 12:40 pm    Post subject: Reply with quote

I'm following this guide: http://dri.sourceforge.net/doc/DRIuserguide.html

It sees that bus mastering is disabled for my graphics card, but when I run this script:

Code:

    #!/bin/bash
    dev=01:00.0   # change as appropriate
    echo Enabling bus mastering on device $dev
    setpci -s $dev 4.w=$(printf %x $((0x$(setpci -s $dev 4.w)|4)))
    dev=00:00.0
    echo Enabling bus mastering on host bridge $dev
    setpci -s $dev 4.w=$(printf %x $((0x$(setpci -s $dev 4.w)|4)))


I get this:
Code:

GrayHat init.d # setpci -s 01:00.0 4.w
0003
GrayHat init.d # lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 650 Host (rev 11)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS 530 Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513 (rev 04)
00:02.3 FireWire (IEEE 1394): Silicon Integrated Systems [SiS] FireWire Controller
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
00:02.6 Modem: Silicon Integrated Systems [SiS] Intel 537 [56k Winmodem] (rev a0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:09.0 CardBus bridge: Texas Instruments PCI1250 PC card Cardbus Controller (rev 01)
00:09.1 CardBus bridge: Texas Instruments PCI1250 PC card Cardbus Controller (rev 01)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] SiS650/651/M650/740 PCI/AGP VGA Display Adapter
GrayHat init.d # setpci -s 01:00.0 4.w
0003
GrayHat init.d # ./graphicbus
Enabling bus mastering on device 01:00.0

Enabling bus mastering on host bridge 00:00.0

GrayHat init.d # setpci -s 01:00.0 4.w
0003


The bit doesn't get activated! :(
Back to top
View user's profile Send private message
dberkholz
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 1008
Location: Minneapolis, MN, USA

PostPosted: Thu Jul 03, 2003 9:40 pm    Post subject: Re: Xlib: extension "XFree86-DRI" missing on disp Reply with quote

Deathwing00 wrote:
I have followed this: https://forums.gentoo.org/viewtopic.php?t=46681&highlight=xfree86 andthis is what I get:

Code:
Xlib:  extension "XFree86-DRI" missing on display ":0.0".


Any idea what's going on?

I'm on my laptop with an integrated Sis 650 chip.


Unfortunately the 650 isn't supported for DRI. =\
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Thu Jul 03, 2003 10:55 pm    Post subject: Re: Xlib: extension "XFree86-DRI" missing on disp Reply with quote

spyderous wrote:
Deathwing00 wrote:
I have followed this: https://forums.gentoo.org/viewtopic.php?t=46681&highlight=xfree86 andthis is what I get:

Code:
Xlib:  extension "XFree86-DRI" missing on display ":0.0".


Any idea what's going on?

I'm on my laptop with an integrated Sis 650 chip.


Unfortunately the 650 isn't supported for DRI. =\


You are right... checked out. It's a real pitty :( Nevermind, perhaps in the near future it will... :roll:
ture
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