To solve some issues with external monitor, I was suggested by
https://bugs.freedesktop.org/show_bug.cgi?id=26833
to install latest kernel. So I did, here are the steps:
1) download *386, *all packages from
http://kernel.ubuntu.com/~kernel-ppa/mainline/
linux-headers-2.6.36-020636rc2_2.6.36-020636rc2.201008230905_all.deb
linux-headers-2.6.36-020636rc2-generic_2.6.36-020636rc2.201008230905_i386.deb
linux-image-2.6.36-020636rc2-generic_2.6.36-020636rc2.201008230905_i386.deb
2) install
$ sudo dpkg -i *.deb
=> done, not the new kernel appears in the grub menu !
3) note to main: to de-install:
If you would like to uninstall a mainline kernel anyway, first use:
* dpkg -l | grep "linux\-[a-z]*\-"
to find the exact name of the kernel packages you want to uninstall, and then do:
* sudo apt-get remove KERNEL_PACKAGES_TO_REMOVE
Remember that several packages belong to one kernel version: common headers, architecture specific headers and the architecture specific image.
Showing posts with label lucid. Show all posts
Showing posts with label lucid. Show all posts
2010-09-02
2010-07-28
Linux on a fujitsu U810 - Lucid setup
As a reminder for anyone upgrading to lucid:
when I booted into X after upgrading to ubuntu lucid, I missed the minimize/maximize/close buttons at the top-right of every window; for some reason, they are not there.
In order to make these buttons reappear, proceed as follows: (info taken from
http://www.baptiste-wicht.com/2010/05/ubuntu-lucid-lynx-buttons-right/)
- start gconf-editor (type gconf-editor at the terminal)
- go to : apps > metacity > general. You’ll see here a key named button_layout with the default value of “close,minimize,maximize:”. To put the buttons like in
the other versions, you just have to edit this value to
:minimize,maximize,close
And then all your windows will have the normal button order at the right of the window title bar.
- if you want to include the window menu, you can change the value to :
menu:minimize,maximize,close
when I booted into X after upgrading to ubuntu lucid, I missed the minimize/maximize/close buttons at the top-right of every window; for some reason, they are not there.
In order to make these buttons reappear, proceed as follows: (info taken from
http://www.baptiste-wicht.com/2010/05/ubuntu-lucid-lynx-buttons-right/)
- start gconf-editor (type gconf-editor at the terminal)
- go to : apps > metacity > general. You’ll see here a key named button_layout with the default value of “close,minimize,maximize:”. To put the buttons like in
the other versions, you just have to edit this value to
:minimize,maximize,close
And then all your windows will have the normal button order at the right of the window title bar.
- if you want to include the window menu, you can change the value to :
menu:minimize,maximize,close
2010-05-14
Fujitsu U810 - Ubuntu upgarde to 10.04, Lucid Lynx
update 2010.09.02: I recently installed the kernel 2.6.36, and then,
- suspend/resume works as expected
- external monitor works great !!
- mouse pointer is ok
- boot is as long as expected
=> so, now I can recommend to upgrade to lucid, as long as you install this kernel release.
To install this kernel in ubuntu, read this post.
This last week-end I took fresh air and made the brave decision to upgrade my U810 to the latest ubuntu, lucid lynx, 10.04, released two weeks ago.
Long story short: don't do it yet.
Details:
- suspend / resume was working flawless in 9.04, and fast; with 10.04, something strange is happening, many times on opening the screen does not resume, and even resuming sliding the power button the machine resumes but external usb devices and monitor don't work, and I have to go through a several Ctr+Alt+F1 - Ctrl+Alt+F7 sequences to have usb devices working back
- external display behaves strange: I wrote 'nomodeset' option in the kernel load commenad line at grub, to have the external monitor working. But :
Working with the monitor tool in System -> Preferences is like a nightmare, sometimes it works, other doesn't, so I have to keep trying selecting the external monitor, then it gives some error, then I select it again, then it works , ....
Many times, when the screen-saver launches, the external monitor gets disabled (some other it doesn't), and I have to go to the Monitor tool nightmare
- the mouse pointer is broken; botom 30% is the usual arrow-bottom, but the 70% rest is the text-entry cursor; even it seems a small annoyance, its a big usability issue; many times I end up pressing options I didn't want to !
- booting seems to me much longer than with previous version ....
In ubuntu 9.04 everything was working very fine, very fast, not even a slight issue; with this version, the problems are too serious to recommend and upgrade, so just wait.
I'll be updating my system as new updates are available, and I'll post back when the issues described are solved.
BTW: the touchscreen driver compiled and works as usual !
- suspend/resume works as expected
- external monitor works great !!
- mouse pointer is ok
- boot is as long as expected
=> so, now I can recommend to upgrade to lucid, as long as you install this kernel release.
To install this kernel in ubuntu, read this post.
This last week-end I took fresh air and made the brave decision to upgrade my U810 to the latest ubuntu, lucid lynx, 10.04, released two weeks ago.
Long story short: don't do it yet.
Details:
- suspend / resume was working flawless in 9.04, and fast; with 10.04, something strange is happening, many times on opening the screen does not resume, and even resuming sliding the power button the machine resumes but external usb devices and monitor don't work, and I have to go through a several Ctr+Alt+F1 - Ctrl+Alt+F7 sequences to have usb devices working back
- external display behaves strange: I wrote 'nomodeset' option in the kernel load commenad line at grub, to have the external monitor working. But :
Working with the monitor tool in System -> Preferences is like a nightmare, sometimes it works, other doesn't, so I have to keep trying selecting the external monitor, then it gives some error, then I select it again, then it works , ....
Many times, when the screen-saver launches, the external monitor gets disabled (some other it doesn't), and I have to go to the Monitor tool nightmare
- the mouse pointer is broken; botom 30% is the usual arrow-bottom, but the 70% rest is the text-entry cursor; even it seems a small annoyance, its a big usability issue; many times I end up pressing options I didn't want to !
- booting seems to me much longer than with previous version ....
In ubuntu 9.04 everything was working very fine, very fast, not even a slight issue; with this version, the problems are too serious to recommend and upgrade, so just wait.
I'll be updating my system as new updates are available, and I'll post back when the issues described are solved.
BTW: the touchscreen driver compiled and works as usual !
Subscribe to:
Posts (Atom)