User Tools

Site Tools


frteebsd_video

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

frteebsd_video [2023/06/20 05:10] – created chrisfrteebsd_video [2026/02/08 02:37] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== FreeBSD and X ======
 +
 +My machine is a Lenovo IdeaCenter A510
 +Specs:
 +  * CPU: AMD Ryzen 5 3400G with Radeon Vega Graphics
 +  * Disks: Seagate FireCuda 520 SSD ZP500GM30002
 +  * Samsung SSD 870 EVO 500GB SVT02B6Q
 +  * Samsung SSD 870 EVO 500GB SVT02B6Q
 +  * Mem: 32GB
 +  * Disk type: ZFS Raid mirror
 +
 +
 +<code>
 +pkg install xorg xfce firefox-esr thunderbird tmux irssi vim sudo tigervnc-server
 +</code>
 +
 +Once all the basics are installed:
 +
 +<code>
 +pkg install drm-kmod && sysrc kld_list="amdgpu"
 +</code>
 +
 +I am not using X directly but in a VNC so
 +
 +<code>
 +echo "startxfce4" > ~/.xinitrc
 +echo "startxfce4" >> ~/.vnc/xstartup
 +</code>
 +
 +Edit the file ~/.vnc/xstartup and comment or remove the twm &
 +Now run the vnc server
 +
 +<code>
 +vncserver
 +</code>
 +
 +And hopefully your system will load xfce and youll be able to connect
 +
  

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki