LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   recompiled and direct rendering stopped [radeon 9800] (https://www.linuxquestions.org/questions/slackware-14/recompiled-and-direct-rendering-stopped-%5Bradeon-9800%5D-388008/)

edM 11-30-2005 02:37 PM

recompiled and direct rendering stopped [radeon 9800]
 
i recompiled my kernel a few hours ago as i was trying to get midi output working. under Sound>ALSA a midi driver which i thought i neededwas set to be build in.

i changed nothing else.

then recomplied but alas that didnt solve my midi problem, ok well its really not important........

then i relasied that direct rendering had stopped working :(

Code:

ed@HELIX:~$ lsmod
Module                  Size  Used by
snd_pcm_oss            48416  0
snd_mixer_oss          17408  1 snd_pcm_oss
ohci_hcd              19588  0
intel_agp              20380  1
usblp                  11392  0
usb_storage            30596  0
uhci_hcd              31760  0
ehci_hcd              29832  0
usbcore              109948  6 ohci_hcd,usblp,usb_storage,uhci_hcd,ehci_hcd
e1000                103348  0
evdev                  7424  0
ntfs                  101744  1
ide_scsi              14596  0
agpgart                29896  1 intel_agp

all the correct modules seem to load, and i reran fglrxconfig, but no luck.

thats one thing that annoys me about linux. why when you recompile and change nothing do things just break! bahhhh

Code:

ed@HELIX:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)

Code:

ed@HELIX:~$ fgl_glxgears
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  142 (GLX)
  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  32
  Current serial number in output stream:  32


cathectic 11-30-2005 04:35 PM

You need to rebuild and reinstall the fglrx module for your new kernel - when you recompile your current kernel, or build a new one, all external kernel modules are lost and must be rebuilt and reinstalled - this is nothing new, just something you should be aware of.

As root/ using su, run
Code:

cd /lib/modules/fglrx/build_mod
sh make.sh
cd ..
sh make_install.sh

Then restart X.

edM 11-30-2005 04:49 PM

ahhhhhh right. make sense.

thats why i couldnt get the fglrx module to load!

thanks its working :)


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