| Author |
Message |
|
|
Post subject: Found out why my system soo slow at responding, etc.
Posted: Oct 24, 2006 - 03:18 PM
|
|
Joined: Sep 20, 2006
Posts: 63
|
|
I found out why I've been have slow response in my system. I have the Intel 810 chipset with integrated video. Without modifying X, there is only 4mb set aside for video.
I haven't done so yet, but I will try to adjust this and see if it helps.
If I am incorrect, let me know, thanks. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Found out why my system soo slow at responding, etc.
Posted: Oct 24, 2006 - 05:57 PM
|
|

Joined: Mar 25, 2005
Posts: 2133
|
|
| The Xserver has probably nothing to do with it. Better change BIOS settings that control memory allocation for the onboard graphics card. |
_________________ And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
|
| |
|
|
|
 |
|
|
Post subject: RE: Found out why my system soo slow at responding, etc.
Posted: Oct 25, 2006 - 01:38 AM
|
|
Joined: Sep 20, 2006
Posts: 63
|
|
I found this(about the i810 integrated mobo) out according to xorg.conf info from FreeBSD. I could not find anything definitive from Linux sources.
K info center states 518MB (512MB installed) Total system memory.
Correct me if I am wrong, and maybe this was old Linux kernels, but I thought Linux ignored the BIOS. I thought Linux read devices from the devices themselves, not what BIOS reported.
Last I read about this was 7-8 years ago. |
Last edited by turbowsr on Oct 26, 2006 - 08:51 AM; edited 1 time in total
|
| |
|
|
|
 |
|
|
Post subject: RE: Found out why my system soo slow at responding, etc.
Posted: Oct 25, 2006 - 04:16 PM
|
|
Joined: Dec 08, 2005
Posts: 300
|
|
| Should try setting 32 MB minimum for video memory |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Found out why my system soo slow at responding, etc.
Posted: Oct 26, 2006 - 08:50 AM
|
|
Joined: Sep 20, 2006
Posts: 63
|
|
| Bios only allows 8MB. Can X.config override this? |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Found out why my system soo slow at responding, etc.
Posted: Oct 26, 2006 - 09:25 AM
|
|
Joined: Dec 17, 2003
Posts: 16818
|
|
Yes it can:
Option "VideoRam" "65536"
32 MB is default with dri already. That would be twice the default. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Found out why my system soo slow at responding, etc.
Posted: Oct 26, 2006 - 08:59 PM
|
|
Joined: Mar 12, 2005
Posts: 1005
|
|
Where is that option set, I assume in xorg.conf? I've had this problem with i810 mobos too, although mine default to 2 mB
32 mB is plenty, but how do I tell xorg to do that? |
_________________ Read more on dist-upgrades using du-fixes-h2.sh script.
New: rdiff-backup script
|
| |
|
|
|
 |
|
|
Post subject: RE: Found out why my system soo slow at responding, etc.
Posted: Oct 26, 2006 - 09:07 PM
|
|
Joined: Dec 17, 2003
Posts: 16818
|
|
| In the Device section where i810 driver is defined. |
|
|
| |
|
|
|
 |
|
|