1.To notice choices of resolution use hwinfo sudo apt-get install hwinfo sudo hwinfo --framebuffer 2.Edit file /boot/grub/menu.lst sudo vim /boot/grub/menu.lst 3.Scroll to the end of /boot/grub/menu.lst and add 'vga=Mode_No' to the end of the 'kernel' line kernel /boot/vmlinuz-2.6.24-24-server root=/dev/mapper/ubuntu-root ro quiet splash vga=0x0336 4.Reboot so new config take effect sudo shutdown -r now
In essence, Code Illusion is a developer’s personal journal focused on real-world development problems, experiments, and solutions—often with a thoughtful or narrative bent rather than purely tutorial-style content. It features technical posts and reflections on topics like Python, Django, HTML, JavaScript, and ReactJS, as well as practical tips and insights into tools, frameworks, and development workflows.