Re: framebuffer resolution problem

2011-10-23 Thread Tom H
On Sun, Oct 23, 2011 at 4:27 AM, daniel jimenez wrote: > > Thanks! It worked wonders, my ttys work at native resolution now :D > > My /etc/default grub has these lines now: > > GRUB_GFXMODE=1280x800 > GRUB_GFXPAYLOAD=keep > GRUB_GFXPAYLOAD_LINUX=1280x800x32 "GRUB_GFXPAYLOAD" no longer exists. It

Re: framebuffer resolution problem

2011-10-23 Thread daniel jimenez
> GRUB_CMDLINE_LINUX="vga=792" > GRUB_GFXPAYLOAD_LINUX=1280x800x32 > > After every change remember to run "update-grub". > > Greetings, > > -- > Camaleón Thanks! It worked wonders, my ttys work at native resolution now :D My /etc/default grub has these lines now: GRUB_GFXMODE=1280x800 GRUB_GFXPA

Re: framebuffer resolution problem

2011-10-22 Thread Camaleón
On Sat, 22 Oct 2011 12:14:00 -0700, daniel jimenez wrote: >> Ah... you're using the nvidia closed driver. > > I'm sorry, forgot about the nvidia thing. With nvidia closed driver this can be tricky because it does not use KMS. >> > upon checking /etc/default/grub >> > >> > i was able to find >>

Re: framebuffer resolution problem

2011-10-22 Thread daniel jimenez
> Ah... you're using the nvidia closed driver. I'm sorry, forgot about the nvidia thing. > > upon checking /etc/default/grub > > > > i was able to find > > GRUB_GFXMODE=1280x800 > > GRUB_GFXPAYLOAD=keep > > > > thanks for the help > > If that did it, fine then :-) Not really.. I found the GRUB_

Re: framebuffer resolution problem

2011-10-22 Thread Camaleón
On Fri, 21 Oct 2011 13:33:39 -0700, daniel jimenez wrote: > On Thu, Oct 20, 2011 at 7:01 AM, Camaleón wrote: >> What does "grep -i buffer /var/log/Xorg.0.log" return? >> >> You can try by editing "/etc/default/grub" file and search for >> "GRUB_CMDLINE_LINUX" and/or "GRUB_GFXPAYLOAD_LINUX" param

Re: framebuffer resolution problem

2011-10-21 Thread daniel jimenez
the requested output is: $ grep -i buffer /var/log/Xorg.0.log [24.428] (II) Loading extension DOUBLE-BUFFER [26.904] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 [29.538] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32 upon checking /etc/default/grub i was able to find GRUB_GFX

Re: framebuffer resolution problem

2011-10-20 Thread Max Tsepkov
2011/10/20 daniel jimenez : > Grub2 works with my native resolution, which is 1280x800. The rest of the > boot sequence runs at 800x600 or so. After starting X, my desktop runs > hardware accelerated compiz well at native resolution. When I hit > ctrl+alt+f1/f6, the fullscreen terminal looks again

Re: framebuffer resolution problem

2011-10-20 Thread Camaleón
On Thu, 20 Oct 2011 03:42:59 -0700, daniel jimenez wrote: > I've got a problem with my framebuffer (tty) resolution. Currently > running debian testing (through linux mint debian edition). > > Grub2 works with my native resolution, which is 1280x800. The rest of > the boot sequence runs at 800x60

framebuffer resolution problem

2011-10-20 Thread daniel jimenez
Hello everyone, I've got a problem with my framebuffer (tty) resolution. Currently running debian testing (through linux mint debian edition). Grub2 works with my native resolution, which is 1280x800. The rest of the boot sequence runs at 800x600 or so. After starting X, my desktop runs hardware