Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No DRI with radeon driver (Radeon 9200) [SOLVED]
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
LXj
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 107

PostPosted: Tue Apr 03, 2007 11:16 pm    Post subject: No DRI with radeon driver (Radeon 9200) [SOLVED] Reply with quote

I had some troubles with FS, so I had to reinstall Gentoo. I've installed Xorg and opensource radeon driver. Everything worked fine, DRI worked.
Then I decided to try out proprietaty drivers. Installed the correct version, got DRI working... didn't like it. Decided to roll back on radeon.
Intalled everything back to radeon. Xorg starts without errors, but... without DRI.
Or, actually, DRI works if I start X as root.

So, how do I enable DRI again with opensource driver?

BTW, I had similar problem before re-installing Gentoo. So I just stickied with ATI.

Code:
lx@LX ~ $ cat /etc/X11/xorg.conf | grep -v ^# | grep -v ^$
Section "Module"
    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load       "glx"
    Load       "dri"
EndSection
Section "Files"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
    Identifier   "Keyboard1"
    Driver   "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbModel"   "logiik"
    Option "XkbLayout"   "us,ru(winkeys)"
    Option "XkbOptions" "grp:caps_toggle"
EndSection
Section "InputDevice"
    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option    "ZAxisMapping"    "4 5"
EndSection
Section "Monitor"
    Identifier  "LG Flatron F700P"
    HorizSync   30 - 98
    VertRefresh 50 - 160
    DisplaySize 325 240
EndSection
Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection
Section "Device"
    Identifier "ATI Radeon9200"
    BusID       "PCI:1:0:0"
    Option      "AGPMode" "4"
    Driver    "radeon"
    Option      "VideoOverlay" "on"
    Option      "UseFastTLS" "2"
    Option      "EnablePrivateBackZ" "on"
    Option      "RenderAccel" "on"
    Option      "AccelMethod"   "EXA"
EndSection
Section "Extensions"
 Option "XVideo" "Enable"
EndSection
Section "dri"
    Mode    0666
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "ATI Radeon9200"
    Monitor     "LG Flatron F700P"
    DefaultDepth 24
    Subsection "Display"
        Modes       "1024x768" "800x600" "640x480" # "1280x1024" "1152x864"
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Extensions"
    Option "RENDER" "Enable"
EndSection
lx@LX ~ $ emerge --info
Portage 2.1.2-r9 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.18-ck1 i686)
=================================================================
System uname: 2.6.18-ck1 i686 AMD Athlon(tm) Processor
Gentoo Base System release 1.12.9
Timestamp of tree: Sun, 01 Apr 2007 12:30:01 +0000
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
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="-march=athlon-tbird -mtune=athlon-tbird -O2 -fomit-frame-pointer -fno-ident -pipe -fforce-addr -falign-functions=64 -fprefetch-loop-arrays "
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=athlon-tbird -mtune=athlon-tbird -O2 -fomit-frame-pointer -fno-ident -pipe -fforce-addr -falign-functions=64 -fprefetch-loop-arrays  -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG=""
LC_ALL=""
LDFLAGS="-Wl,-O1"
LINGUAS="ru en ua"
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=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/xgl-coffee /usr/local/overlays/local /usr/local/overlays/betacomp-overlay /usr/local/overlays/berkano"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 7zip X aac aalib acpi alsa amr apache2 apm audiofile avi bash-completion bzip2 cairo cdr cscope dga dio dri dts dvd dvdread emacs encode fam fbcon ffmpeg flac flash ftp gd gif glitz glut gpm gstreamer gtk2 iconv icq imagemagick imlib jabber javascript jpeg kde kdehiddenvisibility lapack live mad matroska mmx mng mp3 mpeg mysql nls nocd nptl nptlonly nsplugin ogg openal opengl pam pcre pdf perl php png posix ppds profile python qt3 qt4 quicktime readline sdl sharedext slang slp spell spl ssl svg tetex theora threads tiff tokenizer truetype unicode usb userlocales utf8 v4l vcd videos vorbis wxwindows x264 x86 xcomposite xml xml2 xosd xv xvid zlib" ALSA_CARDS="emu10k1 via82xx" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="ru en ua" LIRC_DEVICES="devinput" USERLAND="GNU" VIDEO_CARDS="fbdev radeon fglrx"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Last edited by LXj on Mon May 07, 2007 2:06 pm; edited 3 times in total
Back to top
View user's profile Send private message
sean345
Tux's lil' helper
Tux's lil' helper


Joined: 11 Mar 2005
Posts: 103
Location: California

PostPosted: Tue Apr 03, 2007 11:24 pm    Post subject: Reply with quote

Do you have this section in your Xorg.conf:
Code:
Section "dri"
        Mode    0666
EndSection

HTH,
- Sean
_________________
If cities were built like software is built, the first woodpecker to come along would level civilization.
Black Frog Studios
Back to top
View user's profile Send private message
LXj
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 107

PostPosted: Tue Apr 03, 2007 11:41 pm    Post subject: Reply with quote

Xorg.0.log

And yes, I have this section in Xorg.conf
Back to top
View user's profile Send private message
EzInKy
Veteran
Veteran


Joined: 11 Oct 2002
Posts: 1742
Location: Kentucky

PostPosted: Tue Apr 03, 2007 11:55 pm    Post subject: Reply with quote

According to your log direct rendering is working and as you have it as root that appears to be so. The problem has to lie
elsewhere...perhaps a permission problem with one of the libs?
_________________
Time is what keeps everything from happening all at once.
Back to top
View user's profile Send private message
LXj
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 107

PostPosted: Wed Apr 04, 2007 12:50 am    Post subject: Reply with quote

I tried re-emerging xorg-server, x11-drm, xf86-video-ati, Mesa -- nothing helped
Quote:
perhaps a permission problem with one of the libs?
What should I look at to diagnose this?
Back to top
View user's profile Send private message
jabfinger
n00b
n00b


Joined: 04 May 2005
Posts: 42
Location: Pittsburgh Pa

PostPosted: Wed Apr 04, 2007 2:14 am    Post subject: Reply with quote

check dmesg
Back to top
View user's profile Send private message
LXj
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 107

PostPosted: Thu Apr 05, 2007 7:11 pm    Post subject: Reply with quote

dmesg shows nothing interesting
Code:
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 0x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 0x mode
[drm] Setting GART location based on new memory map
[drm] Loading R200 Microcode
[drm] writeback test succeeded in 1 usecs
Back to top
View user's profile Send private message
msdn
n00b
n00b


Joined: 13 Sep 2003
Posts: 26
Location: CANADA

PostPosted: Tue Apr 10, 2007 2:47 am    Post subject: Reply with quote

Hi there !

I just resolved my problem, exactly as yours.

check where points YOUR USER'S LD_LIBRARY_PATH. In my case it was pointing to some location that I've setup earlier to work ... and ... forgot about it. After I've unset it - it started to work. :D

Hope it helps.

µáÛØ ßÞÜÞÓÛÞ - ßÞÜÕâì [SOLVED] :)
Back to top
View user's profile Send private message
LXj
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 107

PostPosted: Tue Apr 10, 2007 9:53 am    Post subject: Reply with quote

Code:
lx@LX ~ $ echo $LD_LIBRARY_PATH

Back to top
View user's profile Send private message
rakeyry
Apprentice
Apprentice


Joined: 08 Apr 2006
Posts: 210
Location: Ont. Canada

PostPosted: Tue Apr 10, 2007 11:30 am    Post subject: Reply with quote

Make sure your user is in the video group in /etc/group
_________________
The box said Windows XP or better, so I installed Linux.
Back to top
View user's profile Send private message
msdn
n00b
n00b


Joined: 13 Sep 2003
Posts: 26
Location: CANADA

PostPosted: Wed Apr 11, 2007 10:25 pm    Post subject: Reply with quote

Sorry that my previous tip did not solve your prob...
group video, I think, will not help, since the permission is 0666, that means everyone has read/write access to the /dev/dri/card0 (for gentoo)

following is my experience with radeon 9200SE:

1. the hardware itself is VERY sensitive to heat. I've put the fan onto radiator of the card
2. remove the card from m/b for approx. 20 minutes and reinsert it back ( I don't know why, but it helped me somehow
the card appeared in /dev/dri ... )
3. if you have dri compiled in your kernel (as modules) and x11-dri move the drivers from :
Code:

/ets/init.d/xdm stop
mv /lib/modules/YOUR_KERNEL/kernel/drivers/char/drm /somewere
rmmod radeon dri
depmod -a
modinfo radeon  [make sure this module is not from YOUR_VERSION_KERNEL/.../char/drm  but rather from YOUR_VERSION_KERNEL/x11-drm ]
modprobe radeon
/ets/init.d/xdm start


Then check what have you got

Let us know what happend
Good luck :)


Last edited by msdn on Wed Apr 11, 2007 10:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
msdn
n00b
n00b


Joined: 13 Sep 2003
Posts: 26
Location: CANADA

PostPosted: Wed Apr 11, 2007 10:28 pm    Post subject: Reply with quote

Oh, I forgot

make sure you have compiled x11-base/x11-drm and x11-libs/libdrm with your current kernel version !!!

In case nothing helps, I would suggest to look at:

http://dri.freedesktop.org/wiki/DriTroubleshooting

Good Luck again :)
Back to top
View user's profile Send private message
LXj
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 107

PostPosted: Sun Apr 15, 2007 3:28 pm    Post subject: Reply with quote

SOLVED!

Thanks for pointing to http://dri.freedesktop.org/wiki/DriTroubleshooting

As it suggested, I ran
Code:
lx@LX ~ $ export LIBGL_DEBUG=verbose
lx@LX ~ $ glxinfo


And found out this:
Code:
libGL: XF86DRIGetClientDriverName: 5.2.0 r200 (screen 0)
libGL: OpenDriver: trying $LIBGL_DRIVERS_PATH/tls/r200_dri.so
libGL: OpenDriver: trying $LIBGL_DRIVERS_PATH/r200_dri.so
libGL error: dlopen $LIBGL_DRIVERS_PATH/r200_dri.so failed ($LIBGL_DRIVERS_PATH/r200_dri.so: cannot open shared object file: No such file or directory)
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/r200_dri.so
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/r200_dri.so
libGL error: dlopen /usr/lib/xorg/modules/dri/r200_dri.so failed (/usr/lib/xorg/modules/dri/r200_dri.so: cannot open shared object file: No such file or directory)
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/r200_dri.so
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/r200_dri.so
libGL error: dlopen /usr/lib/xorg/modules/dri/r200_dri.so failed (/usr/lib/xorg/modules/dri/r200_dri.so: cannot open shared object file: No such file or directory)
libGL error: unable to load driver: r200_dri.so


That's what caused the trouble!
Code:
lx@LX ~ $ echo $LIBGL_DRIVERS_PATH/
$LIBGL_DRIVERS_PATH::/usr/lib/xorg/modules/dri/
lx@LX ~ $ ls /usr/lib/xorg/modules/dri
atiogl_a_dri.so  fglrx_dri.so
lx@LX ~ $ locate r200_dri
/usr/lib/dri/r200_dri.so


So I simply did
Code:
lx@LX /usr/lib/xorg/modules/dri $ sudo ln -s /usr/lib/dri/r200_dri.so .


And now it works!
Back to top
View user's profile Send private message
h0mer`-
Apprentice
Apprentice


Joined: 02 Aug 2004
Posts: 215

PostPosted: Mon Apr 16, 2007 10:33 am    Post subject: Reply with quote

I have the exact same problem. But there is one difference. I have the r200_dri.so drivermodule in /usr/lib/dri/ and there is a working symlink to that file in /usr/lib/xorg/modules/dri/

But still i get this glxinfo output after switching the opengl interface to ati. Switching it back to xorg-x11 and dri works.

Code:
glxinfo -display :0
name of display: :0.0
libGL: XF86DRIGetClientDriverName: 5.2.0 r200 (screen 0)
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/r200_dri.so
libGL error: dlopen /usr/lib/xorg/modules/dri/r200_dri.so failed (/usr/lib/xorg/modules/dri/r200_dri.so: undefined symbol: _glapi_get_dispatch)
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/r200_dri.so
libGL error: dlopen /usr/lib/xorg/modules/dri/r200_dri.so failed (/usr/lib/xorg/modules/dri/r200_dri.so: undefined symbol: _glapi_get_dispatch)
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/r200_dri.so
libGL error: dlopen /usr/lib/xorg/modules/dri/r200_dri.so failed (/usr/lib/xorg/modules/dri/r200_dri.so: undefined symbol: _glapi_get_dispatch)
libGL error: unable to find driver: r200_dri.so
libGL: XF86DRIGetClientDriverName: 5.2.0 r200 (screen 0)
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/r200_dri.so
libGL error: dlopen /usr/lib/xorg/modules/dri/r200_dri.so failed (/usr/lib/xorg/modules/dri/r200_dri.so: undefined symbol: _glapi_get_dispatch)
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/r200_dri.so
libGL error: dlopen /usr/lib/xorg/modules/dri/r200_dri.so failed (/usr/lib/xorg/modules/dri/r200_dri.so: undefined symbol: _glapi_get_dispatch)
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/r200_dri.so
libGL error: dlopen /usr/lib/xorg/modules/dri/r200_dri.so failed (/usr/lib/xorg/modules/dri/r200_dri.so: undefined symbol: _glapi_get_dispatch)
libGL error: unable to find driver: r200_dri.so



Code:
emerge --info
Portage 2.1.2.2 (default-linux/x86/no-nptl, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r5 i686)
=================================================================
System uname: 2.6.19-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Thu, 12 Apr 2007 01:46:01 +0000
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
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.15-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/ ftp://mirror.ovh.net/gentoo-distfiles/ http://pandemonium.tiscali.de/pub/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ "
LINGUAS="de"
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=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/xeffects"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="7zip X acl aiglx apm bzip2 cairo cli cracklib crypt cups curl curlwrappers device-mapper dri emerald encode foomaticdb ftp gdbm gif gpm gstreamer gtk gtk2 iconv icq imap imlib ipv6 jpeg kde libg++ libwww logrotate mad motif mpeg ncurses nls opengl pam pcre perl png python qt3 qt4 quicktime readline reflection sdl server session spell spl ssl subversion tcpd truetype truetype-fonts type1-fonts vim vim-syntax vnc vncviewer x86 xml xorg xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS



Code:
cat /etc/X11/xorg.conf | grep -v ^# | grep -v ^$
Section "Module"
    Load        "type1"
    Load        "vbe"
    Load        "i2c"
    Load        "extmod"
    Load        "ddc"
    Load        "freetype"
    Load        "glx"
    Load        "dri"
    Load        "int10"
EndSection
Section "Files"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/75dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "de"
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2" # PS/2 Mouse
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"   "4 5 6 7"
EndSection
Section "Monitor"
    Identifier  "LG"
    HorizSync   30-63
    VertRefresh 56-75
  Gamma   1.00  1.00  1.00  # created by KGamma
EndSection
Section "Device"
    Identifier  "ATI Radeon 9200"
    driver      "radeon"
    BusID       "PCI:1:0:0"
    VideoRam    131072
    Option      "XAANoOffscreenPixmaps" "true"
    Option      "RenderAccel" "on"
    Option      "EnablePageFlip" "on"
    Option      "ColorTiling" "on"
    Option      "FBTexPercent"    "90"
    Option      "DRI" "true"
    Option      "UseInternalAGPGART" "yes"
EndSection
Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Radeon 9200"
    Monitor     "LG"
    DefaultDepth 24
    Option      "RenderAccel"   "true"
    Option      "AllowGLXWithComposite" "true"
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option      "AIGLX" "true"
EndSection
Section "Extensions"
    Option      "Composite" "true"
EndSection
Section "DRI"
    Mode 0666
EndSection


I am using x11-drivers/ati-drivers-8.28.8-r1

any ideas?
Back to top
View user's profile Send private message
Sadako
Advocate
Advocate


Joined: 05 Aug 2004
Posts: 3792
Location: sleeping in the bathtub

PostPosted: Mon Apr 16, 2007 3:52 pm    Post subject: Reply with quote

h0mer`- wrote:
I am using x11-drivers/ati-drivers-8.28.8-r1

You say you are using ati-drivers, however your xorg.conf specifies the "radeon" driver for the device,
which is the open source driver provided by x11-drivers/xf86-video-ati, as opposed the the proprietary binary drivers provided by ati.

If it's the binary drivers you want to use, you need to specify "fglrx" as the driver, but the open source drivers are probably better with this card (read the first post of this thread).
_________________
"You have to invite me in"
Back to top
View user's profile Send private message
h0mer`-
Apprentice
Apprentice


Joined: 02 Aug 2004
Posts: 215

PostPosted: Wed Apr 18, 2007 9:42 am    Post subject: Reply with quote

you are right of course.

everything is working fine now with the opensource drivers.
Back to top
View user's profile Send private message
msdn
n00b
n00b


Joined: 13 Sep 2003
Posts: 26
Location: CANADA

PostPosted: Sat Apr 21, 2007 5:26 pm    Post subject: Reply with quote

mark as SOLVED, please
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