Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

[SOLVED]Strange issue with xgl and glxinfo

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
SrCastor
n00b
n00b
Posts: 23
Joined: Wed Sep 13, 2006 10:00 pm

[SOLVED]Strange issue with xgl and glxinfo

  • Quote

Post by SrCastor » Wed Jan 31, 2007 6:59 pm

Hi. I have an ati mobility radeon X600 with binary drivers.
I'm using Xgl without a problem but, when doing glxinfo I get

Code: Select all

 ~ $ glxinfo | grep rendering
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No

And I don't know why is 3D acceleration works (tested with quake3)

Also, the message

Code: Select all

Xlib:  extension "XFree86-DRI" missing on display ":0.0".
appears when doing, for example glxgears. ie

Code: Select all

~ $ glxgears 
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
15648 frames in 5.0 seconds = 5300.828 FPS
any idea?

thanks

Code: Select all

 ~ $ emerge --info
Portage 2.1.1-r2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4, 2.6
.19-gentoo-r5 i686)
=================================================================
System uname: 2.6.19-gentoo-r5 i686 Intel(R) Pentium(R) M processor 1.86GHz
Gentoo Base System version 1.12.6
Last Sync: Wed, 31 Jan 2007 17:50:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shu
tdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms
/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.modulix.net/gentoo/ "
LANG="es_ES@euro"
LC_ALL="es_ES@euro"
LINGUAS="es es_ES"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/d
istfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/portage/local/layman/xeffects"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X alsa.....
Last edited by SrCastor on Wed Jan 31, 2007 9:19 pm, edited 1 time in total.
Top
mirojira
l33t
l33t
Posts: 685
Joined: Sat Feb 18, 2006 2:56 pm

  • Quote

Post by mirojira » Wed Jan 31, 2007 8:02 pm

It looks like you have upgraded your kernel. If yes you will need to remerge x11-drm.
Top
Roman_Gruber
Advocate
Advocate
Posts: 3854
Joined: Tue Oct 03, 2006 8:43 am
Location: Austro Bavaria

  • Quote

Post by Roman_Gruber » Wed Jan 31, 2007 8:08 pm

Same problem here.

I use a startx script for starting X
and a startxgl script for xgl and beryl, where no dri is working!

Tell me, if you can solve this problem, please. I am really interested in! 8O
Top
SrCastor
n00b
n00b
Posts: 23
Joined: Wed Sep 13, 2006 10:00 pm

  • Quote

Post by SrCastor » Wed Jan 31, 2007 8:27 pm

Well, the point is that I'm not using x11-drm. But I *think* I have Direct Rendering (As I said, I can play Quake3).

Code: Select all

 emerge -t x11-drm
>>> --tree implies --pretend... adding --pretend to options.

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild  N    ] x11-base/x11-drm-20060608  VIDEO_CARDS="radeon -i810 -mach64 -mga -nv -r128 -savage -sis (-sunffb) -tdfx -via" 
Everything works fine, it's just I want to know what the above messages mean.

My xorg.conf

Code: Select all

Section "ServerLayout"

	Identifier     "X.org Configured"
	Screen      0  "aticonfig-Screen[0]" 0 0
	Screen         "aticonfig-Screen[1]" LeftOf "aticonfig-Screen[0]"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Touch" "AlwaysCore"
EndSection

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

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "trust"
                                #"pc105"
	Option	    "XkbLayout" "es"
EndSection

Section "InputDevice"
	Identifier  "Touch"
	Driver      "synaptics"
	Option	    "Device" "/dev/input/mouse1"
	Option	    "Protocol" "auto"
	Option	    "LeftEdge" "130"
	Option	    "RightEdge" "840"
	Option	    "TopEdge" "130"
	Option	    "BottomEdge" "640"
	Option	    "FingerLow" "7"
	Option	    "FingerHigh" "8"
	Option	    "MaxTapTime" "180"
	Option	    "MaxTapMove" "110"
	Option	    "EmulateMidButtonTime" "75"
	Option	    "VertScrollDelta" "20"
	Option	    "HorizScrollDelta" "20"
	Option	    "MinSpeed" "0.60"
	Option	    "MaxSpeed" "1.10"
	Option	    "AccelFactor" "0.030"
	Option	    "EdgeMotionMinSpeed" "200"
	Option	    "EdgeMotionMaxSpeed" "200"
	Option	    "UpDownScrolling" "1"
	Option	    "CircScrollDelta" "0.1"
	Option	    "CircScrollTrigger" "2"
	Option	    "Repeater" "/dev/ps2mouse"
	Option	    "SHMConfig" "on"
	Option	    "UseShm" "True"
EndSection

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

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[1]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"

#	Driver      "radeon"
#	Option "TVHSizeAdj"                 "0"
#	Option "TVVSizeAdj"                 "0"
#	Option "TVHPosAdj"                  "0"
#	Option "TVVPosAdj"                  "0"
#	Option "TVHStartAdj"                "0"
#	Option "TVColorAdj"                 "0"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "GammaCorrectionI" "0x06419064"
	Option	    "GammaCorrectionII" "0x06419064"
	Option	    "AGPMode" "4"
	Option	    "EnablePageFlip" "True"
	Option	    "DesktopSetup" "clone mode"
	Option	    "TVStandard" "PAL-B"
	Option	    "TVFormat" "PAL-B"
	Option	    "HSync2" "30-81"
	Option	    "VRefresh2" "56-88"
	Option	    "OverlayOnCRTC2" "1"
	Option	    "EnableMonitor" "tv"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[1]"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"

#		Modes       "1024x768" "800x600" "640x480"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[1]"
	Device     "aticonfig-Device[1]"
	Monitor    "aticonfig-Monitor[1]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "XVideo" "Enable"
EndSection
Top
dleverton
Guru
Guru
Posts: 517
Joined: Mon Aug 28, 2006 3:09 pm

  • Quote

Post by dleverton » Wed Jan 31, 2007 9:04 pm

Xgl doesn't currently support direct rendering (and won't in the near future), which is why you get messages about DRI being missing. However, it does support accelerated indirect rendering, which is enough for some but not all OpenGL apps/games to work.
Top
SrCastor
n00b
n00b
Posts: 23
Joined: Wed Sep 13, 2006 10:00 pm

  • Quote

Post by SrCastor » Wed Jan 31, 2007 9:19 pm

So I think this is closed. Thanks.
Top
Post Reply

6 posts • Page 1 of 1

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy