You are not logged in.

#1 2010-06-08 05:06:00

frigger908
Member
Registered: 2010-05-20
Posts: 24

No native resolution of 1366x768 in gnome resolution manager..

I kinda have a problem..My computer's monitor is an acer monitor and its configured right in the xserver (Brand name and everything recognized) but in the gnome monitor manager it does not give me a resolution of 1366x768 which is my monitors native resolution, which leads to poor image quality on the monitor..can anyone tell me how to get 1366x768 as a resolution option?

Offline

#2 2010-06-08 05:49:05

Andi
Member
From: Germany
Registered: 2010-06-06
Posts: 6

Re: No native resolution of 1366x768 in gnome resolution manager..

Maybe your video card does not support this mode.

You can also try to see the output of xrandr on the console.  This should give you the same output as the GUI tool.  It will list all available modes.

Maybe also have a look at the log files /var/log/Xorg.0.log to see if there is a problem with your configuration.

Offline

#3 2010-06-08 06:05:43

frigger908
Member
Registered: 2010-05-20
Posts: 24

Re: No native resolution of 1366x768 in gnome resolution manager..

Xrandr lists the same output and the log file is empty.

I use the opensource xf86-video-nv

but the closed source nvidia-96xx works to. - my graphics chipset is onboard and the name of it is the


Nvidia corporation NvCrush11 [GeForce2 MX Integrated Graphics] (rev b1)

Help?

Last edited by frigger908 (2010-06-08 07:00:30)

Offline

#4 2010-06-08 20:13:12

frigger908
Member
Registered: 2010-05-20
Posts: 24

Re: No native resolution of 1366x768 in gnome resolution manager..

Can anyone give me any idea as to how to fix this? :S

Offline

#5 2010-06-08 20:20:59

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: No native resolution of 1366x768 in gnome resolution manager..

Set it manually in xorg.conf

Like:

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
        SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes "1366x768"
    EndSubSection
EndSection

You may need to disable hotplugging to get this to work. I'm not sure since I always disable it.

Offline

#6 2010-06-08 20:34:48

frigger908
Member
Registered: 2010-05-20
Posts: 24

Re: No native resolution of 1366x768 in gnome resolution manager..

Ashren wrote:

Set it manually in xorg.conf

Like:

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
        SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes "1366x768"
    EndSubSection
EndSection

You may need to disable hotplugging to get this to work. I'm not sure since I always disable it.

Thanks. And I already have input hotplugging disabled as it would not work in my system.

Offline

#7 2010-06-08 23:21:41

frigger908
Member
Registered: 2010-05-20
Posts: 24

Re: No native resolution of 1366x768 in gnome resolution manager..

I've tried that one guys option to fix it but i have like 7 "screen" sections and i chose that one that fit his thing the most (The one with depth 24) and added Modes "1366x768" and it still uses 1024x768

Last edited by frigger908 (2010-06-08 23:22:06)

Offline

#8 2010-06-10 07:19:58

JuseBox
Member
Registered: 2009-11-27
Posts: 260

Re: No native resolution of 1366x768 in gnome resolution manager..

Have you tried

nvidia-xconfig

Then using the the tool nvidia-settings tool as root?


Linux ArchLinux 3.2.8-1-ARCH
#1 SMP PREEMPT Mon Feb 27 21:51:46 CET 2012 x86_64 AMD FX(tm)-8120 Eight-Core Processor AuthenticAMD GNU/Linux
8192MB DDR3 1300MHz | Asus m5a97 | GeForce GTX 550 Ti | 120 GB SSD

Offline

#9 2010-06-14 05:38:33

frigger908
Member
Registered: 2010-05-20
Posts: 24

Re: No native resolution of 1366x768 in gnome resolution manager..

JuseBox wrote:

Have you tried

nvidia-xconfig

Then using the the tool nvidia-settings tool as root?

Sorry for the late reply - been busy, but no I don't use the closed source nvidia drivers I use the opensource NV driver. Any other ways to help me?

Offline

#10 2010-06-14 08:51:32

madeye
Member
From: Denmark
Registered: 2006-07-19
Posts: 331
Website

Re: No native resolution of 1366x768 in gnome resolution manager..

Maybe you need to make a modeline to force the resolution? I did something like that with my TV.

Here is a website that explains a bit about it, and also a calculator to actually calculate the modeline for you.

http://www.arachnoid.com/modelines/


The part I changed in my Xorg conf is

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Option  "ExactModeTimingsDVI" "True"
#       HorizSync    27.0-60.0
#       VertRefresh  60
        #ModeLine "720p" 114.47 1280 1312 1744 1776 720 733 743 757
        Modeline "1280x720@60" 73.78 1280 1312 1592 1624 720 735 742 757
        Modeline "1280x768@60" 79.75 1280 1312 1608 1640 768 783 791 807
        Modeline "1152x864@30" 36.95 1152 1184 1320 1352 864 883 888 908
EndSection

Hope this can help you on your way.


MadEye | Registered Linux user #167944 since 2000-02-28 | Homepage

Offline

#11 2010-06-15 15:36:10

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,393

Re: No native resolution of 1366x768 in gnome resolution manager..

Or, if you don't want to edit your xorg.conf,
you can still add those modelines dynamically via "xrandr --addmode" and "xrandr --newmode"


Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !

Offline

Board footer

Powered by FluxBB