Here are the most popular ideas ever about Ubuntu.
webcam control panel app
Written by yzarc the 12 Aug 08 at 11:29.
Global category: Hardware support.
New
ubuntu should have a webcam control panel app where would be possible to set configurations like brightness, colour, exposure, etc while we are using the webcam in any application.
maybe some effects too.
Provide easy touchpad configuration GUI
Written by leu the 18 Mar 08 at 00:52.
Global category: Hardware support.
New
It is quite uncomfortable to configure Synaptics touchpads.
First you have to install gsynaptics (or a similar program like qsynaptics), which is quite easy.
But after you have done that, you have to configure the xorg.conf (SHMConfig true).
If you have a look in the new xorg.conf provided by hardy, there are no entries for the touchpad anymore. So the full touchpad configuration has to be inserted manually.
I suggest that the configuration of the touchpad should be more easy.
It would be more comfortable for new users, if they do not need to configure the xorg.conf.
Developer comments
We will hopefully have something like this for Jaunty.
Solution #1:
EXT4 SSD profile
With the coming of the new filesystem EXT4, create a mode which optimizes the performance on SSD drives.
With the coming of the new filesystem EXT4, create a mode which optimizes the performance on SSD drives.
Solution #2:
Optimise for speed but not lifespan - short SSD write lifespan is a myth.
Written by
r0g the 27 Jan 09 at 05:43.
I don't know if there would be any design trade-offs between speed and lifespan in such a profile but SSD's short write lifespan issues are a bit of a myth so if a call needs to be made between them we should go for speed!
See this site for why it's only a problem on the smallest of devices...
http://www.storagesearch.com/ssdmyths-endurance.html
I don't know if there would be any design trade-offs between speed and lifespan in such a profile but SSD's short write lifespan issues are a bit of a myth so if a call needs to be made between them we should go for speed!
See this site for why it's only a problem on the smallest of devices...
http://www.storagesearch.com/ssdmyths-endurance.html
Solution #4:
Little package ssd-mode
Written by
TuxHHG the 19 Apr 09 at 09:53.
Like laptop-mode there can be a package that change all ssd related points in one way.
Like laptop-mode there can be a package that change all ssd related points in one way.
Solution #5:
SSD mode in Ubiquity
Written by
HacKurx the 2 Jul 10 at 07:06.
Why not make the SSD option in the installer for all file systems.
It is easy to create it, simply activate SSD mode in ext4 and btrfs and write "noatime" into /etc/fstab.
Here's how it could look like:
Why not make the SSD option in the installer for all file systems.
It is easy to create it, simply activate SSD mode in ext4 and btrfs and write "noatime" into /etc/fstab.
Here's how it could look like:
<a target="_blank" href="http://mabul.org" title="Hebergement d'images "><img src="http://moe.mabul.org/up/moe/2010/07/02/img-09055667j8x.png" alt="Hebergement d'images" /></a>
Solution #6:
Suggest adequate filesystems
Written by
caliga82 the 31 Aug 10 at 21:48.
(This may be just an addition/clarification to solution #1)
If a SSD is detected, the installer should inform the user how suitable a certain filesystem system is. In particular, if it supports the TRIM command.
Depending on the user's experience, there could be just an indicator (green, thumbs up...) or a complete explanation of the benefits of a filesystem with TRIM.
(This may be just an addition/clarification to solution #1)
If a SSD is detected, the installer should inform the user how suitable a certain filesystem system is. In particular, if it supports the TRIM command.
Depending on the user's experience, there could be just an indicator (green, thumbs up...) or a complete explanation of the benefits of a filesystem with TRIM.
USB Flash drive power off
Written by IUnknown the 24 Jul 08 at 10:22.
Global category: Hardware support.
New
It is a good idea to power off USB Flash Drive (switch off drive light) after unmount.
Multitouch and gestures on touchpads
Written by evefavretto the 25 Oct 09 at 21:00.
Global category: Hardware support.
New
After I used the Karmic beta, I liked the two-fingers scrolling and I'm still thinking if it can be implemented another gestures, as in MacBooks and some other net/notebooks...
Solution #1:
Implement gestures on notebooks' touchpads
It's a simple idea, implement gestures on these touchpads. I know that can be hard to implement, I'm only suggesting.
It's a simple idea, implement gestures on these touchpads. I know that can be hard to implement, I'm only suggesting.
Solution #2:
Gesture creation program
Create a program to create custom gestures for anything!
Create a program to create custom gestures for anything!
Solution #3:
Unlock computer with mouse gesture on touchpad
Written by
HigH5 the 26 Oct 09 at 11:28.
One could instead unlocking the computer with their password unlock it with a secret mouse gesture.
One could instead unlocking the computer with their password unlock it with a secret mouse gesture.
Solution #4:
two fingers tap for RIGHT CLICK
Written by
Lex the 30 Oct 09 at 18:56.
Left button click is already simulate by tapping, so I want to propose something similar for RIGHT button as well.
two finger tapping - right button click
I think that this could be very simple and effective way. (We can possibly take this to extend and use 3 finger tap for middle button, but I'm not sure about it...)
Left button click is already simulate by tapping, so I want to propose something similar for RIGHT button as well.
two finger tapping - right button click
I think that this could be very simple and effective way. (We can possibly take this to extend and use 3 finger tap for middle button, but I'm not sure about it...)
Solution #5:
Allow two-finger gestures with edge scrolling
The two-finger scrolling feature is good, but when turned on, horizontal and vertical scrolling with the edge of the touchpad stops working. It should be possible to use either option with the same settings.
The two-finger scrolling feature is good, but when turned on, horizontal and vertical scrolling with the edge of the touchpad stops working. It should be possible to use either option with the same settings.
Solution #6:
Make a New Ubuntu Distro' With 10/GUI in Mind
Start moving towards the 10/GUI idea, perhaps create a new Ubuntu version that is designed with touchpads in mind (see concept video). The new distribution should still have basic support mice, but should work on simplifying the desktop using multi-touch technology at the same time.
10/GUI
Concept Video
Start moving towards the 10/GUI idea, perhaps create a new Ubuntu version that is designed with touchpads in mind (see concept video). The new distribution should still have basic support mice, but should work on simplifying the desktop using multi-touch technology at the same time.
<a href="http://10gui.com/">10/GUI</a>
<a href="http://10gui.com/video/">Concept Video</a>
Solution #7:
Use these Perl programs as a daemon
Nathan Harrington, an IBM developer, has written some Perl programs to detect multi-finger swipe and pinch gestures on Synaptics Touchpads (the only type with a good enough driver to do something like this) at
http://www.ibm.com/developerworks/library/os-touchpad/index.html
These could be run as a daemon to perform actions when gestures are detected. Also, instead of the SendKeys Perl command, one could use xdotool (
http://www.semicomplete.com/projects/xdotool/xdotool ) and put system("xdotool whatever") in the perl script (this would give you more flexibility than SendKeys, for example mouse clicks/movement).
Mg
Nathan Harrington, an IBM developer, has written some Perl programs to detect multi-finger swipe and pinch gestures on Synaptics Touchpads (the only type with a good enough driver to do something like this) at
http://www.ibm.com/developerworks/library/os-touchpad/index.html
These could be run as a daemon to perform actions when gestures are detected. Also, instead of the SendKeys Perl command, one could use xdotool ( http://www.semicomplete.com/projects/xdotool/xdotool ) and put system("xdotool whatever") in the perl script (this would give you more flexibility than SendKeys, for example mouse clicks/movement).
Mg
Laptop Battery Thresholds
Written by hellmet the 7 Nov 09 at 04:39.
Global category: Hardware support.
New
Li-ion batteries are known to have optimum performance when they are not frequently charged, and when kept at charging levels at around 40%-85%. While manufacturers like lenovo bundle software (with Windows) to manage such features, nothing is available on Ubuntu.
The tp_smapi driver is available for Thinkpads on Linux. However, this driver has to be manually compiled and configured.
Solution #1:
A generic tool to manage thresholds.
Written by
hellmet the 7 Nov 09 at 04:39.
There needs to be a generic tool - that works with major vendors - supplied with Ubuntu, and installed if computer=laptop, which can effectively manage battery thresholds. Additional information could include number of battery cycles, wattage, among others.
There needs to be a generic tool - that works with major vendors - supplied with Ubuntu, and installed if computer=laptop, which can effectively manage battery thresholds. Additional information could include number of battery cycles, wattage, among others.
Solution #2:
Extend current Power Management tool
Written by
LaMeR the 15 Nov 09 at 23:36.
In my opinion it would be better to extend the current tool (maybe by optional addon which can be installed just for laptop users), so all power management options are at one place.
Also it would be nice to improve the battery capacity detection - for example on HP nx9420 my battery "designed capacity" is not detected correctly and instead it's set to the "last full capacity".
In my opinion it would be better to extend the current tool (maybe by optional addon which can be installed just for laptop users), so all power management options are at one place.
Also it would be nice to improve the battery capacity detection - for example on HP nx9420 my battery "designed capacity" is not detected correctly and instead it's set to the "last full capacity".
Solution #3:
Integrate CPU scaling
Integrate CPU scaling, like granola does, which can save up to 30% of energy.
Integrate CPU scaling, like granola does, which can save up to 30% of energy.
Solution #4:
Help user prolong battery life in the long run
Written by
dreamr the 12 May 10 at 15:06.
These days laptops mostly run on lithium-ion batteries. They don't suffer from memory effect, so they can be recharged anytime without ill effects. However, they can lose their capacity pretty quick, sometimes halving their capacity after just one year. I've destroyed three laptop batteries myself like that. Now I've learned a bit more about them because I got a job working with them.
Although you can maximize the runtime by optimizing how much power/current the laptop uses, it won't help make your battery "live" longer. How you use your battery affects it more. You can actually kill your battery pretty quick if you constantly keep it plugged in the wall and recharge only couple percents every now and then.
Not many laptops let software control how the battery recharges, but if that is not available, the OS could at least give user suggestions to when to un-plug or plug-in the power. Not just give a note when the battery has just reached 100% or is nearing critical. If software control can be done, it would actually beneficial for lithium-ion batteries to stay around 60-80% instead of 100%. This of course needs to be user controlled for situations when 100% is really needed.
These days laptops mostly run on lithium-ion batteries. They don't suffer from memory effect, so they can be recharged anytime without ill effects. However, they can lose their capacity pretty quick, sometimes halving their capacity after just one year. I've destroyed three laptop batteries myself like that. Now I've learned a bit more about them because I got a job working with them.
Although you can maximize the runtime by optimizing how much power/current the laptop uses, it won't help make your battery "live" longer. How you use your battery affects it more. You can actually kill your battery pretty quick if you constantly keep it plugged in the wall and recharge only couple percents every now and then.
Not many laptops let software control how the battery recharges, but if that is not available, the OS could at least give user suggestions to when to un-plug or plug-in the power. Not just give a note when the battery has just reached 100% or is nearing critical. If software control can be done, it would actually beneficial for lithium-ion batteries to stay around 60-80% instead of 100%. This of course needs to be user controlled for situations when 100% is really needed.
Somehow include battery capacity in the battery charge applet
Written by deadowl the 14 May 08 at 17:06.
Global category: Hardware support.
New
I get messages telling me my battery capacity when it's low. Good to know, but why not include this information in the charging applet somehow?
Perhaps, but not necessarily, alongside tips to increase battery life.
Hardware Testing tools enchantments (8.04)
Written by Lex the 28 Mar 08 at 22:33.
Global category: Hardware support.
New
Release 8.04 (hardy) contains tools for checking and reporting hardware compatibility (System Tools → Hardware Testing).
This is good start. Thanks for it! However I am missing few important questions. Many people are begging for suspend/hibernate support and sound recording fixes. Following questions will help to determine problematic hardware.
Is suspend mode working?
Is hibernate working?
Is sound recording working?