Ubuntu Forums Archive Viewer

AMD64-Generic or AMD64-K8 Kernel?

Archived thread 10383 from x86 64-bit Users (Pre April '08). Markdown source: x86_64-bit_Users_(Pre_April_'08)/thread_10383_AMD64-Generic_or_AMD64-K8_Kernel.md

Original URL About this archive
#1

The AMD64 Wiki for Debian says to use the K8 kernel if you have an AMD Athlon 64 cpu. And when I did a net install of Debian for AMD64, indeed it installed the k8 kernel. Then I tried Ubuntu, liked it better, and decided to keep it. But I notice that the kernel installed is the 'generic' type, not the 'k8'.

Should I go ahead and install the k8 kernel that Synaptic says I can get? Or just leave it with the generic one?

#2

The k8 kernel should give better performance.

May be coincidental but when I went from generic to k8 some hotplug issues went away.

#3

When I upgraded, I booted into a gnome desktop with an empty panel and no right click menu... Any ideas why?

#4

I got the same problem. Here is the procedure I used to solve it. Note : it worked for me but may be it's stroke of luke.

  1. to enter in console mode on TTY1
Ctrl-Alt F1
  1. To get rid of the gnome panel package (sudo to enter in 'root mode')
sudo apt-get remove gnome-panel (answer 'yes' when confirmation asked)
  1. To reinstall the gnome panel package
sudo apt-get install gnome-panel gnome-applets
  1. To restart the gnome display manager (GDM)
sudo /etc/init.d/gdm stop
sudo /etc/init.d/gdm stop
  1. It should work again :D
  2. restart the PC

Let me know if this help

Gataca

#5

At point 4, you should read :

sudo /etc/init.d/gdm stop
sudo /etc/init.d/gdm start

Sorry :oops:

Gataca

#6

err, restart?

But I guess if you LIKE all that typing, knock yourself out.

#7

Okay - I'm stuck in a loop now... Here's what I did...

*- dpkg-reconfigure xserver-xorg, set up resolution etc

  • Clean install of warty
  • Upgrade to hoary
  • Upgraded kernel to 2.6.10-1-amd64-k8
  • Resolution went to 640x480, no panel menu
  • Ctrl + Alt + F1
  • sudo apt-get remove gnome-panel
  • sudo apt-get install gnome-panel gnome applets
  • sudo /etc/init.d/gdm restart
  • booted into x, looked fine
  • restarted, display all wonky (goto *)

Basically I'm either reinstalling gnome or tweaking my xorg... I either have menus at 640x480, or no menus at the correct resolution.... any ideas?

#8

Hi

I cheated :)

get yourself a livecd iso of kanotix and boot from it and enter the following in your boot option - obviously replace the x y bits etc

xmodule=YOURGRAPHICSCARD (MINE IS SIS) screen=x,y vsync=z (z is your monitor frequency)

Then once booted copy the Xfree86-4 file from the /etc/X11 folder to a floppy.

Once you then boot into ubuntu copy the file to the same location and reboot.

When you finally get into gdm it might says to file doesnt match or something and which settings do you want to use X or Gnome so just select gnome and after that it will work as normal everytime :)

Hope this helps

Darren