screen

  1. F

    ffmpeg x11 screen recording crash

    I have a single line script to record screencasts on my laptop using ffmpeg. It was working fine last month, but today I updated the packages and each time I try to record the screen, the X server crashes into tty. Here's the ffmpeg script: #!/bin/sh ffmpeg -video_size 1920x1080 -framerate 30...
  2. I

    How can I adjust my screen brightness on my laptop?

    How do I control my screen brightness on my laptop installed with FreeBSD 13.1 and KDE5? I did a "pkg info" and "plasma5-powerdevel-5.24.5" is indeed already installed along with the standard KDE5. And, "dbus" is already enabled. I could not find any screen brightness controls in the Settings...
  3. I

    bhyve Adjusting or Preventing Screen height from shrinking when running bhyve VMs

    I usually expand my Terminal window to take the full height of the screen. After running a bhyve VM (e.g. OpenBSD) - running and after shutting down the VM - the usuable height of the Terminal screen/window became shortened. How can I prevent this? Note: There is no fbuf in my bhyve option and...
  4. Spity

    Solved TTY & nVidia Error

    Install FreeBSD 12.2 with Gnome, when installing the nvidia-driver all the tty (Control + alt + F (x) look like this my rc.conf kld_list="nvidia-modeset" my loader.conf linux_load="YES" nvidia-modeset_load="YES" nvidia_load="YES"
  5. H

    Laptop Nvidia : Only HDMI Screen...

    I have a strange situation (for me). I install freeBSD 12.1, xorg, xfce, nvidia-driver (build the 440.31 from ports) ... When I launch startx, the screen of my laptop become black with a little blanc square on top left. I lost 3-4 hour to discover that if I connect a HDMI monitor, I can see...
  6. L

    MATE FreeBSD 12 in Virtualbox - Upon login, MATE resets resolution

    I have a FreeBSD 12 instance running in VirtualBox. My goal is to take advantage of the larger screen my host computer provides. I've created several files: $HOME/.xinitrc $HOME/.xsession $HOME/.xprofile .xinitrc uses xrandr to set my resolution to 1680x1050. .xsession sources .xinitrc And...
  7. robhar

    Lenovo docking station not working

    Hi, I just bought a Lenovo Hybrid USB-C/USB-A docking station for my X1 Carbon thats running FreeBSD. I can't get it to play nicely. It seems to detect the dock, lights flash etc. Can turn the laptop on/off via the button on the dock. I bought it to connect 2 external monitors and ethernet...
  8. 1

    Bringing back the output of a process back to screen

    After a few days of searching I found this easy way to bring back the output of a process back to screen even if the source terminal is closed. The advantage is that you do not need extra software to manage this. 1. Start the process, write it to a new pipe and send it to the background f.e...
  9. M

    Solved sysutils/screen: Aliases disabled?

    I'm not able to access any of my bash aliases when using sysutils/screen. Do I need to move them to a different file, or is there a config setting I need to use? My bash aliases currently reside in my /home/.bash_profile file. Screen is using bash as a shell. [localhost ~]$ screen GNU Screen...
  10. Josh Rea

    Solved Shell Scripting Output to File and Screen

    Hello all, I wrote a script to direct all output to a log file, but I'd like to echo certain things during the process of the script to screen output if I can. I haven't been able to find anything related to this searching online, and the man page for sh is cryptic for me (as of now). Sample of...
  11. N

    Solved Number of created screens does not match Problem

    Hello, I use Asrock N3150 with integrated Intel HD Graphics. No other GPU do I have. I get "Number of created screens does not match number of detected devices" error when I try Xorg -configure. Here is the log: [ 1011.133] X.Org X Server 1.17.4 Release Date: 2015-10-28 [ 1011.134] X...
  12. UncleBAZINGA

    Solved Kernel panic vesa module not found (for boot splash)

    Hello there, I'm running 10.2-RELEASE with GENERIC kernel. I'm trying to use a boot splash screen and did the implementation right according to the FreeBSD handbook and the few threads here in the board including the correct file format via GIMP. When I boot with boot splash configured it...
Back
Top