Category Archives: Development

모니터 없이 X 서버 실행 후 나중에 모니터 연결해도 화면이 안보인다면

제목이 조금 길지만, 이 글의 내용은 제목 그대로입니다. (참고로, 이 글은 최근 인텔 그래픽 칩셋을 대상으로 작성되었습니다. 즉, 다른 그래픽 칩셋 드라이버는 어떻게 동작하는지 확인을 안 해 보았다는 의미입니다) 요즘 X 서버는 연결된 모니터가 없고, /etc/X11/xorg.conf 파일에 수직/수평 주파수가 정의되어 … Continue reading Continue reading

Posted in Development | Tagged , , , | Comments Off

Sentry24DVR 2.7-4 (2011.11.28) Release

Sentry24DVR 2.7-4 (2011.11.28) version released! Detail information is below: Sentry24DVR 2.7-4 (2011.11.28) Updated: Add support for recent Samsung TechWin IP camera protocol Upgrade codec library Optimize search replay for multi-core Embed the viewer into USB flash / disk backup disks … Continue reading Continue reading

Posted in Development | Tagged , | Comments Off

Sentry24CMS 2.1-9 (2011.11.18) Release

Sentry24CMS 2.1-9 (2011.11.18) version released! Detail information is below: Sentry24CMS 2.1-9 (2011.11.18) Updated: Allow only one instance for multiple program execution Renames default CMS folder and configuration files (My Documents\CMS) Upgrade codec library Fixed: Display speed is slow with hosts … Continue reading Continue reading

Posted in Development | Tagged , | Comments Off

Arch Linux에 WireShark 설치

archlinux에는 다음과 같이 두가지 wireshark gui 버전을 제공합니다. wireshark-gtk wireshark-cli wireshark 패키지 설치는 pacman 을 이용하면 됩니다. wireshark-gtk 는 wireshark-cli 패키지에 의존함으로 두 패키지를 모두 설치하려면 다음 명령을 실행합니다. pacman -S wireshark-gtk wireshark-cli 패키지만 설치하려면 다음 명령을 실행합니다. pacman -S … Continue reading

Posted in Development | Tagged , | Leave a comment

ClutterGst 메모리 누수 디버깅

최근 클러터를 이용한 프로그램을 개발하면서 메모리 누수 현상을 발견했습니다. 코드를 하나 하나 막아가면서 테스트를 한 결과 ClutterGstVideoSink 객체를 사용하지 않으면 메모리 누수가 발생하지 않았습니다. 하지만, 아무리 소스를 분석해도 원인을 찾아낼 수 없었고, 잘못된 부분도 없는 것 같았습니다. 물론 구글링을 해도, … Continue reading Continue reading

Posted in Development | Tagged , , | Comments Off