Comment 11 for bug 365770

Revision history for this message
Luis Palacios (luispd) wrote : Re: Screensaver starts while playing a Video with Kaffeine

Hi,

I also forgot to mention I am using 64bit version of Kubuntu 9.04.

My video card is also Nvidia (GeForce 7300) and I am using 'nvidia' driver; this is my xorg.conf, just in case:

------------------------------------
Section "Files"
EndSection

Section "Device"
        Identifier "nVidia Corporation G72 [GeForce 7300 LE]"
        Driver "nvidia"
        Busid "PCI:1:0:0"
        Option "AddARGBVisuals" "True"
        Option "AddARGBGLXVisuals" "True"
        Option "NoLogo" "True"
EndSection

Section "Monitor"
        Identifier "Generic Monitor"
        Option "DPMS"
        Horizsync 30-70
        Vertrefresh 50-160
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device "nVidia Corporation G72 [GeForce 7300 LE]"
        Monitor "Generic Monitor"
        Defaultdepth 24
EndSection

Section "ServerLayout"
        Identifier "Default Layout"
  screen "Default Screen"
EndSection

Section "Module"
        Load "glx"
EndSection
--------------------------------------------