
Code: Select all
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "itouch"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:caps_toggle"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "LG Flatron F700P"
HorizSync 30 - 98
VertRefresh 50 - 160
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "ATI Radeon9200"
BusID "PCI:1:0:0"
Option "AGPMode" "4"
Driver "radeon"
Option "VideoOverlay" "on"
Option "UseFastTLS" "1"
Option "EnablePrivateBackZ" "on"
Option "RenderAccel" "on"
Option "AccelMethod" "EXA"
EndSection
Section "Extensions"
Option "XVideo" "Enable"
EndSection
Section "dri"
Mode 0666
EndSection
Section "Screen"
Identifier "Screen 1"
Device "ATI Radeon9200"
Monitor "LG Flatron F700P"
DefaultDepth 24
Subsection "Display"
Modes "1024x768" "800x600" "640x480" # "1280x1024" "1152x864"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Extensions"
Option "RENDER" "Enable"
EndSection

this type of server approach gave me the best results, nice to proof concept over herenext one has server , anticipatory scheduler, no preempt kernel, discont memory, timer 250 --no freezes left overnight nor any delays when resuming from screensaver
gave me best results.Option "RenderAccel" "false"
Code: Select all
vm.overcommit_ratio = 50
vm.overcommit_memory = 1
vm.drop_caches = 3

no there is not vm stuff for nvidia, that's sysctl.conf settingsthe vm stuff for the nvidia cards?
Code: Select all
man sysctl.confwell if I understood correct is a setting that tweaks the cache of the memory, and allows to resctrict the writing over and over of certain applications over the disk cache memory, I don't know if it helps out with Xorg, maybe it will not help out with indexing files, it some kind of conservative setting , don't know it's long to explain, it just does what I want.Okay, I see that you can make the changes via the sysctl file in etc but what effect do you think these changes will have towards making xorg freeze less?
updateIt deals with
the theoretical worst cases and ensure that a page write won't cause an
out of memory situation. That means it is more pessimistic than the usual
workload. It also by default allows lots of room for worst case kernel
behaviour that is appropriate to a real system with swap but not embedded

yeah, I dont know what's the buggy sh7t, but I can tell the thing is not getting better with much memory, running with 1GB ram, and an Am2, was same, I wanted to get a re-fund (because it was brand new), but manage to to underclock some settings on the bios, and didnt wanted to go on burocraticsI realize I had alot of other small problems going on using up memory


For the last while I've been experiencing complete lock-ups of by computer.NeddySeagoon wrote:Contines This thread

For the last while I've been experiencing complete lock-ups of by computer.NeddySeagoon wrote:Contines This thread

I had similar problems with a Enermax 550 watt power supply. So I upgraded to a 650 watt quad rail power supply. Bu this power supply is maybe a year old I have a hard time thinking this could be the source of the problem. I hope that is not the issue I'm not willing at this stage to drop another $285.00 on another PS.Nerdanel wrote:As a person who has suffered considerable trouble with these lockups and tried pretty much everything, before finally discovering the real cause to be something I never thought of.
It may be your power source failing gradually.
For me the freezes appeared after I had replaced my motherboard. I suspected everything from coincident software updates/recompiles to BIOS settings to the northbridge fan providing inadequate cooling. I got rid of my problems for several months by replacing the northbridge fan with a better-conducting (and passive) one, but now I see it worked only because it reduced my computer's power use by one active fan. And after a few months the lockups were back worse than ever.
My Antec power source had probably been failing since the beginning, but it had taken time and a chance to a new motherboard until the power level had decreased enough to cause problems. The final clue was that I started to experience problems that my motherboard manual were usually caused by overclocking too much... but I wasn't overclocking at all. My system has been 100% stable for over six months now with a new power source, so I can definitely say the power source is something you need to keep in mind.

The fact they mostly occur when you're under heavy video card usage lends more weight to it indeed being your PSU. Not necessarily that it's failing, but it might just not be able to provide enough power to all your components at the same time.DancesWithWords wrote:For the last while I've been experiencing complete lock-ups of by computer.NeddySeagoon wrote:Contines This thread
I've running
Dual AMD 246 Opterons
1Gb Ram
Sparkle Nvidia 7600, 512MB
Nvidia Module 100.14.09
Kernel 2.6.21-r4
I've tried everything. I can think of to fix it. The only I've seem that helps is using the NV module. This is quite madding. So it must be related to the Nvidia module. Has anyone got a fix. I've just tried Kernels 2.6.17.-r4, 2.6.20-r8 and I still get the same problem.
Oh and I notice that most of my crashes occur when playing games, kstars, and google earth.
--
DWW

Okay I'll test that out. I'll get another PSU and and use it only to power the video card and see what that does. Funny I was coming to a similar conclusion. I won't have one until Wednesday I'll post my results.transient wrote:The fact they mostly occur when you're under heavy video card usage lends more weight to it indeed being your PSU. Not necessarily that it's failing, but it might just not be able to provide enough power to all your components at the same time.DancesWithWords wrote:For the last while I've been experiencing complete lock-ups of by computer.NeddySeagoon wrote:Contines This thread
I've running
Dual AMD 246 Opterons
1Gb Ram
Sparkle Nvidia 7600, 512MB
Nvidia Module 100.14.09
Kernel 2.6.21-r4
I've tried everything. I can think of to fix it. The only I've seem that helps is using the NV module. This is quite madding. So it must be related to the Nvidia module. Has anyone got a fix. I've just tried Kernels 2.6.17.-r4, 2.6.20-r8 and I still get the same problem.
Oh and I notice that most of my crashes occur when playing games, kstars, and google earth.
--
DWW


Code: Select all
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.