Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind). |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-14-2004, 11:56 PM
|
#1
|
LQ Newbie
Registered: Feb 2002
Location: Alaska
Distribution: Fedora 5, Solaris 10, true64bit unix
Posts: 21
Rep:
|
change irq
HP pavilion ze4500, Fedora core, 2.6.1 kernel (for acpi), and patched XFree86.4.3.99.902, for acceleration ATI igp 340m. Everything works!!!! BUT when I startx with the new radeon module, it freezes so that I cant even ssh into it, to kill it. So after a lot of searching I discovered that USB is using IRQ 10, Modem is using IRQ 10, Ethernet card is using IRQ10, and video card is using IRQ 10, and if thats not enough, when DRI is enabled, it uses IRQ 10 and the system locks up. I disabled acpi, and pnp bios, to allow the os to determine IRQ's, and forced Raden no IRQ, disabled USB and made some progress, the screen flickered before it froze, with ANY windows manager. I will try Any suggestions from anyone, other than re-installing XP.
|
|
|
01-16-2004, 01:58 AM
|
#2
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
I'd be pointing the blame at your patched XFree86.4.3.99.902, what happenes with the old raedon module in XFree86-4.3.0?
ALso, this was in the readme for the latest ATi linux driver,
Code:
Graphics Accelerators:
ATI Radeon 8500, 9100, 9200, 9500, 9600, 9700, 9800,
ATI Mobility 9000, 9600
ATI FireGL 8700, 8800, E1, E2, X1, X2, Z1, T2
ATI Mobility FireGL T2
Anything there that helps?
|
|
|
01-17-2004, 02:49 AM
|
#3
|
LQ Newbie
Registered: Feb 2002
Location: Alaska
Distribution: Fedora 5, Solaris 10, true64bit unix
Posts: 21
Original Poster
Rep:
|
Patching XFree is for the purpose of providing Acceleration for the card, reciently incorporated into the dri CVS. Even with the 4.3.0 kernel I had to patch it to enable acceleration. But again the same lock up, tried against the 2.4.20, 2.4.22 and 2.4.24 kernels also. Checking each version, the same problem, 5 different hardware items grabbing IRQ 10. It appears that most people who have installed this new module have been successful in getting acceleration to work on other laptops, but the ze4500 seems to have a problem.
|
|
|
02-01-2004, 12:08 PM
|
#4
|
LQ Newbie
Registered: Feb 2004
Location: Filderstadt/Germany
Distribution: SuSE 9.0
Posts: 12
Rep:
|
Hi,
I have an Amilo A with IGP 320M, but the same driver works for you. This laptop has IRQ-problems too. See http://rzr.online.fr/docs/comp/gfxcard.htm
I tried XFree86.4.3.99.902 with dri and mesa-sources, it does not work (segfaults, 3D-apps dont start or grey screen). For me XFree86.4.3.99.16 with the patch under
http://bugs.xfree86.org/show_bug.cgi?id=314 works. This is the direct link to the right patch:
http://bugs.xfree86.org/attachment.c...23&action=view
If you have IRQ-conflicts first compile and install your XFree86-Sources, then change to:
/<whereyoursourcesare>/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel
edit radeon.h
change the line
#define __HAVE_SHARED_IRQ 1
into:
#define __HAVE_SHARED_IRQ 0
Afterwards you have to compile the module against your kernel
Then copy the recompiled module (radeon.o) to
/lib/modules/<your_kernel>/kernel/drivers/char/drm
Edit your XF86Config (or however this file is named at your distribution)
Now X should start fine. If you have no 3D deinstall the mesa-packages from your distribution and reinstall X-sources.
export RADEON_NO_IRQS=1 in /etc/profile had no effect for me
RADEON_NO_USLEEPS=1 in /etc/profile can accelerate.
I dont know if this works for 2.6.x-kernels, but it works in 2.4.x-kernels with IGP-Support.
|
|
|
All times are GMT -5. The time now is 05:37 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
|
|