Re: xfce iso not booting to gui Reply #15 – 07 March 2023, 21:37:15 Quote from: gripped – on 07 March 2023, 21:09:49Quote from: deepforest – on 07 March 2023, 20:41:18found!here too new nvidia drivers preinstalled at iso for my old videocardhow make nouveau working?I was wrong in what I thought before. X is the problem. If you look in the log it's finding the nouveau driver but not using it then trying with fbdev.Do you still have the older ISO ?If not there is one here https://iso.artixlinux.org/archived-iso/artix-xfce-openrc-20220713-x86_64.isoPath of least resistance:Install from the older iso then update the system. Gets you to the same place hopefully.Worked! Thank you dear friend! here preinstaled nouveau and no proprietary nvidiabut why at new iso builds using propietary nvidia not nouveau?
Re: xfce iso not booting to gui Reply #16 – 07 March 2023, 21:44:21 Absolutely no clue.Maybe both iso's have both drivers?You'd need an expert on the iso's and/or Calamares.Hopefully someone will see this thread and try to improve it. It could be a problem that only effects a small amount of hardware a or bigger issue? Again no clue.Glad you got it working though. 1 Likes
Re: xfce iso not booting to gui Reply #17 – 09 March 2023, 02:12:50 Quote from: gripped – on 07 March 2023, 21:44:21Absolutely no clue.Maybe both iso's have both drivers?You'd need an expert on the iso's and/or Calamares.Hopefully someone will see this thread and try to improve it. It could be a problem that only effects a small amount of hardware a or bigger issue? Again no clue.Glad you got it working though.if have both why at first try using proprietary drivers, its unusually
Re: xfce iso not booting to gui Reply #18 – 09 March 2023, 03:02:50 Quote from: deepforest – on 09 March 2023, 02:12:50if have both why at first try using proprietary drivers, its unusually The error you saw was the kernel failing to load a nvidia module. That naturally comes earlier than the start of X.Further than that no idea or interest really.
Re: xfce iso not booting to gui Reply #19 – 09 March 2023, 21:17:45 The nvidia module load error is innocuous; Xorg will try to use the best graphics driver available in order of performance, unless instructed otherwise. That said, lightdm is known to fail launching occasionaly and you should try another login manager to be sure. For best results, use the latest AUR nvidia-NNNxx-dkms package supporting your GPU.
Re: xfce iso not booting to gui Reply #20 – 11 March 2023, 14:32:52 Quote from: nous – on 09 March 2023, 21:17:45The nvidia module load error is innocuous; Xorg will try to use the best graphics driver available in order of performance, unless instructed otherwise. That said, lightdm is known to fail launching occasionaly and you should try another login manager to be sure. For best results, use the latest AUR nvidia-NNNxx-dkms package supporting your GPU.but how i switch to another if I can't do anything?why its not booting standard method using nouveau?it not good using proprietary driver at live iso!lets you make default nouveau driver for booting live iso and users decide what is needed later, after booting to live or after installing os!? Last Edit: 11 March 2023, 23:14:51 by deepforest
Re: xfce iso not booting to gui Reply #21 – 12 March 2023, 16:58:30 The nvidia GPU driver is open sourced (or something similar) since almost a year and your computer isn't using it anyway. As I said, you can instruct it to use nouveau, just follow the instructions of the Arch wiki which totally apply to Artix.
Re: xfce iso not booting to gui Reply #22 – 12 March 2023, 22:16:06 what are you talking about!?i am talking about recently official live artix iso with DEwhy at last artix iso, preinstalled new nvidia proprietary driver and when i am booting to live os, by default it trying loading proprietary driver instead nouveau!? Last Edit: 13 March 2023, 15:22:00 by deepforest
Re: xfce iso not booting to gui Reply #23 – 13 March 2023, 22:59:18 I'm talking about your inability to follow simple instructions. Artix is clearly not for you.
Re: xfce iso not booting to gui Reply #24 – 13 March 2023, 23:41:12 LoL what!?Simple instructions!?1. i am download live iso2. its not working because using proprietary driver instead nouveau3. what i am do wrong!?thats your artix broken and not following standards!i am asking at second why last live isos using proprietery driver instead nouveau by default at boot?in my case too new proprietary not working!please make live iso with default nouveau driver!PS kernel boot parameters using nouveau not working at yours live iso Last Edit: 13 March 2023, 23:47:12 by deepforest
Re: xfce iso not booting to gui Reply #25 – 14 March 2023, 19:34:19 Quote from: deepforest – on 13 March 2023, 23:41:12LoL what!?Simple instructions!?You were given the simple instructions of following the Arch wiki for forcing nouveau, can't really get much simpler.Quote from: deepforest – on 13 March 2023, 23:41:121. i am download live iso2. its not working because using proprietary driver instead nouveau3. what i am do wrong!?Let me explain for the last time: your system DOESN'T USE the nvidia driver.Quote from: deepforest – on 13 March 2023, 23:41:12thats your artix broken and not following standards!Today's "standards" dictate systemd, thank you. Now, our long time users know what's coming next. 1 Likes
Re: xfce iso not booting to gui Reply #26 – 15 March 2023, 01:40:59 Quote from: nous – on 14 March 2023, 19:34:19Let me explain for the last time: your system DOESN'T USE the nvidia driver.How it can be? I have nvidia card gf 9800. 5xx driver that preinstalled in artix last iso not working with my old card. Please give me "simple instruction" how i can use last artix with nouveau?
Re: xfce iso not booting to gui Reply #27 – 15 March 2023, 03:25:35 That NVIDIA card was released in 2008, it seems. My experience with XFCE on similar age NVIDIA hw is that it has been giving more and more problems since they introduced some hw accel code. I stopped using it so am not sure of the latest state of affairs. For an old card like that I would advise switching to the quite similar MATE desktop instead, and switching off acceleration in the desktop and browser settings. Chromium is better with old hardware than Firefox if you experience crashes or website specific issues, or use a Mozilla fork based on an older version of Firefox. Other distros may use older versions of things so give different results. 15 year old hw is more likely to get worse on updates rather than better, unfortunately, although if you are careful you can still get mileage out of it.It's normal for the xorg log to show all sorts of drivers being loaded and unloaded during the boot process, I doubt it's failing because the proprietary NVIDIA drivers are being loaded, but who knows. I would probably start with the base iso and get that installed so I knew there was nothing involved except what I had installed , then build on that to try and debug things, but I couldn't give you a simple step by step guide as I would just be trying things and making it up as I went along depending on what happened and searching stuff online!You could try nomodeset on the kernel commandline at boot, although this is not great for regular use it could get you to the desktop.
Re: xfce iso not booting to gui Reply #28 – 15 March 2023, 03:52:45 What is this thread even about any more ?@deepforest you stated you got Artix installed using the older ISO. Once you've done a full system update the resulting system is all brand new. 1 Likes
Re: xfce iso not booting to gui Reply #29 – 15 March 2023, 17:48:44 yes, agree i am just curious at this case,how make work last arix iso at my gf9800?where and what kernel boot parameter i am must set?