Package: nvidia-kernel-2.6.26-2-amd
Version: 173.14.09+3+lenny1
I use fluxbox, psi. Xorg start with using "startx"
Use this config settings:
*.xinitrc* contains:
/exec startfluxbox/
*.fonts.conf *contains:
/<fontconfig>
<match target="font" >
<edit mode="assign" name="rgba" >
<const>rgb</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintfull</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="autohint">
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
</fontconfig>
/*xorg.conf:
*/# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (ra...@juliet2) Tue Jun 24 10:44:02 PDT 2008
Section "ServerLayout"
#InputDevice "LogiTech_RX250" "CorePointer"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
Section "Files"
#RgbPath "/usr/share/X11/rgb"
RgbPath "/etc/X11/rgb"
ModulePath "/usr/lib64/xorg/modules"
ModulePath "/usr/lib/xorg/modules"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/share/fonts/X11/util"
FontPath "/usr/share/fonts/X11/encodings"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/usr/share/fonts/type1/gsfonts"
FontPath "/usr/share/fonts/truetype/freefont"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/truetype/ttf-dejavu"
FontPath "/usr/share/fonts/truetype/ttf-liberation"
FontPath "/usr/share/fonts/truetype/ttf-sil-andika"
FontPath "/usr/share/fonts/truetype/ttf-sil-doulos"
FontPath "/usr/share/fonts/truetype/ttf-tamil-fonts"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "dri"
Load "extmod"
Load "record"
Load "xtrap"
Load "ddc"
Load "freetype"
Load "speedo"
Load "bitmap"
#Load "xtt"
Load "int10"
Load "vbe"
Load "ramdac"
Load "fb"
Load "wfb"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
Option "AutoAddDevices" "false"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us,ru,ua"
Option "XkbVariant" ",winkeys,winkeys"
Option "XkbOptions"
"grp:ctrl_shift_toggle,grp:caps_toggle,grp_led:caps,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "LogiTech_RX250"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 6 7"
Option "ZAxisMappingOption" "4 5"
Option "Emulate3Buttons" "false"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Asus"
ModelName "ACI VW202"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8500 GT"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
#Option "AddARGBGLXVisuals" "true"
Option "TwinView" "0"
Option "metamodes" "1680x1050 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480
+0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
/
When PSI receive message from anybody, there are animated notifications.
And because of these animations xorg loads the processor up to 100%.
Then i turn off rgba (rgba set to none in .fonts.conf), after that xorg
loads the processor up to 30%. And when i turn off all fonts settings
(hinting,hintstyle,autohint,antialias) - xorg loads the cpu up to 10%
Then i turn on all font settings (see .fonts.conf) and use *Driver
"nv"*, not *nvidia*, and after that xorg loads the CPU properly - 2-4%.
But we can say "Good bye, 3D!"
After all this experiments i decide to test nVidia driver from nvidia.com.
I download "NVIDIA-Linux-x86_64-190.53-pkg2.run".
Deinstall nvidia drivers:
$ apt-get --purge remove nvidia-kernel-common
nvidia-kernel-2.6.26-2-amd64 nvidia-glx nvidia-glx-dev nvidia-settings
Install latest nvidia drivers:
$chmod +x NVIDIA-Linux-x86_64-190.53-pkg2.run
$./NVIDIA-Linux-x86_64-190.53-pkg2.run
And test new Driver "nvidia"
I have animated notifications, turned on all fontsettings (.fonts.conf),
use driver "nvidia" in xorg.conf. And Xorg loads the processor properly
up to 4% (8% peek).
I hope, you will find this bug.
I use Debian GNU/Linux 5.0 Lenny / linux-image-2.6.26-2-amd64. Last
update 25/01/2010
PC: Mainboard - Asus M2N68 / 6Gb Ram / Athlon 64 X2 3600+ / nVidia
Geforce 8500GT (GV-NX85T256H)
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org