[ create a new paste ] login | about

Link: http://codepad.org/3Hn6zfbR    [ raw code | fork ]

Plain Text, pasted on Dec 26:
Graphics Card
=============
01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 520] (rev a1)

Output from dmesg
=================
[   25.537467] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[   25.537475] vesafb: scrolling: redraw
[   25.537480] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   25.539608] vesafb: framebuffer at 0xf1000000, mapped to 0xffffc90004e00000, using 3072k, total 3072k
[   25.540827] Console: switching to colour frame buffer device 128x48
[   25.546426] fb0: VESA VGA frame buffer device
[   41.104066] NVRM: Your system is not currently configured to drive a VGA console
[   41.104076] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[   41.104082] NVRM: requires the use of a text-mode VGA console. Use of other console
[   41.104086] NVRM: drivers including, but not limited to, vesafb, may result in
[   41.104090] NVRM: corruption and stability problems, and is not supported.


/etc/default/grub
=================
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=keep



Create a new paste based on this one


Comments: