PDA

View Full Version : raspberry pi no HDMI video



lizdainis
2013-03-24, 14:59
how to configure raspberry pi to enable hdmi output ?
and is there a way to overclock raspi ?

barry99705
2013-03-29, 20:27
It should "just work".

Nicky69es
2013-06-07, 13:21
In i386 Gnome, Intel Graffics. NO WORK

wranglerdriver
2013-08-09, 12:53
for overclocking you could install raspi-config. It has options for configuring overclocking.

wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20121028_all.deb
wget http://http.us.debian.org/debian/pool/main/l/lua5.1/lua5.1_5.1.5-4_armel.deb
wget http://http.us.debian.org/debian/pool/main/t/triggerhappy/triggerhappy_0.3.4-2_armel.deb
dpkg -i triggerhappy_0.3.4-2_armel.deb
dpkg -i lua5.1_5.1.5-4_armel.deb
dpkg -i raspi-config_20121028_all.deb

i have not tried this with Kali installed so, i dont know if it works but, it does work with raspian. So your mileage may vary.