Fedora 12 + nvidia driver 190.53 + nvidia GeForce GT 130M + Acer Aspire 5739 = six little desktop on display instead of a desktop

Marko Vojinovic vvmarko at gmail.com
Tue Feb 9 13:43:51 UTC 2010


On Tuesday 09 February 2010 08:58:25 Ambrogio wrote:
> Starting with the resolution:
> 1366x768 (found on google)
>  the x value is not a multiple of 8. 1368 is!!!!
> gtf gives this line:
>    Modeline "1368x768_60.00"  85.86  1368 1440 1584 1800  768 769 772 795 
>  -HSync +Vsync

How about posting the output of xrandr? That will tell us what modes are 
autodetected and configured.
 
> ------  begin xorg.cong
> # Xorg configuration created by livna-config-display
> 
> Section "Files"
>         ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
>         ModulePath   "/usr/lib/xorg/modules"
> EndSection
> 
> Section "ServerFlags"
>         Option      "AIGLX" "on"
> EndSection
> 
> Section "Device"
>         Identifier  "Videocard0"
>         Driver      "nvidia"
>         Option      "AddARGBGLXVisuals" "True"
> EndSection
> 
> Section "Extensions"
>         Option      "Composite" "Enable"
> EndSection
> 
> Section "Monitor"
>         Identifier      "Acer Aspire 5739G"
>         # 1368x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 85.86 MHz
>         Modeline "1368x768_60.00"  85.86  1368 1440 1584 1800  768 769 772
>  795  -HSync +Vsync EndSection
> Section "Screen"
>         Identifier "Default Screen"
>         Device "Videocard0"
>         Monitor "Acer Aspire 5739G"
>         DefaultDepth 16

Why is the default depth 16? How about changing this to 24 or 32?

>         SubSection "Display"
>          Depth 16

And here also...

>          Modes "1368x768_60.00" "1366x768"
>         EndSubSection
> EndSection
> -------- end xorg.conf
[snip]
> I can provide the entire xorg log if it can be usefull.

Yes, it would be useful. When troubleshooting X issues, it is always a good 
idea to post the output of xrandr and the contents of xorg.conf and 
Xorg.0.log, preferably simultaneously because the information in them is 
typically correlated.

Try to change the default depth above (on both lines) and post all three 
things in full so we can examine them.

HTH, :-)
Marko



More information about the users mailing list