I've installed opensuse 13.2 in a minimal server config. It boots with GRUB2+UEFI. I've set up text only boot. Currently the console display appears to be 1024x768. That's large for my taste. I want to reduce the text size to take advantage of my 1920x1080 monitor. The video card's an Nvidia GT610 hwinfo --gfxcard | egrep "Hardware|Vendor|Device" Hardware Class: graphics card Vendor: pci 0x10de "nVidia Corporation" Device: pci 0x104a "GF119 [GeForce GT 610]" SubVendor: pci 0x1462 "Micro-Star International Co., Ltd." SubDevice: pci 0x809f hwinfo --framebuffer 02: None 00.0: 11001 VESA Framebuffer [Created at bios.459] Unique ID: rdCR.+d_bXS84kpB Hardware Class: framebuffer Model: "NVIDIA GF119 Board - 13100000" Vendor: "NVIDIA Corporation" Device: "GF119 Board - 13100000" SubVendor: "NVIDIA" SubDevice: Revision: "Chip Rev" Memory Size: 14 MB Memory Range: 0xd1000000-0xd1dfffff (rw) Mode 0x0300: 640x400 (+640), 8 bits Mode 0x0301: 640x480 (+640), 8 bits Mode 0x0303: 800x600 (+800), 8 bits Mode 0x0305: 1024x768 (+1024), 8 bits Mode 0x0307: 1280x1024 (+1280), 8 bits Mode 0x030e: 320x200 (+640), 16 bits Mode 0x030f: 320x200 (+1280), 24 bits Mode 0x0311: 640x480 (+1280), 16 bits Mode 0x0312: 640x480 (+2560), 24 bits Mode 0x0314: 800x600 (+1600), 16 bits Mode 0x0315: 800x600 (+3200), 24 bits Mode 0x0317: 1024x768 (+2048), 16 bits Mode 0x0318: 1024x768 (+4096), 24 bits Mode 0x031a: 1280x1024 (+2560), 16 bits Mode 0x031b: 1280x1024 (+5120), 24 bits Mode 0x0330: 320x200 (+320), 8 bits Mode 0x0331: 320x400 (+320), 8 bits Mode 0x0332: 320x400 (+640), 16 bits Mode 0x0333: 320x400 (+1280), 24 bits Mode 0x0334: 320x240 (+320), 8 bits Mode 0x0335: 320x240 (+640), 16 bits Mode 0x0336: 320x240 (+1280), 24 bits Mode 0x033d: 640x400 (+1280), 16 bits Mode 0x033e: 640x400 (+2560), 24 bits Mode 0x034b: 1920x1080 (+1920), 8 bits Mode 0x034c: 1920x1080 (+3840), 16 bits Mode 0x034d: 1920x1080 (+7680), 24 bits Mode 0x0360: 1280x800 (+1280), 8 bits Mode 0x0361: 1280x800 (+5120), 24 bits Config Status: cfg=no, avail=yes, need=no, active=unknown The nouveaux driver's in use lsmod | grep nouveau nouveau 1479611 0 mxm_wmi 13021 1 nouveau wmi 19193 2 mxm_wmi,nouveau ttm 105728 1 nouveau drm_kms_helper 125995 1 nouveau drm 363977 3 ttm,drm_kms_helper,nouveau video 28709 1 nouveau button 14015 1 nouveau i2c_algo_bit 13413 2 igb,nouveau I edited the grub2 config to include /etc/default/grub GRUB_USE_LINUXEFI=true GRUB_GFXMODE=1920x1080 GRUB_TERMINAL_INPUT="console serial" GRUB_TERMINAL_OUTPUT="gfxterm serial" GRUB_GFXPAYLOAD_LINUX=keep GRUB_CMDLINE_LINUX=" ... vga=0x034c" ... After grub2-mkconfig -o /boot/grub2/grub.cfg reboot The console still displays same as before, only at ~ 1024x768. I just want small text, no graphics. What settings do I need to add or change? LT -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org