Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
newbie post, can't get KDE to start on login
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
lf84217
n00b
n00b


Joined: 26 Jul 2022
Posts: 31

PostPosted: Tue Jul 26, 2022 11:46 pm    Post subject: newbie post, can't get KDE to start on login Reply with quote

I'm not sure what I'm doing wrong, been through the guides and a ton of forum posts already.

Also can't use startx as any user other than root. -- This is kind of another problem but I suspect they are related.
Works fine as root.

The error is parse_vt_settings: Cannot open /dev/tty0

When I run loginctl user-status I get the following:

Code:

ryan (1000)
           Since: Tue 2022-07-26 18:25:08 EDT; 1h 14min ago
           State: active
        Sessions: 4 *3
          Linger: no
            Unit: user-1000.slice




elogind and dbus are running already


here is cat /etc/pam.d/system-auth

Code:

auth            required        pam_env.so
auth            requisite       pam_faillock.so preauth
auth            [success=1 default=ignore]      pam_unix.so nullok  try_first_pass
auth            [default=die]   pam_faillock.so authfail
account         required        pam_unix.so
account         required        pam_faillock.so
password        required        pam_passwdqc.so config=/etc/security/passwdqc.conf
password        required        pam_unix.so try_first_pass use_authtok nullok sha512 shadow
session         required        pam_limits.so
session         required        pam_env.so
session         required        pam_unix.so


Following the guide (https://wiki.gentoo.org/wiki/Non_root_Xorg), I see no trace of pam_elogind.so, but I'm not clear about what that means or what I should do about it.
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1430
Location: Earth

PostPosted: Wed Jul 27, 2022 1:06 am    Post subject: Reply with quote

is your user in video group?

run:
Code:
groups ryan

_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
lf84217
n00b
n00b


Joined: 26 Jul 2022
Posts: 31

PostPosted: Wed Jul 27, 2022 1:10 am    Post subject: Reply with quote

yes, I've already added the user to video
Back to top
View user's profile Send private message
lf84217
n00b
n00b


Joined: 26 Jul 2022
Posts: 31

PostPosted: Wed Jul 27, 2022 1:19 am    Post subject: Reply with quote

Update:

I've fixed a network configuration problem and now getting a new error when I run startx

xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1430
Location: Earth

PostPosted: Wed Jul 27, 2022 1:36 am    Post subject: Reply with quote

please show your output of:
Code:
rc-update show boot

Code:
rc-update show default


are you sure that dbus was started?

and your emerge --info with wgetpaste

https://wiki.gentoo.org/wiki/Wgetpaste

we need more infos about your system - look at your logs and upload them also with wgetpaste
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
lf84217
n00b
n00b


Joined: 26 Jul 2022
Posts: 31

PostPosted: Wed Jul 27, 2022 1:27 pm    Post subject: Reply with quote

emerge --info:
https://pastebin.com/QfhkaTJj



rc-update show boot
Code:

               binfmt | boot
             bootmisc | boot
              elogind | boot
                 fsck | boot
             hostname | boot
              hwclock | boot
              keymaps | boot
           localmount | boot
             loopback | boot
              modules | boot
                 mtab | boot
               procfs | boot
                 root | boot
         save-keymaps | boot
    save-termencoding | boot
                 swap | boot
               sysctl | boot
 systemd-tmpfiles-setup | boot
         termencoding | boot
              urandom | boot


rc-update show default

Code:

rc-update show default
              chronyd | default
               cronie | default
                 dbus | default
               dhcpcd | default
                local | default
             netmount | default
                 sshd | default
             sysklogd | default
       wpa_supplicant | default
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1430
Location: Earth

PostPosted: Wed Jul 27, 2022 5:23 pm    Post subject: Reply with quote

sorry for my delayed answer.

this is from your system - i just glanced over before :roll:

Code:
VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l"

please edit your make.conf and add something like this if you're using amd:

Code:
VIDEO_CARDS="amdgpu radeonsi"

and reading this will help you too, just take your time:

https://wiki.gentoo.org/wiki/Xorg/Guide

i found an old reddit post with exactly same error message - it seems this have something to do with dbus:

https://www.reddit.com/r/artixlinux/comments/ubqy3j/after_update_xorg_is_spitting_errors_xf86enableio/

complete the configuration of your Xorg regarding your graphics Card and your good to go :wink:

never ever use a desktop with root :!:

greetings
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
lf84217
n00b
n00b


Joined: 26 Jul 2022
Posts: 31

PostPosted: Wed Jul 27, 2022 10:49 pm    Post subject: Reply with quote

My graphics card is intel Xe Iris

I tried VIDEO_CARDS="intel" and VIDEO_CARDS="intel i915"

Same problem, and now my wifi is working only half the time

Read through the guide again... I will try some of the suggested kernel options. Recompiling now...

I will also try configuring the intel graphics card as shown here https://wiki.gentoo.org/wiki/Xorg.conf#xorg.conf.d.2C_xorg.conf.
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1430
Location: Earth

PostPosted: Wed Jul 27, 2022 10:55 pm    Post subject: Reply with quote

Quote:
My graphics card is intel Xe Iris


i think this is better:

https://wiki.gentoo.org/wiki/Intel

and sorry for asking, but have you installed sys-kernel/linux-firmware?
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "


Last edited by CooSee on Thu Jul 28, 2022 2:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
lf84217
n00b
n00b


Joined: 26 Jul 2022
Posts: 31

PostPosted: Wed Jul 27, 2022 11:16 pm    Post subject: Reply with quote

still no luck... I have to leave, I can try again tonight later
Back to top
View user's profile Send private message
lf84217
n00b
n00b


Joined: 26 Jul 2022
Posts: 31

PostPosted: Thu Jul 28, 2022 3:24 am    Post subject: Reply with quote

I tried all the things you sent me, including i965 intel iris, still no change.

I'm pretty much stuck here, no idea what else to try. Should I just give up and install Ubuntu?
Back to top
View user's profile Send private message
lf84217
n00b
n00b


Joined: 26 Jul 2022
Posts: 31

PostPosted: Thu Jul 28, 2022 3:36 am    Post subject: Reply with quote

https://pastebin.com/tE1r530a

Seems like I am still missing that i965 driver
Back to top
View user's profile Send private message
lf84217
n00b
n00b


Joined: 26 Jul 2022
Posts: 31

PostPosted: Thu Jul 28, 2022 3:40 am    Post subject: Reply with quote

Seems like a similar situation here

https://forums.gentoo.org/viewtopic-p-8713763.html?sid=1766cd995b223483a411e00649110da2

I will have to look at it more later
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1430
Location: Earth

PostPosted: Thu Jul 28, 2022 10:40 am    Post subject: Reply with quote

have you tried the suggestion at the end from the link you provided?

to be sure, after adding those USE flags, you rebuild your system with emerge --ask --changed-use --deep @world?

try without anything in /etc/X11/xorg.conf.d/ first - the X system should detect automatically.

if this also doesn't work, try with:

Code:
 Section "Device"
        Identifier "Intel Graphics"
        Driver "intel"
        Option "AccelMethod" "sna"
        Option "DRI" "iris"
        Option "TearFree"    "true"
EndSection


what is the type/modell number of your device.

and show the output of eix -I intel

good luck 8)
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1589

PostPosted: Thu Jul 28, 2022 12:34 pm    Post subject: Reply with quote

CooSee wrote:
and some additional infos i saved :)

Code:
# VIDEO_CARDS="intel"  - uses chip specific 2D acceleration driver, not installed if i965 is also set.
# VIDEO_CARDS="i965"   - uses Glamor 2D acceleration driver in xorg-server, overwrites intel for xorg-drivers.
# However, for 3D 'intel' can be needed, since this is the only flag recognized by libdrm,
# and is required to be set to use, for example, vaapi.  Thus we set both !
# VIDEO_CARDS="iris" is purely Mesa flag, new 3D driver for Gen8+ intel GPUs that uses Gallium3D
# VIDEO_CARDS="intel i965" for Mesa use 'classic' 3D driver
# VIDEO_CARDS="i965 intel iris"


Please remove this from what you've saved. It is outdated.
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1430
Location: Earth

PostPosted: Thu Jul 28, 2022 2:16 pm    Post subject: Reply with quote

Quote:
Please remove this from what you've saved. It is outdated.


and what is the correct way in these days, regarding Intel?
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1589

PostPosted: Thu Jul 28, 2022 2:21 pm    Post subject: Reply with quote

CooSee wrote:
Quote:
Please remove this from what you've saved. It is outdated.


and what is the correct way in these days, regarding Intel?


Unless it is i915 (Intel GPU Gen 2 or 3), then just use VIDEO_CARDS="intel". If it is really old enough to be i915, then VIDEO_CARDS="intel i915".
All other variations are dropped as of roughly April/May of this year.


Last edited by grknight on Thu Jul 28, 2022 2:29 pm; edited 1 time in total
Back to top
View user's profile Send private message
lf84217
n00b
n00b


Joined: 26 Jul 2022
Posts: 31

PostPosted: Thu Jul 28, 2022 2:24 pm    Post subject: Reply with quote

specs for my laptop are here https://lnv.gy/3zGzBQ4

Yes, indeed I am running the emerge update command each time.

eix -I intel
Code:

[I] x11-drivers/xf86-video-intel
     Available versions:  2.99.917_p20201215 **9999*l {debug dri +sna tools +udev uxa xvmc}
     Installed versions:  2.99.917_p20201215(06:10:55 PM 07/27/2022)(dri sna udev -debug -tools -uxa -xvmc)
     Homepage:            https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel
     Description:         X.Org driver for Intel cards



Tried suggestions, no luck.


Indeed I have already tried VIDEO_CARDS="intel" only
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1430
Location: Earth

PostPosted: Thu Jul 28, 2022 2:25 pm    Post subject: Reply with quote

ok, i see - thanks :!:

and my apologies for providing old and outdated Info :roll:
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1589

PostPosted: Thu Jul 28, 2022 2:30 pm    Post subject: Reply with quote

lf84217 wrote:

eix -I intel
Code:

[I] x11-drivers/xf86-video-intel
     Available versions:  2.99.917_p20201215 **9999*l {debug dri +sna tools +udev uxa xvmc}
     Installed versions:  2.99.917_p20201215(06:10:55 PM 07/27/2022)(dri sna udev -debug -tools -uxa -xvmc)
     Homepage:            https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel
     Description:         X.Org driver for Intel cards


Remove this driver from the system and it will work. Modern Intel is designed to work with modesetting as the driver which is part of xorg-server itself.
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1430
Location: Earth

PostPosted: Thu Jul 28, 2022 2:39 pm    Post subject: Reply with quote

Quote:
Indeed I have already tried VIDEO_CARDS="intel" only


please try
Code:
VIDEO_CARDS="intel i915"


look here: https://wiki.archlinux.org/title/Lenovo_ThinkPad_X1_Carbon_(Gen_9) <<< couldn't wrap this as URL.
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
lf84217
n00b
n00b


Joined: 26 Jul 2022
Posts: 31

PostPosted: Thu Jul 28, 2022 2:54 pm    Post subject: Reply with quote

yes I have already tried VIDEO_CARDS="intel i915" also

I tried removing that driver -- it's giving a different error now. Also startx is no longer working in root.
My guess is I need to install the modesetting driver?

new log file

Code:

[   297.196]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[   297.201] Current Operating System: Linux tux 5.15.52-gentoo-x86_64 #6 SMP Wed Jul 27 18:52:18 EDT 2022 x86_64
[   297.201] Kernel command line: BOOT_IMAGE=/vmlinuz-5.15.52-gentoo-x86_64 root=UUID=a2d2fa52-7f54-4606-9837-7bb9f9fb3f29 ro ... i8042.noloop i8042.nomux i8042.nopnp i8042.reset ...
[   297.205]
[   297.206] Current version of pixman: 0.40.0
[   297.210]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   297.210] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   297.217] (==) Log file: "/home/ryan/.local/share/xorg/Xorg.0.log", Time: Thu Jul 28 10:51:02 2022
[   297.219] (==) Using config file: "/etc/X11/xorg.conf"
[   297.221] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   297.222] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   297.223] (==) No Layout section.  Using the first Screen section.
[   297.223] (==) No screen section available. Using defaults.
[   297.223] (**) |-->Screen "Default Screen Section" (0)
[   297.223] (**) |   |-->Monitor "<default monitor>"
[   297.223] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[   297.223] (**) |   |-->Device "Intel Graphics"
[   297.223] (**) |   |-->GPUDevice "Intel Graphics"
[   297.223] (**) |   |-->GPUDevice "Intel Graphics"
[   297.223] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   297.223] (==) Automatically adding devices
[   297.223] (==) Automatically enabling devices
[   297.223] (==) Automatically adding GPU devices
[   297.223] (==) Automatically binding GPU devices
[   297.223] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   297.223] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   297.223]    Entry deleted from font path.
[   297.223] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   297.223]    Entry deleted from font path.
[   297.223] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   297.223]    Entry deleted from font path.
[   297.223] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   297.223]    Entry deleted from font path.
[   297.223] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   297.223]    Entry deleted from font path.
[   297.223] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   297.223]    Entry deleted from font path.
[   297.223] (==) FontPath set to:

[   297.223] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   297.223] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[   297.223] (II) Module ABI versions:
[   297.223]    X.Org ANSI C Emulation: 0.4
[   297.223]    X.Org Video Driver: 25.2
[   297.223]    X.Org XInput driver : 24.4
[   297.223]    X.Org Server Extension : 10.0
[   297.223] (++) using VT number 1

[   297.224] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   297.224] (II) xfree86: Adding drm device (/dev/dri/card0)
[   297.224] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   297.225] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   297.225] (--) PCI:*(0@0:2:0) 8086:9a49:17aa:22d5 rev 1, Mem @ 0x603c000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[   297.225] (II) LoadModule: "glx"
[   297.226] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   297.226] (II) Module glx: vendor="X.Org Foundation"
[   297.226]    compiled for 1.21.1.4, module version = 1.0.0
[   297.226]    ABI class: X.Org Server Extension, version 10.0
[   297.226] (II) LoadModule: "intel"
[   297.226] (WW) Warning, couldn't open module intel
[   297.226] (EE) Failed to load module "intel" (module does not exist, 0)
[   297.226] (II) LoadModule: "modesetting"
[   297.226] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[   297.227] (II) Module modesetting: vendor="X.Org Foundation"
[   297.227]    compiled for 1.21.1.4, module version = 1.21.1
[   297.227]    Module class: X.Org Video Driver
[   297.227]    ABI class: X.Org Video Driver, version 25.2
[   297.227] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   297.227] (II) modeset(G0): using drv /dev/dri/card0
[   297.227] (WW) Falling back to old probe method for modesetting
[   297.227] (EE) No devices detected.
[   297.227] (EE)
Fatal server error:
[   297.227] (EE) no screens found(EE)
[   297.227] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[   297.227] (EE) Please also check the log file at "/home/ryan/.local/share/xorg/Xorg.0.log" for additional information.
[   297.227] (EE)
[   297.249] (EE) Server terminated with error (1). Closing log file.

Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1430
Location: Earth

PostPosted: Thu Jul 28, 2022 3:02 pm    Post subject: Reply with quote

https://wiki.gentoo.org/wiki/Intel#Modesetting_DDX
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1589

PostPosted: Thu Jul 28, 2022 3:15 pm    Post subject: Reply with quote

CooSee wrote:
Quote:
Indeed I have already tried VIDEO_CARDS="intel" only


please try
Code:
VIDEO_CARDS="intel i915"


No, do not try this.

lf84217 wrote:
new log file
Code:
[   297.227] (EE) Please also check the log file at "/home/ryan/.local/share/xorg/Xorg.0.log" for additional information.



Now post this log without changing anything.
Back to top
View user's profile Send private message
lf84217
n00b
n00b


Joined: 26 Jul 2022
Posts: 31

PostPosted: Thu Jul 28, 2022 8:53 pm    Post subject: Reply with quote

correct, that was the latest log file I obtained, where my VIDEO_CARDS="intel" was set.
I had already tried "intel i915" long in the past, and it did not work

should I attempt to install the modesetting driver?

Code:

[   297.196]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[   297.201] Current Operating System: Linux tux 5.15.52-gentoo-x86_64 #6 SMP Wed Jul 27 18:52:18 EDT 2022 x86_64
[   297.201] Kernel command line: BOOT_IMAGE=/vmlinuz-5.15.52-gentoo-x86_64 root=UUID=a2d2fa52-7f54-4606-9837-7bb9f9fb3f29 ro ... i8042.noloop i8042.nomux i8042.nopnp i8042.reset ...
[   297.205]
[   297.206] Current version of pixman: 0.40.0
[   297.210]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   297.210] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   297.217] (==) Log file: "/home/ryan/.local/share/xorg/Xorg.0.log", Time: Thu Jul 28 10:51:02 2022
[   297.219] (==) Using config file: "/etc/X11/xorg.conf"
[   297.221] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   297.222] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   297.223] (==) No Layout section.  Using the first Screen section.
[   297.223] (==) No screen section available. Using defaults.
[   297.223] (**) |-->Screen "Default Screen Section" (0)
[   297.223] (**) |   |-->Monitor "<default monitor>"
[   297.223] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[   297.223] (**) |   |-->Device "Intel Graphics"
[   297.223] (**) |   |-->GPUDevice "Intel Graphics"
[   297.223] (**) |   |-->GPUDevice "Intel Graphics"
[   297.223] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   297.223] (==) Automatically adding devices
[   297.223] (==) Automatically enabling devices
[   297.223] (==) Automatically adding GPU devices
[   297.223] (==) Automatically binding GPU devices
[   297.223] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   297.223] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   297.223]    Entry deleted from font path.
[   297.223] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   297.223]    Entry deleted from font path.
[   297.223] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   297.223]    Entry deleted from font path.
[   297.223] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   297.223]    Entry deleted from font path.
[   297.223] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   297.223]    Entry deleted from font path.
[   297.223] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   297.223]    Entry deleted from font path.
[   297.223] (==) FontPath set to:

[   297.223] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   297.223] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[   297.223] (II) Module ABI versions:
[   297.223]    X.Org ANSI C Emulation: 0.4
[   297.223]    X.Org Video Driver: 25.2
[   297.223]    X.Org XInput driver : 24.4
[   297.223]    X.Org Server Extension : 10.0
[   297.223] (++) using VT number 1

[   297.224] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   297.224] (II) xfree86: Adding drm device (/dev/dri/card0)
[   297.224] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   297.225] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   297.225] (--) PCI:*(0@0:2:0) 8086:9a49:17aa:22d5 rev 1, Mem @ 0x603c000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[   297.225] (II) LoadModule: "glx"
[   297.226] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   297.226] (II) Module glx: vendor="X.Org Foundation"
[   297.226]    compiled for 1.21.1.4, module version = 1.0.0
[   297.226]    ABI class: X.Org Server Extension, version 10.0
[   297.226] (II) LoadModule: "intel"
[   297.226] (WW) Warning, couldn't open module intel
[   297.226] (EE) Failed to load module "intel" (module does not exist, 0)
[   297.226] (II) LoadModule: "modesetting"
[   297.226] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[   297.227] (II) Module modesetting: vendor="X.Org Foundation"
[   297.227]    compiled for 1.21.1.4, module version = 1.21.1
[   297.227]    Module class: X.Org Video Driver
[   297.227]    ABI class: X.Org Video Driver, version 25.2
[   297.227] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   297.227] (II) modeset(G0): using drv /dev/dri/card0
[   297.227] (WW) Falling back to old probe method for modesetting
[   297.227] (EE) No devices detected.
[   297.227] (EE)
Fatal server error:
[   297.227] (EE) no screens found(EE)
[   297.227] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[   297.227] (EE) Please also check the log file at "/home/ryan/.local/share/xorg/Xorg.0.log" for additional information.
[   297.227] (EE)
[   297.249] (EE) Server terminated with error (1). Closing log file.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
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