Hi Community


I have a netbook Toshiba NB100

Specs:
Processor Intel Atom N270
Processor clock speed 1.6GHz
Memory 1.00GB
Maximum memory 1GB
Size 40x225x189
Weight 1.1kg
Sound Realtek High Definition Audio
Pointing device touchpad
Power consumption standby 1W
Power consumption idle 13W
Power consumption active 30W

Display:
Viewable size 8.9 in
Native resolution 1,024x600
Graphics Processor Intel GMA 950
Graphics/video ports VGA
Graphics Memory 128MB

After the installation of Kali Linux 32Bit Gnome, I ended up with a black screen after booting grub.
To fix this inconvenience, start the netbook, and press up/down arrow for canceling the countdown.
Press "e" to edit the grub commands and remplace the word
Code:
quiet
By

Code:
nomodeset
and press CTRL + X

After login, open the console and edit grub:

Code:
nano /etc/default/grub
Replace

Code:
GRUB_CMDLINE_LINUX="quite"
By

Code:
GRUB_CMDLINE_LINUX="nomodeset"
Press CTRL + X to quit and save change. Always in the Console write:

Code:
update-grub
Now you can start your Kali Linux on this Netbook, but the maximum detected resolution is 800x600. Nobody have Ã* solution to force the resolution 1024x600 ?