[Bug 289069] Re: no acer_acpi module - cannot enable bluetooth ubuntu 8.10

2009-03-23 Thread Szymon Życiński
With latest kernel there is no problem becouse bluetooth key is discovered as 
XF86Bluetooth, and wifi key as XF86Wlan. Probably acer_wmi latest kernel module 
fixed that. Currently i use two scripts to make keys work, and bind them in 
gnome config editor:
-
#Bluetoot enable script - Szymon Zycinski (sz.zycin...@gmail.com)
#!/bin/bash
t1=`cat /sys/devices/platform/acer-wmi/bluetooth`
echo $t1
if [ $t1 = 1 ]; then 
echo 0  /sys/devices/platform/acer-wmi/bluetooth
else
echo 1  /sys/devices/platform/acer-wmi/bluetooth
fi
-
#Wifi enable script - Szymon Zycinski (sz.zycin...@gmail.com)
#!/bin/bash
t1=`cat /sys/devices/platform/acer-wmi/wireless`
echo $t1
if [ $t1 = 1 ]; then 
sudo rmmod b43
echo 0   /sys/devices/platform/acer-wmi/wireless
else
sudo modprobe -v b43
echo 1   /sys/devices/platform/acer-wmi/wireless
fi
-

of course it is prepared for my aspire 3610, but you can adjust it for
other laptops

-- 
no acer_acpi module - cannot enable bluetooth ubuntu 8.10
https://bugs.launchpad.net/bugs/289069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 272464] Re: Flashplugin-nonfree has no sound on Intrepid AMD64 Alpha6

2008-11-16 Thread Szymon Życiński
confirmed  no sound in interpid on any flash videos site. It is very
annoying bug.

-- 
Flashplugin-nonfree has no sound on Intrepid AMD64 Alpha6
https://bugs.launchpad.net/bugs/272464
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175964] Re: Cannot cut and paste from Ubuntu Gutsy and Edgy to Windows (of any version)

2008-11-04 Thread Szymon Życiński
Confirmed, i'm using rdp 5 and have to send files through maped local
drives. CP does not work completly.

-- 
Cannot cut and paste from Ubuntu Gutsy and Edgy to Windows (of any version)
https://bugs.launchpad.net/bugs/175964
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 153995] Re: Cannot exit gnome-rdp fullscreen when visual effects are enabled

2008-11-04 Thread Szymon Życiński
Confirmed, and very annoying in interpid.

-- 
Cannot exit gnome-rdp fullscreen when visual effects are enabled
https://bugs.launchpad.net/bugs/153995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 279712] Re: rdesktop causes hard lockup of X server input, preventing further interaction with system

2008-11-04 Thread Szymon Życiński
Maybe i should add new bug report but rdesktop locks my machine with
Interpid as desribed but ... only when compiz is on!

When i change hostname on connection screen after pressing enter to
connect appears window with hostname sugestion. When this sugestion is
on screen the whole X locks up and there is now other way then
ctrl+alt+backspace!

Turning compiz off makes everything work.

-- 
rdesktop causes hard lockup of X server input, preventing further interaction 
with system
https://bugs.launchpad.net/bugs/279712
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 278635] Re: playdeb server unavailable causes apt to crash: Method gave invalid 400 URI Failure message

2008-10-25 Thread Szymon Życiński
i also faced this problem,  at this moment disabled this repo, hope it
will be fixed becouse it gives an apt a knife in the back ;-)

-- 
playdeb server unavailable causes apt to crash: Method gave invalid 400 URI 
Failure message
https://bugs.launchpad.net/bugs/278635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 289069] [NEW] no acer_acpi module - cannot enable bluetooth ubuntu 8.10

2008-10-25 Thread Szymon Życiński
Public bug reported:

In ubuntu before 8.10 i could simply enable bluettoh and wireless using
acer_acpi and hadrware keys configured in gnome. Now with 8.10 i can't
enable bluetooth becouse acer_acpi is not present, in acer_wmi platform
dir i can't find where to echo to turn on blue. Acer_wmi is not
installed on my acer aspire 3610 by default.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
no acer_acpi module - cannot enable bluetooth ubuntu 8.10
https://bugs.launchpad.net/bugs/289069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 289069] Re: no acer_acpi module - cannot enable bluetooth ubuntu 8.10

2008-10-25 Thread Szymon Życiński
of course it worked ok in 8.04, now in 8.10 echoich wireless or blue is
not possible.

-- 
no acer_acpi module - cannot enable bluetooth ubuntu 8.10
https://bugs.launchpad.net/bugs/289069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 232296] Re: Totem plays dvd with wrong aspect ratio

2008-05-21 Thread Szymon Życiński
All i can say is that i put in the drive dvd-video with aspect ratio 4:3
and the video was shrinked - the aspect was wrong (the horizontal
resolution was scaled down). There are no specific actions to reproduce
error, simply ubuntu 8.04 with totem and no way to change aspect to
correct, any preset aspect doesn't fit. What i expected? Normaly playing
dvd, what i saw? Video with wrong aspect. The laptop is acer 3610,
screen resolution 1280x800, the graphic is intel910gml - drivers
provided by ubuntu. Any other questions? Can't do screenshot becouse
overlay is not included.

-- 
Totem plays dvd with wrong aspect ratio
https://bugs.launchpad.net/bugs/232296
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 232296] [NEW] Totem plays dvd with wrong aspect ratio

2008-05-20 Thread Szymon Życiński
Public bug reported:

Binary package hint: totem

ububtu 8.04 totem plays dvds with awful colors and grainy but the worse
is that it shows video with wrong aspect ratio. Dvd is squezed. My
screen resolution is 1280x800, on intel 910 gml.

ProblemType: Bug
Architecture: i386
Date: Tue May 20 20:18:21 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/totem-gstreamer
Package: totem-gstreamer 2.22.1-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.24-16-generic i686

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Totem plays dvd with wrong aspect ratio
https://bugs.launchpad.net/bugs/232296
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 232296] Re: Totem plays dvd with wrong aspect ratio

2008-05-20 Thread Szymon Życiński

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/14626632/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/14626638/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/14626639/ProcStatus.txt

-- 
Totem plays dvd with wrong aspect ratio
https://bugs.launchpad.net/bugs/232296
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs