GeForce 4 и Xorg 1.9 как запустить драйвер nvidia?

Поставил арч с последнего диска NetInstall. При установке иксов сделал всё как по Вики:

pacman -S hal dbus
/etc/rc.d/hal start, занес hal в секцию демонов.

Ставлю иксы
pacman -S xorg
потом
pacman nvidia-96xx (у меня GeForce 4MX 440SE)
nvidia-xconfig
смотрю xorg.conf стоит загрузка драйвера “nvidia”, ни в одной секции нет “dri”.
Перезагружаюсь,
startx
Вылетает ошибка, что nvidia драйвер загрузиться не смог, заглядываю в лог, какого-то система грузила dri-модули.
Удаляю из папки extensions два dri-файла.
startx
Также в логе выдает что не может загрузить драйвер nvidia.
X.Org версии 1.9
Кто может помочь?
Логи выкладывайте…
egrep '(\(WW\)|\(EE\))' /var/log/Xorg.0.log
и /etc/X11/xorg.conf
Note: Currently Nvidia-96xx driver does not support Xorg release 1.8.
Как-то так. Отстают Nvidia-96xx. И вроде с 1.8 работали, но сейчас 1.9
nouveau
xf86-video-nouveau у меня на 6200 работает правда шрифты отображаются вырвиглазно.
Да прокинули меня разработчики Xorg :)
Nvidia-173xx and -96xx drivers currently don't support the new Xorg release. We recommend using the xf86-video-nouveau driver package for now.
а nouveau требует:
Remove all “vga=” and “video=” options from your kernel commandline in /boot/grub/menu.lst.
Мне это никак не подходит.
А как мне установить старый Xorg?
173xx поддерживает новые иксы.

syber
Remove all “vga=” and “video=” options from your kernel commandline in /boot/grub/menu.lst.
Мне это никак не подходит.
Почему? Настраивай KMS и будет то же самое.
Нашел руководство по pacman и как установить старые версии пакетов. Попробую поставить Xorg 1.7 и уже на него дрова nvidia, если не покатит, тогда придется пробовать nouveau.
Старый Xorg поставился с косяком. решил поставить xorg-1.9 и nouveau. Что-то меня смущает скорость запуска иксов, под Слакварем они стартовали у меня быстрее, привожу лог запуска:
[    25.411] 
X.Org X Server 1.9.0
Release Date: 2010-08-20
[    25.412] X Protocol Version 11, Revision 0
[    25.412] Build Operating System: Linux 2.6.34-ARCH i686 
[    25.412] Current Operating System: Linux archibald 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 07:17:20 UTC 2010 i686
[    25.412] Kernel command line: root=/dev/sda6 ro
[    25.412] Build Date: 24 August 2010  01:42:08PM
[    25.412]  
[    25.426] Current version of pixman: 0.18.4
[    25.426] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    25.426] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    25.426] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 21 22:48:53 2010
[    25.481] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    25.510] (==) No Layout section.  Using the first Screen section.
[    25.510] (==) No screen section available. Using defaults.
[    25.510] (**) |-->Screen "Default Screen Section" (0)
[    25.510] (**) |   |-->Monitor "<default monitor>"
[    25.510] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    25.510] (**) |   |-->Device "n"
[    25.510] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    25.510] (==) Automatically adding devices
[    25.510] (==) Automatically enabling devices
[    25.594] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    25.594] 	Entry deleted from font path.
[    25.594] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    25.594] 	Entry deleted from font path.
[    25.594] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    25.594] 	Entry deleted from font path.
[    25.816] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    25.816] (==) ModulePath set to "/usr/lib/xorg/modules"
[    25.816] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    25.816] (II) Loader magic: 0x81f3200
[    25.816] (II) Module ABI versions:
[    25.816] 	X.Org ANSI C Emulation: 0.4
[    25.816] 	X.Org Video Driver: 8.0
[    25.816] 	X.Org XInput driver : 11.0
[    25.816] 	X.Org Server Extension : 4.0
[    25.817] (--) PCI:*(0:1:0:0) 10de:0171:0000:0000 rev 163, Mem @ 0xe8000000/16777216, 0xd8000000/134217728, 0xe0000000/524288, BIOS @ 0x????????/131072
[    25.817] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    25.817] (II) LoadModule: "extmod"
[    25.863] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    25.871] (II) Module extmod: vendor="X.Org Foundation"
[    25.871] 	compiled for 1.9.0, module version = 1.0.0
[    25.871] 	Module class: X.Org Server Extension
[    25.871] 	ABI class: X.Org Server Extension, version 4.0
[    25.871] (II) Loading extension MIT-SCREEN-SAVER
[    25.871] (II) Loading extension XFree86-VidModeExtension
[    25.871] (II) Loading extension XFree86-DGA
[    25.871] (II) Loading extension DPMS
[    25.871] (II) Loading extension XVideo
[    25.871] (II) Loading extension XVideo-MotionCompensation
[    25.871] (II) Loading extension X-Resource
[    25.871] (II) LoadModule: "dbe"
[    25.872] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    25.876] (II) Module dbe: vendor="X.Org Foundation"
[    25.876] 	compiled for 1.9.0, module version = 1.0.0
[    25.876] 	Module class: X.Org Server Extension
[    25.876] 	ABI class: X.Org Server Extension, version 4.0
[    25.876] (II) Loading extension DOUBLE-BUFFER
[    25.876] (II) LoadModule: "glx"
[    25.884] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    25.891] (II) Module glx: vendor="X.Org Foundation"
[    25.891] 	compiled for 1.9.0, module version = 1.0.0
[    25.891] 	ABI class: X.Org Server Extension, version 4.0
[    25.899] (==) AIGLX enabled
[    25.899] (II) Loading extension GLX
[    25.899] (II) LoadModule: "record"
[    25.899] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    25.910] (II) Module record: vendor="X.Org Foundation"
[    25.910] 	compiled for 1.9.0, module version = 1.13.0
[    25.910] 	Module class: X.Org Server Extension
[    25.910] 	ABI class: X.Org Server Extension, version 4.0
[    25.910] (II) Loading extension RECORD
[    25.911] (II) LoadModule: "dri"
[    25.911] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    25.923] (II) Module dri: vendor="X.Org Foundation"
[    25.923] 	compiled for 1.9.0, module version = 1.0.0
[    25.923] 	ABI class: X.Org Server Extension, version 4.0
[    25.923] (II) Loading extension XFree86-DRI
[    25.923] (II) LoadModule: "dri2"
[    25.923] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    25.924] (II) Module dri2: vendor="X.Org Foundation"
[    25.924] 	compiled for 1.9.0, module version = 1.2.0
[    25.924] 	ABI class: X.Org Server Extension, version 4.0
[    25.924] (II) Loading extension DRI2
[    25.924] (II) LoadModule: "nouveau"
[    25.924] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    25.938] (II) Module nouveau: vendor="X.Org Foundation"
[    25.938] 	compiled for 1.9.0, module version = 0.0.16
[    25.938] 	Module class: X.Org Video Driver
[    25.938] 	ABI class: X.Org Video Driver, version 8.0
[    25.938] (II) NOUVEAU driver 
[    25.938] (II) NOUVEAU driver for NVIDIA chipset families :
[    25.938] 	RIVA TNT    (NV04)
[    25.938] 	RIVA TNT2   (NV05)
[    25.938] 	GeForce 256 (NV10)
[    25.938] 	GeForce 2   (NV11, NV15)
[    25.938] 	GeForce 4MX (NV17, NV18)
[    25.938] 	GeForce 3   (NV20)
[    25.938] 	GeForce 4Ti (NV25, NV28)
[    25.938] 	GeForce FX  (NV3x)
[    25.938] 	GeForce 6   (NV4x)
[    25.939] 	GeForce 7   (G7x)
[    25.939] 	GeForce 8   (G8x)
[    25.939] (--) using VT number 7
[    25.952] drmOpenDevice: node name is /dev/dri/card0
[    25.953] drmOpenDevice: open result is 7, (OK)
[    25.953] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[    25.953] drmOpenDevice: node name is /dev/dri/card0
[    25.953] drmOpenDevice: open result is 7, (OK)
[    25.953] drmOpenByBusid: drmOpenMinor returns 7
[    25.953] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[    25.953] (II) [drm] nouveau interface version: 0.0.16
[    25.953] (II) Loading sub module "dri"
[    25.953] (II) LoadModule: "dri"
[    25.953] (II) Reloading /usr/lib/xorg/modules/extensions/libdri.so
[    25.953] (II) NOUVEAU(0): Loaded DRI module
[    25.954] drmOpenDevice: node name is /dev/dri/card0
[    25.954] drmOpenDevice: open result is 8, (OK)
[    25.954] drmOpenDevice: node name is /dev/dri/card0
[    25.954] drmOpenDevice: open result is 8, (OK)
[    25.954] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[    25.954] drmOpenDevice: node name is /dev/dri/card0
[    25.954] drmOpenDevice: open result is 8, (OK)
[    25.954] drmOpenByBusid: drmOpenMinor returns 8
[    25.954] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[    25.954] (II) [drm] DRM interface version 1.3
[    25.954] (II) [drm] DRM open master succeeded.
[    25.954] (--) NOUVEAU(0): Chipset: "NVIDIA NV17"
[    25.954] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    25.954] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    25.954] (==) NOUVEAU(0): RGB weight 888
[    25.954] (==) NOUVEAU(0): Default visual is TrueColor
[    25.954] (==) NOUVEAU(0): Using HW cursor
[    26.060] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[    26.068] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
[    26.120] (II) NOUVEAU(0): Output TV-1 has no monitor section
[    26.225] (II) NOUVEAU(0): EDID for output VGA-1
[    26.226] (II) NOUVEAU(0): Manufacturer: VSC  Model: 4108  Serial#: 16843009
[    26.226] (II) NOUVEAU(0): Year: 2003  Week: 6
[    26.226] (II) NOUVEAU(0): EDID Version: 1.3
[    26.226] (II) NOUVEAU(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[    26.226] (II) NOUVEAU(0): Sync:  Separate
[    26.226] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 30  vert.: 23
[    26.226] (II) NOUVEAU(0): Gamma: 2.20
[    26.226] (II) NOUVEAU(0): DPMS capabilities: Off; RGB/Color Display
[    26.226] (II) NOUVEAU(0): First detailed timing is preferred mode
[    26.226] (II) NOUVEAU(0): redX: 0.617 redY: 0.347   greenX: 0.290 greenY: 0.593
[    26.226] (II) NOUVEAU(0): blueX: 0.148 blueY: 0.100   whiteX: 0.313 whiteY: 0.329
[    26.226] (II) NOUVEAU(0): Supported established timings:
[    26.226] (II) NOUVEAU(0): [email protected]
(и т.д.)
[    26.226] (II) NOUVEAU(0): [email protected]
[    26.226] (II) NOUVEAU(0): Manufacturer's mask: 0
[    26.226] (II) NOUVEAU(0): Supported standard timings:
[    26.226] (II) NOUVEAU(0): #0: hsize: 1024  vsize 768  refresh: 60  vid: 16481
[    26.226] (II) NOUVEAU(0): Supported detailed timing:
[    26.226] (II) NOUVEAU(0): clock: 65.0 MHz   Image Size:  304 x 228 mm
[    26.226] (II) NOUVEAU(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
[    26.226] (II) NOUVEAU(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
[    26.226] (II) NOUVEAU(0): Serial No: 910030634203
[    26.226] (II) NOUVEAU(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 62 kHz, PixClock max 95 MHz
[    26.226] (II) NOUVEAU(0): Monitor name: VE500
[    26.226] (II) NOUVEAU(0): EDID (in hex):
[    26.226] (II) NOUVEAU(0): 	00ffffffffffff005a63084101010101
[    26.226] (II) NOUVEAU(0): 	0056453530300a202020202020200007
[    26.226] (II) NOUVEAU(0): EDID vendor "VSC", prod id 16648
[    26.226] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[    26.226] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[    26.226] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    26.226] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(и т.д.)
[    26.227] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    26.235] (II) NOUVEAU(0): EDID for output DVI-D-1
[    26.286] (II) NOUVEAU(0): EDID for output TV-1
[    26.286] (II) NOUVEAU(0): Output VGA-1 connected
[    26.286] (II) NOUVEAU(0): Output DVI-D-1 disconnected
[    26.286] (II) NOUVEAU(0): Output TV-1 disconnected
[    26.286] (II) NOUVEAU(0): Using exact sizes for initial modes
[    26.286] (II) NOUVEAU(0): Output VGA-1 using initial mode 1024x768
[    26.286] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    26.286] (--) NOUVEAU(0): Virtual size is 1024x768 (pitch 1024)
[    26.286] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[    26.286] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(и т.д.)
[    26.287] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    26.287] (**) NOUVEAU(0): Display dimensions: (300, 230) mm
[    26.287] (**) NOUVEAU(0): DPI set to (86, 84)
[    26.287] (II) Loading sub module "fb"
[    26.287] (II) LoadModule: "fb"
[    26.287] (II) Loading /usr/lib/xorg/modules/libfb.so
[    26.303] (II) Module fb: vendor="X.Org Foundation"
[    26.303] 	compiled for 1.9.0, module version = 1.0.0
[    26.303] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    26.303] (II) Loading sub module "exa"
[    26.303] (II) LoadModule: "exa"
[    26.304] (II) Loading /usr/lib/xorg/modules/libexa.so
[    26.313] (II) Module exa: vendor="X.Org Foundation"
[    26.313] 	compiled for 1.9.0, module version = 2.5.0
[    26.313] 	ABI class: X.Org Video Driver, version 8.0
[    26.313] (II) Loading sub module "shadowfb"
[    26.313] (II) LoadModule: "shadowfb"
[    26.314] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    26.314] (II) Module shadowfb: vendor="X.Org Foundation"
[    26.314] 	compiled for 1.9.0, module version = 1.0.0
[    26.314] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    26.314] (--) Depth 24 pixmap format is 32 bpp
[    26.316] (II) NOUVEAU(0): Opened GPU channel 1
[    26.316] (II) NOUVEAU(0): [DRI2] Setup complete
[    26.316] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau_vieux
[    26.316] (II) NOUVEAU(0): GART: 64MiB available
[    26.319] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
[    26.333] (II) EXA(0): Driver allocated offscreen pixmaps
[    26.333] (II) EXA(0): Driver registered support for the following operations:
[    26.333] (II)         Solid
[    26.333] (II)         Copy
[    26.333] (II)         Composite (RENDER acceleration)
[    26.333] (II)         UploadToScreen
[    26.333] (II)         DownloadFromScreen
[    26.346] (==) NOUVEAU(0): Backing store disabled
[    26.346] (==) NOUVEAU(0): Silken mouse enabled
[    26.362] (==) NOUVEAU(0): DPMS enabled
[    26.362] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    26.363] (--) RandR disabled
[    26.363] (II) Initializing built-in extension Generic Event Extension
(и.т.д.)
[    26.363] (II) Initializing built-in extension DAMAGE
[    26.389] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/nouveau_vieux_dri.so failed (/usr/lib/xorg/modules/dri/nouveau_vieux_dri.so: cannot open shared object file: No such file or directory)
[    26.389] (EE) AIGLX: reverting to software rendering
[    26.389] (II) AIGLX: Screen 0 is not DRI capable
[    26.473] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
[    26.473] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    26.478] (II) NOUVEAU(0): NVEnterVT is called.
[    26.478] (II) NOUVEAU(0): Setting screen physical size to 270 x 203
[    26.478] resize called 1024 768
[    27.328] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    27.328] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    27.328] (II) LoadModule: "evdev"
[    27.328] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    27.338] (II) Module evdev: vendor="X.Org Foundation"
[    27.338] 	compiled for 1.9.0, module version = 2.5.0
[    27.338] 	Module class: X.Org XInput Driver
[    27.338] 	ABI class: X.Org XInput driver, version 11.0
[    27.338] (**) Power Button: always reports core events
[    27.338] (**) Power Button: Device: "/dev/input/event3"
[    27.338] (--) Power Button: Found keys
[    27.338] (II) Power Button: Configuring as keyboard
[    27.338] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    27.338] (**) Option "xkb_rules" "evdev"
[    27.338] (**) Option "xkb_model" "evdev"
[    27.338] (**) Option "xkb_layout" "us"
[    27.408] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    27.408] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    27.408] (**) Power Button: always reports core events
[    27.408] (**) Power Button: Device: "/dev/input/event1"
[    27.408] (--) Power Button: Found keys
[    27.408] (II) Power Button: Configuring as keyboard
[    27.409] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    27.409] (**) Option "xkb_rules" "evdev"
[    27.409] (**) Option "xkb_model" "evdev"
[    27.409] (**) Option "xkb_layout" "us"
[    27.409] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    27.409] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    27.410] (**) Sleep Button: always reports core events
[    27.410] (**) Sleep Button: Device: "/dev/input/event2"
[    27.410] (--) Sleep Button: Found keys
[    27.410] (II) Sleep Button: Configuring as keyboard
[    27.410] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    27.410] (**) Option "xkb_rules" "evdev"
[    27.410] (**) Option "xkb_model" "evdev"
[    27.410] (**) Option "xkb_layout" "us"
[    27.413] (II) config/udev: Adding input device Genius Optical Mouse (/dev/input/event4)
[    27.413] (**) Genius Optical Mouse: Applying InputClass "evdev pointer catchall"
[    27.413] (**) Genius Optical Mouse: always reports core events
[    27.413] (**) Genius Optical Mouse: Device: "/dev/input/event4"
[    27.413] (--) Genius Optical Mouse: Found 3 mouse buttons
[    27.413] (--) Genius Optical Mouse: Found scroll wheel(s)
[    27.413] (--) Genius Optical Mouse: Found relative axes
[    27.413] (--) Genius Optical Mouse: Found x and y relative axes
[    27.413] (II) Genius Optical Mouse: Configuring as mouse
[    27.413] (**) Genius Optical Mouse: YAxisMapping: buttons 4 and 5
[    27.413] (**) Genius Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    27.413] (II) XINPUT: Adding extended input device "Genius Optical Mouse" (type: MOUSE)
[    27.413] (**) Genius Optical Mouse: (accel) keeping acceleration scheme 1
[    27.413] (**) Genius Optical Mouse: (accel) acceleration profile 0
[    27.413] (**) Genius Optical Mouse: (accel) acceleration factor: 2.000
[    27.413] (**) Genius Optical Mouse: (accel) acceleration threshold: 4
[    27.413] (II) Genius Optical Mouse: initialized for relative axes.
[    27.414] (II) config/udev: Adding input device Genius Optical Mouse (/dev/input/mouse0)
[    27.414] (II) No input driver/identifier specified (ignoring)
[    27.420] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    27.420] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    27.420] (**) AT Translated Set 2 keyboard: always reports core events
[    27.420] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    27.420] (--) AT Translated Set 2 keyboard: Found keys
[    27.420] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    27.420] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    27.420] (**) Option "xkb_rules" "evdev"
[    27.420] (**) Option "xkb_model" "evdev"
[    27.420] (**) Option "xkb_layout" "us"
[    78.729] (II) Power Button: Close
[    78.729] (II) UnloadModule: "evdev"
[    78.729] (II) Power Button: Close
[    78.729] (II) UnloadModule: "evdev"
[    78.729] (II) Sleep Button: Close
[    78.729] (II) UnloadModule: "evdev"
[    78.731] (II) Genius Optical Mouse: Close
[    78.731] (II) UnloadModule: "evdev"
[    78.732] (II) AT Translated Set 2 keyboard: Close
[    78.732] (II) UnloadModule: "evdev"
[    78.732] (II) NOUVEAU(0): NVLeaveVT is called.
[    78.732] (II) NOUVEAU(0): Closed GPU channel 1
Xorg 1.8 замечательно работает.
http://archlinux.org.ru/forum/viewtopic.php?f=8&t=4842#p39319
Поставь его, забей пока в /etc/pacman.conf, чтоб не обновлялся, а скоро нвидиевцы разродятся, обычно они не слишком тормозят. А отказались они только от совсем старых карт, так что, ещё на N лет хватит. А тут и nouveau допилят.
Кстати, если поставил nouveau, напиши, коль не трудно, как оно? glxgears крутятся?
Что за DE? К вопросу о hal, он нужен только для кеди XFCE, Гном уже без него, чисто на udisks.
 
Зарегистрироваться или войдите чтобы оставить сообщение.