LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-01-2005, 07:00 AM   #1
digitX
LQ Newbie
 
Registered: Mar 2005
Posts: 8

Rep: Reputation: 0
how to solve missing "XFree86-DRI" on display ":0.0"


hi,

I need help with installing a program called GLITCH to do an OpenGL assignment.
I have Mandrake 9.0. I've downloaded the openGL libraries from the Mesa website.
When I want to execute GLITCH it says:

GL library /usr/x11R6/lib/libGL.so.1.2
XLib : extension "XFree86-DRI" missing on display ":0.0"

I don't understand what this means and don't know how to solve it.
How can I install XFree86-DRI on display 0.0?

Can someone help me!

Thanks.

digitX
 
Old 03-01-2005, 07:37 AM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
What graphics card are you using?
What is GLITCH?

Last edited by comprookie2000; 03-01-2005 at 07:46 AM.
 
Old 03-01-2005, 07:55 AM   #3
digitX
LQ Newbie
 
Registered: Mar 2005
Posts: 8

Original Poster
Rep: Reputation: 0
Unhappy

hi,

GLITCH is just a program we use to help us learn OpenGL.

I don't know how to check what graphics card I have.

digitX
 
Old 03-01-2005, 08:19 AM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Post as root;
Code:
lspci
also
Code:
lsmod

Last edited by comprookie2000; 03-01-2005 at 08:21 AM.
 
Old 03-01-2005, 08:32 AM   #5
digitX
LQ Newbie
 
Registered: Mar 2005
Posts: 8

Original Poster
Rep: Reputation: 0
From what you gave me, I guess my graphics card is:

VGA compatible controller: Silicon Integrated Systems [SiS] SiS630 GUI Accelerator+3D (rev 31)

But, I'm still confused about missing XFree
 
Old 03-01-2005, 08:45 AM   #6
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
That just means you don't have direct rendering on display 0,0 the display you are on.
post your /etc/X11/XF86Config-4 the graphics part.
also see if this helps;
http://info.ccone.at/INFO/mandrake/9...xfdrake-expert
you will need the "sis" driver

Last edited by comprookie2000; 03-01-2005 at 09:05 AM.
 
Old 03-01-2005, 09:05 AM   #7
digitX
LQ Newbie
 
Registered: Mar 2005
Posts: 8

Original Poster
Rep: Reputation: 0
hi,
This is what is written in the XF86Config-4 file:

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbCompat" ""
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1024x768 @ 60 Hz"
HorizSync 31.5-48.5
VertRefresh 50-70

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "SiS 630"
Driver "sis"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection

What is this file about? and how does it relate to XFree86 missing on display 0,0?

Still confused.
digitX
 
Old 03-01-2005, 09:15 AM   #8
leadazide
Member
 
Registered: Apr 2004
Location: Germany
Distribution: SuSE 11.0, Ubuntu 7.10
Posts: 390

Rep: Reputation: 30
Just add

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" <-------- this
EndSection
 
Old 03-02-2005, 06:15 AM   #9
digitX
LQ Newbie
 
Registered: Mar 2005
Posts: 8

Original Poster
Rep: Reputation: 0
hi,
I added that section to the XF86Config-4, and somehow my GUI disappeared and I had to run Mandrake on the console.

Anyway, I asked friends about the problem and they said I have to download the OpenGL driver for my graphics card.
My graphics card is SiS 630. However, I can't find any OpenGL driver for Sis 630 for OS Mandrake 9.1. All I found is for Windows.

Do anyone know where I can download Sis 630 OpenGL driver for Mandrake 9.1 ? Could you please direct me.

Thanks.
from digitX
 
Old 03-02-2005, 03:23 PM   #10
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
I hate to be the one to tell you but your card may not support direct rendering in linux,
I use a cheap nvidia card I got at wal-mart because they support linux.
 
Old 03-02-2005, 06:10 PM   #11
kenji1903
Member
 
Registered: Apr 2004
Location: M'sia, Aus, Chn
Distribution: Redhat Linux 8 & 9, Fedora Core 2, XP
Posts: 301

Rep: Reputation: 30
Hi there,
I am kind of having a similar problem... mine's "GLX" instead of "XFree86-DRI"
Using Asus Radeon 9200SE 128MB, I had the fglrx driver working with an older Radeon but this time I don't know what's wrong...
Also, I didn't compile DRI into the kernel... My XF86Config-4 is similar to the one above, I have dri and glx.
Any suggestions?

Cheers,
~WiLL~
 
Old 03-04-2005, 11:18 PM   #12
digitX
LQ Newbie
 
Registered: Mar 2005
Posts: 8

Original Poster
Rep: Reputation: 0
Do you know how to recover the GUI interface?
Somehow, my GUI interface (X server cannot be found)
and now I'm running Linux on a console only.

If not, do you know how to copy files saved in hard disk onto cd-rom
using the console.?

Thank you.
 
Old 03-04-2005, 11:24 PM   #13
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
remove the line you added in the XFREE86 file will get your GUI back.
 
Old 03-05-2005, 03:46 AM   #14
/bin/bash
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Mandrake Slackware-current QNX4.25
Posts: 1,802

Rep: Reputation: 47
You need to go to http://dri.sourceforge.net and get the dri driver for the sis300 chipset which includes these chipsets
SiS 300, SiS 305, SiS 540, SiS 630/S/ST/E/ET and SiS 730/S

There is lots of documentation there you need to read. You should make a pot of coffee and plan on spending some time there.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"Xlib: extension "XFree86-DRI" missing on display ":0.0"." zaps Linux - Games 9 05-14-2007 03:07 PM
Xlib: extension "XFree86-DRI" missing on display :0.0 rose_bud4201 Linux - Hardware 0 06-18-2005 10:43 PM
Xlib: extension "XFree86-DRI" missing on display ":0.0". fostiator Linux - Hardware 15 02-20-2005 07:13 AM
"extension "XFree86-DRI" missing on display" upgrading XFree86 to 4.3.0 on Sarge Moloko Debian 5 03-31-2004 05:06 PM
bash-2.05b# Xlib: extension "XFree86-DRI" missing on display ":0.0". citrus Linux - General 8 02-22-2004 10:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration