Xf86closeconsole kdsetmode failed input output error

Не генерируется Xorg.conf Логи смотреть не пробовали? (/var/log/Xorg. ) может там простая ошибка. Посмотрел, ошибки есть: Your xorg.conf file is /home/user/xorg.conf.new собственно файл-то есть? Your xorg.conf file is /home/user/xorg.conf.new ls -l показывает что есть, с такими правами: -rw-r—r— Ну так поздравляю — вот твой конфиг, положи его куда надо и пользуйся Ну так поздравляю […]

Содержание

  1. Не генерируется Xorg.conf
  2. Arch Linux
  3. #1 2015-10-20 04:29:36
  4. Xorg error after update
  5. #2 2015-10-20 09:30:46
  6. Re: Xorg error after update
  7. #3 2015-10-20 09:56:32
  8. Re: Xorg error after update
  9. #4 2015-10-20 14:44:38
  10. Re: Xorg error after update
  11. #5 2015-10-21 04:53:42
  12. Re: Xorg error after update
  13. #6 2015-10-21 09:37:39
  14. Re: Xorg error after update
  15. Arch Linux
  16. #1 2014-01-14 18:06:45
  17. [SOLVED] Xorg keeps crashing after update
  18. #2 2014-01-15 09:54:43
  19. Re: [SOLVED] Xorg keeps crashing after update
  20. unixforum.org
  21. Решено: Не стартует X (Причина ясна, как исправить?)
  22. Решено: Не стартует X
  23. Re: Решено: Не стартует X
  24. Re: Решено: Не стартует X
  25. Re: Решено: Не стартует X
  26. Re: Решено: Не стартует X
  27. Re: Решено: Не стартует X
  28. Re: Решено: Не стартует X
  29. Xf86closeconsole kdsetmode failed input output error

Не генерируется Xorg.conf

Логи смотреть не пробовали? (/var/log/Xorg. ) может там простая ошибка.

Посмотрел, ошибки есть:

Your xorg.conf file is /home/user/xorg.conf.new

собственно файл-то есть?

Your xorg.conf file is /home/user/xorg.conf.new

ls -l показывает что есть, с такими правами: -rw-r—r—

Ну так поздравляю — вот твой конфиг, положи его куда надо и пользуйся

Ну так поздравляю — вот твой конфиг, положи его куда надо и пользуйся

Спасибо, буду пытаться дальше.

Какая видеокарта? Какой драйвер? lspci | grep VGA давай

Источник

Arch Linux

You are not logged in.

#1 2015-10-20 04:29:36

Xorg error after update

I updated system but Xorg is not working.
Also, I can’t use GNOME.

This is pacman update log

And following is Xorg log.

I can’t find out why xorg makes errors like
[514445.690] (II) UnloadModule: «evdev»
[514445.690] (II) systemd-logind: releasing fd for 13:72
[514445.693] (EE) systemd-logind: failed to release device: Connection was disconnected before a reply was received

What should I do to fix this problem?

#2 2015-10-20 09:30:46

Re: Xorg error after update

514445.690 — 514183.251 = 262.439

Why this more than 4 minutes delay between these two events?

Could you describe what is attached to your machine: screens, input devices, .

#3 2015-10-20 09:56:32

Re: Xorg error after update

514445.690 — 514183.251 = 262.439

Why this more than 4 minutes delay between these two events?

Could you describe what is attached to your machine: screens, input devices, .

Two monitors are connected to NVIDIA GPU, one usb mouse, one usb keyboard, and one USB hub.
The keyboard is connected through the USB hub.

#4 2015-10-20 14:44:38

Re: Xorg error after update

OK you answered the second question.
What about the first one?

#5 2015-10-21 04:53:42

Re: Xorg error after update

I found that the logs before [514183.251] was generated before update because gnome-session was restarted.
Between [514183.251] and [514445.690], I updated and rebooted the system.
The logs after [514445.690] was generated during reboot process.

I tried to restart gdm and now gnome works.
However, log in time is long.
I’m looking for solutions now.

#6 2015-10-21 09:37:39

Re: Xorg error after update

When you say ‘I rebooted the system’, are you just speaking of logout/login?
Because on my machine ‘/var/log/Xorg.0.log’ is recreated at each reboot, and the previous log is kept in ‘/var/log/Xorg.0.log.old’.
The time-stamp is reset and shows the number of seconds since the reboot time, ie the end of the systemd hook of initcpio ramfs:

in Xorg log, the time-stamp is:

10:46:51 + 29.293s = 10:47:20

Your time-stamp is pretty high, comparing with mine.
But I don’t use Gnome, maybe it’s related.

‘login time is long’: in systemd journal, you could see where a delay comes from; at what point time is consumed.
You could post the output of ‘journalctl -b’ of a long login time.

Источник

Arch Linux

You are not logged in.

#1 2014-01-14 18:06:45

[SOLVED] Xorg keeps crashing after update

Xorg crashes randomly since the last upgrade (xorg-server 1.15.0-5, xf86-video-intel 2.99.907-1 ).

Configuration file, /etc/xorg.conf.d/20-intel.conf:

(but the same happens without the configuration file.)

Anyone having this problem?

SOLVED: many days without crashes after changing «AccelMethod» to «uxa», see post #8.

Last edited by pie86 (2014-01-18 11:04:48)

#2 2014-01-15 09:54:43

Re: [SOLVED] Xorg keeps crashing after update

I’m also having troubles with the upgrade to 1.15 and 2.99.907 respectively although the stacktrace looks very different:

After searching for a while I found this bug reports: https://bugs.freedesktop.org/show_bug.cgi?id=73224 and https://bugs.archlinux.org/task/38335?opened=4955 . Although the traces are not identical it was the only relevant thing I managed to locate. However they discuss that X 1.15.. does not work with xf86-video-intel-2.21.15, but is supposed to work with 2.99. Well — not for me I had to downgrade back to X 1.14 and xf86-video-intel 2.21. I hope this helps you to somehow fix your problem

Источник

unixforum.org

Форум для пользователей UNIX-подобных систем

  • Темы без ответов
  • Активные темы
  • Поиск
  • Статус форума

Решено: Не стартует X (Причина ясна, как исправить?)

Решено: Не стартует X

Сообщение wi: » 17.11.2007 15:09

Комментировал по каждой строчке — работает, только если убрать все это.

P.S.:
Driver «nvidia».
compiz, естественно, стартовать перестал, а жаль.

Re: Решено: Не стартует X

Сообщение Juliette » 17.11.2007 15:32

Re: Решено: Не стартует X

Сообщение korisk » 17.11.2007 15:33

Есть предположение, что вы пересобрали ядро
изменив значения в разделе Direct Rendering Manager.

А за подробностями, наверное, в
cat /var/log/Xorg.0.log

Re: Решено: Не стартует X

Сообщение wi: » 18.11.2007 21:11

На тот момент, уверен (хотя, давно это было), не пересобирал.

Re: Решено: Не стартует X

Сообщение Portnov » 18.11.2007 21:41

Re: Решено: Не стартует X

Сообщение wi: » 18.11.2007 22:50

Re: Решено: Не стартует X

Сообщение wi: » 18.11.2007 22:55

Источник

Xf86closeconsole kdsetmode failed input output error

This problem is because I tried to get steam play to work and broke native steam games in the process. When I tried to fix the later Gnome Desktop Manager won’t work.
https://steamcommunity.com/app/221410/discussions/0/1741094390461378203/

um I broke the computer it won’t start GNOME. I think it is because of this line:

system info from hardid:
Computer-
Processor : AMD FX(tm)-6300 Six-Core Processor
Memory : 16324MB (6013MB used)
Machine Type : Desktop
Operating System : Ubuntu 18.04.1 LTS
User Name : jessica (Jessica)
Date/Time : Wed 12 Sep 2018 09:08:08 AM EDT
-Display-
Resolution : 1920×1080 pixels
OpenGL Renderer : AMD PITCAIRN (DRM 2.50.0, 4.15.0-34-generic, LLVM 6.0.0)
X11 Vendor : The X.Org Foundation
-Audio Devices-
Audio Adapter : HDA-Intel — HDA ATI SB
Audio Adapter : HDA-Intel — HDA ATI HDMI
-Input Devices-
Power Button
Power Button
AT Translated Set 2 keyboard
Logitech Performance MX
Eee PC WMI hotkeys
HDA ATI HDMI HDMI/DP,pcm:3
HDA ATI HDMI HDMI/DP,pcm:7
HDA ATI HDMI HDMI/DP,pcm:8
HDA ATI HDMI HDMI/DP,pcm:9
HDA ATI HDMI HDMI/DP,pcm:10
HDA ATI HDMI HDMI/DP,pcm:11
HDA ATI SB Front Mic
HDA ATI SB Rear Mic
HDA ATI SB Line
HDA ATI SB Line Out
HDA ATI SB Front Headphone
-Printers-
No printers found
-SCSI Disks-
Optiarc DVD RW AD-7260S
ATA WDC WD10EZEX-00K
ATA Hitachi HDS72105
ATA INTEL SSDSC2BW12
Generic USB Storage-CFC
Generic USB Storage-SDC
Generic USB Storage-SMC
Generic USB Storage-MSC

right, the issue with games. have you fixed issues with games?
what you need is to look at your OS as a whole, not just a tool to run games.

I have noticed from your older thread that your steam still uses obsolete path on .local/share/. when you will install latest ubuntu make sure your’re installing steam from repos and its new folder is under

there’s no magic pill to fix your games. you have OS that have to be up to date or even have to use latest video drivers to comply with Steam Play requirements. What you should try to achieve is not «fixing games» but looking for information how to properly install latest video drivers for your GPU and how to properly install steam.
step by step.
once you have your latest video driver up and running for native steam games then you can try to approach Steam Play games. if anything will fail to work check that game in winehq for workarounds or check Steam Play community created lists for reports on that game.

I strongly suggest to look for assistance with GPU drivers on specialized ubuntu resourses, because it have nothing to do with steam or Steam Play, it’s core OS changes that have to be made with a great caution.

UPD
next time when you look for forums please check post date. you used an obsolete command from 2008 here
https://ubuntuforums.org/archive/index.php/t-882267.html
this module is already obsolete so there’s no wonder you’re getting issues with such changes. look for information for your specific distro, 1-2 years old max.

that would be your first real lesson for using commands from forums to «fix» something. I’m not sure why you had to kick your OS core to mske Steam Play working as it does not require any core changes to your OS.
what I would suggest, first anf foremost, stop applying «fixes» from forums if you do not understand the meaning of change and risks of such change.
secondly, backup your games, data and do fresh install of Ubuntu. install steam from ubuntu repos, install proper video drivers.
then about Steam Play. this tool is just like wine, if your game have issues with wine it will have same issues with Steam Play. all changes applied to your OS regarding wine or Steam Play should not touch your OS core. google for every command you’ve got as a suggestion to try. learn what it does and what are risks! don’t follow suggestions blindly

Steam play and native steam had different issues. 🙁
I wasn’t doing anything right now to fix «Steam Play» or anything with Wine. I was just trying to get native steam and steam game binaries to work.

I’ll make sure to back up often.

To be fair whether it is my stupidity or not there seems to be a lot of ways I have found to destroy my graphics, while switching drivers like I did this week.

right, the issue with games. have you fixed issues with games?
what you need is to look at your OS as a whole, not just a tool to run games.

I have noticed from your older thread that your steam still uses obsolete path on .local/share/. when you will install latest ubuntu make sure your’re installing steam from repos and its new folder is under

there’s no magic pill to fix your games. you have OS that have to be up to date or even have to use latest video drivers to comply with Steam Play requirements. What you should try to achieve is not «fixing games» but looking for information how to properly install latest video drivers for your GPU and how to properly install steam.
step by step.
once you have your latest video driver up and running for native steam games then you can try to approach Steam Play games. if anything will fail to work check that game in winehq for workarounds or check Steam Play community created lists for reports on that game.

I strongly suggest to look for assistance with GPU drivers on specialized ubuntu resourses, because it have nothing to do with steam or Steam Play, it’s core OS changes that have to be made with a great caution.

Источник

I have installed Gnome 3.16 on my Ubuntu 15.04 (previously updated from 14.04) via:

sudo add-apt-repository ppa:gnome3-team/gnome3
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo apt-get install gnome

However, I am unable to log into the Gnome desktop:

  • If I select gdm as my default desktop manager, my system boots to a black screen only showing the cursor. I can switch into tty, but no other X component loads.
  • If I leave lightdm selected, I am able to log in to Unity, but if I choose either Gnome or Gnome Classic I get a black screen for a couple of seconds after typing my password, then I’m back at the login screen. Gnome Flashback (both Compiz and Metacity options) works, but they are obviously not what I’m interested in using.

I’ve tried different suggestions from similar, but older, questions, including:

  • Removing any nvidia-* packages
  • Removing my .Xauthority file
  • Manually stopping gdm then running startx

None of these brought any improvement. The only potentially useful log info I can find is in the rather peculiarly-named /var/log/gdm/(null)-greeter.log:

(WW) xf86CloseConsole: KDSETMODE failed: Input/output error
(WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
(EE) 
Fatal server error:
(EE) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
(EE) 
(EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE) 
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x7f13a8d92556]
(EE) 1: /usr/bin/X (0x7f13a8bdf000+0x1b7749) [0x7f13a8d96749]
(EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7f13a68a5000+0x352f0) [0x7f13a68da2f0]
(EE) 3: ?? [0x7f13ab7f08c0]
(EE) 
(EE) Segmentation fault at address 0x7f13ab7f08c0
(EE) 
FatalError re-entered, aborting
(EE) Caught signal 11 (Segmentation fault). Server aborting

There is no error message in /var/log/Xorg.0.log.

Has anyone seen this before and do they have any suggestions?

Thank you.

Модератор: Модераторы разделов

Аватара пользователя

wi:

Сообщения: 535
Статус: wi love linux
ОС: Open SuSE 11.0

Решено: Не стартует X

Перестал стартовать Х, после чего — не понятно. Ругается явна на это:

Код: Выделить всё

#Section "Extensions"
#    Option         "Composite" "Enable"
#    Option         "Render" "Enable"
#EndSection

Комментировал по каждой строчке — работает, только если убрать все это.

P.S.:
Driver «nvidia».
compiz, естественно, стартовать перестал, а жаль…

Подскажите, plz.

%s

Аватара пользователя

korisk

Сообщения: 205
ОС: Xubuntu

Re: Решено: Не стартует X

Сообщение

korisk » 17.11.2007 15:33

Есть предположение, что вы пересобрали ядро
изменив значения в разделе Direct Rendering Manager.

А за подробностями, наверное, в
cat /var/log/Xorg.0.log

Аватара пользователя

wi:

Сообщения: 535
Статус: wi love linux
ОС: Open SuSE 11.0

Re: Решено: Не стартует X

Сообщение

wi: » 18.11.2007 21:11

Код:

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/localhost:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Slackware 12.0 Slackware Linux Project
Current Operating System: Linux localhost 2.6.21.5-smp #2 SMP Tue Jun 19 14:58:11 CDT 2007 i686
Build Date: 09 May 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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.0.log", Time: Sun Nov 18 23:12:01 2007
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 96 of section Extensions in file /etc/X11/xorg.conf
Unexpected EOF. Missing EndSection keyword?
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor

На тот момент, уверен (хотя, давно это было), не пересобирал.

%s

Аватара пользователя

Portnov

Модератор
Сообщения: 1786
Статус: Матёрый линуксоид
ОС: Debian testing/unstable
Контактная информация:

Re: Решено: Не стартует X

Сообщение

Portnov » 18.11.2007 21:41

Прочитайте-ка повнимательнее свой xorg.conf. Кажется, почему-то появилась лишняя строчка «Section …».

Аватара пользователя

wi:

Сообщения: 535
Статус: wi love linux
ОС: Open SuSE 11.0

Re: Решено: Не стартует X

Сообщение

wi: » 18.11.2007 22:50

Portnov писал(а): ↑

18.11.2007 21:41

Прочитайте-ка повнимательнее свой xorg.conf. Кажется, почему-то появилась лишняя строчка «Section …».

Угу, в первом посте я даже указал, что это за строчка ;)
Сейчас xorg выложу.

%s

Аватара пользователя

wi:

Сообщения: 535
Статус: wi love linux
ОС: Open SuSE 11.0

Re: Решено: Не стартует X

Сообщение

wi: » 18.11.2007 22:55

Код:

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

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/lib/X11/fonts/misc/:unscaled"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/misc/"
FontPath "/usr/lib/X11/fonts/Type1/"
FontPath "/usr/lib/X11/fonts/Speedo/"
FontPath "/usr/lib/X11/fonts/100dpi/"
FontPath "/usr/lib/X11/fonts/75dpi/"
FontPath "/usr/lib/X11/fonts/cyrillic/"
FontPath "/usr/lib/X11/fonts/TTF/"
FontPath "/home/wi/documents/fonts/"
EndSection

Section "Module"
Load "xtrap"
Load "dri"
Load "dbe"
Load "glx"
Load "extmod"
Load "record"
Load "type1"
Load "freetype"
Load "v4l"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 7600 GT"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1280x1024_75 +0+0; 800x600 +0+0; 640x480 +0+0"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
Option "DisableGLXRootClipping" "True"
Option "DamageEvents" "True"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

#Section "Extensions"
# Option "Composite" "Enable"
# Option "Render" "Enable"
#EndSection

%s

Аватара пользователя

Poor Fred

Сообщения: 1575
Статус: Pygoscelis papua
ОС: Gentoo Linux, FreeBSD

Re: Решено: Не стартует X

Сообщение

Poor Fred » 20.11.2007 11:40

wi: писал(а): ↑

20.11.2007 11:06

Позвольте напомнить о своей проблеме :blush:
Неужели ни у кого нет идей?
Пожалуйста, помогите! :)

На 96-ю строку смотри. Где-то там проблема. Может быть какой символ ненормальный.

Убить всех человеков!

Аватара пользователя

wi:

Сообщения: 535
Статус: wi love linux
ОС: Open SuSE 11.0

Re: Решено: Не стартует X

Сообщение

wi: » 20.11.2007 19:54

Товарищи! :) Я xorg не правил. До чудо-момента у меня все ок работало. Закоментированные строки и есть 96-ая (Render «Enable»).

%s

Аватара пользователя

Uncle_Theodore

Сообщения: 3339
ОС: Slackware 12.2, ArchLinux 64

Re: Решено: Не стартует X

Сообщение

Uncle_Theodore » 20.11.2007 20:15

wi: писал(а): ↑

20.11.2007 19:54

Товарищи! :) Я xorg не правил. До чудо-момента у меня все ок работало. Закоментированные строки и есть 96-ая (Render «Enable»).

Ошибка в логе говорит

Parse error on line 96 of section Extensions in file /etc/X11/xorg.conf
Unexpected EOF. Missing EndSection keyword?
(EE) Problem parsing the config file
(EE) Error parsing the config file

то есть, ошибка в парсинге. Возможно, в тот раз Вы забыли раскомментарить строку «EndSection». Попробуйте еще раз и покажите лог. Иначе мы не разберемся.

Аватара пользователя

wi:

Сообщения: 535
Статус: wi love linux
ОС: Open SuSE 11.0

Re: Решено: Не стартует X

Сообщение

wi: » 20.11.2007 22:59

Последнии версии xorg и x.log выложил. сколько раз я только не менял, все одно. ХЗ что поменял, возможно, дело даже не в xorg…
Раскомментировал по одной строке опции, жадуется на оставшуюся. Как бы на обе, получается…

* еще раз пересмотрю конфиги на всякий.

%s

Аватара пользователя

wi:

Сообщения: 535
Статус: wi love linux
ОС: Open SuSE 11.0

Re: Решено: Не стартует X

Сообщение

wi: » 20.11.2007 23:12

Всем спасибо, за то что уделили время моей проблеме.

Я нашел, как решить это недоразумение. Оказывается, ему не хватало пустой строки в конце файла (на эту идею меня натолкнуло EOF в логе).
Т.е. самая последняя строчка должна заканчиваться не

, как было у меня ранее, а

Не знал, буду считать для себя маленьким открытием ;)
Всем еще раз спасибо!

%s

  • Печать

Страницы: [1] 2  Все   Вниз

Тема: При входе в систему вылетает обратно на экран с паролем после его ввода  (Прочитано 5827 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн
Max13

Ввожу пароль для входа в систему а он обратно вылетает в на экран с паролем. удаление .ICEauthority не помогло. Кто знает что делать?
 


Оффлайн
ilsu87

У меня такое было в Ubuntu 16.04 после установки legacy драйвера nvidia-304. Правда перед возвратом к входу появлялось сообщение об ошибке в системной программе.


Оффлайн
zg_nico

Max13, если у Вас тоже (как и у ilsu87) проблема возникла после установки драйвера, — пробуйте загрузку с параметром nomodeset. Загрузившись, устанавливайте иной драйвер, после чего пробуйте нормальную загрузку. Если с nomodeset не грузит, можно стартовать с single, после чего из консоли удалить установленный ранее драйвер, вместо которого системой будет активирован nouveau.

Thunderobot G150-D2: Intel SkyLake Core i7-6700HQ 2.60GHz, 8Gb DDR4 2133 MHz, Intel HD530, NVidia GeForce GTX 960M 2Gb.  Ubuntu 16.04 64x [Unity], KUbuntu 18.04 64x.


Оффлайн
Max13

нет не так как у него. У меня без ощибки просто сбрасывает обратно на экран блокировки. Прозошло это после того как добавил еще одну учетку, потом удалил но все равно.


Оффлайн
maks05


Оффлайн
Max13

maks05, Прикол в том что я написал сюда после того как обшарил гугл. ДА и .Хauthority нету в 18.04


Оффлайн
zg_nico

Max13, возможно Wayland капризничает. Попробуйте в файле /etc/gdm3/custom.conf раскомментировать строку

#WaylandEnable=false

Thunderobot G150-D2: Intel SkyLake Core i7-6700HQ 2.60GHz, 8Gb DDR4 2133 MHz, Intel HD530, NVidia GeForce GTX 960M 2Gb.  Ubuntu 16.04 64x [Unity], KUbuntu 18.04 64x.


toZen

Max13, в консоль можете загрузиться?
Ctrl+Alt+F3
Если да, то посмотрите логи:

cat /var/log/Xorg.0.logИ, что делали до появления проблемы?

« Последнее редактирование: 20 Августа 2018, 12:49:02 от τοΖεη »


Оффлайн
Max13

zg_nico, Уже попробовал расскомментировать. τοΖεη, [ 10871.280] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 10871.280] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 10871.280] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[ 10871.349] (II) Server terminated successfully (0). Closing log file.


toZen

Max13, что делали до появления проблемы?


Оффлайн
Max13

τοΖεη, Добавил еще одну учетку и дал ему права root(то есть добавил в группы 4,24,27,30,46,109,124) потом главная учетка не захотела войти в систему


Оффлайн
victor00000

При входе в систему вылетает обратно на экран с паролем после его ввода

как Windows синний одинакого, должно на ремонт.


toZen

Добавил еще одну учетку и дал ему права root

Команды помните?


Оффлайн
victor00000

У меня такое было в Ubuntu 16.04 после установки legacy драйвера nvidia-304. Правда перед возвратом к входу появлялось сообщение об ошибке в системной программе.

видеокарта гори — это правильно.


Оффлайн
Max13

τοΖεη, sudo useradd user
passwd user
sudo usermod -aG 4,24,27,30,46,109,124 user
и все после reboot такая фигня


  • Печать

Страницы: [1] 2  Все   Вверх

Description: Ubuntu 18.04 LTS
Release: 18.04

xorg:
  Installed: 1:7.7+19ubuntu7

First I suspended my laptop, while a few applications were running (Firefox, Chrome and some others much smaller). A couple of hours later, I opened the lid and expected the Gnome session would resume.

What happened instead was a crash of the X server, then the login page was shown again and a new Gnome session started: the old session got killed!

In the Xorg.0.log.old file I found this, not sure if related:

[ 21189.337] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 21189.338] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 21189.338] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 21189.338] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[ 21189.338] (II) Server terminated successfully (0). Closing log file.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-24.26-generic 4.15.18
Uname: Linux 4.15.0-24-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus.0000.01.00.0: Error: [Errno 21] È una directory: ‘/proc/driver/nvidia/gpus/0000:01:00.0’
.proc.driver.nvidia.registry: Binary: «»
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module 390.48 Thu Mar 22 00:42:57 PDT 2018
 GCC version: gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
BootLog: Error: [Errno 13] Permesso negato: ‘/var/log/boot.log’
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Jul 8 23:03:30 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 390.48, 4.15.0-23-generic, x86_64: installed
 nvidia, 390.48, 4.15.0-24-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Dell 4th Gen Core Processor Integrated Graphics Controller [1028:05cc]
 NVIDIA Corporation GK107GLM [Quadro K1100M] [10de:0ff6] (rev a1) (prog-if 00 [VGA controller])
   Subsystem: Dell GK107GLM [Quadro K1100M] [1028:15cc]
InstallationDate: Installed on 2018-06-21 (17 days ago)
InstallationMedia: Ubuntu 18.04 LTS «Bionic Beaver» — Release amd64 (20180426)
MachineType: Dell Inc. Precision M4800
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-24-generic root=/dev/mapper/vg-root ro scsi_mod.scan=sync quiet splash vt.handoff=1
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/02/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0T3YTY
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: dmi:bvnDellInc.:bvrA06:bd01/02/2014:svnDellInc.:pnPrecisionM4800:pvr01:rvnDellInc.:rn0T3YTY:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Precision M4800
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

View previous topic :: View next topic  
Author Message
Skirmitch
Apprentice
Apprentice

Joined: 15 Jun 2013
Posts: 207

PostPosted: Wed Sep 02, 2020 4:44 pm    Post subject: [SOLVED]GDM + nvidia + wayland = troubles after update. Reply with quote

Hey guys, after I updated yesterday, many gnome packages were updated. I did read the news about the session but as I use Systemd I didn’t care bout it. Today Xorg won’t launch with my Nvidia card and so I cant use my external display, it just falls back to the intel card. This is the log output. Any help will be GREATLY appreciated since it’s quite difficult to do my job without the big screen.

Code:
[155004.881] (II) systemd-logind: releasing fd for 13:69

[155004.895] (II) UnloadModule: «libinput»

[155004.895] (II) systemd-logind: releasing fd for 13:68

[155004.917] (II) UnloadModule: «libinput»

[155004.917] (II) systemd-logind: releasing fd for 13:67

[155004.947] (II) NVIDIA(GPU-0): Deleting GPU-0

[155004.948] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error

[155004.948] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error

[155004.948] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error

[155004.950] (II) Server terminated successfully (0). Closing log file.

Greetings,

Edit: Solution, use -waylabnd global USE flag

Last edited by Skirmitch on Wed Sep 02, 2020 11:49 pm; edited 3 times in total

Back to top

View user's profile Send private message

Banana
Veteran
Veteran

Joined: 21 May 2004
Posts: 1067
Location: Germany

PostPosted: Wed Sep 02, 2020 4:48 pm    Post subject: Reply with quote

please post, via wgetpase, the complete xorg log.

Did you update the kernel? A emerge @x11-module-rebuild -av should solve the problem, since nvidia needs to be build against the current kernel.
_________________
My personal space

My delta-labs.org snippets do expire

Back to top

View user's profile Send private message

Ionen
Developer
Developer

Joined: 06 Dec 2018
Posts: 2459

PostPosted: Wed Sep 02, 2020 4:50 pm    Post subject: Reply with quote

Assuming you use them, what version of nvidia-drivers? I hope it’s not 390, lot of recent nonsense regarding that one and becoming hard to keep up with how to make it work properly (especially with multi-gpu/offloading setups) when I don’t use it myself.

Edit: seen the log you posted below, it’s 450.66 so all good for that.

Last edited by Ionen on Wed Sep 02, 2020 4:58 pm; edited 1 time in total

Back to top

View user's profile Send private message

Skirmitch
Apprentice
Apprentice

Joined: 15 Jun 2013
Posts: 207

PostPosted: Wed Sep 02, 2020 4:57 pm    Post subject: Reply with quote

Nope, there wasn’t any kernel updates yesterday but a huge bunch of gnome related things. I did do the module rebuild as a possible fix but id didn’t work, the modules are well built and all. Full Xorg log:

https://dpaste.com/AUKSQGDXX

Thanks for helping.

EDIT: Wait, for some weird reason, the beginning of that log says it’s from this Sunday, not from today. I moved the logs /var/log/Xorg.1.log and /var/log/Xorg.0.log to a temporary location, restarted my computer, but X didn’t leave any new logs to replace these ones… So tbh I don’t know where X is leaving the logs now or where is it taking the config file from, maybe it’s not using my Nvidia config file, I’m absolutely confused now.

Back to top

View user's profile Send private message

Skirmitch
Apprentice
Apprentice

Joined: 15 Jun 2013
Posts: 207

PostPosted: Wed Sep 02, 2020 5:29 pm    Post subject: Reply with quote

WTF!!!!!!!!!!!!!!

If I switch to another console while I’m on gnome and run startx, it does start X with the nvidia drivers on my normal screen!!!!!!!!!!! what the heck is this???????? I can have 2 X servers runing at the same time, one defaults to the monitor of my laptop and the other one uses the config file in /etx/X11/xorg.conf ????????? I’m absolutely baffled, I dont hate this behaviour but I dont understand whats going on, The one that starts automatically gonme at the startup is deff NOT using my normal Xorg, its using something else, thats why I dont get the logs, I’m terrified rofl, dunno what is going on. Any helps?

Edit: The only difference I find if I run from startx on another console, is that the pointer of the mouse, when passing over a link, is weird and its that old stile with the finger pointing to the side and not the one I normaly use. If I use the screen created by gnome session at startup, everything is normal but its not using my Nvidia Card. I’m absolutely lost.

Back to top

View user's profile Send private message

Ionen
Developer
Developer

Joined: 06 Dec 2018
Posts: 2459

PostPosted: Wed Sep 02, 2020 5:36 pm    Post subject: Reply with quote

I don’t use *logind to know what it does, but my user-ran xorg leaves logs at ~/.local/share/xorg/Xorg.0.log by default, maybe there?
Back to top

View user's profile Send private message

Skirmitch
Apprentice
Apprentice

Joined: 15 Jun 2013
Posts: 207

PostPosted: Wed Sep 02, 2020 5:43 pm    Post subject: Reply with quote

That seems to be a copy of the one at /var/log. That one reacted normally till Sunday (hadn’t turned off the computer since then and did it today), but since today, using the automatic startup, the logs don’t go there, and its deff not using my config file at /etc/X11/xorg.conf. The server I start at startx does behave normally, just the mouse pointer is screwed but that’s minor. As my Nvidia is hardwired to the hdmi output, for me its kinda mandatory that X starts automatically so it sends everything to the big screen immediately, that’s why I have it configured like that. Seems to be a problem of logind then
Back to top

View user's profile Send private message

Skirmitch
Apprentice
Apprentice

Joined: 15 Jun 2013
Posts: 207

PostPosted: Wed Sep 02, 2020 6:38 pm    Post subject: Reply with quote

Another symptom. If I use this trick I explained before to get to use the Nvidia card, the session gets pretty screwed, I lose logins on my sites and have to login everything again and stuff, dunno what’s going on I would really like to fix it =(
Back to top

View user's profile Send private message

Skirmitch
Apprentice
Apprentice

Joined: 15 Jun 2013
Posts: 207

PostPosted: Wed Sep 02, 2020 6:43 pm    Post subject: Reply with quote

UPDATE:

I just removed gdm from Systemd, it was causing me just too many problems =( I didnt want to but I need to work right now sadly.

UPDATE 2:

Ok, I found the culprit. Haven’t tryed anything yet but whats described here about Wayland fits 100% in my situation and its probably whats causing the huge mess. Will try to solve it somehow later.

https://wiki.gentoo.org/wiki/GNOME/GDM

Back to top

View user's profile Send private message

Ionen
Developer
Developer

Joined: 06 Dec 2018
Posts: 2459

PostPosted: Wed Sep 02, 2020 6:55 pm    Post subject: Reply with quote

In case wondering where wayland came from, it was enabled by default in gnome profiles on August 30, and been seeing someone on IRC have gdm issue few minutes ago… so likely same boat, not that I use gdm to know anything about it.
Back to top

View user's profile Send private message

Skirmitch
Apprentice
Apprentice

Joined: 15 Jun 2013
Posts: 207

PostPosted: Wed Sep 02, 2020 6:58 pm    Post subject: Reply with quote

Ionen wrote:
In case wondering where wayland came from, it was enabled by default in gnome profiles on August 30, and been seeing someone on IRC have gdm issue few minutes ago… so likely same boat, not that I use gdm to know anything about it.

Oh thanks for that infor man. I did a quick grep here and there and found this:

Code:
>=dev-libs/wayland-1.18.0 abi_x86_32

# required by x11-libs/gtk+-3.24.22::gentoo[wayland]

# required by x11-themes/adwaita-icon-theme-3.36.1::gentoo

# required by x11-libs/gtk+-2.24.32-r1::gentoo

# required by app-i18n/ibus-1.5.22::gentoo[gtk2,X,gtk]

# required by dev-qt/qtgui-5.14.2-r1::gentoo[ibus]

# required by dev-qt/qtwayland-5.14.2::gentoo[X]

and I don’t have the courage rn to start digging on how to remove it.

Back to top

View user's profile Send private message

Ionen
Developer
Developer

Joined: 06 Dec 2018
Posts: 2459

PostPosted: Wed Sep 02, 2020 7:06 pm    Post subject: Reply with quote

Skirmitch wrote:
and I don’t have the courage rn to start digging on how to remove it.

Well, somewhat reverting profile change would just be adding */* -wayland to package.use (or add it to your make.conf’s USE=»», same thing), then running emerge -UD @world if portage doesn’t complain (might need exceptions, some QT stuff will still depend on it though.. that’s fine).

Although given it was made default I imagine gnome team will be working in that direction in the future and no idea where that’ll lead, just keep in mind that you’ve disabled it if you do that.

Edit: maybe actual gnome users will have better advice for you :)

Back to top

View user's profile Send private message

Skirmitch
Apprentice
Apprentice

Joined: 15 Jun 2013
Posts: 207

PostPosted: Wed Sep 02, 2020 11:08 pm    Post subject: Reply with quote

Ionen wrote:
Skirmitch wrote:
and I don’t have the courage rn to start digging on how to remove it.

Well, somewhat reverting profile change would just be adding */* -wayland to package.use (or add it to your make.conf’s USE=»», same thing), then running emerge -UD @world if portage doesn’t complain (might need exceptions, some QT stuff will still depend on it though.. that’s fine).

Although given it was made default I imagine gnome team will be working in that direction in the future and no idea where that’ll lead, just keep in mind that you’ve disabled it if you do that.

Edit: maybe actual gnome users will have better advice for you :)

Dude you rock, that worked flawlessly, I’m a coward, I should have tried first.

Back to top

View user's profile Send private message

Display posts from previous:   

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Понравилась статья? Поделить с друзьями:

Читайте также:

  • Xerox ошибка ксерографической системы xerox
  • Xerox ошибка 093 933
  • Xerox ошибка 092 673
  • Xerox ошибка 075 135
  • Xerox ошибка 071 210

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии