Announcement
Collapse
No announcement yet.
LTS Update 12.04.3 has been released
Collapse
This topic is closed.
X
X
-
I opted into the hardware enablement stack for Precise. I used a VirtualBox guest installed from kubuntu-12.04.1-desktop-i386.iso. The initial install of the guest was pretty vanilla except for the guest additions install. The update went without a hitch, but I did end up reinstalling the guest additions.
I ran the following command.
Code:sudo apt-get install --install-recommends linux-generic-lts-quantal xserver-xorg-lts-quantal libgl1-mesa-glx-lts-quantal
https://wiki.kubuntu.org/Kernel/LTSEnablementStack
I haven't attempted this on my host. I'm satisfied with my host installation, and I'm not in the mood to spend time indoors this weekend fixing things if it doesn't go well.
As always, make sure you backup just in case things don't go as expected.sigpic
- Top
- Bottom
Comment
-
Yep!
john@john-Dimension-3000:/etc$ sudo lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.3 LTS
Release: 12.04
Codename: precise
john@john-Dimension-3000:/etc$ uname -a
Linux john-Dimension-3000 3.2.0-52-generic-pae #78-Ubuntu SMP Fri Jul 26 16:43:19 UTC 2013 i686 i686 i386 GNU/Linux
john@john-Dimension-3000:/etc$
It's been out for a while, and no problems. Like always, smooth as butter.The next brick house on the left
Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.27.11| Kubuntu 24.04 | 6.8.0-31-generic
- Top
- Bottom
Comment
-
Originally posted by tek_heretik View PostI'll tell you one thing it did do, the old/pretty boot screen with the blinking dots (the one before the KDE loading screen) is back to ancient times resolution.
First install hwinfo by running the following command:
Code:sudo apt-get install v86d hwinfo
Code:sudo hwinfo --framebuffer
Code:sudo nano /etc/default/grub
Code:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1280x800-24,mtrr=3,scroll=ywrap"
Code:GRUB_GFXMODE=1280x800
Code:sudo nano /etc/initramfs-tools/modules
Code:uvesafb mode_option=1280x800-24 mtrr=3 scroll=ywrap
Code:echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash sudo update-grub sudo update-initramfs -u sudo reboot
- Top
- Bottom
Comment
-
Thanks Buddle, am rebooting now, see what happens.
Edit 1: Dang, I either did something wrong or used an unsupported rez. Attempt #2...
Edit 2: Ha! Your instructions worked, I tried your info source page instructions first, oops. 1440x900 works for me, it looks like it did before the update, my native desktop rez is 1920x1080, thanks a bunch Buddle.
Edit 3: The only thing I did different is sudo kate... (instead of nano), I just find it easier. For schizz n giggles, I am going to try 1920x1080, see what happens, if it doesn't work, back to 1440x900.
Edit 4: Well that's weird, 1920x1080 looks the same as 1440x900, oh well.
Edit 5: I put it back to 1440x900 just to be on the safe side, I don't believe in messing with what works, was worth a try.Last edited by tek_heretik; Aug 25, 2013, 08:14 AM.
- Top
- Bottom
Comment
-
Originally posted by Buddlespit View PostI'm glad it works for you (I think). Just as a "for-what-it's-worth", I don't use grub anymore, but that was what I used to fix my boot graphics when I did use grub.
- Top
- Bottom
Comment
-
Well, if it works it's O.K.
Not worth the effort here for something that doesn't have a lot of meaning to my actual computing experience.
Glad it worked, though )The next brick house on the left
Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.27.11| Kubuntu 24.04 | 6.8.0-31-generic
- Top
- Bottom
Comment
-
just 2 cents on an somewhat unrelated thing ,,,,,,,@tek_heretik you should never launch a GUI app with sudo you can realy mess up your /home/you permissions the way to do that isCode:kdesudo kate /ext/default/grub
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Originally posted by vinnywright View Postjust 2 cents on an somewhat unrelated thing ,,,,,,,@tek_heretik you should never launch a GUI app with sudo you can realy mess up your /home/you permissions the way to do that isCode:kdesudo kate /ext/default/grub
VINNY
- Top
- Bottom
Comment
Comment