Add SVN revision for HEAD; add SSH configuration; correct password configuration
[ps3freebsd_kernel_patches.git] / 0500-syscons-1920x1080.patch
blob805a6f4397cee2ed039240a122fcc6cddf74b395
1 Index: sys/powerpc/ps3/ps3_syscons.c
2 ===================================================================
3 --- sys/powerpc/ps3/ps3_syscons.c (revision 282143)
4 +++ sys/powerpc/ps3/ps3_syscons.c (working copy)
5 @@ -164,8 +164,8 @@
7 /* XXX: get from HV repository */
8 sc->fb_info.fb_depth = 32;
9 - sc->fb_info.fb_height = 480;
10 - sc->fb_info.fb_width = 720;
11 + sc->fb_info.fb_height = 1080;
12 + sc->fb_info.fb_width = 1920;
13 TUNABLE_INT_FETCH("hw.ps3fb.height", &sc->fb_info.fb_height);
14 TUNABLE_INT_FETCH("hw.ps3fb.width", &sc->fb_info.fb_width);
15 sc->fb_info.fb_stride = sc->fb_info.fb_width*4;