Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: No programs open due some display issue (Read 1507 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: No programs open due some display issue

Reply #15
Hi alium,

I have properly set the hostname during the installation.
Code: [Select]
sudo nano /etc/hosts
# Host addresses
127.0.0.1  localhost
127.0.1.1  X220

Greetings
Roberto

Re: No programs open due some display issue

Reply #16
Code: [Select]
sudo nano /etc/hostname
X220

Re: No programs open due some display issue

Reply #17
127.0.1.1  X220 is not properly set up hostname
Read it again and set it properly
https://wiki.artixlinux.org/Main/Installation#Network_configuration
https://wiki.archlinux.org/index.php/Network_configuration#Local_hostname_resolution
Because you not properly sset  hostname, did it networkmanager, because he have this feature.

" 127.0.1.1        X220.localdomain   X220"
Should be right setting

Re: No programs open due some display issue

Reply #18
Since I have the same problem on my T450S, I applied the settings to this machine.

This is what the files look like now:

Code: [Select]
sudo nano /etc/hostname
'T450S'
I have set the entry both with the quotation marks and without.

Code: [Select]
sudo nano /etc/hosts
# Host addresses
127.0.0.1     localhost
::1           localhost
127.0.1.1     T540S.localdomain   T450S

Code: [Select]
getent hosts
127.0.0.1       localhost
127.0.0.1       localhost
127.0.1.1       T450S.localdomain T450S

Unfortunately without success  :(

Re: No programs open due some display issue

Reply #19
Code: [Select]
sudo nano /etc/hosts
# Host addresses
127.0.0.1     localhost
::1           localhost
127.0.1.1     T540S.localdomain   T450S

Unfortunately without success  :(

my settings:
Code: [Select]
[picasso alois]# cat /etc/hosts
#
# /etc/hosts: static lookup table for host names
#

#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1       localhost.localdomain   localhost
::1             localhost.localdomain   localhost
127.0.1.1       picasso.localdomain picasso
# End of file

have you file /etc/conf.d/hostname ? here can you give your hostname too (maybe OpenRC specific setting):
Code: [Select]
[picasso conf.d]# cat /etc/conf.d/hostname 
# Set to the hostname of this machine
hostname='picasso'

Code: [Select]
[picasso etc]# cat /etc/hostname 
picasso

Re: No programs open due some display issue

Reply #20
Hi alium,

after I changed the entry in /etc/conf.d/hostname from "lcoalhost" to "T450S", the programs are now starting again :)
Code: [Select]
T450S:[roberto]:~$ cat /etc/conf.d/hostname
# Set to the hostname of this machine
hostname="T450S"

Unbelievable  :o  ???

Thanks a lot for your patience and your help  :D

Greetings
Roberto

Re: No programs open due some display issue

Reply #21
Hi,

I can confirm that the hostname setting (as shown in Roberto' s  post above) has fixed the problems that I've been having for the last couple of days with two Artix installations on my main laptop.

This  laptop has hybrid graphics and I'm having significant problems getting the Nvidia drivers to work properly in Artix. I run other distros and these "mostly" work.. most are defaulting to the Intel GPU even if the Nvidia driver is installed.
 
My test Artix install started playing up with identical problems as described in the earlier posts above. I initially thought that I had "just borked" the installation again... I then ran my main Artix installation, updated it, and hit exactly the same problem.

Several full reinstalls (from various ISOs) later I found this thread.. Many thanks!.. I thought that I was going bonkers!

A good way to learn.. ho hum!

Bodge99

Re: No programs open due some display issue

Reply #22
which inits you used/installed? I'm thinking of adding the third file with hostname to the wiki (just in case)

Re: No programs open due some display issue

Reply #23
Hi,

If it helps.. I use OpenRC.

Bodge99