You are not logged in.
loqs wrote:Did you read the link I posted in post #12? Do you still not understand the relevance of the quote from that post after reading the linked wiki page?
journalctl -b
http://ix.io/2LnZxinitrc file
http://ix.io/jmE
The xinitrc is the default and the quote I posted
This default xinitrc will start a basic environment with Twm, xorg-xclock and Xterm (assuming that the necessary packages are installed).
startx is failing for you, so given the above what does that imply to I am indicating the cause of failure to be?
Last edited by loqs (2021-01-09 06:19:37)
Offline
@kashishme
Do not take the suggestions of @Anarchist lightly. He means good and I cannot agree more with him.
I noticed your struggle with arch started in the reddit sub, where no one was able to help you because "stuck at startx" hardly means anything. We simply don't know what you try to achieve and your logs of journactl or .xinitrc do not guide us in any direction.
I mean no criticism over you but is is more than evident that you lack basic linux knowledge. And arch requires more than that.
If you still want to continue with arch (why not?) you might want to give a try on distros that based on arch like garuda or endeavouros. Or maybe manjaro.
It is no shame many of us started like this.
Good luck.
Edit : spelling
Last edited by justm3 (2021-01-09 06:13:39)
Offline
kashishme wrote:jasonwryan wrote:Ubuntu or Mint.
funny?
No. Both are good distros for beginners.
that ain't my problem
Last edited by kashishme (2021-01-09 06:57:16)
Offline
kashishme wrote:loqs wrote:Did you read the link I posted in post #12? Do you still not understand the relevance of the quote from that post after reading the linked wiki page?
journalctl -b
http://ix.io/2LnZxinitrc file
http://ix.io/jmEThe xinitrc is the default and the quote I posted
wiki wrote:This default xinitrc will start a basic environment with Twm, xorg-xclock and Xterm (assuming that the necessary packages are installed).
startx is failing for you, so given the above what does that imply to I am indicating the cause of failure to be?
so i shld install twm n other stuff again n try once more?
Last edited by kashishme (2021-01-09 06:56:56)
Offline
@kashishme
Do not take the suggestions of @Anarchist lightly. He means good and I cannot agree more with him.
I noticed your struggle with arch started in the reddit sub, where no one was able to help you because "stuck at startx" hardly means anything. We simply don't know what you try to achieve and your logs of journactl or .xinitrc do not guide us in any direction.
I mean no criticism over you but is is more than evident that you lack basic linux knowledge. And arch requires more than that.
If you still want to continue with arch (why not?) you might want to give a try on distros that based on arch like garuda or endeavouros. Or maybe manjaro.
It is no shame many of us started like this.Good luck.
Edit : spelling
Thank you for the advice but i guess i will stick with arch for now
Offline
jasonwryan wrote:kashishme wrote:funny?
No. Both are good distros for beginners.
that ain't my problem
All evidence in this thread to the contrary...
Offline
If you do not install those packages the default xinit will not work. Your choice, change the xinit to start something else which again some package must provide or install the packages providing twm e.t.c..
startx may still fail due to your use of sudo changing the ownership of .Xauthority.
You are really expected to have understood all of this from the wiki.
Last edited by loqs (2021-01-09 07:05:03)
Offline
If you do not install those packages the default xinit will not work. Your choice, change the xinit to start something else which again some package must provide or install the packages providing twm e.t.c..
startx may still fail due to your use of sudo changing the ownership of .Xauthority.You are really expected to have understood all of this from the wiki.
holy crap!!! i will reinstall everything and thn try again. thank youuu
Last edited by kashishme (2021-01-09 08:04:03)
Offline
Why would you reinstall everything?
Just check if the ownership of .Xauthority just lays with the user.
ls -l .XauthorityIf it does not you could try 'chown' to set the ownership again to the user.
chown 'youruser' .Xauthoritycheck if ' xorg-twm' and ' xterm' are installed
pacman -Qs xorg-twm
pacman -Qs xtermIf not install them
sudo pacman -S xorg-twm xtermreboot
Are you sure you want a (very) basic X and not a DE like KDE-Plasma or Gnome?
Those come with a graphical login SDDM or GDM and is perhaps easier for you than using and working with xinitrc and startx.
Last edited by Archlin (2021-01-09 11:53:27)
Offline
well.... Thank you everyone for your help. The problem was really silly, I had to change the configuration file to use my intel gpu instead of nvidia. I appreciate everyone who helped me thank you
Offline