Debian의 Electricsheep이 디스플레이 설정에 mplayer 구성을 사용하지 않는 이유는 무엇입니까?

Debian의 Electricsheep이 디스플레이 설정에 mplayer 구성을 사용하지 않는 이유는 무엇입니까?

데비안에서 화면 보호기로 electricsheep을 설정했습니다. 25fps로 전체 화면으로 실행하고 싶지만 매우 이상한 해상도로 23fps로 실행됩니다. 확인하면 ps다음이 반환됩니다.

ps -efww|grep mpla
user  2481  2479 28 21:58 ?        00:02:24 mplayer -really-quiet -cache 8192 -monitoraspect 1280:800 -fps 23 -vo vdpau -wid 0x1C0000A -nostop-xscreensaver -
user  2483  2481  0 21:58 ?        00:00:01 mplayer -really-quiet -cache 8192 -monitoraspect 1280:800 -fps 23 -vo vdpau -wid 0x1C0000A -nostop-xscreensaver -

.electricsheep/preferences.xml 파일 은 다음과 같습니다 .

<preferences
 nick=""
 url=""
 password=""
 cache="2000"
 nrepeats="2"
 frame_rate="23"
 play_evenly="1"
 uid="8253CA41C62618E5"
 zoom="1"
 video_driver="vdpau"
 no_animation="0"
 standalone="0"
 hide_errors="0"
 save_frames="0"
/>

이것이 내 mplayer구성 입니다.

# Write your default config options here!
vo=vdpau
menu=yes
vf=screenshot
fullscreen=yes
softvol=yes
softvol-max=300
msgcolor=yes
aspect=16:9
tskeepbroken=true
use-filename-title=yes

Slackware처럼 16:9 화면 비율로 전체 화면을 실행하지 않고 자체 옵션으로 실행하는 이유는 무엇입니까? 프레임 속도 문제를 해결했지만 여전히 이상한 1280:800 해상도로 실행됩니다.

답변1

해결 방법으로 이 솔루션을 찾았습니다. (일부 영화에서는 이상한 결과가 나왔습니다.) .mplayer/config를 편집하고 추가하세요.

panscan=1.0

이 옵션은 전기양에만 설정하는 것이 가장 좋습니다.

관련 정보