[РЕШЕНО] иксы при запуске уходят в глубокую медитацию :(

вновь собраная система... видяха GTX 260. при запуске xorgcfg отрисовывается черный экран и по середине крестик курсора. на клаву и мышь комп не реагирует. но при этот в домашней дире создается xorg.conf.new. если с ним запустить иксы, то ситупция точно такая же... но при этом на машину можно зайти по ссш =)

xorg.conf:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

make.conf:

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
## for gcc >= 4.3
# CFLAGS="-O2 -march=core2 -mssse3 -ftree-vectorize -mcx16 -msahf -pipe"
#CFLAGS="-O2 -march=prescott -O2 -pipe -fomit-frame-pointer"
CFLAGS="-march=nocona -O2 -pipe"
#CXXFLAGS="-O2 -march=core2 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
#CHOST="i686-pc-linux-gnu"
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j4"

VIDEO_CARDS="nvidia"

# CPU
USE="-3dnow -altivec mmx mmxext sse sse2 sse3 ssse3"
USE="$USE X gnome gtk qt3 alsa dvd java cairo glitz xcb svg samba syslog automount spell cdr dvdr bash-completion opengl glx mp3 mp4 mpeg4 x264 oss ogg xvid win32codecs vidix dvd faac faad x avi xchat libnotify dbus hal xft fuse server qt3support xconfig tryetype xscreensaver nsplugin jpg jpeg jpeg2k png threads pic virtualbox artworkextra vim-syntax arts nxclient radio mozilla imap acpi -ipv6"

LINGUAS="ru en"
ACCEPT_KEYWORDS=amd64

GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/ ftp://trumpetti.atm.tut.fi/gentoo/ "

SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"

Xorg.0.log:

X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-gentoo-r8 x86_64
Current Operating System: Linux homegentoo 2.6.27-gentoo-r8 #1 SMP Fri Apr 17 21:59:34 MSD 2009 x86_64
Build Date: 21 April 2009  10:48:05PM

        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 22 14:00:17 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
        Entry deleted from font path.
(**) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/,
        /usr/share/fonts/misc/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/,
        built-ins
(**) ModulePath set to "/usr/lib64/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x1300
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 4.1
        X.Org XInput driver : 2.1
        X.Org Server Extension : 1.1
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0@1:0:0) nVidia Corporation unknown chipset (0x05e2) rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xfa000000/33554432, I/O @ 0x00008c00/128, BIOS @ 0x????????/524288
(II) System resource ranges:
        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "glx"

(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
(==) AIGLX enabled
(==) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "extmod"

(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "xtrap"

(II) Loading /usr/lib64/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DEC-XTRAP
(II) LoadModule: "record"

(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dbe"

(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"

(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"

(II) Loading /usr/lib64/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver  180.29  Wed Feb  4 23:45:20 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"

(II) Loading /usr/lib64/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) resource ranges after probing:
        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]
(==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):     you continue to encounter problems, Please try
(EE) NVIDIA(0):     reinstalling the NVIDIA driver.
(II) NVIDIA(0): NVIDIA GPU GeForce GTX 260 (GT200) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 917504 kBytes
(--) NVIDIA(0): VideoBIOS: 62.00.1a.00.0a
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce GTX 260 at PCI:1:0:0:
(--) NVIDIA(0):     NEC LCD2470WNX (DFP-1)
(--) NVIDIA(0): NEC LCD2470WNX (DFP-1): 330.0 MHz maximum pixel clock
(--) NVIDIA(0): NEC LCD2470WNX (DFP-1): Internal Dual Link TMDS
(WW) NVIDIA(0): The EDID for NEC LCD2470WNX (DFP-1) contradicts itself: mode
(WW) NVIDIA(0):     "1920x1080" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (28.000-92.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (27.0 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "1920x1080".
(WW) NVIDIA(0): The EDID for NEC LCD2470WNX (DFP-1) contradicts itself: mode
(WW) NVIDIA(0):     "1920x1080" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid VertRefresh range (50.000-85.000 Hz) would exclude
(WW) NVIDIA(0):     this mode's VertRefresh (24.0 Hz); ignoring VertRefresh
(WW) NVIDIA(0):     check for mode "1920x1080".
(WW) NVIDIA(0): The EDID for NEC LCD2470WNX (DFP-1) contradicts itself: mode
(WW) NVIDIA(0):     "1920x1080" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid VertRefresh range (50.000-85.000 Hz) would exclude
(WW) NVIDIA(0):     this mode's VertRefresh (24.0 Hz); ignoring VertRefresh
(WW) NVIDIA(0):     check for mode "1920x1080".
(II) NVIDIA(0): Assigned Display Device: DFP-1
(==) NVIDIA(0):
(==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) NVIDIA(0):     will be used as the requested mode.
(==) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
(--) NVIDIA(0): DPI set to (93, 95); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
(II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
(II) NVIDIA(0):     configuration option may not be set correctly.  When the
(II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
(II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
(II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
(II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
(II) NVIDIA(0):     Config Options in the README.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib64/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
AUDIT: Wed Apr 22 14:00:21 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:23 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:25 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:27 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:29 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:31 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:33 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:35 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:37 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:39 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:41 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:43 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:45 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:47 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:49 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:51 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:53 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:55 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:57 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:00:59 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:01:01 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:01:03 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:01:05 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:01:07 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:01:09 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:01:11 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:01:13 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )
AUDIT: Wed Apr 22 14:01:15 2009: 16834 X: client 1 rejected from local host ( uid=1000 gid=1002 pid=16833 )

Почитать FAQ на предмет новых

Почитать FAQ на предмет новых иксов и устройств ввода через hal

Текстовый редактор vi имеет два режима работы: в первом он пищит, а во втором — всё портит.

GTX260

BusID "PCI:1:0:0" - Эта шта?
должно быть "PCI:2:0:0" или мать PCIE2 не держит?
Вот мой xorg.conf, у меня такая же видяха:
http://dpaste.com/36619/

Эти циферки к типу шины

Эти циферки к типу шины отношения не имеют, насколько я понимаю.

Текстовый редактор vi имеет два режима работы: в первом он пищит, а во втором — всё портит.

ну собственно надо настроить

ну собственно надо настроить клаву и мышку

проблема решена

оказалось, что просто тупо не был запущен hald =) забыл я его в автозапуск добавить....

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".