Не грузится оконный менеджер (после настройки xorg не загружается менеджер окон)
Модератор: Модераторы разделов
-
nick0
- Сообщения: 26
Не грузится оконный менеджер
Добрый вечер!
Проблема в следующем: установил систему, поставил драйвер для моей видеокарты, настроил вручную файл xorg.conf
После ввода команды startx видно, что нормально работают чистые Х-ы. Но дальше не выходит запустить ни один менеджер окон.
Выдает сообщение "Couldn't connect to X-server", может в конфиг нужно ещё что-то насчет него вводить.
OC Slackware 12.1
Видеокарта Nvidia GeForceFX 5200
Помогите, пожалуйста
Проблема в следующем: установил систему, поставил драйвер для моей видеокарты, настроил вручную файл xorg.conf
После ввода команды startx видно, что нормально работают чистые Х-ы. Но дальше не выходит запустить ни один менеджер окон.
Выдает сообщение "Couldn't connect to X-server", может в конфиг нужно ещё что-то насчет него вводить.
OC Slackware 12.1
Видеокарта Nvidia GeForceFX 5200
Помогите, пожалуйста
Slackware Linux ueber alles!!
-
Ali[SF]eN
- Сообщения: 33
- ОС: Gentoo / Slackware / FreeBSD
Re: Не грузится оконный менеджер
конфиги xorg'a и xsession в студию!)
"Смерть одного человека-трагедия,смерть миллионов-статистика."
И.В.Сталин
И.В.Сталин
-
nick0
- Сообщения: 26
Re: Не грузится оконный менеджер
Xorg'a конфиг с утра скину, а где xsession лежит?
Slackware Linux ueber alles!!
-
nick0
- Сообщения: 26
Re: Не грузится оконный менеджер
Вот xorg (его немного менял вручную, то, что касалось спецификаций монитора, в остальном воспользовался nvidia-x-config)
Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# This loads the GLX module
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
#Load "speedo"
Load "glx"
EndSection
Section "InputDevice"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
# Option "Protocol" "Xqueue"
# Set the keyboard auto repeat parameters. Not all platforms implement
# this.
# Option "AutoRepeat" "500 5"
# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a European
# keyboard, you will probably want to use one of:
#
# Option "XkbModel" "pc102"
# Option "XkbModel" "pc105"
#
# If you have a Microsoft Natural keyboard, you can use:
#
# Option "XkbModel" "microsoft"
#
# If you have a US "windows" keyboard you will want:
#
# Option "XkbModel" "pc104"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#
# Option "XkbLayout" "de"
#
# or:
#
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for X.Org
#
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
Identifier "Keyboard1"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
# The mouse device. The device is normally set to /dev/mouse,
Option "Device" "/dev/mouse"
# Option "Device" "/dev/psaux"
EndSection
Section "Monitor"
Identifier "My Monitor"
VendorName "Plug'n Play"
ModelName "SyncMaster"
HorizSync 30 - 81
VertRefresh 56 - 75
EndSection
Section "Device"
#VideoRam 4096
# Insert Clocks lines here if appropriate
Identifier "VESA Framebuffer"
Driver "nvidia"
EndSection
Section "Screen"
# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.
# DefaultDepth 8
# DefaultDepth 16
# DefaultDepth 32
# "1024x768" is also a conservative usable default resolution. If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
"480x360" "320x240"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
"480x360" "320x240"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
"480x360" "320x240"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
"480x360" "320x240"
EndSubSection
EndSection
А это Xsession из /etc/X11/gdm
#!/bin/sh
# $XConsortium: Xsession /main/10 1995/12/18 18:21:28 gildea $
#
#
# $XFree86: xc/programs/xdm/config/Xsession,v 1.2 1998/01/11 03:48:32 dawes Exp $
# Modified for Slackware-3.5, 28-Mar-98 volkerdi
# Extensively rewritten for Slackware 7.0, 03-Oct-1999 volkerdi
# Patched to give priority to $HOME/.xsession, 10-Oct-1999 volkerdi
# Merged changes into upstream (XFree86-4.0.2) version, 17-Feb-2001 volkerdi
# Fixes for $PATH (from Jim Diamond), GDM/KDM/XDM, 2003-02-07 volkerdi
# Use absolute paths until $PATH is set, 2006-01-11 (Al's 100th :-) volkerdi
# merged changes from # $Xorg: Xsession,v 1.4 2000/08/17 19:54:17 cpqbld Exp $, 2007-02-13 volkerdi
# redirect errors to a file in user's home directory if we can
errfile="$HOME/.xsession-errors"
if ( umask 077 && cp /dev/null "$errfile" 2> /dev/null )
then
exec > "$errfile" 2>&1
else
mktemp=/usr/bin/mktemp
for errfile in "${TMPDIR-/tmp}/xses-$USER" "/tmp/xses-$USER"
do
if ef="$( umask 077 && $mktemp "$errfile.XXXXXX" 2> /dev/null)"
then
exec > "$ef" 2>&1
mv "$ef" "$errfile" 2> /dev/null
break
fi
done
fi
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/lib/X11/xinit/.Xresources
sysmodmap=/usr/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -r $sysresources ]; then
/usr/bin/xrdb -merge $sysresources
fi
if [ -r $sysmodmap ]; then
/usr/bin/xmodmap $sysmodmap
fi
if [ -r $userresources ]; then
/usr/bin/xrdb -merge $userresources
fi
if [ -r $usermodmap ]; then
/usr/bin/xmodmap $usermodmap
fi
# Since xdm doesn't run a bash -login shell (or any other login shell)
# we should source these files to set up the user's environment.
profile=/etc/profile
userprofile=~/.profile
if [ -r $profile ]; then
source $profile 1> /dev/null 2> /dev/null
fi
if [ -r $userprofile ]; then
source $userprofile 1> /dev/null 2> /dev/null
fi
# Set the $PATH through the user's preferred shell.
case `basename "$SHELL"` in
bash|sh|ash)
PATH="`( echo 'echo $PATH' | bash --login ) | tail -1`"
;;
csh|tcsh)
PATH="`( echo 'echo $PATH' | tcsh -l ) | tail -1`"
;;
ksh)
PATH="`( cat /etc/profile ; echo 'echo $PATH' ) | ksh | tail -1`"
;;
zsh)
PATH="`( echo 'echo $PATH' | zsh -l ) | tail -1`"
;;
*)
# We don't know your shell, so we'll set up reasonable defaults.
if [ "`whoami`" = "root" ]; then
PATH=$PATH:/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin
else
PATH=$PATH:/usr/local/bin:/bin:/usr/bin
fi
;;
esac
# These files (if they exist) are used to set up the X related environment. We used to
# exec .xsession at this location, but that can interfere with choosing a session type
# through XDM/KDM/GDM so it was moved to after a requested session is started. Since
# that means that .xsession might never be run at all when using XDM/KDM/GDM, support
# for the xprofile was added to allow a way for the user to customize the X environment.
if [ -r /etc/xprofile ]; then
source /etc/xprofile
fi
if [ -r ~/.xprofile ]; then
source ~/.xprofile
fi
# Some people say that an .xsession file should always be given priority, even if a
# different window manager was requested in $1. If you want that behavior, uncomment
# the lines below. This is not recommended (nor, in general, is the use of an
# .xsession file as a default... it should be left for the advanced users).
#if [ -x $HOME/.xsession ]; then
# exec $HOME/.xsession $@
#fi
# If a particular session type was requested in $1, start that session:
case "$1" in
failsafe)
xsetroot -solid SteelBlue
exec xterm -geometry 80x24-0-0
;;
kde)
exec startkde
;;
gnome)
exec gnome-session
;;
openwin)
exec olvwm
;;
fluxbox)
exec fluxbox
;;
fvwm2)
xsetroot -solid SteelBlue
exec fvwm2
;;
fvwm95)
xsetroot -solid SteelBlue
exec fvwm95
;;
blackbox)
exec blackbox
;;
xfce)
exec /etc/X11/xinit/xinitrc.xfce
;;
windowmaker)
exec /etc/X11/xinit/xinitrc.wmaker
;;
afterstep)
exec afterstep
;;
enlightenment)
exec enlightenment
;;
twm)
#xclock -geometry 50x50-1+1 &
#xterm -geometry 80x50+494+51 &
#xterm -geometry 80x20+494-0 &
#xterm -geometry 80x66+0+0 -name login &
xsetroot -solid SteelBlue
exec twm
;;
esac
# If we aren't running from XDM/KDM/GDM and no window manager was
# specified, then we'll run the user's $HOME/.xsession if it's
# executable. This must be set up to run the user's window manager.
if [ -x $HOME/.xsession ]; then
exec $HOME/.xsession $@
fi
# If the user doesn't have their own xsession and none was specified in
# $1, then run the system default session type:
if [ -r /etc/X11/xinit/xinitrc ]; then
exec /etc/X11/xinit/xinitrc
fi
# If a $startup variable is set to define the window or session manager,
# then run that:
if [ -s "$startup" -a -x "$startup" ]; then
exec "$startup"
else
if [ -r "$resources" ]; then
/usr/bin/xrdb -load "$resources"
fi
# Run xsm as a failsafe.
exec xsm
fi
startup=$HOME/.xsession
resources=$HOME/.Xresources
if [ -s "$startup" ]; then
if [ -x "$startup" ]; then
exec "$startup"
else
exec /bin/sh "$startup"
fi
else
if [ -r "$resources" ]; then
/usr/bin/xrdb -load "$resources"
fi
exec /usr/bin/xsm
fi
Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# This loads the GLX module
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
#Load "speedo"
Load "glx"
EndSection
Section "InputDevice"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
# Option "Protocol" "Xqueue"
# Set the keyboard auto repeat parameters. Not all platforms implement
# this.
# Option "AutoRepeat" "500 5"
# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a European
# keyboard, you will probably want to use one of:
#
# Option "XkbModel" "pc102"
# Option "XkbModel" "pc105"
#
# If you have a Microsoft Natural keyboard, you can use:
#
# Option "XkbModel" "microsoft"
#
# If you have a US "windows" keyboard you will want:
#
# Option "XkbModel" "pc104"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#
# Option "XkbLayout" "de"
#
# or:
#
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for X.Org
#
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
Identifier "Keyboard1"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
# The mouse device. The device is normally set to /dev/mouse,
Option "Device" "/dev/mouse"
# Option "Device" "/dev/psaux"
EndSection
Section "Monitor"
Identifier "My Monitor"
VendorName "Plug'n Play"
ModelName "SyncMaster"
HorizSync 30 - 81
VertRefresh 56 - 75
EndSection
Section "Device"
#VideoRam 4096
# Insert Clocks lines here if appropriate
Identifier "VESA Framebuffer"
Driver "nvidia"
EndSection
Section "Screen"
# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.
# DefaultDepth 8
# DefaultDepth 16
# DefaultDepth 32
# "1024x768" is also a conservative usable default resolution. If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
"480x360" "320x240"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
"480x360" "320x240"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
"480x360" "320x240"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
"480x360" "320x240"
EndSubSection
EndSection
А это Xsession из /etc/X11/gdm
#!/bin/sh
# $XConsortium: Xsession /main/10 1995/12/18 18:21:28 gildea $
#
#
# $XFree86: xc/programs/xdm/config/Xsession,v 1.2 1998/01/11 03:48:32 dawes Exp $
# Modified for Slackware-3.5, 28-Mar-98 volkerdi
# Extensively rewritten for Slackware 7.0, 03-Oct-1999 volkerdi
# Patched to give priority to $HOME/.xsession, 10-Oct-1999 volkerdi
# Merged changes into upstream (XFree86-4.0.2) version, 17-Feb-2001 volkerdi
# Fixes for $PATH (from Jim Diamond), GDM/KDM/XDM, 2003-02-07 volkerdi
# Use absolute paths until $PATH is set, 2006-01-11 (Al's 100th :-) volkerdi
# merged changes from # $Xorg: Xsession,v 1.4 2000/08/17 19:54:17 cpqbld Exp $, 2007-02-13 volkerdi
# redirect errors to a file in user's home directory if we can
errfile="$HOME/.xsession-errors"
if ( umask 077 && cp /dev/null "$errfile" 2> /dev/null )
then
exec > "$errfile" 2>&1
else
mktemp=/usr/bin/mktemp
for errfile in "${TMPDIR-/tmp}/xses-$USER" "/tmp/xses-$USER"
do
if ef="$( umask 077 && $mktemp "$errfile.XXXXXX" 2> /dev/null)"
then
exec > "$ef" 2>&1
mv "$ef" "$errfile" 2> /dev/null
break
fi
done
fi
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/lib/X11/xinit/.Xresources
sysmodmap=/usr/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -r $sysresources ]; then
/usr/bin/xrdb -merge $sysresources
fi
if [ -r $sysmodmap ]; then
/usr/bin/xmodmap $sysmodmap
fi
if [ -r $userresources ]; then
/usr/bin/xrdb -merge $userresources
fi
if [ -r $usermodmap ]; then
/usr/bin/xmodmap $usermodmap
fi
# Since xdm doesn't run a bash -login shell (or any other login shell)
# we should source these files to set up the user's environment.
profile=/etc/profile
userprofile=~/.profile
if [ -r $profile ]; then
source $profile 1> /dev/null 2> /dev/null
fi
if [ -r $userprofile ]; then
source $userprofile 1> /dev/null 2> /dev/null
fi
# Set the $PATH through the user's preferred shell.
case `basename "$SHELL"` in
bash|sh|ash)
PATH="`( echo 'echo $PATH' | bash --login ) | tail -1`"
;;
csh|tcsh)
PATH="`( echo 'echo $PATH' | tcsh -l ) | tail -1`"
;;
ksh)
PATH="`( cat /etc/profile ; echo 'echo $PATH' ) | ksh | tail -1`"
;;
zsh)
PATH="`( echo 'echo $PATH' | zsh -l ) | tail -1`"
;;
*)
# We don't know your shell, so we'll set up reasonable defaults.
if [ "`whoami`" = "root" ]; then
PATH=$PATH:/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin
else
PATH=$PATH:/usr/local/bin:/bin:/usr/bin
fi
;;
esac
# These files (if they exist) are used to set up the X related environment. We used to
# exec .xsession at this location, but that can interfere with choosing a session type
# through XDM/KDM/GDM so it was moved to after a requested session is started. Since
# that means that .xsession might never be run at all when using XDM/KDM/GDM, support
# for the xprofile was added to allow a way for the user to customize the X environment.
if [ -r /etc/xprofile ]; then
source /etc/xprofile
fi
if [ -r ~/.xprofile ]; then
source ~/.xprofile
fi
# Some people say that an .xsession file should always be given priority, even if a
# different window manager was requested in $1. If you want that behavior, uncomment
# the lines below. This is not recommended (nor, in general, is the use of an
# .xsession file as a default... it should be left for the advanced users).
#if [ -x $HOME/.xsession ]; then
# exec $HOME/.xsession $@
#fi
# If a particular session type was requested in $1, start that session:
case "$1" in
failsafe)
xsetroot -solid SteelBlue
exec xterm -geometry 80x24-0-0
;;
kde)
exec startkde
;;
gnome)
exec gnome-session
;;
openwin)
exec olvwm
;;
fluxbox)
exec fluxbox
;;
fvwm2)
xsetroot -solid SteelBlue
exec fvwm2
;;
fvwm95)
xsetroot -solid SteelBlue
exec fvwm95
;;
blackbox)
exec blackbox
;;
xfce)
exec /etc/X11/xinit/xinitrc.xfce
;;
windowmaker)
exec /etc/X11/xinit/xinitrc.wmaker
;;
afterstep)
exec afterstep
;;
enlightenment)
exec enlightenment
;;
twm)
#xclock -geometry 50x50-1+1 &
#xterm -geometry 80x50+494+51 &
#xterm -geometry 80x20+494-0 &
#xterm -geometry 80x66+0+0 -name login &
xsetroot -solid SteelBlue
exec twm
;;
esac
# If we aren't running from XDM/KDM/GDM and no window manager was
# specified, then we'll run the user's $HOME/.xsession if it's
# executable. This must be set up to run the user's window manager.
if [ -x $HOME/.xsession ]; then
exec $HOME/.xsession $@
fi
# If the user doesn't have their own xsession and none was specified in
# $1, then run the system default session type:
if [ -r /etc/X11/xinit/xinitrc ]; then
exec /etc/X11/xinit/xinitrc
fi
# If a $startup variable is set to define the window or session manager,
# then run that:
if [ -s "$startup" -a -x "$startup" ]; then
exec "$startup"
else
if [ -r "$resources" ]; then
/usr/bin/xrdb -load "$resources"
fi
# Run xsm as a failsafe.
exec xsm
fi
startup=$HOME/.xsession
resources=$HOME/.Xresources
if [ -s "$startup" ]; then
if [ -x "$startup" ]; then
exec "$startup"
else
exec /bin/sh "$startup"
fi
else
if [ -r "$resources" ]; then
/usr/bin/xrdb -load "$resources"
fi
exec /usr/bin/xsm
fi
Slackware Linux ueber alles!!
-
nick0
- Сообщения: 26
Re: Не грузится оконный менеджер
Буду весьма признателен, если поможете. Сам уже перерыл много статей, по данному вопросу ничего не встретил, а без иксов дальше сложно что-либо настраивать.
Интересует ещё такой момент - обязательно ли пользоваться утилитой xorgconfig (или xorgsetup), если утилита nvidia-x-config уже основную настройку произвела? Или же нужно xorgconfig всё равно запускать потом?
Интересует ещё такой момент - обязательно ли пользоваться утилитой xorgconfig (или xorgsetup), если утилита nvidia-x-config уже основную настройку произвела? Или же нужно xorgconfig всё равно запускать потом?
Slackware Linux ueber alles!!
-
z29
- Сообщения: 13
- ОС: Slackware
Re: Не грузится оконный менеджер
А до того как исправляли xorg иксы грузились???
Бэкап не делали??? Так то он по умолчанию делается, но мог и затереться уже вашим ксоргом...
Бэкап не делали??? Так то он по умолчанию делается, но мог и затереться уже вашим ксоргом...
Slackware 12.0 kernel 2.6.21.x GCC 4.1.2
знание принадлежит миру...
знание принадлежит миру...
-
BigKAA
- Сообщения: 292
Re: Не грузится оконный менеджер
Как просто X запускали?
или с параметрами?
Кстати, проще сделать шаблон при помощи
и попробовать тот файлик, который сгенерится.
Ну и последнее, если запускать startx из mc, то KDE не грузится.
Код: Выделить всё
Xили с параметрами?
Кстати, проще сделать шаблон при помощи
Код: Выделить всё
X -configureи попробовать тот файлик, который сгенерится.
Ну и последнее, если запускать startx из mc, то KDE не грузится.
-
z29
- Сообщения: 13
- ОС: Slackware
Re: Не грузится оконный менеджер
если запускать startx из mc, то KDE не грузится.
Кстати почему???
Slackware 12.0 kernel 2.6.21.x GCC 4.1.2
знание принадлежит миру...
знание принадлежит миру...
-
nick0
- Сообщения: 26
Re: Не грузится оконный менеджер
BigKAA писал(а): ↑26.09.2008 00:05Как просто X запускали?
Код: Выделить всё
X
или с параметрами?
Кстати, проще сделать шаблон при помощи
Код: Выделить всё
X -configure
и попробовать тот файлик, который сгенерится.
Ну и последнее, если запускать startx из mc, то KDE не грузится.
Да, из mc запускать пытался, хотя мне больше fluxbox нравится и его хотел запустить.
Там такая же проблема была - couldn't connect to x server
Нет, я специально пробовал, просто черный экран и всё. После установки nvidia драйвера и запуска утилиты nvidia-x-config на команду startx начал нормально реагировать,
бэкап делал, конечно же, на всякий случай.
Slackware Linux ueber alles!!
-
nick0
- Сообщения: 26
Re: Не грузится оконный менеджер
BigKAA писал(а): ↑26.09.2008 00:05Как просто X запускали?
Код: Выделить всё
X
или с параметрами?
Кстати, проще сделать шаблон при помощи
Код: Выделить всё
X -configure
и попробовать тот файлик, который сгенерится.
Ну и последнее, если запускать startx из mc, то KDE не грузится.
Запускал командой startx как сказано в мануале. Параметры не использовал, честно говоря не знаю какие...
X-configure? То есть новый конфиг появится? Можно попробовать, но дело то в том, что чистые иксы работают, я вот только не знал, что через mc нельзя запускать менеджеры окон, это, кстати, ко всем относится или только к KDE? Хотя вроде и перед запуском mc ту же ошибку выдавал, что не может к икс серверу подключиться.
Slackware Linux ueber alles!!
-
BigKAA
- Сообщения: 292
Re: Не грузится оконный менеджер
Попробуйте создать новый конфигурационный файл при помощи X -configure
Переименуйте его в xorg.conf и поместите в свою домашнюю директорию
Проверьте сначала просто X
Если заработает, то startx
Кстати, вы случаем доступ к директории /tmp пользователям не закрывали?
Про mc - относится только к KDE.
Переименуйте его в xorg.conf и поместите в свою домашнюю директорию
Проверьте сначала просто X
Если заработает, то startx
Кстати, вы случаем доступ к директории /tmp пользователям не закрывали?
Про mc - относится только к KDE.
-
minoru-kun
- Сообщения: 621
- ОС: Debian GNU/Linux
Re: Не грузится оконный менеджер
Попробуйте заюзать xdm. Почему-то через него у меня иксы всегда грузятся, а через startx - раз на раз.
-
BigKAA
- Сообщения: 292
Re: Не грузится оконный менеджер
minoru-kun писал(а): ↑26.09.2008 11:43Попробуйте заюзать xdm. Почему-то через него у меня иксы всегда грузятся, а через startx - раз на раз.
Не правильный совет. xdm - это менеджер дисплеев и у него другие задачи. Вы же не используете шариковые ручки, для закручивания болтов?
-
nick0
- Сообщения: 26
Re: Не грузится оконный менеджер
BigKAA писал(а): ↑26.09.2008 09:46Попробуйте создать новый конфигурационный файл при помощи X -configure
Переименуйте его в xorg.conf и поместите в свою домашнюю директорию
Проверьте сначала просто X
Если заработает, то startx
Кстати, вы случаем доступ к директории /tmp пользователям не закрывали?
Про mc - относится только к KDE.
Большое спасибо за совет, сегодня обязательно попробую.
К директории /tmp доступ не закрывал, она у меня вынесена в отдельный раздел.
Slackware Linux ueber alles!!
-
nick0
- Сообщения: 26
Re: Не грузится оконный менеджер
Большое спасибо всем за помощь!!
На следующий день на свежую голову с помощью xorgconfig всё сделал. Утилиту xorgconfig я явно недооценил. Вещь очень мощная.
Ещё раз всем спасибо за помощь, буду дальше настраивать
На следующий день на свежую голову с помощью xorgconfig всё сделал. Утилиту xorgconfig я явно недооценил. Вещь очень мощная.
Ещё раз всем спасибо за помощь, буду дальше настраивать
Slackware Linux ueber alles!!