OpenGL glxgears demo program
NoOp
glgxg at sbcglobal.net
Mon Aug 4 03:42:43 UTC 2008
On 08/03/2008 08:13 PM, Chaman Singh Verma wrote:
>
>
>
> Hello,
> Here are the required info:
>
> csv610 at blackhole:~$ cat /etc/modules
> # /etc/modules: kernel modules to load at boot time.
> #
> # This file contains the names of kernel modules that should be loaded
> # at boot time, one per line. Lines beginning with "#" are ignored.
>
> fuse
> lp
> rtc
Can you please try:
sudo modprobe agpgart
sudo modprobe intel_agp
sudo modprobe drm
and then check:
lsmod|grep agpgart
and then
glxinfo|grep render
_If_ that works, then you can modify your /etc/modules using 'gksu gedit
/etc/modules' to read:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
agpgart
intel_agp
drm
fuse
lp
rtc
and reboot & see if it is working. If it doesn't I'm afraid that I'm all
out of guesses & you'll need to file a bug.
This bug may be similar and suggests blacklisting edac, but in your case
you may be better filing a new bug & let the developers check to see if
your's is a duplicate of some other. Sorry.
More information about the ubuntu-users
mailing list