Daniel's Blog
29 Apr/10 9

My Ubuntu 10.04 Lucid Lynx little problems (and how I solved it)

The lynx is here! Therefore, it is as with Lucid 's time to document all the changes I had to make, so that everything goes according to my ideas. This list will grow over the lifetime of the lynx certainly something else. Some problems are very specific, others might interest other users. On the whole, I am seriously impressed by 10.04: Everything looks a little smoother, faster and tidier. Karmic has indeed done me good service, but the lynx I have already closed their hearts. To all of you a nice six months (or even 3?) With Ubuntu 10.04 Lucid Lynx!

Hiccups # 1: window buttons to the right

Luckily only one copy / paste ....


  gconftool-2 - set / apps / metacity / general / button_layout - type string "menu: minimize, maximize, close" 

Hiccups # 2: Flash Lousy Performance

Karmic since the default settings for the Radeon drivers have been changed. My Mobility Radeon 9600 comes to an Asus M6N in conjunction with Flash it is not clear. Web sites with Flash pushing the CPU to 100%. With this xorg.conf it works:

 Section "Device"
	 Identifier "Configured Video Device"
	 Option "AccelMethod" "XAA"
 EndSection

Hiccups # 3: Window Scaling at Poker Stars

Scale in the Pokerstars under Wine with no tables, if you resized the window table. With a special entry in the user.ini in the poker star directory can fix that. After a restart of Poker Stars can bring the window by pressing F5 on the right size.

 # User.ini
 [Options]
 f5redrawtable = 1


Hiccups # 4: Links in Poker Stars

Open Poker Stars with Wine Links not clicked the browser.


 "Wine regedit" Start Key HKEY_CLASSES_ROOT \ http \ shell \ open \ command looking in this key "% 1" to "nohome" Append 


Hiccups # 5: ffmpeg install with non-free codecs

ffmpeg is great to convert videos. To use non-free codecs can also (eg h264, aac) you have to compile ffmpeg yourself. The original howto is here .


Hiccups # 6: Logitech QuickCam Chat does not work under Skype

The camera needs a special library. So it works:

 # Skype start
 LD_PRELOAD = / usr/lib/libv4l/v4l1compat.so skype

Thanks to Arun


Hiccups # 7: It will not recognize all resolutions and refresh my external monitor

An adaptation of the xorg.conf with the correct values ​​works:

 # / Etc/X11/xorg.conf
 Section "Monitor"
         Identifier "Novitas"
         Option "VGA"
         HorizSync 30-80
         VertRefresh 50-75
         ModeLine "1024x768 @ 75" 94.43 1024 1056 1528 1560 768 782 792 807
 EndSection

 Section "Screen"
         Identifier "Default Screen"
         Device "Configured Video Device"
         Monitor "Novitas"
         DefaultDepth 24
         SubSection "Display"
                 Depth 24
                 Modes "1027x768 @ 75" "1024x768" "800x600"
         EndSubSection
 EndSection


Hiccups # 8: The "document viewer" can not print.

It is. Only had problems with a specific document. All other work.


Hiccups # 9: The number pad on my keyboard no longer goes

Wow what is that? Now it gets annoying slow :)
"Controlling the mouse pointer with keyboard" was active. Is this a new default?
(Under System> Preferences> Keyboard> Mouse Keys). After disabling this feature, it went again.


Hiccups # 10: The volume control on the panel without e-mail icon (notification indicator)

Lucid since the volume control and the control of evolution and Messenger are bundled as a "notification light." I use evolution and not the e-mail icon takes up space.

Under System -> Preferences -> Startup Programs "gnome-volume-control-applet" only add to the volume control without the letter icon to get.


Hiccups # 11: Latest version of Adobe Flash installed


  # / Bin / bash 
  # 
  # Http://labs.adobe.com/downloads/flashplayer10.html 
  # 

  sudo su 
  cd / tmp 
  wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_1_rc2_linux_041910.tar.gz 
  tar xvf / tmp/flashplayer10_1_rc2_linux_041910.tar.gz 
  mv / usr / lib / flashplugin-installer / libflashplayer.so / usr / lib / flashplugin-installer / libflashplayer.so.orig 
  mv / tmp / libflashplayer.so / usr / lib / flashplugin-installer / 
  rm / tmp/flashplayer10_1_rc2_linux_041910.tar.gz 

Comments (9) Trackbacks (0)
  1. Addendum to last post:

    I thought many attempts made, the grub root password on the recovery mode or to reset. Unfortunately without success

  2. So, I again tried to set the line breaks. Normally, the script should run Sun A response from someone who has tried it again would be nice.

  3. Thank you for the ffmpeg manual! Did the run individually but not as a script, but each line (due to any fault finding) but everything worked flawlessly. Now does my ffmpeg finally to 10.04 (before 9.04, because it was easier ...)

    Thank you!

  4. Hello all. Have you ever tried to run the script from the original site? The link is at the tip. I've done it on a fresh installation Lucid and it worked immediately. It may well be that I have here in the blog still not have got done, the line breaks correctly.

  5. ok, now I've file. funzt unfortunately ... but still ned.

  6. where can I find for the v4l1compat.so? when I try to install I get lib32v4l: amd - something wrong ...

  7. Hello Daniel

    I novice Ubuntu (Ubuntu 32 bit 10:04) am and wanted to carry out the ffmpeg compilation for your method.
    At the end of the installation process is the following message:

    ========================== ===================== Installation Results
    Makefile: 1: config.mak: No such file or directory
    libavutil / Makefile: 1: libavutil / .. / config.mak: No such file or directory
    libavutil / .. / subdir.mak: 96: Warning: The commands for the target "libavutil /" will be overwritten
    libavutil / .. / subdir.mak: 26: warning: old commands for target "libavutil /" are ignored
    libavutil / .. / subdir.mak: 96: Warning: The commands for the target "libavutil /" will be overwritten
    libavutil / .. / subdir.mak: 96: warning: old commands for target "libavutil /" are ignored
    Makefile: 343: / tests / fate.mak: No such file or directory
    make: *** No rule to create '/ tests / fate.mak ". The end.

    **** Installation failed. Aborting package creation from.

    Facilities on ... OK

    Good-bye!

    bernd bernd @-desktop: ~ / x264 $ hash ffmpeg/x264/ffmpeg ffmpegsudo apt-get remove ffmpeg x264 libx264-dev
    bash: hash: x264: Not found.
    bash: hash: ffmpegsudo: Not found.
    bash: hash: remove: Not found.
    bash: hash: ffmpeg: Not found.
    bash: hash: x264: Not found.
    bash: hash: libx264-dev: Not found.
    bernd bernd @-desktop: ~ / $ ffmpeg/x264/ffmpeg

    What is wrong? Thank you for a short answer and best regards

    Bernd

  8. @ Hannes Hey, thank you. Unfortunately, I always had problems getting reasonable code in WordPress, if the lines are too long.

  9. . hey the master / configure ffmpeg command of haste but does not copy well - as indeed the missing more than half! And after the make-command, there is the <> Otherwise, nice work so far


Leave a comment

Please copy the string imWBGA to the field below:

No trackbacks.