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. |
|
 |
|
04-04-2007, 08:56 PM
|
#16
|
|
Member
Registered: Aug 2003
Location: Florida
Distribution: Slackware 12, Slackware 12.1, Slackware 12.2
Posts: 105
Original Poster
Rep:
|
Okay, bioe007. Thanks for your help! I switched vesa to i810, and this problem is officially fixed. Everything's better. mplayer wasn't doing fullscreen, and now it can do fullscreen. My default depth was 24, but I switched it to 16 to make sure DRI would be functional. Is there anything I should look for as evidence that DRI is working? Also, I don't really notice a difference between depth 16 and 24. Any differences you've noticed in your experience? I looked at xorg.conf's man page again, and it explained that depth is "color depth, but I really just don't see a difference between 16 and 24. Thanks again.
|
|
|
|
04-04-2007, 09:44 PM
|
#17
|
|
Member
Registered: Aug 2003
Location: Florida
Distribution: Slackware 12, Slackware 12.1, Slackware 12.2
Posts: 105
Original Poster
Rep:
|
I looked at the Enabling 3D Acceleration in X11 thread, and tried setting my xorg.conf up the way he suggested, but when I did that it said monitor 2 cannot be used on the same pipe line (?) and that screen 1 had an unusable configuration. Made some changes to xorg.conf so that X runs, but DRI isn't working. I found out how to check if dri is running -- glxinfo. Below is my end result. I think I might tackle DRI again after I try compiling.
[drm] failed to load kernel module "i915"
(II) I810(0): [drm] drmOpen failed
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
|
|
|
|
04-05-2007, 02:53 AM
|
#18
|
|
Amigo developer
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,592
|
About the color depth, 16 usually looks just as good as 24. But, if you do any sort of graphics editing (even with xpaint) you'll need to use color depth of at least 24bpp or you may lose image quality.
|
|
|
|
04-05-2007, 09:30 AM
|
#19
|
|
Member
Registered: Aug 2003
Location: Florida
Distribution: Slackware 12, Slackware 12.1, Slackware 12.2
Posts: 105
Original Poster
Rep:
|
Thanks for the info on depth. I might go ahead and put it on 24, then, as we like the gimp.
|
|
|
|
04-05-2007, 06:17 PM
|
#20
|
|
Member
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654
Rep:
|
<edit> ack.. ! didn't see this was continued to page 2 <edit>
try running:
Code:
$glxgears
$glxinfo | grep dir
to see if DRI is working. if not make sure the:
Code:
Section "DRI"
Mode 0666
EndSection
is in your xorg.conf
if all that checks out, then compile your own kernel. try making everything AGP and DRM modular, also framebuffer stuff should be modular, and make sure your lilo.conf has 'vga=normal' for the kernel you're making.
<edit #2 - I really need to read before replying  >
so it looks like your system is trying to load the i915 kernel module, which doesn't seem available. I think tis time you tried compiling a kernel. (If you really want DRI enabled)
I am by no means a guru at this linux thing yet, but I _really_ like the guide in my sig. very straightforward.
Last edited by bioe007; 04-05-2007 at 06:25 PM.
|
|
|
|
04-05-2007, 08:34 PM
|
#21
|
|
Member
Registered: Aug 2003
Location: Florida
Distribution: Slackware 12, Slackware 12.1, Slackware 12.2
Posts: 105
Original Poster
Rep:
|
I'm going through that guide in your sig now. I see that I should upgrade module-init-tools to make it compatible with 2.6.*, so I'll start with that and work my way up. I don't game on my computers (xbox mostly), but I want the hardware to do what it's capable of doing. Turns out I can mount psp and my cruzer micro thumbdrive already, but dvd burning is atrocious, so compiling may ease that pain. I'm also eager to see how the gimp performs with DRI functional. Thanks, bioe007.
For anyone who got to this page by searching for mounting psps or the cruzer micro, here's my fstab entries relating to those those two devices:
/dev/sdb1 /mnt/psp vfat noauto,noatime,users,shortname=win95,check=s 0 0
/dev/sda1 /mnt/usb vfat users 0 0
I think these modules seen with lsmod make mounting those devices possible:
uhci 23804 0 (unused)
usb-storage 63520 0
ehci-hcd 17644 0 (unused)
usbcore 56812 1 [usb-storage uhci ehci-hcd]
I just had to break off for a moment and explain that, because I never liked when someone says they can successfully do something here in the forums but don't elaborate on how.
|
|
|
|
04-05-2007, 11:09 PM
|
#22
|
|
Member
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654
Rep:
|
Quote:
|
I should upgrade module-init-tools to make it compatible with 2.6.*,
|
why? what is the output of:
depmod -v
???
i'm running slack 11 and mine is 3.2.2
you shouldn't need to upgrade anything to build a 2.6 kernel on your slack box. unless you did some serious tweaking during install.
|
|
|
|
| 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 09:50 AM.
|
|
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
|
|