Contributor Kingoftherings on the System category
Show all system info in one place
Written by angryhomer17 the 29 Feb 08 at 02:19.
Global category: System.
New
Provide an area that will show all pertinent system info in one place. Like in windows with my computer properties. Should show the flavor of ubuntu, the release, ram, swap, cpuinfo, battery (if any), kernel version, disk usage, etc.
Delta (patch based) updates
Ubuntu
In :
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
Written by ravirdv the 28 Feb 08 at 14:31.
Global category: System.
In development
Summary:
Ability to download only changed bits of files and use much less bandwidth.
Scope and Use Cases:
Ann has slow internet connection. She sees that there are 150MB of updates and decides not to update at all leaving her with vulnerable and buggy system.
Implementation Plan:
Adopt it from Debian?
Previously discussed here, but still not implemented:
http://ubuntuforums.org/showthread.php?t=409916
1766
votes
2186
10
420
Selected solution (#1):
Auto-generated solution of idea #13
Written by
ravirdv the 28 Feb 08 at 14:31.
Ubuntu Brainstorm was updated in January 2009. Since the
idea #13 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
<i>Ubuntu Brainstorm was updated in January 2009. Since the idea #13 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution.</i><br /> Thanks!
85
votes
85
5
0
Selected solution (#2):
develop DEBs similar to deltaRPMs
only the actual changes need to be downloaded, reduces energy, money, time, bandwith, hardware etc MORE THAN A HUNDREDFOLD
only the actual changes need to be downloaded, reduces energy, money, time, bandwith, hardware etc MORE THAN A HUNDREDFOLD
2
votes
2
2
0
Selected solution (#3):
'dar' archives in deb packages
Written by
decaf the 19 Jan 11 at 17:24.
Dar (
http://dar.linux.free.fr/) format is designed for taking backups on randomly accessible storage. Dar provides an index to individually compressed or directly stored files in archive. There is a very stable and featureful library available to manipulate and merge dar files. Using this format as data part of deb files has advantages:
Downloading only necessary parts of packages is possible, avoiding requirement of delta files. We already have an md5sums list in header, map of files in the archive can be merged with this list.
Already compressed files will not be compressed again, this wastes time. And also we can get full performance of multicore cpus while compressing and extracting archives.
Dar (http://dar.linux.free.fr/) format is designed for taking backups on randomly accessible storage. Dar provides an index to individually compressed or directly stored files in archive. There is a very stable and featureful library available to manipulate and merge dar files. Using this format as data part of deb files has advantages:
Downloading only necessary parts of packages is possible, avoiding requirement of delta files. We already have an md5sums list in header, map of files in the archive can be merged with this list.
Already compressed files will not be compressed again, this wastes time. And also we can get full performance of multicore cpus while compressing and extracting archives.
2
votes
3
3
1
Selected solution (#4):
Download a diff and apply it to an old package file.
Written by
jv13613 the 3 Feb 11 at 17:16.
Update manager should check the apt cache directory for an older version of the package, then if one exist it should download a diff of the new package file. Then it will apply the diff to the old package file to convert it to the new package file. The old file should also be renamed to the current version.
Update manager should check the apt cache directory for an older version of the package, then if one exist it should download a diff of the new package file. Then it will apply the diff to the old package file to convert it to the new package file. The old file should also be renamed to the current version.
1
votes
1
1
0
Selected solution (#5):
Copy/adapt the update method from Foresight
Written by
mitcoes the 29 Mar 11 at 08:28.
I do not know how it works, but i'm sure there are a way of making something similar or just introduce the same system in Ubuntu.
I do not know how it works, but i'm sure there are a way of making something similar or just introduce the same system in Ubuntu.
2
votes
2
0
0
Selected solution (#6):
Use rsync to transport update-files
Rsync is a well known and stable solution which could be adaptet to this. With this you wouldn´t need deltafiles. Rsync does automatic deltatransfer
Rsync can automatic compress/decompress(-z) and is able to use secure connections. Rsync works for binarys as good as for textfiles.
It can speed up the transfer (knowing the old local files) without deleting the old files (-y). So you are able to use the same pre/post installscripts as before.
Rsync is able to handle situations where some of the local expected files are not existing (deletet) or broken.
Rsync is a well known and stable solution which could be adaptet to this. With this you wouldn´t need deltafiles. Rsync does automatic deltatransfer
Rsync can automatic compress/decompress(-z) and is able to use secure connections. Rsync works for binarys as good as for textfiles.
It can speed up the transfer (knowing the old local files) without deleting the old files (-y). So you are able to use the same pre/post installscripts as before.
Rsync is able to handle situations where some of the local expected files are not existing (deletet) or broken.
Warning about low disk space
No information about this blueprint
Information is updated every 5 minutes.
Please wait till the next update.
Written by luohan the 28 Feb 08 at 15:55.
Global category: System.
Implemented
Provide this warning with possibility to solve the problem.
2760
votes
3334
19
574
Selected solution (#2):
Program to alert when it is low disk space
Written by
sartrejp the 23 Jan 09 at 13:47.
When the disc is full, the system becomes very difficult to use and gives a lot of problems, it would be good to be notified when it is low disk space to avoid problems later
When the disc is full, the system becomes very difficult to use and gives a lot of problems, it would be good to be notified when it is low disk space to avoid problems later
260
votes
264
11
4
Selected solution (#3):
Use libnotify
Written by
tgm4883 the 23 Jan 09 at 16:44.
Show a popup using libnotify that indicates disk space is getting low (and what partition), same as battery notification for low battery.
Show a popup using libnotify that indicates disk space is getting low (and what partition), same as battery notification for low battery.
78
votes
80
12
2
Selected solution (#4):
Use libnotify & Give Reason
Written by
oybon the 26 Jan 09 at 15:47.
Average Jo user isn't necessarily going to respond as needed to a low drive space notification. Or indeed know exactly what it means.
Thus Notify, give reason for notification with consequences of inaction and route to more information.
Average Jo user isn't necessarily going to respond as needed to a low drive space notification. Or indeed know exactly what it means.
Thus Notify, give reason for notification with consequences of inaction and route to more information.
-13
votes
8
11
21
Selected solution (#5):
Allow the user to launch a program to free some space.
Written by
rocket the 4 Feb 09 at 23:57.
Programs like BleachBit could be launched when there is low space, but don't forget to make sure they're installed before the space runs out!
Windows lets users launch its disk cleanup tool by clicking on the low space warning bubble, hopefully Ubuntu's solution can be as easy to use as this.
Programs like BleachBit could be launched when there is low space, but don't forget to make sure they're installed before the space runs out!
Windows lets users launch its disk cleanup tool by clicking on the low space warning bubble, hopefully Ubuntu's solution can be as easy to use as this.
8
votes
11
4
3
Selected solution (#6):
If a program is gobbling up hard disk, stop it
Written by
Endolith the 4 Jun 09 at 02:20.
After giving the warning, programs should still be able to use the disk up to a point, but there should be a certain amount of disk free at all times, to keep the system usable and responsive. If an app tries to use up more than this, it should be paused or stopped.
A "low disk space" notification is straight out of Windows 95.
After giving the warning, programs should still be able to use the disk up to a point, but there should be a certain amount of disk free at all times, to keep the system usable and responsive. If an app tries to use up more than this, it should be paused or stopped.
A "low disk space" notification is straight out of Windows 95.
1
votes
3
3
2
Selected solution (#7):
Use libnotify & indicator applet
Let's use both new notification systems. Display a libnotify message with "Low diskspace", display a notification in the Indicator applet that launches a dialog box with a message explaining why it is harmful to have this little free disk space.
Let's use both new notification systems. Display a libnotify message with "Low diskspace", display a notification in the Indicator applet that launches a dialog box with a message explaining why it is harmful to have this little free disk space.
80
votes
90
5
10
Selected solution (#8):
base report on % of disk used
let the report be based on a certain (95%?) threshold.
The popup reporting this should ideally have a number of options:
* go to the folder and clean up (maybe a background process has already indexed the filesystem and can present you with a list of outdated/not used files, various caches come to mind).
* ignore for now and warn again at 98%
* don't bother again for this mountpoint
let the report be based on a certain (95%?) threshold.
The popup reporting this should ideally have a number of options:
* go to the folder and clean up (maybe a background process has already indexed the filesystem and can present you with a list of outdated/not used files, various caches come to mind).
* ignore for now and warn again at 98%
* don't bother again for this mountpoint
-33
votes
10
17
43
Selected solution (#9):
Disk usage moniter!
Written by
Theory5 the 14 Oct 09 at 22:30.
There should be a small moniter on either top or bottom bar that shows your main HDD space (in a measure format like windows vista does with HDD's) and if you scroll over it, it will show all your disks and stuff and their free space.
There should be a small moniter on either top or bottom bar that shows your main HDD space (in a measure format like windows vista does with HDD's) and if you scroll over it, it will show all your disks and stuff and their free space.
35
votes
45
10
10
Selected solution (#10):
Report critical disk usage and offer an wizard
Written by
xeniac the 15 Oct 09 at 09:03.
I like Solution #1: Back in the days when Linux was all about the console, you've got an login warning if disk usage was critical. Im pretty sures that Ubunutu does this to, but nobody sees it anymore.
Nowday a Desktop Linux System should'nt be a dump tool, it should help the user to solve his problems.
Ubunutu should offer an cleanup assistant that helps to
1.) purge your Harddrive from Backup Files, Temporary files and Duplicate Files (Leave one copy and Sym-/Hardlink the rest).
2.) Find the Files/Directorys eating the most Diskspace. (launch baobap)
I like Solution #1: Back in the days when Linux was all about the console, you've got an login warning if disk usage was critical. Im pretty sures that Ubunutu does this to, but nobody sees it anymore.
Nowday a Desktop Linux System should'nt be a dump tool, it should help the user to solve his problems.
Ubunutu should offer an cleanup assistant that helps to
1.) purge your Harddrive from Backup Files, Temporary files and Duplicate Files (Leave one copy and Sym-/Hardlink the rest).
2.) Find the Files/Directorys eating the most Diskspace. (launch baobap)
3
votes
25
13
22
Selected solution (#11):
Do what vista does
Written by
Nw124 the 20 Oct 09 at 02:15.
Do what solution 2 says and add a gui like in vista and have a bar that shows how much of the disk space is used.
It should also tell you how much free space there is in GB ,Mb,or Kb (Depending on how big the disk is)
it could also do this on the desktop too for removable storage and show a meter.
Do what solution 2 says and add a gui like in vista and have a bar that shows how much of the disk space is used.
It should also tell you how much free space there is in GB ,Mb,or Kb (Depending on how big the disk is)
it could also do this on the desktop too for removable storage and show a meter.
3
votes
5
1
2
Selected solution (#12):
Don't do what Vista does!
Written by
FrostyC the 4 Jan 10 at 10:20.
Have a user variable setting that can be changed at what point the low disk space becomes a problem. For instance, I am fine until I have less than 300 mb of hd space.
And I don't need a clean up wizard, I know what the problem is..
Have a user variable setting that can be changed at what point the low disk space becomes a problem. For instance, I am fine until I have less than 300 mb of hd space.
And I don't need a clean up wizard, I know what the problem is..
1
votes
4
1
3
Selected solution (#13):
Don't annoy the user, just keep system working.
Written by
jschall the 12 Feb 10 at 16:38.
Simply reserve enough disk space that the system can keep working properly. The user will know that s/he is out of disk space when s/he tries to save a file.
The system should not stop running or slow down significantly.
Simply reserve enough disk space that the system can keep working properly. The user will know that s/he is out of disk space when s/he tries to save a file.
The system should not stop running or slow down significantly.
LiveUSB
Written by Taku the 28 Feb 08 at 14:35.
Global category: System.
Implemented
cdroms are slow, don't allow to modify their content easily, they are weak and not as easy to carry as USB keys.
It would be great to provide Ubuntu as a liveUSB just as Mandriva does. We should be able to carry our distribution on any computer, manage our preferred settings (do I want binary drivers enabled ? what is my preferred resolution ?), etc.
The thing is not to make something transportable, but really a nomad system that could be used just the best way as it could on any computer.
Developer comments
This was implemented by two separate projects! Both Usb-creator (see the
blueprint ) and Usblive (see its
website ) allow you to build a live USB system on Intrepid.
The first one is available on the repository, and usblive in this
PPA .
5716
votes
6390
15
674
Selected solution (#1):
Auto-generated solution of idea #194
Written by
Nanotron the 28 Feb 08 at 20:17.
I feel there should be a Tool in Nautilus and Dolphin which allows mounting Images by double Click or something similar. (This feature exists int MacOS). Or with a right click on the I think that would be a very useful Tool for every one.
A good example for this is CDemu.
I know there are some other good programs, but I think that would be the easiest way
I feel there should be a Tool in Nautilus and Dolphin which allows mounting Images by double Click or something similar. (This feature exists int MacOS). Or with a right click on the I think that would be a very useful Tool for every one.
A good example for this is CDemu.
I know there are some other good programs, but I think that would be the easiest way
691
votes
699
17
8
Selected solution (#2):
"Mount Image" avaiable in Right-Click Menu
I should be able to right-click a disk image and select "Mount Image" in the context-sensitive section (just as right-clicking on a disk image provides the "Write to Disk..." option).
I should be able to right-click a disk image and select "Mount Image" in the context-sensitive section (just as right-clicking on a disk image provides the "Write to Disk..." option).
-16
votes
9
8
25
Selected solution (#3):
Spruce up gisomount and extend
Written by
cbx33 the 20 Mar 09 at 12:22.
Gisomount was created to make this an easy process. It needs a little love and attention, but offered things like md5sum browsing etc. Would make a good GSoC project.
Gisomount was created to make this an easy process. It needs a little love and attention, but offered things like md5sum browsing etc. Would make a good GSoC project.
0
votes
3
2
3
Selected solution (#4):
gmount-iso
I use Gmount-iso to do just that.
sudo apt-get install gmountiso
But I also think that it could be more obvious to do that etc.
Maybe Gmount-iso should be available by default, under right-click on images, like proposed.
I use Gmount-iso to do just that.
sudo apt-get install gmountiso
But I also think that it could be more obvious to do that etc.
Maybe Gmount-iso should be available by default, under right-click on images, like proposed.
40
votes
100
34
60
Selected solution (#6):
Make it possible to mount ISO image from CLI w/o root access
Also make it possible to mount ISO images from command line without root (sudo) access.
Also make it possible to mount ISO images from command line without root (sudo) access.
-71
votes
41
17
112
Selected solution (#7):
Solution #3: Mount it automatically once the user double-clicks the ISO file
When the user selects the ISO file (through the keyboard arrow keys, Tab key or a single click) in nautilus a pop-up should come up asking the user to 'Double-click' the ISO file to mount it.
When the user selects the ISO file (through the keyboard arrow keys, Tab key or a single click) in nautilus a pop-up should come up asking the user to 'Double-click' the ISO file to mount it.
-12
votes
12
13
24
Selected solution (#8):
Okay, here it is :)
Written by
r0g the 28 Oct 09 at 05:09.
In the form of a python script for nautilus actions.
http://www.technicalbloke.com/iso_mount.py
I don't have time to do the unmount command too but it should be easy to adapt if you know a little python, consider that homework & pls post me a copy :)
I think it would be nice if Ubuntu came with some more useful nautilus action scripts and a nicer way of adding/removing them. At the moment getting them in and out is more of a pain than it needs to be. It ought to be as easy as Firefox (if not easier!) to install plugins, maybe then people would make more.
Roger.
In the form of a python script for nautilus actions.
http://www.technicalbloke.com/iso_mount.py
I don't have time to do the unmount command too but it should be easy to adapt if you know a little python, consider that homework & pls post me a copy :)
I think it would be nice if Ubuntu came with some more useful nautilus action scripts and a nicer way of adding/removing them. At the moment getting them in and out is more of a pain than it needs to be. It ought to be as easy as Firefox (if not easier!) to install plugins, maybe then people would make more.
Roger.
-44
votes
9
8
53
Selected solution (#9):
Drag *.iso icon onto computer/desktop/places
Written by
Lachu the 28 Oct 09 at 11:56.
Automatically mount *.iso files dragged onto computer window/desktop/places menu.
Automatically mount *.iso files dragged onto computer window/desktop/places menu.
Create a better hardware database
Ubuntu
In :
Priority : Low
Definition : New (Needs guidance)
Implementation : Unknown
Assignee : Tomas Gustavsson
Written by Ubuwu the 28 Feb 08 at 15:22.
Global category: System.
Implemented
People around the globe that are using/concidering using Ubuntu are afraid that some of their hardware won't work for them. And some are frustrated to buy additional add-on cards to work around unsupportad onboard chips. All this could be avoided with a lookup in an ubuntu Hardware Database Website.
Some problematic hardware can be used with more or less work if helping information is available together with the hardware compatabillity data.
The hardware database can be found at
http://hwdb.ubuntu.com/
From
idea #47 : The data should then be available in a format that is simple for users to browse on-line when considering new hardware.
Integrate prefetch into Ubuntu
Ubuntu
In :
Priority : Medium
Definition : Pending Approval (Needs guidance)
Implementation : Deferred
Assignee : Scott James Remnant
Written by Ubuwu the 28 Feb 08 at 15:04.
Global category: System.
Won't implement
In todays computer systems the main bottleneck is not CPU but disk access which is several orders of magnitude slower than CPU and memory. In such circumstances the way to improve application performance is to prefetch data it needs from disk before it even requests it and it is the point of prefetching techniques. This speeds up boot and decreases the time needed to start programs. This replaces and it is faster than the currently used readahead.
Add a volatile repository, like in Debian
Written by cbrunet the 29 Feb 08 at 12:25.
Global category: System.
Implemented
Some packages (ClamAV, for example) need regular version updates, for security reasons. Debian solved this problem with a "volatile" repository that allow some special packages to be updated rapidly, There should be something similar on Ubuntu.
Graphical frontend to edit GRUB menu
Ubuntu
In :
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
Written by aysiu the 28 Feb 08 at 18:51.
Global category: System.
New
Right now, the most likely successful migrations to Ubuntu happen for *nix experts and total novices who have someone install Ubuntu for them, but the most likely people to try Ubuntu are Windows power users--those who like a lot of configuration options but who are also used to using the GUI for tweaking options and not manually editing a text configuration file.
The most popular requests for editing the /boot/grub/menu.lst file involve changing the default boot option (to Windows instead of Ubuntu) and changing the timeout before a boot option is selected. The other less popular ones would be just bonus features, I guess.
Solution #1:
Auto-generated solution of idea #141
Written by
aysiu the 28 Feb 08 at 18:51.
Ubuntu Brainstorm was updated in January 2009. Since the
idea #141 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
<i>Ubuntu Brainstorm was updated in January 2009. Since the idea #141 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution.</i><br /> Thanks!
Solution #2:
Include StartUp Manager by default
Written by
Ubuwu the 5 Feb 09 at 17:24.
StartUp Manager, or SUM, is a gui tool for changing settings for Grub, Grub2, Usplash and Splashy.
http://web.telia.com/~u88005282/sum/
Fix Suspend and Hibernate
Written by tighem the 28 Feb 08 at 17:22.
Global category: System.
Not an idea
Suspend and hibernate still seems to be a big issue based on forum posts.
Developer comments
“Fix suspend and hibernate” is not an idea; it is not something that a developer could ever mark as “Implemented”. Suspend and hibernate work for many machines, and making them work for more machines is a matter of fixing individual bugs, not of implementing an idea.
This page has (as shown by the “Mix of improvements” suggestion, and the highly varied “duplicate” ideas) become a vortex for many unrelated ideas. Some of these ideas are good, and some are not so good. They should be separated out and voted on individually.
—mpt
7476
votes
8126
17
650
Solution #1:
With proprietary drivers
Written by
tighem the 28 Feb 08 at 17:22.
Really focus on fixing it, even with proprietary drivers.
Really focus on fixing it, even with proprietary drivers.
78
votes
92
11
14
Solution #3:
Mix of improvements + Solution #1 (letting the user choose)
I think that even using proprietary driver may make it more compatible, always let the user to choose.
On the other hand I have some other ideas to improve performance (probably already implemented):
- Memory trim and garbage collection, before hitbernating.
- Memory Defrag.
- Exclude System Prefetched data from hibernate files. I mean memory used with programs already closed but still in memory in the case you want to open them again.
I think that even using proprietary driver may make it more compatible, always let the user to choose.
On the other hand I have some other ideas to improve performance (probably already implemented):
- Memory trim and garbage collection, before hitbernating.
- Memory Defrag.
- Exclude System Prefetched data from hibernate files. I mean memory used with programs already closed but still in memory in the case you want to open them again.
-31
votes
27
14
58
Solution #4:
Add an idle option
As a temporary solution, we should add an "idle" option to ubuntu.
Since suspend and hibernate both invole creating a system image and storing it in the ram/in the swap, until we fix this, we need to find another alternative to this.
The only alternative remaining is to leave your computer open during all the night!
Well, my idea is to add an "Idle" option, that would:
-Suspend most of the programs
-Lower the CPU clocking (If possible)
-Lower the fan speed (If possible, trying to emit the less noise possible)
-Lower the HDD speed (If possible)
-Lock the screen
That way, we could still avoid energy wasting, while waiting for a working sleep mode.
As a temporary solution, we should add an "idle" option to ubuntu.
Since suspend and hibernate both invole creating a system image and storing it in the ram/in the swap, until we fix this, we need to find another alternative to this.
The only alternative remaining is to leave your computer open during all the night!
Well, my idea is to add an "Idle" option, that would:
-Suspend most of the programs
-Lower the CPU clocking (If possible)
-Lower the fan speed (If possible, trying to emit the less noise possible)
-Lower the HDD speed (If possible)
-Lock the screen
That way, we could still avoid energy wasting, while waiting for a working sleep mode.
136
votes
148
6
12
Solution #5:
we should have a progress hibernating bar in lucid lynx
a progress bar is more intuitive than a black screen, nothing else to add
a progress bar is more intuitive than a black screen, nothing else to add
99
votes
139
23
40
Solution #6:
don't ask for password after wake up (optionally)
Written by
yzarc the 9 Nov 09 at 20:33.
don't ask for password after wake up (optionally).
I'd like to open the lit and have my system ready to use.
don't ask for password after wake up (optionally).
I'd like to open the lit and have my system ready to use.
-32
votes
3
5
35
Solution #7:
Create solid aternative for laptops where suspend/hibernate doens't work.
Written by
FeraTech the 21 Mar 10 at 04:47.
For those laptops where suspend and hibernate do not work Ubuntu should automatically default to an alternative.
A good solution would be to simply have the previous state stored onto the hard drive including all running applications. The laptop would boot normally and all of the previous state would just be stored and controlled by the operating system.
For those laptops where suspend and hibernate do not work Ubuntu should automatically default to an alternative.
A good solution would be to simply have the previous state stored onto the hard drive including all running applications. The laptop would boot normally and all of the previous state would just be stored and controlled by the operating system.
30
votes
40
8
10
Solution #8:
Don't allow suspend/sleep on Laptops where it doesn't work!
Written by
DrWig the 23 Apr 10 at 08:48.
If hibernate/suspend doesn't work, have Ubuntu disable the option, so it doesn't try until a new version/potential fix is released.
If hibernate/suspend doesn't work, have Ubuntu disable the option, so it doesn't try until a new version/potential fix is released.
-27
votes
2
2
29
Solution #9:
Disable suspend/hibernate by default
This is a solution of despair. Function that fails on half of all computers should not be enabled by default. Do not pretend we are able to do what we cannot.
I lost many minutes of work just by accidental pressing sleep button. Sorry.
This is a solution of despair. Function that fails on half of all computers should not be enabled by default. Do not pretend we are able to do what we cannot.
I lost many minutes of work just by accidental pressing sleep button. Sorry.
10
votes
11
1
1
Solution #10:
investigate why suspend works in other distros and not ubuntu
investigate why suspend works in other distros and not ubuntu. 's2ram -f' in another distro works flawlessly, but what ever ubuntu uses causes my touchpad to freeze. ask the community to contribute to a list of what hardware and applications work in suspend. much like the voting system here. for example:
XXX touchpads freezing after suspend +6 votes
window contents lost on ati drivers +X votes
investigate why suspend works in other distros and not ubuntu. 's2ram -f' in another distro works flawlessly, but what ever ubuntu uses causes my touchpad to freeze. ask the community to contribute to a list of what hardware and applications work in suspend. much like the voting system here. for example:
<insert manufacturer here> XXX touchpads freezing after suspend +6 votes
<insert some application here> window contents lost on ati drivers +X votes
0
votes
0
0
0
Solution #12:
Hibernate light
Written by
xer0 the 23 Mar 11 at 17:56.
Boot as normal and just restore the state of the X desktop.
Saving the state is already supported in X but not present as an option in the Ubuntu menus (at least i cant find it).
This would provide an alternative for people who has hardware related problems with hibernate.
Boot as normal and just restore the state of the X desktop.
Saving the state is already supported in X but not present as an option in the Ubuntu menus (at least i cant find it).
This would provide an alternative for people who has hardware related problems with hibernate.