Иксы
Модератор: Модераторы разделов
-
- Сообщения: 140
- Статус: Думаю, что знаю...
- ОС: GNU/Linux
Иксы
Подскажите в чём дело, пожалуйста. после установки Slackware 10.2, при попытке запустить иксы
(startx) отключается монитор и после этого система не подаёт признаков жизни.
(startx) отключается монитор и после этого система не подаёт признаков жизни.
Toyota Corolla 4WD МКПП - мой металлический друг)))
-
- Сообщения: 516
- Статус: Anonymous
- ОС: ArchLinux 0.8 Voodoo
-
- Сообщения: 892
- Статус: --==XXX==--
- ОС: Archlinux current
-
- Сообщения: 516
- Статус: Anonymous
- ОС: ArchLinux 0.8 Voodoo
Re: Иксы
Вполне вероятно. Тогда еще один вопрос: что за монитор? Потому как все современные моники так прямо и говорят об этом...

-
- Сообщения: 140
- Статус: Думаю, что знаю...
- ОС: GNU/Linux
Re: Иксы
Монитор LG Flatron T710 PU, раньше не жаловался, 120 герц держит на ура.
Toyota Corolla 4WD МКПП - мой металлический друг)))
-
- Сообщения: 516
- Статус: Anonymous
- ОС: ArchLinux 0.8 Voodoo
-
- Бывший модератор
- Сообщения: 3139
- Статус: Страшный и злой
- ОС: Slackware..Salix..x86_64
-
- Сообщения: 516
- Статус: Anonymous
- ОС: ArchLinux 0.8 Voodoo
Re: Иксы
ага. Только плиззззз(!) _прикрепленным файлом_
-
- Сообщения: 516
- Статус: Anonymous
- ОС: ArchLinux 0.8 Voodoo
Re: Иксы
cat /var/log/Xorg.0.log
Эту операцию можно выполнить и без иксов
а чего это в Section "Monitor" ни Modeline, ни разверток нету... о_0
-
- Сообщения: 140
- Статус: Думаю, что знаю...
- ОС: GNU/Linux
Re: Иксы
X Window System Version 6.8.2
Release date: 9 February 2005
........
Module Loader present
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.O.log", Time: 20.01.52 2004
(==)Using config file:"/etc/X11/Xorg.conf"
Data incomplete in file /etc/X11/Xorg.conf
Undefinet Monitor "My Monitor" referencedby
Screen "Screen 1".
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
Please consult....
Toyota Corolla 4WD МКПП - мой металлический друг)))
-
- Сообщения: 140
- Статус: Думаю, что знаю...
- ОС: GNU/Linux
Re: Иксы
Всё! Запустил! Вот это я понимаю скорость, не то, что в Mandriva & Suse.
Только ещё один как маленький вопросик - как запустить звук?
Только ещё один как маленький вопросик - как запустить звук?
Toyota Corolla 4WD МКПП - мой металлический друг)))
-
- Сообщения: 832
- Статус: *BSD admin ;)
- ОС: *BSD =)
Re: Иксы
На то она и Слака, чтобы летать.

Проверить утановлены ли пакеты:alsa-utils,alsa-lib
и выполнить под рутом три волшебные команды, и have fun.

alsaconf
alsamixer
alsactl store
FreeBSD 6-stable
FreeBSD 5.5-stable
FreeBSD 5.5-stable
-
- Сообщения: 140
- Статус: Думаю, что знаю...
- ОС: GNU/Linux
Re: Иксы
Беда пришла откуда неждали. После установки Slackware 10.2 (во второй раз) ставлю туда уже
настроенный xorg.conf (присоединён), запускаю (startx) и вижу сообщение no screen found.
Не пойму в чём дело, ведь в конфиге я всё указал. Что я делаю не так? Ведь на этом же
дистрибутиве всё работало до переустановки (в смысле X).

Уж извините что неприсоединённым файлом.
Section "ServerLayout"
Identifier "SimpleLayout"
Screen "screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/winfonts/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "record"
Load "glx"
Load "dri"
Load "freetype"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Kbd"
Option "AutoRepeat" "250 80"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "T710PU"
HorizSync 30-85
VertRefresh 50-160
#Monitor preferred modeline (75.0 Hz vsync, 80.0 kHz hsync, ratio 5/4)
Modeline "1280x1024" 135.04 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
#TV fullscreen mode or DVD fullscreen output.
#768x576 @ 79.00 Hz, 50 kHz hsync
Modeline "768x576" 50.00 768 832 846 1000 576 590 595 630
#768x576 @ 100.00 Hz, 66.6 kHz hsync
Modeline "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "monitor1"
Depth 8
Virtual 1024x768
EndSubsection
Subsection "monitor1"
Depth 15
Virtual 1024x768
EndSubsection
Subsection "monitor1"
Depth 16
Virtual 1024x768
EndSubsection
Subsection "monitor1"
Depth 24
Virtual 1024x768
Endsubsection
SubSection
EndSection
настроенный xorg.conf (присоединён), запускаю (startx) и вижу сообщение no screen found.
Не пойму в чём дело, ведь в конфиге я всё указал. Что я делаю не так? Ведь на этом же
дистрибутиве всё работало до переустановки (в смысле X).



Уж извините что неприсоединённым файлом.
Section "ServerLayout"
Identifier "SimpleLayout"
Screen "screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/winfonts/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "record"
Load "glx"
Load "dri"
Load "freetype"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Kbd"
Option "AutoRepeat" "250 80"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "T710PU"
HorizSync 30-85
VertRefresh 50-160
#Monitor preferred modeline (75.0 Hz vsync, 80.0 kHz hsync, ratio 5/4)
Modeline "1280x1024" 135.04 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
#TV fullscreen mode or DVD fullscreen output.
#768x576 @ 79.00 Hz, 50 kHz hsync
Modeline "768x576" 50.00 768 832 846 1000 576 590 595 630
#768x576 @ 100.00 Hz, 66.6 kHz hsync
Modeline "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "monitor1"
Depth 8
Virtual 1024x768
EndSubsection
Subsection "monitor1"
Depth 15
Virtual 1024x768
EndSubsection
Subsection "monitor1"
Depth 16
Virtual 1024x768
EndSubsection
Subsection "monitor1"
Depth 24
Virtual 1024x768
Endsubsection
SubSection
EndSection
Toyota Corolla 4WD МКПП - мой металлический друг)))
-
- Сообщения: 140
- Статус: Думаю, что знаю...
- ОС: GNU/Linux
-
- Сообщения: 832
- Статус: *BSD admin ;)
- ОС: *BSD =)
-
- Сообщения: 140
- Статус: Думаю, что знаю...
- ОС: GNU/Linux
Re: Иксы
Втыкаю и тишина, хоть подвиснул бы для приличия. А что должно быть?
Toyota Corolla 4WD МКПП - мой металлический друг)))
-
- Сообщения: 231
- ОС: Ubuntu 9.04
-
- Сообщения: 140
- Статус: Думаю, что знаю...
- ОС: GNU/Linux
Re: Иксы
Сильно извиняюсь, но файлы не загружаются. Поэтому прямо так. Ещё раз извиняюсь.
#!/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
# redirect errors to a file in user's home directory if we can
for errfile in "$HOME/.xsession-errors" "${TMPDIR-/tmp}/xses-$USER" "/tmp/xses-$USER"
do
if ( cp /dev/null "$errfile" 2> /dev/null )
then
chmod 600 "$errfile"
exec > "$errfile" 2>&1
break
fi
done
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -r $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -r $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -r $userresources ]; then
xrdb -merge $userresources
fi
if [ -r $usermodmap ]; then
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
xrdb -load "$resources"
fi
# Run xsm as a failsafe.
exec xsm
fi
Toyota Corolla 4WD МКПП - мой металлический друг)))
-
- Сообщения: 140
- Статус: Думаю, что знаю...
- ОС: GNU/Linux
Re: Иксы
Может тайна кроется за этими строками:
fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) width 0 events remainig.
fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) width 0 events remainig.

Toyota Corolla 4WD МКПП - мой металлический друг)))
-
- Сообщения: 140
- Статус: Думаю, что знаю...
- ОС: GNU/Linux
Re: Иксы
Народ, чур ногами не пинать! В секторе Device есть маааленькая строчка driver, так вот в этой строчке
надо было стереть всего несколько буковок (nvidia => nv). Вот такие страшные вещи творятся.
надо было стереть всего несколько буковок (nvidia => nv). Вот такие страшные вещи творятся.

Toyota Corolla 4WD МКПП - мой металлический друг)))
-
- Бывший модератор
- Сообщения: 3139
- Статус: Страшный и злой
- ОС: Slackware..Salix..x86_64
Re: Иксы
несовсем ,тебе нужно поставить нормальный драйвер взятый с www.nvidia.com для Linux .
Ставится толкьо из консоли ,а потом буковки nvidia будут правильные
Quae videmus quo dependet vultus. (лат) - То, что мы видим, зависит от того, куда мы смотрим.
-
- Сообщения: 353
- Статус: :[|||||||||||||]:
- ОС: SLES 10 SP1 & Vista Bussines
Re: Иксы
У мну такая же проблема на какой дистр непоставлю любые дрова NVidia всегда при загрузке иксов все тупо виснет даже нельзя переклюситься в консоль, думаю трабла в моей видяхе(GeForce 440MX)
-
- Сообщения: 140
- Статус: Думаю, что знаю...
- ОС: GNU/Linux
-
- Сообщения: 10
- ОС: Slackware 10.2
Re: Иксы
случаем не юзишь rivafb или nvidiafb ? хотя дрова поставиться не должны при таком раскладе...
а какую версию дров ставишь ?
------------------------------------
на видео можете не грешить - всю жизнь на такой да с линей =)
-
- Сообщения: 472
- Статус: В изобилии!
- ОС: Fedora, Slackware
Re: Иксы
Кстати о framebuffer. Тут понадобилось установить дрова на 6600GT. А я читал фак ЛОР'a, где упоминалось, в частности, что владельцем nVidia нужно собирать ядро без поддержки framebuffer или убрать из загрузчика параметр vga=xxx.
Но зачем это надо делать я не понял... Может кто-нибудь объяснит подробнее?
p.s. А ещё лучше ткните в статьи, где об этом можно прочитать, чтобы понять, как все это взаимосвязано.
Но зачем это надо делать я не понял... Может кто-нибудь объяснит подробнее?
p.s. А ещё лучше ткните в статьи, где об этом можно прочитать, чтобы понять, как все это взаимосвязано.
Результат пропорционален осознанности.
-
- Сообщения: 10
- ОС: Slackware 10.2
Re: Иксы
для фрейма тебе включить в ядре:
- VESA VGA graphics support
- Video mode selection support
- Framebuffer console support
вот вроде бы и все что понадобиться
потом пиши vga=xxx(у меня например 788 и фрейм 800х600) только не в глобале, а для какого-нибудь конкретного imag'а
после этого будет и фрейм работать и дрова на карту сможешь поставить без проблем
- VESA VGA graphics support
- Video mode selection support
- Framebuffer console support
вот вроде бы и все что понадобиться
потом пиши vga=xxx(у меня например 788 и фрейм 800х600) только не в глобале, а для какого-нибудь конкретного imag'а
после этого будет и фрейм работать и дрова на карту сможешь поставить без проблем
-
- Сообщения: 472
- Статус: В изобилии!
- ОС: Fedora, Slackware
Re: Иксы
Спасибо, я знаю, как собирать ядро с поддержкой frame buffer. Подозреваю, что мой вопрос был не понят.
Вот ТУТ (пункт 14.40) (это L.O.R FAQ), написнано то, что меня смутило. И хочется с этим разобраться...
Так как до этого почти все время работал на встроенном видео, а сейчас буду на новый комп ставить с GF6600GT.
Вот ТУТ (пункт 14.40) (это L.O.R FAQ), написнано то, что меня смутило. И хочется с этим разобраться...
Так как до этого почти все время работал на встроенном видео, а сейчас буду на новый комп ставить с GF6600GT.
Результат пропорционален осознанности.
-
- Сообщения: 10
- ОС: Slackware 10.2
Re: Иксы
"Вопрос нужный для владельцев карт Nvidia" - а если быть точнее, то тех из них кто юзает framebuffer через rivafb или nvidiafb, так как тогда он не сможет комфортно сосуществовать с иксовыми nvidia дровами...
а vesafb(хоть и работает максимум на 60hz развертке дисплея и намного медленнее предыдущих) отлично дружит с иксовыми дровами, и работает без нареканий...
получилось ?
-
- Сообщения: 472
- Статус: В изобилии!
- ОС: Fedora, Slackware
Re: Иксы
Ах, вот что они имели ввиду 
Я просто изначально frame buffer через vesafb собирал, а тут наткнулся и стало интересно.
Спасибо.

Я просто изначально frame buffer через vesafb собирал, а тут наткнулся и стало интересно.
Спасибо.
Результат пропорционален осознанности.