LINUX.ORG.RU

Отвалились X-ы?

 


0

1

Раньше стоял Debian + KDE. Понесла не легкая пощупать xfrce.

После apt-get install xfce4 и перезагрузки - все померло. При попытке startx:

/usr/bin/X: symbol lookup error: /usr/lib/xorg/modules/extensions/libglx.so: undefined symbol: LoadExtension Xinit: giving up Xinit: unable to connect to X server: Connection refused Xinit: server error

Как бы это поправить, и запустить kde? Или xfce.


Ответ на: комментарий от darkenshvein

/etc/X11/xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 304.88  (buildmeister@swio-display-x86-rhel47-14)  Wed Mar 27 15:36:45 PDT 2013


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


/var/log/Xorg.0.log:

[   105.067] 
X.Org X Server 1.16.0
Release Date: 2014-07-16
[   105.067] X Protocol Version 11, Revision 0
[   105.067] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[   105.067] Current Operating System: Linux VR-team 3.2.0-4-686-pae #1 SMP Debian 3.2.54-2 i686
[   105.067] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-686-pae root=UUID=1143731b-d36d-493c-800f-b54be6d8113c ro initrd=/install/initrd.gz quiet
[   105.068] Build Date: 31 August 2014  09:39:45PM
[   105.068] xorg-server 2:1.16.0-2 (http://www.debian.org/support) 
[   105.068] Current version of pixman: 0.32.4
[   105.068] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   105.068] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   105.068] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Sep  5 19:05:29 2014
[   105.103] (==) Using config file: "/etc/X11/xorg.conf"
[   105.103] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   105.164] (==) ServerLayout "Layout0"
[   105.164] (**) |-->Screen "Screen0" (0)
[   105.164] (**) |   |-->Monitor "Monitor0"
[   105.175] (**) |   |-->Device "Device0"
[   105.175] (**) |-->Input Device "Keyboard0"
[   105.175] (**) |-->Input Device "Mouse0"
[   105.175] (==) Automatically adding devices
[   105.175] (==) Automatically enabling devices
[   105.175] (==) Automatically adding GPU devices
[   105.255] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   105.255] 	Entry deleted from font path.
[   105.295] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[   105.295] (==) ModulePath set to "/usr/lib/xorg/modules"
[   105.295] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   105.295] (WW) Disabling Keyboard0
[   105.295] (WW) Disabling Mouse0
[   105.295] (II) Loader magic: 0xb774f700
[   105.295] (II) Module ABI versions:
[   105.295] 	X.Org ANSI C Emulation: 0.4
[   105.295] 	X.Org Video Driver: 18.0
[   105.295] 	X.Org XInput driver : 21.0
[   105.295] 	X.Org Server Extension : 8.0
[   105.297] (--) PCI:*(0:1:0:0) 10de:00f2:1458:3153 rev 162, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, BIOS @ 0x????????/131072
[   105.313] (II) LoadModule: "glx"
[   105.398] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   108.005] (II) Module glx: vendor="NVIDIA Corporation"
[   108.005] 	compiled for 4.0.2, module version = 1.0.0
[   108.005] 	Module class: X.Org Server Extension
[   108.005] (II) NVIDIA GLX Module  304.88  Wed Mar 27 14:51:59 PDT 2013

end
() автор топика
Ответ на: комментарий от Gotf

Но эту попытку я вроде делал после того как у мен яне запустилась ни одна оболочка.

Что вообще можно сделать в такой ситуации? Переустанавливать?

end
() автор топика
Ответ на: комментарий от Gotf

Попробовал несколько разных версий драйверов - ничего не изменилось.

end
() автор топика
Ответ на: комментарий от end

initrd=/install/initrd.gz

Debian в этой директории initrd хранит?!

Что кажет cat /proc/modules | grep -e nvidia -e nouveau ?

arson ★★★★★
()
Ответ на: комментарий от end

Но получилось не совсем хорошо. Драйвера из *.run - файлов работали куда лучше

end
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.