-
Notifications
You must be signed in to change notification settings - Fork 435
Add a custom display mode "5" #201
Comments
So does the "HDMI safe mode" of 640x480 @ 60Hz not work with your display? From what I understood, that's supposed to be supported by every HDMI/DVI display? With regards to "globally editing" config.txt for all the OSes, would #165 tick that box for you? |
it does, but its not sharp. I need exactly this setting for sharp fullhd (my monitor doesnt support other stuff, dont ask why, the suppport couldnt help me too): It would be cool if you could add your own setting here. Otherwise i always have to search the config.txt for every system |
It doesn't matter if the NOOBS display isn't "sharp fullhd" - it's only used for the initial installation of distros. Closing this bug, and deferring the second part to #165 |
I'd like to reopen this issue. I tried noobs again and i could get a sharp display almost working via |
Just create your own config.txt file with disable_overscan=1 in it. You can also set your own HDMI_MODE and GROUP settings to suit your TV. I had to do this for my HDMIPI. Then you don't need to patch the source files. |
thx for the note. I was thinking of this, but the file system is read only and has no more space. I guess I have to manually rebuild noobs then with this extra file? Would it also be possible to boot another os from raspbian for example (like we are doing with noobs, just with a full debian image)? Then we have some more freedom to boot other distributions. Maybe stored in files or whatever, so we can resize/store them better? |
You don't need to rebuild NOOBS just for the config.txt file! Re: booting from Raspbian - I guess so, but I don't see the point myself. I have enough freedom within NOOBS, but feel free to continue as you wish. |
As mentioned here I cannot mount the partition on my other linux OS: I am just wondering how to boot another OS from raspbian. I mean in which files do i have to look to make this work too under raspbian. Its hard to find information on that. Maybe I can just use it better under raspbian. But I will also try to modify noobs a bit. |
I don't know why you can't mount it. Is it already mounted read-only? In which case try: |
No I just get I tried to mount it from the raspi with the booted raspbian and there i can mount the first partition. and lsblk also sees all other partitions as well. So i guess there is something wrong with my elementary os (ubuntu 14.04)? Is there a way to ask questions to you directly? Like irc or tox? |
Ahh, maybe you're suffering from #262 then? If you're trying to understand how the multi-boot feature of NOOBS works, have a look at https://github.com/raspberrypi/noobs/search?q=setRebootPartition&type=Code |
It would be great if you add a custom display mode nr "5" with the users display settings.
For example my display only works with a very special dvi mode and 50hz. Otherwise the screen is just swammi.
Maybe you can realize this as a special rpiconfig global command option, so you can enable overlocking for all os for example. Or you can just let the user choose the hdmi mode, drive, group and similar options. Then you dont need to set every option for every os.
The text was updated successfully, but these errors were encountered: