{"id":28984305,"url":"https://github.com/nirlob/obision-deb","last_synced_at":"2026-04-13T11:01:45.010Z","repository":{"id":300077504,"uuid":"994018707","full_name":"nirlob/obision-deb","owner":"nirlob","description":"Debian based Linux distribution with GNOME","archived":false,"fork":false,"pushed_at":"2025-10-19T02:21:32.000Z","size":31291,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-19T08:48:42.283Z","etag":null,"topics":["debian","distro","gnome","linux"],"latest_commit_sha":null,"homepage":"https://www.obision.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nirlob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-01T02:41:01.000Z","updated_at":"2025-06-19T18:32:08.000Z","dependencies_parsed_at":"2025-06-19T19:47:48.912Z","dependency_job_id":null,"html_url":"https://github.com/nirlob/obision-deb","commit_stats":null,"previous_names":["nirlob/obision-deb"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/nirlob/obision-deb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirlob%2Fobision-deb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirlob%2Fobision-deb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirlob%2Fobision-deb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirlob%2Fobision-deb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nirlob","download_url":"https://codeload.github.com/nirlob/obision-deb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirlob%2Fobision-deb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian","distro","gnome","linux"],"created_at":"2025-06-24T17:03:02.114Z","updated_at":"2026-04-13T11:01:44.997Z","avatar_url":"https://github.com/nirlob.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obision\n\n## Create pen drive (No parece funcionar mejor grabar con Balena etcher)\n- umount /dev/sda\n- dd if=obision-X.X.iso of=/dev/sda bs=16M status=progress oflag=sync\n- *Warning*: Can't be /dev/sda\n\n## Resolve kernel error after update kernel (Segun parece lo han arreglado en la version 12.1)\n- From https://forums.debian.net/viewtopic.php?t=155223 (Esta ha funcionado)\n- sudo dpkg --purge raspi-firmware\n\n## Configure GDM\n- Install gdm-tools (Ajustes del gdm en la tienda)\n- Esta herramienta recompila el archivo /usr/share/gnome-shell/gnome-shell-theme.gresource\n- Este archivo copiarlo al directorio config/includes.chroot_after_packages/usr/share/gnome-shell del proyecto cada vez que se modifica\n\nEsto no funciona si el archivo gnome-shell-theme.gresource ya esta modificado e instalado una vez. Las instrucciones para editar gnome-shell-theme estan\nen la URL https://wiki.archlinux.org/title/GDM#Log-in_screen_background_image\n\nPara cambiar el fondo hay que recompilar el archivo gnome-shell-theme.gresource no se puede hacer mediante el archivo /etc/dconf/db/gdm.d/95-gdm-settings\n\n## Icono de usuario de instalacion para GDM\nPictures are stored in the folder /var/lib/AccountsService/icons/[user name]\nThe [user name] is of type image/png format with a size of 96x96 pixels\nUnder the folder /var/lib/AccountsService/users you have a similar file [user name] that is a .desktop format - for example\n\n[User]\nLanguage=en_GB\nXSession=ubuntu\nIcon=/var/lib/AccountsService/icons/dad\n\n## NVidia hybrid startup\nFor install driver go to the URL https://wiki.debian.org/NvidiaGraphicsDrivers\n\nAdditionally, you need to modify the kernel cmd line to have nvidia-drm.modeset=1. For that, my /etc/default/grub reads: (...) marks omissions,)\nGRUB_CMDLINE_LINUX_DEFAULT=\"(...) nvidia-drm.modeset=1\"\n\nYou also want to enable some modules parameters to instruct the nvidia kernel module to backup gpu memory on suspend to ram, otherwise stuff will not be rendered correctly after s2r returns:\n\nFor that, my \"/etc/modprobe.d/nvidia-kernel-common.conf\" contains:\noptions nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/var/cache/nvidia\n\n(possibly, can't remember, you need to mkdir /var/cache/nvidia yourself)\n\n# GIT\ngit config --global user.name \"Jose Francisco Gonzalez\" \u0026\u0026 git config --global user.email jfgs1609@gmail.com\n\n# Example lb config\nlb config --mode debian --system live --interactive shell --distribution bookworm --debian-installer live --architecture amd64 --archive-areas main contrib non-free --security true --updates true --binary-images iso-hybrid --memtest memtest86+\n\nsudo update-initramfs -u -k all","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirlob%2Fobision-deb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnirlob%2Fobision-deb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirlob%2Fobision-deb/lists"}