Fix typo (1200 instead of 1280) in grub.cfg
[grml-live.git] / templates / boot / grub / grub.cfg
index 7aac3ba..4b24d05 100644 (file)
@@ -4,7 +4,7 @@ set timeout=20
 
 if loadfont /boot/grub/ascii.pf2 ; then
    insmod png
-   set gfxmode=1920x1280,1920x1080,1440x900,1024x768,auto
+   set gfxmode=1920x1200,1920x1080,1440x900,1024x768,auto
    insmod gfxterm
    insmod vbe
    terminal_output gfxterm
@@ -106,7 +106,7 @@ menuentry "%GRML_NAME% - copy whole medium to RAM" {
 
 menuentry "%GRML_NAME% - start X by default" {
     set gfxpayload=keep
-    linux  /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% nomce "${loopback}" "${kernelopts}" quiet startx=wm-ng 
+    linux  /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% nomce "${loopback}" "${kernelopts}" quiet startx
     initrd /boot/%SHORT_NAME%/initrd.gz
 }