Debian 8.8 headless machine problem
freelux
Posts: 1
in Linux only
hi, i have succefully installed teamviewer but when i try to launch setup i have this error:
La console framebuffer semble ne pas être disponible ou son format est incorrect.Assurez-vous de l'accessibilité de /dev/fb0 et de sa configuration à une profondeur de 32 bits.
0
Best Answer
-
Dear freelux,
Thank you for your post.
Please edit your /etc/default/grub file and add these two lines.
GRUB_GFXMODE=1024x768x32
GRUB_GFXPAYLOAD_LINUX=keepSave the file and run the command
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Then reboot the computer.
Hope this solution works for you.
Best regards,
Christian
Did my reply answer your question? Accept it as a solution to help others, Thanks.5
Answers
-
Dear freelux,
Thank you for your post.
Please edit your /etc/default/grub file and add these two lines.
GRUB_GFXMODE=1024x768x32
GRUB_GFXPAYLOAD_LINUX=keepSave the file and run the command
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Then reboot the computer.
Hope this solution works for you.
Best regards,
Christian
Did my reply answer your question? Accept it as a solution to help others, Thanks.5