VLC, avidemux, kdenlive e schermo nero
Inviato: lunedì 29 ottobre 2007, 9:20
Visto che sono in vena di risolvere problemi, voglio cercare la soluzione per questo.
Quando carico avidemux, appena dopo che è partito per 1/2 secondo l'intero schemo diventa nero.
Similmente accade con vlc, ma solo quando premo "play", parte il filmato, schermo nero e poi ritorna tutto normale.
Con kdenlive (io ho Ubuntu 7.10) questa cosa succede quando importo una clip.
Totem non lo fa (indipendentemente da cosa metto in gstreamer-properties).
Ovviamente non ricevo alcun segnale evidente d'errore.
Ora la mia scarsa conoscenza mi fa intuire che ci sia qualcosa in Xorg, ma non so proprio cosa possa essere.
Se qualcuno avesse qualche idea, qualche suggerimento, mezza idea, un sentito dire, ecc... si accomodi ché mi farebbe un grande piacere.
Uso Ubuntu 7.10, scheda ATI, driver 8.40, installati a mano (con quelli dei repo era peggio: http://forum.ubuntu-it.org/viewtopic.php?t=124601msg826291#msg826291)
Posto anche il mio xorg.cong:
Quando carico avidemux, appena dopo che è partito per 1/2 secondo l'intero schemo diventa nero.
Similmente accade con vlc, ma solo quando premo "play", parte il filmato, schermo nero e poi ritorna tutto normale.
Con kdenlive (io ho Ubuntu 7.10) questa cosa succede quando importo una clip.
Totem non lo fa (indipendentemente da cosa metto in gstreamer-properties).
Ovviamente non ricevo alcun segnale evidente d'errore.
Ora la mia scarsa conoscenza mi fa intuire che ci sia qualcosa in Xorg, ma non so proprio cosa possa essere.
Se qualcuno avesse qualche idea, qualche suggerimento, mezza idea, un sentito dire, ecc... si accomodi ché mi farebbe un grande piacere.
Uso Ubuntu 7.10, scheda ATI, driver 8.40, installati a mano (con quelli dei repo era peggio: http://forum.ubuntu-it.org/viewtopic.php?t=124601msg826291#msg826291)
Posto anche il mio xorg.cong:
Codice: Seleziona tutto
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "x1900XT"
Driver "fglrx"
BusID "PCI:5:0:0"
VideoRam 512000
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
Section "Monitor"
Identifier "BenQ T90X"
Option "DPMS"
HorizSync 31-83
VertRefresh 56-76
EndSection
Section "Screen"
Identifier "Default Screen"
Device "x1900XT"
Monitor "BenQ T90X"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection