Mplayer telepítési gondok, lehetséges okok

Fórumok

Már vagy 2 napja szenvedek az Mplayer beállításával frissen telepített Ubuntum alá.
Ugye, alapból a Totem van fent, de nem akarom mindig egyenként leszedni a codeceket, meg amúgyis mindenki dicséri, mondom akkor legyen Mplayer.

Totemet fennt hagytam a biztonság kedvéért.
Egyszerűség kedvéért először Synaptic-kel próbáltam, le is szedett szépen mindent, látszólag települt is rendesen. A gond video lejátszással van, az mplayer szinte minden kimeneti video driverre ez írta: "Error opening/initializing the selected video_out (-vo) device!" Egyikkel nagy nehezen ugyan elindult, de ekkor meg fix maradt a video mérete, pl. full srceenben középen kis videó, körülötte minden fekete. Aztán elindult egy másikkal is, de ebben meg lassú volt nagyon a kép.

Próbáltam magam befordítani, de a ./configure szinte semmit sem ismer fel a gépemen (ezt majd részletezem később, ha a Synapticre nincs megoldás).

Befolyásolhatja az Mplayer működését, ha nincs fent az ATI oldalárol letölthető driver és nem is engedályeztem a korlátozott meghajtók kezelésénél levő drivert? Érdemes lenne valamelyiket? Jelenleg csak a Xorg ATI driverét használom (dpkg-reconfigure xserver-xorg, majd az ATI drivert adom meg a listából), ez legalább működik is, igaz 3D az nincs, de amúgy nem is nagyon kéne.

Hozzászólások

Jaaaj
Nemkéne egy kis doksit olvasni?
Milyen vidcar van?
Ati driver tud 3d-t szal ott valamit nagyon elszurtál a configba...
Amugy rakj vlc-t az már jobb :)

pch

Ez már a xorg configolás utáni, de megvan még az eredeti is.

Section "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "hu"
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 "ATI RADEON 9600"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Általános monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI RADEON 9600"
Monitor "Általános monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

A fullscreen (-fs) mellé tegyél zoomot (-zoom) is!