gfx_screen_height
, gfx_screen_width
or gfx_screen_refresh_rate
. Closes #7215
Core was generated by
./DDRace64-Server_sql -f servers/block.cfg'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00005605936e3546 in CCollision::TileExists (this=0x7fcdd84f50b0, Index=Index@entry=12835)
at /home/teeworlds/src/master/src/game/collision.cpp:819
819 if((m_pTiles[Index].m_Index >= TILE_FREEZE && m_pTiles[Index].m_Index = TILE_LFREEZE && m_pTiles[Index].m_Index <= TILE_LUNFREEZE))
[Current thread is 1 (Thread 0x7fcddaac7a00 (LWP 1109761))]
(gdb...yum-builddep gnucash
should get you everything you need, though you may need to include a Fedora rpm repository in your list as IIRC Centos/RHEL doesn't support GnuCash.
Regards,
John Ralls[uX; N]
it is Copy❯ cat .bash_profile
# /etc/skel/.bash_profile
if shopt -q login_shell; then
[[ -f ~/.bashrc ]] && source ~/.bashrc
[[ -t 0 && $(tty) == /dev/tty1 && ! $DISPLAY ]] && exec startx
else
exit 1 # Somehow this is a non-bash or non-login shell.
fi
❯ cat .xinitrc
xrdb -merge ~/.Xresources
if [ -n "${GPG_AGENT_INFO}" ]; then
kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) >/dev/null 2>&1
fi
gentoo-pipewire-launcher &
exec dbus-launch --exit-with-session ssh-agent i3
48671dc
Remove unnecessary temporary variables - Robyt3
61a9095
Remove unused IServerBrowser::TYPE_NONE
, add NUM_TYPES
- Robyt3
5d4affa
Fix text containers always being recreated for empty text - Robyt3
da47ebe
Track UI elements separately for each server browser tab - Robyt3
fb6f04e
Merge pull request #7220 from Robyt3/UI-Label-Streamed-Fixes - def-# Smart Gaps
smart_gaps on
# Smart Borders
smart_borders on
hide_edge_borders both
# Set inner/outer gaps
gaps inner 0
gaps outer 0
for_window [window_role="pop-up"] floating enable
for_window [window_role="bubble"] floating enable
for_window [window_role="task_dialog"] floating enable
for_window [window_role="Preferences"] floating enable
for_window [window_role="About"] floating enable
xrandr
gives me:
Screen 0: minimum 16 x 16, current 1280 x 720, maximum 32767 x 32767
eDP-1 connected 1280x720+0+0 (normal left inverted right x axis y axis) 310mm x 170mm
1280x720 59.86*+
800x600 59.86
640x480 59.38
320x240 59.52
1152x720 59.97
960x600 59.96
928x580 59.88
800x500 59.50
768x480 59.90
720x480 59.71
640x400 59.95
320x200 58.96
1024x576 59.90
864x486 59.92
720x400 59.55
640x350 59.77
xrandr obviously cant control the the screen since im on wayland. inxi -CGxxIM
gives me:
Graphics:
Device-1: Intel Skylake GT2 [HD Graphics 520] vendor: Dell Latitude E7470
driver: i915 v: kernel arch: Gen-9 ports: active: eDP-1
empty: DP-1,HDMI-A-1,HDMI-A-2 bus-ID: 00:02.0 chip-ID: 8086:1916
Device-2: CNFEH63N0370600025C2 Integrated_Webcam_HD driver: uvcvideo
type: USB rev: 2.0 speed: 480 Mb/s lanes: 1 bus-ID: 1-2:2 chip-ID: 1bcf:2b91
Display: wayland server: Xwayland v: 23.2.0 compositor: Hyprland driver:
gpu: i915 display-ID: 1
Monitor-1: eDP-1 model: AU Optronics 0x133d res: 1920x1080 dpi: 158
diag: 354mm (13.9")
API: EGL/GBM Message: No known Wayland EGL/GBM data sources.
which is correct. (edited)SDL_VIDEODRIVER=wayland
(https://wiki.hyprland.org/Configuring/Environment-variables/)# Smart Gaps
smart_gaps on
# Smart Borders
smart_borders on
hide_edge_borders both
# Set inner/outer gaps
gaps inner 0
gaps outer 0
for_window [window_role="pop-up"] floating enable
for_window [window_role="bubble"] floating enable
for_window [window_role="task_dialog"] floating enable
for_window [window_role="Preferences"] floating enable
for_window [window_role="About"] floating enable
cl_refresh_rate 60
should almost eliminate all usagecl_refresh_rate 60; gfx_refresh_rate 0; gfx_asyncrender_old 0
reset <var>
cl_refresh_rate 60; gfx_refresh_rate 0; gfx_asyncrender_old 0
cl_refresh_rate 60; gfx_refresh_rate 0; gfx_asyncrender_old 0
cl_refresh_rate 60; gfx_refresh_rate 0; gfx_asyncrender_old 0