LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Arch (https://www.linuxquestions.org/questions/arch-29/)
-   -   LIVE USB : Artix linux only boot in tty1 (No GUI) (https://www.linuxquestions.org/questions/arch-29/live-usb-artix-linux-only-boot-in-tty1-no-gui-4175724894/)

starboy92 05-09-2023 07:11 AM

LIVE USB : Artix linux only boot in tty1 (No GUI)
 
Hello! excuse me. I am new member of LQ.. So, i've tried to install Artix Linux via live usb, but when i boot into Artix Linux, I couldn't even enter GUI mode, it only boot in tty1.

I've tried several linux distros on live usb & no similar problem.. Even i tried Artix Linux on VirtualBox, and it worked in GUI mode.

Thank you very much.

mrmazda 05-09-2023 08:32 AM

Artix uses the OpenRC init system. Do you know if it supports your hardware? What is your hardware? inxi --Faz input/output pasted here using code tags would answer this second question.

starboy92 05-09-2023 09:50 AM

My hardware..
GPU : NVIDIA GeForce GT 540M
CPU : Intel i3-2310M (4) @ 2.100GHz

I've installed Artix before, but with release year of 2021.. Now i'm using EOS, but i want to go back to Artix

mrmazda 05-09-2023 12:19 PM

Quote:

Originally Posted by starboy92 (Post 6429825)
My hardware..
GPU : NVIDIA GeForce GT 540M
CPU : Intel i3-2310M (4) @ 2.100GHz

That's incomplete information that inxi -GSaz or inxi --Faz would have clarified. It suggests Optimus, which requires non-default software and configuration options in most cases.

starboy92 05-09-2023 07:20 PM

I'm sorry, i mis understood your replies.. Here's the output inxi -GSaz :

Code:

comp@comp  ~  inxi -GSaz
System:
  Kernel: 6.1.27-1-lts arch: x86_64 bits: 64 compiler: gcc v: 13.1.1
    parameters: BOOT_IMAGE=/boot/vmlinuz-linux-lts
    root=UUID=2bea61e6-632e-45a9-87f0-14a3ec3146a9 rw loglevel=3 nowatchdog
    nvme_load=YES
  Desktop: KDE Plasma v: 5.27.4 tk: Qt v: 5.15.9 info: latte-dock
    wm: kwin_x11 vt: 1 dm: SDDM Distro: EndeavourOS base: Arch Linux
Graphics:
  Device-1: NVIDIA GF108M [GeForce GT 540M] vendor: ASUSTeK driver: nouveau
    v: kernel non-free: series: 390.xx+ status: legacy-active (EOL~late 2022)
    arch: Fermi code: GF1xx process: 40/28nm built: 2010-16 pcie: gen: 2
    speed: 5 GT/s lanes: 16 ports: active: LVDS-1 empty: HDMI-A-1,VGA-1
    bus-ID: 01:00.0 chip-ID: 10de:0df4 class-ID: 0300 temp: 63.0 C
  Device-2: IMC Networks UVC VGA Webcam type: USB driver: uvcvideo
    bus-ID: 1-1.2:4 chip-ID: 13d3:5710 class-ID: 0e02 serial: <filter>
  Display: x11 server: X.Org v: 21.1.8 compositor: kwin_x11 driver: X:
    loaded: modesetting alternate: fbdev,nouveau,nv,vesa dri: nouveau
    gpu: nouveau display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1366x768 s-dpi: 96 s-size: 361x203mm (14.21x7.99")
    s-diag: 414mm (16.31")
  Monitor-1: LVDS-1 model: InfoVision Optronics/Kunshan 0x057a built: 2015
    res: 1366x768 hz: 60 dpi: 112 gamma: 1.2 size: 309x174mm (12.17x6.85")
    diag: 355mm (14") ratio: 16:9 modes: max: 1366x768 min: 640x350
  API: OpenGL v: 4.3 Mesa 23.0.3 renderer: NVC1 direct-render: Yes


mrmazda 05-09-2023 10:10 PM

Quote:

when i boot into Artix Linux
Did this mean booting the installation media, or the installed Artix?

Your CPU includes a GPU. Artix could simply be mangling your Optimus dual GPU configuration and needs a little configuration TLC. I don't see how info taken from running EndeavourOS can help very much. I suppose Artix could be employing a broken nouveau DDX display driver instead of the modesetting DIX display driver working in EndeavourOS.

What does/did systemctl get-default report booting Artix? If not graphical.target, I suggest to switch to it with systemctl get-default graphical.target.

I recognize nothing in your EndeavourOS paste to directly suggest anything should be a problem for Artix. It simply could have had/has the wrong target set.

Did you save or can you get /var/log/Xorg.0.log and a sudo journalctl -b saved to disk file from Artix? They could tell something useful. Please pastebin them. They're too big for pasting here.

I've never used Artix or Arch, so can't provide any help from a distro-specific user perspective here.

starboy92 05-10-2023 06:38 AM

Quote:

Did this mean booting the installation media, or the installed Artix?
When i booting the installation media. There's no login screen or any GUI, only TTY1.

Is it because my graphical driver is broken or my driver did not support to Artix? And where should i enter the command? In the EOS or Artix (live usb)?

mrmazda 05-10-2023 06:52 AM

I believe the failure to be a failure of the programming that is responsible for the existence of the .iso provided by Artix developers that may need to be brought to their attention. It's possible Artix has no GUI installer capable with your hardware. I'm afraid you'll need to consult Artix installation documentation to see what might enable using Optimus hardware for Artix installation, and/or how & where to report an Artix issue, or use a forum specifically dedicated to Artix to ask for help.

starboy92 05-10-2023 11:56 PM

Thank you very much for your answer


All times are GMT -5. The time now is 11:05 PM.