Re: Linux
Napísané: Št Sep 11, 2008 9:58 am
Ak mas to rozlisenie zapisane v nejakej podobnej sekcii ako:
tak to mozes doplnit napriklad:
Prve rozlisenie bude default (1024x768) s ktorym nastartuje X-server (s vysokou pravdepodobnostou login-screen), ostatne su mozne rozlisenia, na ktore sa potom da prepnut...
Kód: Vybrať všetko
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation GeForce Go 7900 GS"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Modes "640x480"
EndSubSection
EndSection
Kód: Vybrať všetko
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation GeForce Go 7900 GS"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Modes "1024x768" "640x480" "800x600" "1280x1024"
EndSubSection
EndSection