Displaying 2 results from an estimated 2 matches for "fbbe".
Did you mean:
fbe
2014 Oct 28
2
Nouveau doesn't use the maximal resolution of my screen and GPU
Yes. I attached the logs.
(There is several error messages.)
Le 28/10/2014 21:43, Ilia Mirkin a écrit :
> Output name 'default' is not the name of an output nouveau can produce
> (or nvidia for that matter, afaik). This is the vesa driver or...
> something. Can you supply xorg log + dmesg?
>
> On Tue, Oct 28, 2014 at 4:40 PM, Victor Lefèvre <victorlefevre at free.fr>
2014 Oct 28
0
Nouveau doesn't use the maximal resolution of my screen and GPU
...klist it
in modprobe.conf or a related file. I believe the nvidia blob
installer might as well.
Actually, looks like you've explicitly disabled it --
Oct 28 21:57:22 victorlefevre-MS-7235 kernel: [ 0.000000] Kernel
command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-38-generic
root=UUID=7b0559d9-fbbe-4635-b244-bda94aa0a640 ro quiet splash
nomodeset vt.handoff=7
"nomodeset" turns off all modesetting, which disables nouveau from
being loaded. Remove that, and you'll get further.
On Tue, Oct 28, 2014 at 5:15 PM, Victor Lefèvre <victorlefevre at free.fr> wrote:
> Yes. I att...