2Sherlock:
спасибо за совет с яркостью экрана. помогло
попробуй еще так:
DNSTYPE=SERVER
PEERDNS=yes
ping 217.69.128.42 проходит?
# DNS type: SERVER=obtain from server; SPECIFY=use DNS1 and DNS2;
# NOCHANGE=do not adjust.
DNSTYPE=SERVER
мой ответ к твоей проблеме не имеет никого отношения. работать на SATA можно.
и загружаться всё должно нормально. у тебя в другом где-то косяки.
Крайне рекомендую тебе оставаться на IDE.
Великий баг ядра в работе с SATA замучил уже многих, в том числе и меня.
Вкратце: система начинают жутко тормозить при чтении/записи на SATA винты.
Почитать можешь здесь:
http://forum.ubuntu.ru/index.php?topic=42713.0
http://forum.ubuntu.ru/index.php?topic=31233.0
http://linuxforum.ru/index.php?showtopic=61897
http://forum.ubuntu.ru/index.php?topic=32959.0
и таких тем полно
sirocco
http://blog.vlad1.com/2008/03/18/a-little-more-cairo-just-for-you/
Linux users will have to wait a little longer to get higher quality image scaling; as we now rely on the X server to do image compositing through the Render extension, we'll have to wait until the pixman patches are integrated into the X server. I'm hoping that will happen in time for the next X.org release.

Published by vladimir March 18th, 2008 in Mozilla

нда. ну подождем еще литл лонгер. не привыкать
Не всё так очевидно. Проблема действительно существует.
Вот, к примеру, обсуждение на форуме убунты
http://forum.ubuntu.ru/index.php?topic=32977.0
Dell Inspiron 1501. Работает. Вот конфиги:

[pavel ~]$ cat /etc/X11/xorg.conf
Section "Module"
    Load  "glx"
    Load  "dri"
    Load  "drm"
EndSection
Section "Device"
	Identifier	"Card0"
	Driver		"radeon"
	BusID		"PCI:1:5:0"
	VendorName	"All"
	BoardName	"All"
	Option 		"ColorTiling" "on"
#	Option		"VideoOverlay" "on"
#	Option		"OpenGLOverlay" "off"
#	Option		"AccelMethod" "XAA"
EndSection
Section "Screen"
	Identifier	"Screen0"
	Device		"Card0"
	DefaultDepth	24
EndSection
Section "DRI"
	Group	"video"
	Mode	0666
EndSection

[pavel ~]$ cat /etc/hal/fdi/policy/10-keymap.fdi 
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.keymap">
      <append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
    </match>
    <match key="info.capabilities" contains="input.keys">
      <merge key="input.xkb.rules" type="string">base</merge>
      <!-- If we're using Linux, we use evdev by default (falling back to
           keyboard otherwise). -->
      <merge key="input.xkb.model" type="string">keyboard</merge>
      <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
             string="Linux">
        <merge key="input.xkb.model" type="string">pc105</merge>
      </match>
      <merge key="input.xkb.layout" type="string">us,ru</merge>
      <merge key="input.xkb.variant" type="string">,winkeys</merge>
      <merge key="input.xkb.options" type="string">grp:ctrl_shift_toggle,grp_led:scroll</merge>
    </match>
  </device>
</deviceinfo>

[pavel ~]$ pacman -Qs xf86-input
local/xf86-input-evdev 2.2.2-1 (xorg-input-drivers)
    X.org evdev input driver
local/xf86-input-keyboard 1.3.2-2 (xorg-input-drivers)
    X.Org keyboard input driver
local/xf86-input-mouse 1.4.0-2 (xorg-input-drivers)
    X.org mouse input driver
local/xf86-input-synaptics 1.1.2-1
    synaptics driver for notebook touchpads
repo-clean