[NTLUG:Discuss] Screen Size 1366x768
Stuart Johnston
saj at thecommune.net
Mon Dec 21 13:40:46 CST 2009
terry wrote:
> On Mon, Dec 21, 2009 at 10:30 AM, Stuart Johnston <saj at thecommune.net> wrote:
>> Based on your logfile, the nvidia module is not being used. Do you have a
>> Driver nvidia in your Xorg config file? You also might try modprobe nvidia
>> to get the kernel module loaded and then restart X.
>
> Thanks for your reply,
> I do in fact have nvidia module
> nvidia 4703828 32
> And I just tried again with a slightly modified xorg.conf-vesa
> pastebinit /etc/X11/xorg.conf
> http://pastebin.com/f4473d964
> And I was able to get 1280x720 Looks ok for now, so...
> Let's take a look at my log file again:
> pastebinit /var/log/Xorg.0.log
> http://pastebin.com/f6c0a9a79
I can see that the correct driver is loading now, so that's good. But
the driver is unable to get the valid modes from your monitor.
Try changing:
Subsection "Display"
Depth 24
Modes "1280x720"
EndSubsection
To:
Subsection "Display"
Depth 24
Modes "1366x768"
EndSubsection
Also, Gilbert's suggestion of running the Nvidia config app is a good
one too.
More information about the Discuss
mailing list