Tag Archive for 'linux'

Page 2 of 2

Watch your webcam in console!

Wow! I really love linux! I feel that with every minute spent inside linux my love to this OS grows up! It’s so outrageous! You can do almost everything!!!

Today, I was really shocked with the abilities of the mplayer!
Here’s a short video of what I’ve done:

So, here’s a list of what I was doing with it (everything is done in tty-conole->[Ctrl]+[Alt]+[F5]):

  1. I wondered if I can watch films in console. That’s real! You just have to specify the special output driver. It’s the ASCII-Art driver:
    mplayer -vo aa nameOfYourFile.avi
    You can enjoy colour video in console, just replace aa driver with the Colour ASCII-Art driver caca!
  2. I felt it’s not enough! So, I tried to watch my web-cam in console! Obviously, mplayer is able to do it! You just need to specify the tv:// protocol, instead of filename:
    mplayer tv:// -vo caca
  3. Here’s the first problem. The output is alright, but that stats information always updates, and the video is blinking:( So, it makes impossible for you to watch your wab-cam normally. I started to investigate the mplayer’s man page:
    man mplayer
    it’s so huge! (read it if you want :) )
    I quickly found the solution! Here is it: the parameter -really-quiet:
    mplayer tv:// -vo caca -really-quiet
  4. But that was not enough! I wish I can watch the web-cam, as I look at mirror! I found the parameter -flip. But it just turns everything upside-down. The real solution for that is the video-filter Mirror! Specify it & enjoy:
    mplayer tv:// -vo caca -vf mirror -really-quiet
  5. There’s one more improvement, you can do to your output. You can make it better by specifing the font. The smaller the font – the better’s the output. I usually use Uni1-VGA8:
    setfont Uni1-VGA8

That’s all, folks! Go and watch your favourite videos in console!

Genius G-Pen 4500 && Ubuntu 9.10

I’m about to use my Genius G-Pen 4500 with Ubuntu. And here is my experience in installing this tablet.

Everything is pretty stright-forward.

  1. Go to http://code.google.com/p/linuxgenius/
  2. Get the source for wizardpen. I used http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz
    wget http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz
  3. Unpack.
    tar -xvf wizardpen-0.7.0-alpha2.tar.gz
  4. Move into the unpacked dir:
    cd wizardpen-0.7.0-alpha2
  5. Configure, make and install:
    sudo ./configure --with-xorg-module-dir=/usr/lib/xorg/modules && make && make install
  6. Check for wizardpen.la and wizardpen.so (driver installed correctly):
    ls /usr/lib/xorg/modules/input/wizardpen.*
  7. Connect your tablet (if not yet connected)
  8. Create file /etc/hal/fdi/policy/99-wizardpen.fdi
  9. I used the following data inside the file:
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <deviceinfo version="0.2">
    <device>
    <!-- This MUST match with the name of your tablet -->
    <match key="info.product" contains="UC-LOGIC Tablet WP5540U">
    <merge key="input.x11_driver" type="string">wizardpen</merge>
    <merge key="input.x11_options.SendCoreEvents" type="string">true</merge>
    <merge key="input.x11_options.TopX" type="string">0</merge>
    <merge key="input.x11_options.TopY" type="string">0</merge>
    <merge key="input.x11_options.TopZ" type="string">40</merge>
    <merge key="input.x11_identifier" type="string">stylus</merge>
    <merge key="input.x11_options.BottomX" type="string">32739</merge>
    <merge key="input.x11_options.BottomY" type="string">32745</merge>
    <merge key="input.x11_options.BottomZ" type="string">1024</merge>
    <merge key="input.x11_options.MaxX" type="string">32739</merge>
    <merge key="input.x11_options.MaxY" type="string">32745</merge>
    </match>
    </device>
    </deviceinfo>

    * This source code was highlighted with Source Code Highlighter.
  10. After all this You should reboot and start using your Genius G-Pen 4500.
  11. FIXED: I still have one unsolved problem. The stylus starts working a bit far from the tablet. Can’t resolve this. Under Windows I found quite unique driver, which let me set sensitivity for it. FIX: Add TopZ and BottomZ values to the file

День Вільного Програмного Забезпечення у Львові відбувся!

Вітаю усіх з успішним проведенням SFD2009’Lviv!

Отже, відбулась перша зустріч нашого OSUM-клубу.
З упевненістю можу стверджувати, що SFD2009 було проведено)

Спочатку Андрусів Остап зробив невеличке вступне слово, поділився з усіма присутніми своїми ідеями, і дещо розказав про open-source i OSUM.

Було дуже приємно, коли викладачі з легкістю погодились допомогти нам у проведенні SFD, і виступили із своїми доповідями.

Годич Олесь Васильович цікаво і в дуже доступній формі розповів усім про філософію open-source, типи free/open-source ліцензій,які на даний момент може вибрати лдя себе розробник (особисто мені запам*яиалась історія про “вірусну” GPL, нарешті зрозумів у чому її така унікальність), пояснив, чому проекти, які зв*язані з foundations набагато краще підтримуються і розвиваються, коротко розказав про найпопулярніші дистрибутиви linux, а також поділився своїм досвідом у використанні linux :)

Наступною була доповідь Гарасима Ярослава Степановича “Розв’язування наукових задач на платформі операційної системи Linux”. Ярослав Степанович коротко зупинився на безкоштовних дистрибутивах linux. Потім розказав усім про різні безкоштовні IDE, які можна використовувати у розробці під linux’ом: NetBeans, Lazarus, KDevelop, Eclipse, Mono… Відразу після цього було розказано про спеціалізовані вільні математичні пакети з підтримкою символьних обчислень і порівнях їх з платними аналогами. Хто уважно слухав – домашні з ДР/РМФ робить за 10 хвилин…

Як для першої зустрічі – досить непогано)

Слайдшоу з фоток із зустрічі:


Посилання на альбом

+прикріпив файли презентацій)

Пишемо свої враження від SoftwareFreedomDay2009)
Чекаю на ваші побажання і критику :Р

Software Freedom Day 2009, Lviv

Привіт)
Хочу поділитись ідеєю органзувати у нашому університеті
День Вільного Програмного Забезпечення

Дата проведення – 18 вересня

Software Freedom Day Lviv 2009

Software Freedom Day Lviv 2009

Приблизна програма дійства наступна:

10-20хв вступне слово
30хв – Годич Олесь Васильович
30хв – Герасим Ярослав Степанович
30хв – Вільна каса! Буде баркемп! Хто що хоче те і розкаже)
10-15хв – фільм

впродовж всього Дня відбуватиметься реєстрація у OSUM
Всіх зареєстровані в OSUM додавайтесь до osum.sun.com/events/software-freedom-day-lviv і вибирайте Will Attend або Might Attend
))

Давайте ідеї для проведення)
можливо,хтось може щось розказати,виступити з якоюсь темою?




Hosted by EOMY.NET