You are not logged in.
Pages: 1
Following this https://wiki.archlinux.org/title/Hyprland does not talk about the install,
then I followed this https://wiki.hyprland.org/Getting-Started/Installation/
And did "sudo pacman -S hyprland"
currently doing "startx" to start i3wm, I cant seem to start Hyprland by doing "# Hyprland",
can someone help me out here
Thanks
A newbie
Offline
I cant seem to start Hyprland by doing "# Hyprland"
That "#" symbol suggests you have either placed a comment before the command, thus causing it to be ignored, or you have run the command as root, which might not work with Hyprland and certainly isn't recommended.
Follow the advice in the wiki instead (run as your normal user): https://wiki.archlinux.org/title/Hyprland#Starting
Para todos todo, para nosotros nada
Offline
$ "Hyperland" gives
Welcome to Hyprland!
[LOG] Instance Signature: _1731496079_605415754
[LOG] Runtime directory: /run/user/1000/hypr/_1731496079_605415754
[LOG] Hyprland PID: 5664
[LOG] ===== SYSTEM INFO: =====
[LOG] System name: Linux
[LOG] Node name: archlinux
[LOG] Release: 6.11.6-arch1-1
[LOG] Version: #1 SMP PREEMPT_DYNAMIC Fri, 01 Nov 2024 03:30:41 +0000[LOG] GPU information:
00:02.0 VGA compatible controller [0300]: VMware SVGA II Adapter [15ad:0405] (prog-if 00 [VGA controller])
Subsystem: VMware SVGA II Adapter [15ad:0405][LOG] os-release:
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues"
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
LOGO=archlinux-logo[LOG] ========================
[INFO] If you are crashing, or encounter any bugs, please consult https://wiki.hyprland.org/Crashes-and-Bugs/
[LOG]
Current splash: It's like Hypr, but better.[LOG] Old rlimit: soft -> 1024, hard -> 524288
[LOG] New rlimit: soft -> 524288, hard -> 524288
[LOG] Creating the EventLoopManager!
[LOG] Creating the HookSystem!
[LOG] Creating the KeybindManager!
[LOG] Creating the AnimationManager!
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 44.17µs. Estimated average calc time: 0.04µs.
[LOG] Creating the ConfigManager!
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 14.10µs. Estimated average calc time: 0.08µs.
[LOG] Using config: /home/athul/.config/hypr/hyprland.conf
[INFO] !!!!HEY YOU, YES YOU!!!!: further logs to stdout / logfile are disabled by default. BEFORE SENDING THIS LOG, ENABLE THEM. Use debug:disable_logs = false to do so: https://wiki.hyprland.org/Configuring/Variables/#debug
[LOG] Creating the CHyprError!
[LOG] Creating the LayoutManager!
[LOG] Creating the TokenManager!
[LOG] [hookSystem] New hook event registered: preConfigReload
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 20.39µs. Estimated average calc time: 0.15µs.
[LOG] Using config: /home/athul/.config/hypr/hyprland.conf
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 16.97µs. Estimated average calc time: 0.04µs.
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 12.10µs. Estimated average calc time: 0.03µs.
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 11.21µs. Estimated average calc time: 0.03µs.
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 11.16µs. Estimated average calc time: 0.03µs.
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 11.21µs. Estimated average calc time: 0.03µs.
terminate called after throwing an instance of 'std::runtime_error'
what(): CBackend::create() failed!
Hyprland has crashed Consult the crash report at /home/athul/.cache/hyprland/hyprlandCrashReport5664.txt for more information.
Aborted (core dumped)
Offline
Hyprland has crashed :( Consult the crash report at /home/athul/.cache/hyprland/hyprlandCrashReport5664.txt for more information.
Does that file have any more information? Please edit your post to use code tags instead of quote tags, as I have done above, it makes terminal output much more readable.
EDIT: and if this is with NVIDIA you might be out of luck: https://wiki.hyprland.org/Nvidia/
Last edited by Head_on_a_Stick (2024-11-13 11:21:59)
Para todos todo, para nosotros nada
Offline
Please use [code][/code] tags, not "quote" tags. Edit your post in this regard.
and if this is with NVIDIA
Worse:
00:02.0 VGA compatible controller [0300]: VMware SVGA II Adapter [15ad:0405] (prog-if 00 [VGA controller])
Subsystem: VMware SVGA II Adapter [15ad:0405]
…
terminate called after throwing an instance of 'std::runtime_error'
what(): CBackend::create() failed!
Try "LIBGL_ALWAYS_SOFTWARE=true", https://wiki.archlinux.org/title/OpenGL#Mesa
Offline
Pages: 1