Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
08-22-2007, 12:02 AM
|
#556
|
|
Member
Registered: Sep 2003
Location: USA & Canada
Distribution: Slackware 12.0
Posts: 978
Rep:
|
ATI Version 8.40.4 DRI Hardware Acceleration Working (August 21, 2007)
Check this out!
Took a bit of patience but it seems to be working reliably.
Code:
root@slackware:/lib/modules/fglrx# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI RADEON 9600 Series
OpenGL version string: 2.0.6747 (8.40.4)
root@slackware:/lib/modules/fglrx# glxgears
16108 frames in 5.0 seconds = 3219.410 FPS
18757 frames in 5.0 seconds = 3751.396 FPS
19784 frames in 5.0 seconds = 3956.594 FPS
Hope it helps,
- Perry
|
|
|
|
08-23-2007, 03:45 PM
|
#557
|
|
Senior Member
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy jessie
Posts: 1,333
Rep:
|
Hya,
A little bit old hardware, but it worked. nVIDIA GeForce4 420 AGP.
I submitted to HCL, which is
http://www.linuxquestions.org/hcl/sh...t/3945/cat/500
glxgears run about 1200 FPS.
Happy Penguins!
Edit:
So far, impossible to hibernate. (nVIDIA module refuses to unload)
Last edited by kaz2100; 09-09-2007 at 01:08 PM.
Reason: hibernate added
|
|
|
|
09-07-2007, 06:36 AM
|
#558
|
|
Member
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732
Rep:
|
I'm stuck here
A. Why would make install works? you didn't make before.
Code:
root @ WhiteCastle linux] $ make install
sh /usr/src/linux-2.6.21.5/arch/i386/boot/install.sh 2.6.21.5-smp arch/i386/boot/bzImage System.map "/boot"
*** Missing file: arch/i386/boot/bzImage
*** You need to run "make" before "make install".
make[1]: *** [install] Error 1
make: *** [install] Error 2
Also, I got no /lib/modules/fglrx
Quote:
Originally Posted by perry
Step 1: Download the driver
Step 5: Update the kernel
Finally, should you ever make any changes to your kernel after this, it'll be a good idea to do this after you've done a make install:
Code:
(current cd in /usr/src/linux)
make install
cd /lib/modules/fglrx
make_install.sh
This ensures the fglrx driver is still part of your kernel.
If making changes to your kernel is a frequent process, make a change to your /sbin/installkernel file to speed the process up for you!
Code:
# The -p is for the few people that know you can set passwords on lilo that
# will then be required if someone wants to be sneaky and root the system
# with "linux single" or similar lameness..
/boot/build
/lib/modules/fglrx/make_install.sh
/sbin/lilo -p
Step 6: Reboot & Test
Hope this helps get you these kind of results:
Code:
perry@slackware:/mnt/maxtor/installations$ glxgears
15743 frames in 5.0 seconds = 3147.260 FPS
19605 frames in 5.0 seconds = 3920.955 FPS
18246 frames in 5.0 seconds = 3649.192 FPS
perry@slackware:/mnt/maxtor/installations$
perry@slackware:/mnt/maxtor/installations$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI RADEON 9600 Series
OpenGL version string: 2.0.6747 (8.40.4)
perry@slackware:/mnt/maxtor/installations$
Step 7: Enjoy your new 3D hardware accleration
Be sure to undo the changes made for your backup plan (if you did that), change the inittab entry from 3 to 4. Mind you, I'm back to 1280x1024 resolution again (as oppose to 1400x1050). Maybe I'll make another posting on how to switch between these two drivers later!
Cheers,
- Perry
ps.
While not an *absolute* requirement, sometimes ATI requests you have a device called 'shm' supported in your /etc/fstab:
Code:
tmpfs /dev/shm tmpfs defaults 0 0
It rarely takes up much memory, it won't hurt to have it included!
|
I got these results :
Code:
root @ WhiteCastle linux] $ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI RADEON 9600 Series
OpenGL version string: 2.0.6747 (8.40.4)
root @ WhiteCastle linux] $ glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_multisample
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI RADEON 9600 Series
OpenGL version string: 2.0.6747 (8.40.4)
OpenGL extensions:
GL_ARB_multitexture, GL_EXT_texture_env_add, GL_EXT_compiled_vertex_array,
GL_S3_s3tc, GL_ARB_depth_texture, GL_ARB_fragment_program,
GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
GL_ARB_multisample, GL_ARB_occlusion_query, GL_ARB_point_parameters,
GL_ARB_point_sprite, GL_ARB_shader_objects, GL_ARB_shading_language_100,
GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
GL_ARB_texture_compression, GL_ARB_texture_cube_map,
GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
GL_ARB_texture_float, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_blend,
GL_ARB_vertex_buffer_object, GL_ARB_pixel_buffer_object,
GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos,
GL_ARB_draw_buffers, GL_ATI_draw_buffers, GL_ATI_element_array,
GL_ATI_envmap_bumpmap, GL_ATI_fragment_shader, GL_ATI_map_object_buffer,
GL_ATI_separate_stencil, GL_ATI_texture_env_combine3,
GL_ATI_texture_float, GL_ATI_texture_mirror_once,
GL_ATI_vertex_array_object, GL_ATI_vertex_attrib_array_object,
GL_ATI_vertex_streams, GL_ATIX_texture_env_combine3,
GL_ATIX_texture_env_route, GL_ATIX_vertex_shader_output_point_size,
GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_func_separate,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_object,
GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters,
GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
GL_EXT_texgen_reflection, GL_EXT_texture3D,
GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
GL_EXT_vertex_shader, GL_HP_occlusion_test, GL_NV_blend_square,
GL_NV_occlusion_query, GL_NV_texgen_reflection, GL_SGI_color_matrix,
GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x23 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x24 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x25 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x26 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x27 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x28 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x29 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x2a 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x2b 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x2c 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x2d 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x2e 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x2f 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x30 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x31 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x32 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x33 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x34 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x35 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x36 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x37 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x38 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x39 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x3a 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x3b 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x3c 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x3d 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x3e 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x3f 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x40 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x41 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x42 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x43 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x44 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x45 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x46 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x47 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x48 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x49 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x4a 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x4b 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x4c 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x4d 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x4e 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x4f 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x50 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x51 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x52 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x53 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x54 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x55 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x56 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x57 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x58 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x59 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x5a 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x5b 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x5c 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x5d 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x5e 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x5f 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x60 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x61 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x62 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
but.. xvinfo gives me
Code:
root @ WhiteCastle linux] $ xvinfo
X-Video Extension version 2.2
screen #0
no adaptors present
and dmesg
Code:
root @ WhiteCastle linux] $ dmesg | grep -i fglrx
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 427 MBytes.
[fglrx] USWC is disabled in module parameters
[fglrx] PAT is disabled!
[fglrx] module loaded - fglrx 8.40.4 [Jul 31 2007] on minor 0
[fglrx] Internal AGP support requested, but kernel AGP support active.
[fglrx] Have to use kernel AGP support to avoid conflicts.
[fglrx] AGP detected, AgpState = 0x1f00421b (hardware caps of chipset)
[fglrx] AGP enabled, AgpCommand = 0x1f004312 (selected caps)
[fglrx] total GART = 268435456
[fglrx] free GART = 252440576
[fglrx] max single GART = 252440576
[fglrx] total LFB = 134217728
[fglrx] free LFB = 116387840
[fglrx] max single LFB = 116387840
[fglrx] total Inv = 134217728
[fglrx] free Inv = 134217728
[fglrx] max single Inv = 134217728
[fglrx] total TIM = 0
Code:
root @ WhiteCastle linux] $ mount | grep tmpfs
tmpfs on /dev/shm type tmpfs (rw)
Any Suggestion?
|
|
|
|
09-07-2007, 10:41 AM
|
#559
|
|
Member
Registered: Sep 2003
Location: USA & Canada
Distribution: Slackware 12.0
Posts: 978
Rep:
|
Have you checked your kernel?
itz2000:
(That "make install" was a reference to your kernel, if you were updating your kernel that would be the last instruction before adding your ati driver)
Seems to me that you might be using the *huge* kernel. You might want to do a kernel distribution upgrade from Slackware (see above) and then make use of your generic-smp kernel before trying to install your ATI driver. Thats how I did it.
Also, even after you get it all setup, whenever you make a change to or reinstall your kernel you'll probably need to reinstall your ATI module simply by:
Code:
cd /lib/modules/fglrx
./make_install.sh
IF that directory isn't there something isn't installed properly.
- Perry
Last edited by perry; 09-07-2007 at 10:43 AM.
|
|
|
|
09-08-2007, 05:13 AM
|
#560
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,686
Rep: 
|
Quote:
root @ WhiteCastle linux] $ xvinfo
X-Video Extension version 2.2
screen #0
no adaptors present
|
In order to enable Xv video overlay with the fglrx driver you have to tell it (it is not enabled by default when you run "aticonfig --initial").
Code:
aticonfig --overlay-type=Xv
Eric
|
|
|
|
09-08-2007, 08:07 AM
|
#561
|
|
Member
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732
Rep:
|
Quote:
Originally Posted by perry
itz2000:
install kernel version SMP not huge kernel[/code]
|
nope...
Code:
zuki @ WhiteCastle ~] $ uname -a
Linux WhiteCastle 2.6.21.5-smp #2 SMP Tue Jun 19 14:58:11 CDT 2007 i686 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux
|
|
|
|
09-08-2007, 08:15 AM
|
#562
|
|
Member
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732
Rep:
|
Quote:
Originally Posted by Alien Bob
In order to enable Xv video overlay with the fglrx driver you have to tell it (it is not enabled by default when you run "aticonfig --initial").
Code:
aticonfig --overlay-type=Xv
Eric
|
Thanks Alot Alien Bob! It worked like a charm!
|
|
|
|
09-08-2007, 12:39 PM
|
#563
|
|
Member
Registered: Sep 2003
Location: USA & Canada
Distribution: Slackware 12.0
Posts: 978
Rep:
|
Quote:
Originally Posted by Alien Bob
In order to enable Xv video overlay with the fglrx driver you have to tell it (it is not enabled by default when you run "aticonfig --initial").
Code:
aticonfig --overlay-type=Xv
Eric
|
ok, i confess... thats the first i've heard of "--overlay-type=Xv"
by some chance of the imagination does that have to do with playing videos or using flash player ?
you got me curious so i tried it:
Code:
root@slackware:/etc/X11# cp xorg.conf xorg.conf.ati
root@slackware:/etc/X11# init 3
root@slackware:/etc/X11# aticonfig --overlay-type=Xv
Warning: Option 'VideoOverlay' doesn't affect running session.
Warning: Option 'OpenGLOverlay' doesn't affect running session.
Using xorg.conf
Saved back-up to xorg.conf.fglrx-1
root@slackware:/etc/X11# init 4
Eric:
on a side note, is it next to impossible to add a boot splash to Slackware, i keep reading these horror stories about it here. or is it just a bad idea all around?
thanks
- Perry
Last edited by perry; 09-08-2007 at 12:47 PM.
|
|
|
|
09-09-2007, 04:03 AM
|
#564
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,686
Rep: 
|
Quote:
Originally Posted by perry
is it next to impossible to add a boot splash to Slackware, i keep reading these horror stories about it here. or is it just a bad idea all around?
|
Well, it is a useless piece of eyecandy if you ask me, and other distros use it to hide those "confusing to the average end user" kernel messages that scroll on your screen when Linux boots.
But it is not hard at all to add bootsplash to your Slackware system at all provided you find a bootsplash kernel patch for your exact kernel, are not afraid of a kernel compile, are willing to edit all of your "rc.*" files to add progress bar information, and know how to create an initial ramdisk (initrd) and add the bootsplash program to it, and know how to add it to lilo.conf.
So, yes, doable.
There is also the "splashy" utility from Debian, which does not require a kernel patch. All it does is (again) hide the kernel messages on boot by "splashing" a nice bitmap on your console with a progress bar. Again, you will have to edit all of your rc.* files, know how to create a initrd and use that.
Bootsplash is more powerful than that because it can wrap your consoles in a nice graphical theme as well.
Eric
|
|
|
|
09-19-2007, 11:28 PM
|
#565
|
|
Member
Registered: Aug 2004
Location: aisenodni
Distribution: mac os 10.6@work, slackware 64bit@home
Posts: 194
Rep:
|
I can't enable direct rendering on toshiba satellite L20 running slack 12.0 with default kernel (2.6.21.5-smp).
I use default i810 driver from the slackware 12.0.
Already put modprobe i810 and modprobe drm in rc.modules
Already edit the xorg.conf , but still:
Code:
$glxinfo |grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
Anyone can help?
Last edited by hottdogg; 09-19-2007 at 11:30 PM.
Reason: using code for glxinfo
|
|
|
|
09-20-2007, 02:26 AM
|
#566
|
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Original Poster
Rep:
|
What is your output of:
And Could be something easy
|
|
|
|
09-20-2007, 03:25 AM
|
#567
|
|
Member
Registered: Aug 2004
Location: aisenodni
Distribution: mac os 10.6@work, slackware 64bit@home
Posts: 194
Rep:
|
Sorry,if this is too long.
present it as it is.
Code:
#lsmod
Module Size Used by
snd_seq_dummy 6788 0
snd_seq_oss 32896 0
snd_seq_midi_event 10112 1 snd_seq_oss
snd_seq 50640 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 10508 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42784 0
snd_mixer_oss 18048 1 snd_pcm_oss
ipv6 254496 14
capability 7304 0
commoncap 9344 1 capability
i810 21632 0
drm 75156 1 i810
lp 13736 0
parport_pc 27812 0
parport 34760 2 lp,parport_pc
pcspkr 6528 0
psmouse 39048 0
pcmcia 34988 0
ipw2200 145480 0
ieee80211 34248 1 ipw2200
ieee80211_crypt 8576 1 ieee80211
serio_raw 9220 0
yenta_socket 27148 1
rsrc_nonstatic 14848 1 yenta_socket
pcmcia_core 36500 3 pcmcia,yenta_socket,rsrc_nonstatic
8139too 25472 0
mii 8576 1 8139too
ata_generic 9220 0
shpchp 33172 0
i2c_i801 11408 0
evdev 11904 1
intel_agp 25116 1
snd_intel8x0 32412 1
snd_ac97_codec 98980 1 snd_intel8x0
ac97_bus 6016 1 snd_ac97_codec
snd_pcm 72068 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 22532 2 snd_seq,snd_pcm
agpgart 31432 3 drm,intel_agp
sg 30364 0
snd 47204 11 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore 9824 1 snd
iTCO_wdt 12964 0
iTCO_vendor_support 7172 1 iTCO_wdt
snd_page_alloc 11528 2 snd_intel8x0,snd_pcm
|
|
|
|
09-20-2007, 03:26 AM
|
#568
|
|
Member
Registered: Aug 2004
Location: aisenodni
Distribution: mac os 10.6@work, slackware 64bit@home
Posts: 194
Rep:
|
Code:
#lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 04)
00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 04)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
06:01.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus Controller
06:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
|
|
|
|
09-20-2007, 05:02 AM
|
#569
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,628
|
Did you follow all the instructions in this thread ? On the first page ?
|
|
|
|
09-20-2007, 05:29 PM
|
#570
|
|
Member
Registered: Aug 2007
Posts: 69
Rep:
|
I don't mean to hijack this thread but I followed the instructions (or so I thought) and somehow messed something up. When my computer boots in root boots fine with ATI Radeon drivers. Everything seems fine. But if I logoff and kill X then I lose my drivers and my screen shuts off. Sometimes my PC won't shutdown all the way, it shuts X down, but doesn't seem to shut it down any farther. And to make it worse, it won't boot in X on my other account(the non root account).
Any advice would be nice.
|
|
|
|
|
Tags
|
3d, acceleration, ati, enabling, fglrx, glx, intel, nvidia, s3, savage, slackware, via, video, x11, xorg  |
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:56 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|