I have been living with this for a while, and tried many times to find an answer, unsuccessfully.
Video streams - from YouTube or anywhere - are very choppy with Slackware Current and Firefox. Here's what I
think I know:
- It's not the network; I have Debian on another partition, and it works perfectly there, with the same nVidia module.
- It's not Flash, I have the latest driver installed.
Any help is appreciated... Thank you.
My Video Card - GeForce2 MX400 (PCI)
nVidia driver - NVIDIA-Linux-x86-96.43.05-pkg1
Monitor - LG Flatron L196WTQ (19" Widescreen)
The guts of my xorg.conf:
Quote:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "auto"
Option "ZaxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
|