Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Display overscanned [solved]
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mrl4n
Guru
Guru


Joined: 08 Apr 2009
Posts: 538

PostPosted: Thu Jan 12, 2012 4:58 pm    Post subject: Display overscanned [solved] Reply with quote

I'm on gentoo x64 with a geforce 560 TI video cards, and every boot I must resetting the video-card (overscan compensation) from the nvidia control panel, because the desktop it's too large.

This is my correct settings file
Code:
#
# /home/cr4sh/.nvidia-settings-rc
#
# Configuration file for nvidia-settings - the NVIDIA X Server Settings utility
# Generated on Thu Jan 12 17:25:13 2012
#

# ConfigProperties:

RcFileLocale = C
ToolTips = Yes
DisplayStatusBar = Yes
SliderTextEntries = Yes
IncludeDisplayNameInConfigFile = Yes
ShowQuitDialog = Yes
Timer = PowerMizer_Monitor_(GPU_0),Yes,1000
Timer = Thermal_Monitor_(GPU_0),Yes,1000
Timer = Graphics_Card_(GPU_0),Yes,1000

# Attributes:

web&hardware:0.0/CursorShadow=0
web&hardware:0.0/CursorShadowAlpha=64
web&hardware:0.0/CursorShadowRed=0
web&hardware:0.0/CursorShadowGreen=0
web&hardware:0.0/CursorShadowBlue=0
web&hardware:0.0/CursorShadowXOffset=4
web&hardware:0.0/CursorShadowYOffset=2
web&hardware:0.0/SyncToVBlank=0
web&hardware:0.0/LogAniso=0
web&hardware:0.0/FSAA=0
web&hardware:0.0/TextureSharpen=0
web&hardware:0.0/AllowFlipping=1
web&hardware:0.0/FSAAAppControlled=1
web&hardware:0.0/LogAnisoAppControlled=1
web&hardware:0.0/OpenGLImageSettings=1
web&hardware:0.0/FSAAAppEnhanced=0
web&hardware:0.0/RedBrightness=0.000000
web&hardware:0.0/GreenBrightness=0.000000
web&hardware:0.0/BlueBrightness=0.000000
web&hardware:0.0/RedContrast=0.000000
web&hardware:0.0/GreenContrast=0.000000
web&hardware:0.0/BlueContrast=0.000000
web&hardware:0.0/RedGamma=1.000000
web&hardware:0.0/GreenGamma=1.000000
web&hardware:0.0/BlueGamma=1.000000
web&hardware:0.0/DigitalVibrance[DFP-1]=0
web&hardware:0.0/ImageSharpening[DFP-1]=127
web&hardware:0.0/GPUScaling[DFP-1]=131073
web&hardware:0.0/OverscanCompensation[DFP-1]=98
web&hardware:0.0/ColorSpace[DFP-1]=0
web&hardware:0.0/ColorRange[DFP-1]=0
web&hardware:0.0/XVideoTextureBrightness=0
web&hardware:0.0/XVideoTextureContrast=0
web&hardware:0.0/XVideoTextureHue=0
web&hardware:0.0/XVideoTextureSaturation=0
web&hardware:0.0/XVideoTextureSyncToVBlank=1
web&hardware:0.0/XVideoSyncToDisplay=131072


and the xorg.conf
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16 18:46:42 PST 2011

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16 18:47:40 PST 2011

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "Xkblayout" "it"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Ancor Communications Inc ASUS 24T1E"
    HorizSync       31.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 560 Ti"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


Last edited by mrl4n on Tue Jan 31, 2012 9:15 pm; edited 1 time in total
Back to top
View user's profile Send private message
mrl4n
Guru
Guru


Joined: 08 Apr 2009
Posts: 538

PostPosted: Sun Jan 15, 2012 4:48 pm    Post subject: Reply with quote

Up...

Any ideas?
Back to top
View user's profile Send private message
Deathwing00
Moderator
Moderator


Joined: 13 Jun 2003
Posts: 4050
Location: Barcelona, Spain

PostPosted: Thu Jan 19, 2012 11:25 am    Post subject: Reply with quote

Moved from Installing Gentoo to Desktop Environments.
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3404
Location: Saint Amant, Acadiana

PostPosted: Thu Jan 19, 2012 11:39 am    Post subject: Reply with quote

You could run nvidia-settings from .xinitrc or you could look at your Xorg log for clues why this is happening.
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
mrl4n
Guru
Guru


Joined: 08 Apr 2009
Posts: 538

PostPosted: Thu Jan 19, 2012 12:51 pm    Post subject: Reply with quote

I see the xorg.log and many contradictions are in
Code:
X.Org X Server 1.11.2
Release Date: 2011-11-04
[    26.206] X Protocol Version 11, Revision 0
[    26.206] Build Operating System: Linux 3.0.6-gentoo x86_64 Gentoo
[    26.206] Current Operating System: Linux web&hardware 3.1.6-gentoo #1 SMP Sat Jan 14 22:25:46 GMT 2012 x86_64
[    26.206] Kernel command line: root=/dev/ram0 real_root=/dev/sdc3 rootfstype=ext3 video=uvesafb:mtrr,ywrap:3,1280x1024-32@50
[    26.206] Build Date: 01 January 2012  08:51:05PM
[    26.206] 
[    26.206] Current version of pixman: 0.24.0
[    26.206]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[    26.206] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    26.206] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 19 13:01:48 2012
[    26.233] (==) Using config file: "/etc/X11/xorg.conf"
[    26.233] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    26.265] (==) ServerLayout "Layout0"
[    26.265] (**) |-->Screen "Screen0" (0)
[    26.265] (**) |   |-->Monitor "Monitor0"
[    26.266] (**) |   |-->Device "Device0"
[    26.266] (**) |-->Input Device "Keyboard0"
[    26.266] (**) |-->Input Device "Mouse0"
[    26.266] (**) Option "Xinerama" "0"
[    26.266] (==) Automatically adding devices
[    26.266] (==) Automatically enabling devices
[    26.307] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    26.307]    Entry deleted from font path.
[    26.307] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    26.307]    Entry deleted from font path.
[    26.307] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    26.307]    Entry deleted from font path.
[    26.307] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    26.307]    Entry deleted from font path.
[    26.307]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    26.307] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    26.307]    Entry deleted from font path.
[    26.307]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    26.307] (==) FontPath set to:
   /usr/share/fonts/misc/
[    26.307] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    26.307] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    26.307] (WW) Disabling Keyboard0
[    26.307] (WW) Disabling Mouse0
[    26.307] (II) Loader magic: 0x7ceae0
[    26.307] (II) Module ABI versions:
[    26.307]    X.Org ANSI C Emulation: 0.4
[    26.307]    X.Org Video Driver: 11.0
[    26.307]    X.Org XInput driver : 13.0
[    26.307]    X.Org Server Extension : 6.0
[    26.308] (--) PCI:*(0:1:0:0) 10de:1200:19da:2227 rev 161, Mem @ 0xfc000000/33554432, 0xd8000000/134217728, 0xd4000000/67108864, I/O @ 0x00009c00/128, BIOS @ 0x????????/524288
[    26.308] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    26.308] (II) LoadModule: "extmod"
[    26.411] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[    26.412] (II) Module extmod: vendor="X.Org Foundation"
[    26.412]    compiled for 1.11.2, module version = 1.0.0
[    26.412]    Module class: X.Org Server Extension
[    26.412]    ABI class: X.Org Server Extension, version 6.0
[    26.412] (II) Loading extension MIT-SCREEN-SAVER
[    26.412] (II) Loading extension XFree86-VidModeExtension
[    26.412] (II) Loading extension XFree86-DGA
[    26.412] (II) Loading extension DPMS
[    26.412] (II) Loading extension XVideo
[    26.412] (II) Loading extension XVideo-MotionCompensation
[    26.412] (II) Loading extension X-Resource
[    26.412] (II) LoadModule: "dbe"
[    26.412] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[    26.428] (II) Module dbe: vendor="X.Org Foundation"
[    26.428]    compiled for 1.11.2, module version = 1.0.0
[    26.428]    Module class: X.Org Server Extension
[    26.428]    ABI class: X.Org Server Extension, version 6.0
[    26.428] (II) Loading extension DOUBLE-BUFFER
[    26.428] (II) LoadModule: "glx"
[    26.483] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    26.622] (II) Module glx: vendor="NVIDIA Corporation"
[    26.632]    compiled for 4.0.2, module version = 1.0.0
[    26.632]    Module class: X.Org Server Extension
[    26.632] (II) NVIDIA GLX Module  290.10  Wed Nov 16 18:01:24 PST 2011
[    26.632] (II) Loading extension GLX
[    26.632] (II) LoadModule: "record"
[    26.632] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[    26.651] (II) Module record: vendor="X.Org Foundation"
[    26.651]    compiled for 1.11.2, module version = 1.13.0
[    26.651]    Module class: X.Org Server Extension
[    26.651]    ABI class: X.Org Server Extension, version 6.0
[    26.651] (II) Loading extension RECORD
[    26.651] (II) LoadModule: "dri"
[    26.684] (WW) Warning, couldn't open module dri
[    26.684] (II) UnloadModule: "dri"
[    26.684] (II) Unloading dri
[    26.684] (EE) Failed to load module "dri" (module does not exist, 0)
[    26.684] (II) LoadModule: "dri2"
[    26.684] (WW) Warning, couldn't open module dri2
[    26.684] (II) UnloadModule: "dri2"
[    26.684] (II) Unloading dri2
[    26.684] (EE) Failed to load module "dri2" (module does not exist, 0)
[    26.684] (II) LoadModule: "nvidia"
[    26.684] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[    26.779] (II) Module nvidia: vendor="NVIDIA Corporation"
[    26.780]    compiled for 4.0.2, module version = 1.0.0
[    26.780]    Module class: X.Org Video Driver
[    26.802] (II) NVIDIA dlloader X Driver  290.10  Wed Nov 16 17:41:10 PST 2011
[    26.802] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    26.803] (++) using VT number 7

[    26.815] (II) Loading sub module "fb"
[    26.815] (II) LoadModule: "fb"
[    26.815] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    26.860] (II) Module fb: vendor="X.Org Foundation"
[    26.860]    compiled for 1.11.2, module version = 1.0.0
[    26.860]    ABI class: X.Org ANSI C Emulation, version 0.4
[    26.860] (II) Loading sub module "wfb"
[    26.860] (II) LoadModule: "wfb"
[    26.860] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[    26.870] (II) Module wfb: vendor="X.Org Foundation"
[    26.870]    compiled for 1.11.2, module version = 1.0.0
[    26.870]    ABI class: X.Org ANSI C Emulation, version 0.4
[    26.870] (II) Loading sub module "ramdac"
[    26.870] (II) LoadModule: "ramdac"
[    26.870] (II) Module "ramdac" already built-in
[    26.872] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[    26.872] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[    26.872] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    26.873] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    26.873] (==) NVIDIA(0): RGB weight 888
[    26.873] (==) NVIDIA(0): Default visual is TrueColor
[    26.873] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    26.873] (**) NVIDIA(0): Option "TwinView" "0"
[    26.873] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0"
[    26.873] (**) NVIDIA(0): Enabling 2D acceleration
[    28.346] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS 24T1E (DFP-1)) does not
[    28.346] (II) NVIDIA(GPU-0):     support NVIDIA 3D Vision stereo.
[    28.348] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 Ti (GF114) at PCI:1:0:0 (GPU-0)
[    28.348] (--) NVIDIA(0): Memory: 1048576 kBytes
[    28.348] (--) NVIDIA(0): VideoBIOS: 70.24.2e.00.02
[    28.348] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    28.348] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    28.348] (--) NVIDIA(0): Connected display device(s) on GeForce GTX 560 Ti at
[    28.348] (--) NVIDIA(0):     PCI:1:0:0
[    28.348] (--) NVIDIA(0):     Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.348] (--) NVIDIA(0): Ancor Communications Inc ASUS 24T1E (DFP-1): 165.0 MHz maximum
[    28.348] (--) NVIDIA(0):     pixel clock
[    28.348] (--) NVIDIA(0): Ancor Communications Inc ASUS 24T1E (DFP-1): Internal Single
[    28.348] (--) NVIDIA(0):     Link TMDS
[    28.350] (II) NVIDIA(0): Display Device found referenced in MetaMode: DFP-1
[    28.350] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
[    28.350] (**) NVIDIA(0):     enabled on all display devices.
[    28.350] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.350] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    28.350] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    28.350] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    28.350] (WW) NVIDIA(0):     (28.1 kHz); ignoring HorizSync check for mode
[    28.350] (WW) NVIDIA(0):     "1920x1080".
[    28.350] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.350] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    28.350] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.350] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.350] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    28.350] (WW) NVIDIA(0):     "1920x1080".
[    28.350] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.350] (WW) NVIDIA(0):     contradicts itself: mode "1280x720" is specified in the
[    28.350] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.350] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.350] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    28.350] (WW) NVIDIA(0):     "1280x720".
[    28.350] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.350] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    28.350] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.350] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.350] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode "720x576".
[    28.350] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.350] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    28.350] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.350] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.350] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode "720x576".
[    28.350] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.350] (WW) NVIDIA(0):     contradicts itself: mode "1280x720" is specified in the
[    28.350] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.350] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.350] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    28.350] (WW) NVIDIA(0):     "1280x720".
[    28.350] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.350] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    28.350] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    28.350] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    28.350] (WW) NVIDIA(0):     (28.1 kHz); ignoring HorizSync check for mode
[    28.350] (WW) NVIDIA(0):     "1920x1080".
[    28.350] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.350] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    28.350] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.350] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.350] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    28.350] (WW) NVIDIA(0):     "1920x1080".
[    28.351] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.351] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    28.351] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.351] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.351] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    28.351] (WW) NVIDIA(0):     "1920x1080".
[    28.351] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.351] (WW) NVIDIA(0):     contradicts itself: mode "720x480" is specified in the
[    28.351] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    28.351] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    28.351] (WW) NVIDIA(0):     (15.7 kHz); ignoring HorizSync check for mode "720x480".
[    28.351] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.351] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    28.351] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    28.351] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    28.351] (WW) NVIDIA(0):     (15.6 kHz); ignoring HorizSync check for mode "720x576".
[    28.351] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.351] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    28.351] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.351] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.351] (WW) NVIDIA(0):     (50.1 Hz); ignoring VertRefresh check for mode "720x576".
[    28.351] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.351] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    28.351] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    28.351] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    28.351] (WW) NVIDIA(0):     (28.1 kHz); ignoring HorizSync check for mode
[    28.351] (WW) NVIDIA(0):     "1920x1080".
[    28.351] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.351] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    28.351] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.351] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.351] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    28.351] (WW) NVIDIA(0):     "1920x1080".
[    28.351] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.351] (WW) NVIDIA(0):     contradicts itself: mode "1280x720" is specified in the
[    28.351] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.351] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.351] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    28.351] (WW) NVIDIA(0):     "1280x720".
[    28.353] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.353] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    28.353] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.353] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.353] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode "720x576".
[    28.354] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.354] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    28.354] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.354] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.354] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode "720x576".
[    28.354] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.354] (WW) NVIDIA(0):     contradicts itself: mode "1280x720" is specified in the
[    28.354] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.354] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.354] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    28.354] (WW) NVIDIA(0):     "1280x720".
[    28.354] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.354] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    28.354] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    28.354] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    28.354] (WW) NVIDIA(0):     (28.1 kHz); ignoring HorizSync check for mode
[    28.354] (WW) NVIDIA(0):     "1920x1080".
[    28.354] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.354] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    28.354] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.354] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.354] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    28.354] (WW) NVIDIA(0):     "1920x1080".
[    28.355] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.355] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    28.355] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.355] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.355] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    28.355] (WW) NVIDIA(0):     "1920x1080".
[    28.355] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.355] (WW) NVIDIA(0):     contradicts itself: mode "720x480" is specified in the
[    28.355] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    28.355] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    28.355] (WW) NVIDIA(0):     (15.7 kHz); ignoring HorizSync check for mode "720x480".
[    28.355] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.355] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    28.355] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    28.355] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    28.355] (WW) NVIDIA(0):     (15.6 kHz); ignoring HorizSync check for mode "720x576".
[    28.355] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    28.355] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    28.355] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    28.355] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    28.355] (WW) NVIDIA(0):     (50.1 Hz); ignoring VertRefresh check for mode "720x576".
[    28.386] (II) NVIDIA(0): Assigned Display Device: DFP-1
[    28.387] (II) NVIDIA(0): Validated modes:
[    28.387] (II) NVIDIA(0):     "nvidia-auto-select+0+0"
[    28.387] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    28.419] (--) NVIDIA(0): DPI set to (93, 94); computed from "UseEdidDpi" X config
[    28.419] (--) NVIDIA(0):     option
[    28.419] (--) Depth 24 pixmap format is 32 bpp
[    28.419] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[    28.419] (II) NVIDIA:     access.
[    28.424] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    28.424] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    28.424] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    28.424] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    28.424] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    28.424] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    28.424] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    28.424] (II) NVIDIA(0):     Config Options in the README.
[    28.426] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0"
[    28.486] (II) Loading extension NV-GLX
[    28.559] (==) NVIDIA(0): Disabling shared memory pixmaps
[    28.559] (==) NVIDIA(0): Backing store disabled
[    28.559] (==) NVIDIA(0): Silken mouse enabled
[    28.560] (**) NVIDIA(0): DPMS enabled
[    28.560] (II) Loading extension NV-CONTROL
[    28.560] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "CRT", but no
[    28.560] (WW) NVIDIA(0):     such display device could be found, or all display devices
[    28.560] (WW) NVIDIA(0):     by that name are currently unavailable.
[    28.560] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
[    28.560] (WW) NVIDIA(0):     display device could be found, or all display devices by
[    28.560] (WW) NVIDIA(0):     that name are currently unavailable.
[    28.560] (II) Loading extension XINERAMA
[    28.560] (II) Loading sub module "dri2"
[    28.560] (II) LoadModule: "dri2"
[    28.560] (WW) Warning, couldn't open module dri2
[    28.560] (II) UnloadModule: "dri2"
[    28.560] (II) Unloading dri2
[    28.560] (EE) NVIDIA: Failed to load module "dri2" (module does not exist, 0)
[    28.561] (II) NVIDIA(0): The X server will not be able to send the VDPAU driver name to
[    28.561] (II) NVIDIA(0):     libvdpau.
[    28.561] (==) RandR enabled
[    28.561] (II) Initializing built-in extension Generic Event Extension
[    28.561] (II) Initializing built-in extension SHAPE
[    28.561] (II) Initializing built-in extension MIT-SHM
[    28.561] (II) Initializing built-in extension XInputExtension
[    28.561] (II) Initializing built-in extension XTEST
[    28.561] (II) Initializing built-in extension BIG-REQUESTS
[    28.561] (II) Initializing built-in extension SYNC
[    28.561] (II) Initializing built-in extension XKEYBOARD
[    28.561] (II) Initializing built-in extension XC-MISC
[    28.561] (II) Initializing built-in extension XINERAMA
[    28.561] (II) Initializing built-in extension XFIXES
[    28.561] (II) Initializing built-in extension RENDER
[    28.561] (II) Initializing built-in extension RANDR
[    28.561] (II) Initializing built-in extension COMPOSITE
[    28.561] (II) Initializing built-in extension DAMAGE
[    28.562] (II) Initializing extension GLX
[    28.949] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    28.949] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    28.949] (II) LoadModule: "evdev"
[    28.949] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    28.958] (II) Module evdev: vendor="X.Org Foundation"
[    28.958]    compiled for 1.11.2, module version = 2.6.0
[    28.958]    Module class: X.Org XInput Driver
[    28.958]    ABI class: X.Org XInput driver, version 13.0
[    28.958] (II) Using input driver 'evdev' for 'Power Button'
[    28.958] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    28.958] (**) Power Button: always reports core events
[    28.958] (**) Power Button: Device: "/dev/input/event3"
[    28.958] (--) Power Button: Found keys
[    28.958] (II) Power Button: Configuring as keyboard
[    28.958] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    28.958] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    28.958] (**) Option "xkb_rules" "evdev"
[    28.958] (**) Option "xkb_model" "evdev"
[    28.958] (**) Option "xkb_layout" "us"
[    28.979] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    28.979] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    28.979] (II) Using input driver 'evdev' for 'Power Button'
[    28.979] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    28.979] (**) Power Button: always reports core events
[    28.979] (**) Power Button: Device: "/dev/input/event2"
[    28.979] (--) Power Button: Found keys
[    28.979] (II) Power Button: Configuring as keyboard
[    28.979] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    28.979] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    28.979] (**) Option "xkb_rules" "evdev"
[    28.979] (**) Option "xkb_model" "evdev"
[    28.979] (**) Option "xkb_layout" "us"
[    28.979] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event0)
[    28.979] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    28.979] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    28.979] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    28.979] (**) Logitech USB Receiver: always reports core events
[    28.979] (**) Logitech USB Receiver: Device: "/dev/input/event0"
[    28.979] (--) Logitech USB Receiver: Found keys
[    28.979] (II) Logitech USB Receiver: Configuring as keyboard
[    28.979] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input0/event0"
[    28.979] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 8)
[    28.979] (**) Option "xkb_rules" "evdev"
[    28.979] (**) Option "xkb_model" "evdev"
[    28.979] (**) Option "xkb_layout" "us"
[    28.980] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
[    28.980] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    28.980] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    28.980] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    28.980] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    28.980] (**) Logitech USB Receiver: always reports core events
[    28.980] (**) Logitech USB Receiver: Device: "/dev/input/event1"
[    28.980] (--) Logitech USB Receiver: Found 12 mouse buttons
[    28.980] (--) Logitech USB Receiver: Found scroll wheel(s)
[    28.980] (--) Logitech USB Receiver: Found relative axes
[    28.980] (--) Logitech USB Receiver: Found x and y relative axes
[    28.980] (--) Logitech USB Receiver: Found absolute axes
[    28.980] (--) Logitech USB Receiver: Found keys
[    28.980] (II) Logitech USB Receiver: Configuring as mouse
[    28.980] (II) Logitech USB Receiver: Configuring as keyboard
[    28.980] (II) Logitech USB Receiver: Adding scrollwheel support
[    28.980] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    28.980] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    28.980] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.1/input/input1/event1"
[    28.980] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
[    28.980] (**) Option "xkb_rules" "evdev"
[    28.980] (**) Option "xkb_model" "evdev"
[    28.980] (**) Option "xkb_layout" "us"
[    28.980] (II) Logitech USB Receiver: initialized for relative axes.
[    28.980] (WW) Logitech USB Receiver: ignoring absolute axes.
[    28.980] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    28.980] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    28.980] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    28.980] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    28.980] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[    28.980] (II) No input driver/identifier specified (ignoring)


From the xorg.conf
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 1$

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16$

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "Xkblayout" "it"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Ancor Communications Inc ASUS 24T1E"
    HorizSync       31.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 560 Ti"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "Xkblayout" "it"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Ancor Communications Inc ASUS 24T1E"
   # HorizSync       31.0 - 83.0
   # VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 560 Ti"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


I've tried to comment in the monitor section the HorizSync and the VertRefresh but nothing changed.
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3404
Location: Saint Amant, Acadiana

PostPosted: Thu Jan 19, 2012 1:31 pm    Post subject: Reply with quote

I take the desired resolution is 1920 x 1080 ?
Have you tried setting DisplaySize and disabling UseEdidDpi maybe?
xdpyinfo utility should help to understand settings.
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
mrl4n
Guru
Guru


Joined: 08 Apr 2009
Posts: 538

PostPosted: Thu Jan 19, 2012 1:56 pm    Post subject: Reply with quote

1920x1080 is the right resolution.

I never use xdpyinfo and I don't understand it
Code:
 # xdpyinfo
name of display:    :0.0
version number:    11.0
vendor string:    The X.Org Foundation
vendor release number:    11102000
X.Org version: 1.11.2
maximum request size:  16777212 bytes
motion buffer size:  256
bitmap unit, bit order, padding:    32, LSBFirst, 32
image byte order:    LSBFirst
number of supported pixmap formats:    7
supported pixmap formats:
    depth 1, bits_per_pixel 1, scanline_pad 32
    depth 4, bits_per_pixel 8, scanline_pad 32
    depth 8, bits_per_pixel 8, scanline_pad 32
    depth 15, bits_per_pixel 16, scanline_pad 32
    depth 16, bits_per_pixel 16, scanline_pad 32
    depth 24, bits_per_pixel 32, scanline_pad 32
    depth 32, bits_per_pixel 32, scanline_pad 32
keycode range:    minimum 8, maximum 255
focus:  window 0x3400004, revert to Parent
number of extensions:    27
    BIG-REQUESTS
    Composite
    DAMAGE
    DOUBLE-BUFFER
    DPMS
    GLX
    Generic Event Extension
    MIT-SCREEN-SAVER
    MIT-SHM
    NV-CONTROL
    NV-GLX
    RANDR
    RECORD
    RENDER
    SHAPE
    SYNC
    X-Resource
    XC-MISC
    XFIXES
    XFree86-DGA
    XFree86-VidModeExtension
    XINERAMA
    XINERAMA
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
default screen number:    0
number of screens:    1

screen #0:
  dimensions:    1920x1080 pixels (524x292 millimeters)
  resolution:    93x94 dots per inch
  depths (7):    24, 1, 4, 8, 15, 16, 32
  root window id:    0x15d
  depth of root window:    24 planes
  number of colormaps:    minimum 1, maximum 1
  default colormap:    0x20
  default number of colormap cells:    256
  preallocated pixels:    black 0, white 16777215
  options:    backing-store NO, save-unders NO
  largest cursor:    64x64
  current input event mask:    0xfac033
    KeyPressMask             KeyReleaseMask           EnterWindowMask         
    LeaveWindowMask          KeymapStateMask          ExposureMask             
    StructureNotifyMask      SubstructureNotifyMask   SubstructureRedirectMask
    FocusChangeMask          PropertyChangeMask       ColormapChangeMask       
  number of visuals:    84
  default visual id:  0x21
  visual:
    visual id:    0x21
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x22
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x24
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x25
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x26
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x27
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x28
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x29
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x2a
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x2b
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x2c
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x2d
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x2e
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x2f
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x30
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x31
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x32
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x33
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x34
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x35
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x36
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x37
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x38
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x39
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x3a
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x3b
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x3c
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x3d
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x3e
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x3f
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x40
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x41
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x42
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x43
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x44
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x45
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x46
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x47
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x48
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x49
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x4a
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x4b
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x4c
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x4d
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x4e
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x4f
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x50
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x51
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x52
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x53
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x54
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x55
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x56
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x57
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x58
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x59
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x23
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x5a
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x5b
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x5c
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x5d
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x5e
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x5f
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x60
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x61
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x62
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x63
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x64
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x65
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x66
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x67
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x68
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x69
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x6a
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x6b
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x6c
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x6d
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x6e
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x6f
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x70
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x71
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x72
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x73
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x74
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits


I try to modify the xorg.conf like this
Code:
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    Option         "UseEDIDPI" "False"
    Option         "DPI" "93x94"
    Option         "DisplaySize" "524 292"
    EndSubSection


same problem.

P.S. all system has -hal udev USE flag
Back to top
View user's profile Send private message
sera
Developer
Developer


Joined: 29 Feb 2008
Posts: 939
Location: CEST

PostPosted: Thu Jan 19, 2012 5:49 pm    Post subject: Reply with quote

Looks like your EndSubSection is misplaced.

Try the simpler:

Code:
Section "Screen"
    Identifier  "Screen0"
    Device      "Device0"
    DefaultDepth 24
    SubSection "Display"
        Modes "1920x1080"
        Viewport 0 0
    EndSubSection
EndSection
Back to top
View user's profile Send private message
mrl4n
Guru
Guru


Joined: 08 Apr 2009
Posts: 538

PostPosted: Thu Jan 19, 2012 6:08 pm    Post subject: Reply with quote

Thanks, but don't works...same problem
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3404
Location: Saint Amant, Acadiana

PostPosted: Thu Jan 19, 2012 7:52 pm    Post subject: Reply with quote

Code:
Option         "UseEDIDPI" "False"
Option         "DPI" "93x94"
Option         "DisplaySize" "524 292"


You have a typo there (UseEdidDpi), and don't set DPI if you use DisplaySize, let Xorg compute it based on resolution and size.
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
mrl4n
Guru
Guru


Joined: 08 Apr 2009
Posts: 538

PostPosted: Thu Jan 19, 2012 7:57 pm    Post subject: Reply with quote

Jaglover wrote:
Code:
Option         "UseEDIDPI" "False"
Option         "DPI" "93x94"
Option         "DisplaySize" "524 292"


You have a typo there (UseEdidDpi), and don't set DPI if you use DisplaySize, let Xorg compute it based on resolution and size.


I've just tried this
Code:
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    Option         "UseEDIDPI" "False"
    Option         "DPI" "93x94"
    Option         "DisplaySize" "524 292"
    EndSubSection


and don't works...now I'm tried whitout DPI set, but don't works again.
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3404
Location: Saint Amant, Acadiana

PostPosted: Thu Jan 19, 2012 8:03 pm    Post subject: Reply with quote

Yes I quoted your misspelled conf, assuming you correct it. :?

Fix typo in UseEdidDpi and do not set DPI when using DisplaySize.
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
mrl4n
Guru
Guru


Joined: 08 Apr 2009
Posts: 538

PostPosted: Thu Jan 19, 2012 8:09 pm    Post subject: Reply with quote

I've corrected it, but... :roll:
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3404
Location: Saint Amant, Acadiana

PostPosted: Thu Jan 19, 2012 8:14 pm    Post subject: Reply with quote

So did you look at Xorg log now? Every time you change something and are troubleshooting X you should examine this log.

Did you Google for it?
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
mrl4n
Guru
Guru


Joined: 08 Apr 2009
Posts: 538

PostPosted: Thu Jan 19, 2012 8:25 pm    Post subject: Reply with quote

I look the log every time but don't change as the problem.
This's the last log
Code:
[    27.177]
X.Org X Server 1.11.2
Release Date: 2011-11-04
[    27.177] X Protocol Version 11, Revision 0
[    27.177] Build Operating System: Linux 3.0.6-gentoo x86_64 Gentoo
[    27.177] Current Operating System: Linux web&hardware 3.1.6-gentoo #1 SMP Sat Jan 14 22:25:46 GMT 2012 x86_64
[    27.177] Kernel command line: root=/dev/ram0 real_root=/dev/sdc3 rootfstype=ext3 video=uvesafb:mtrr,ywrap:3,1280x1024-32@50
[    27.177] Build Date: 01 January 2012  08:51:05PM
[    27.177] 
[    27.177] Current version of pixman: 0.24.0
[    27.177]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[    27.177] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    27.177] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 19 21:18:02 2012
[    27.204] (==) Using config file: "/etc/X11/xorg.conf"
[    27.204] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    27.236] (==) ServerLayout "Layout0"
[    27.236] (**) |-->Screen "Screen0" (0)
[    27.236] (**) |   |-->Monitor "Monitor0"
[    27.237] (**) |   |-->Device "Device0"
[    27.237] (**) |-->Input Device "Keyboard0"
[    27.237] (**) |-->Input Device "Mouse0"
[    27.237] (**) Option "Xinerama" "0"
[    27.237] (==) Automatically adding devices
[    27.237] (==) Automatically enabling devices
[    27.288] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    27.288]    Entry deleted from font path.
[    27.298] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    27.298]    Entry deleted from font path.
[    27.298]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    27.298] (==) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/
[    27.298] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    27.298] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    27.298] (WW) Disabling Keyboard0
[    27.298] (WW) Disabling Mouse0
[    27.298] (II) Loader magic: 0x7ceae0
[    27.298] (II) Module ABI versions:
[    27.298]    X.Org ANSI C Emulation: 0.4
[    27.298]    X.Org Video Driver: 11.0
[    27.298]    X.Org XInput driver : 13.0
[    27.298]    X.Org Server Extension : 6.0
[    27.299] (--) PCI:*(0:1:0:0) 10de:1200:19da:2227 rev 161, Mem @ 0xfc000000/33554432, 0xd8000000/134217728, 0xd4000000/67108864, I/O @ 0x00009c00/128, BIOS @ 0x????????/524288
[    27.299] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    27.299] (II) LoadModule: "extmod"
[    27.390] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[    27.391] (II) Module extmod: vendor="X.Org Foundation"
[    27.391]    compiled for 1.11.2, module version = 1.0.0
[    27.391]    Module class: X.Org Server Extension
[    27.391]    ABI class: X.Org Server Extension, version 6.0
[    27.391] (II) Loading extension MIT-SCREEN-SAVER
[    27.391] (II) Loading extension XFree86-VidModeExtension
[    27.391] (II) Loading extension XFree86-DGA
[    27.391] (II) Loading extension DPMS
[    27.391] (II) Loading extension XVideo
[    27.391] (II) Loading extension XVideo-MotionCompensation
[    27.391] (II) Loading extension X-Resource
[    27.391] (II) LoadModule: "dbe"
[    27.392] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[    27.408] (II) Module dbe: vendor="X.Org Foundation"
[    27.408]    compiled for 1.11.2, module version = 1.0.0
[    27.408]    Module class: X.Org Server Extension
[    27.408]    ABI class: X.Org Server Extension, version 6.0
[    27.408] (II) Loading extension DOUBLE-BUFFER
[    27.408] (II) LoadModule: "glx"
[    27.462] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    27.601] (II) Module glx: vendor="NVIDIA Corporation"
[    27.611]    compiled for 4.0.2, module version = 1.0.0
[    27.611]    Module class: X.Org Server Extension
[    27.611] (II) NVIDIA GLX Module  290.10  Wed Nov 16 18:01:24 PST 2011
[    27.611] (II) Loading extension GLX
[    27.611] (II) LoadModule: "record"
[    27.611] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[    27.631] (II) Module record: vendor="X.Org Foundation"
[    27.631]    compiled for 1.11.2, module version = 1.13.0
[    27.631]    Module class: X.Org Server Extension
[    27.631]    ABI class: X.Org Server Extension, version 6.0
[    27.631] (II) Loading extension RECORD
[    27.631] (II) LoadModule: "dri"
[    27.664] (WW) Warning, couldn't open module dri
[    27.664] (II) UnloadModule: "dri"
[    27.664] (II) Unloading dri
[    27.664] (EE) Failed to load module "dri" (module does not exist, 0)
[    27.664] (II) LoadModule: "dri2"
[    27.664] (WW) Warning, couldn't open module dri2
[    27.664] (II) UnloadModule: "dri2"
[    27.664] (II) Unloading dri2
[    27.664] (EE) Failed to load module "dri2" (module does not exist, 0)
[    27.664] (II) LoadModule: "nvidia"
[    27.664] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[    27.759] (II) Module nvidia: vendor="NVIDIA Corporation"
[    27.759]    compiled for 4.0.2, module version = 1.0.0
[    27.759]    Module class: X.Org Video Driver
[    27.781] (II) NVIDIA dlloader X Driver  290.10  Wed Nov 16 17:41:10 PST 2011
[    27.781] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    27.782] (++) using VT number 7

[    27.794] (II) Loading sub module "fb"
[    27.794] (II) LoadModule: "fb"
[    27.794] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    27.840] (II) Module fb: vendor="X.Org Foundation"
[    27.840]    compiled for 1.11.2, module version = 1.0.0
[    27.840]    ABI class: X.Org ANSI C Emulation, version 0.4
[    27.840] (II) Loading sub module "wfb"
[    27.840] (II) LoadModule: "wfb"
[    27.840] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[    27.850] (II) Module wfb: vendor="X.Org Foundation"
[    27.850]    compiled for 1.11.2, module version = 1.0.0
[    27.850]    ABI class: X.Org ANSI C Emulation, version 0.4
[    27.850] (II) Loading sub module "ramdac"
[    27.850] (II) LoadModule: "ramdac"
[    27.850] (II) Module "ramdac" already built-in
[    27.851] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[    27.851] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[    27.851] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    27.852] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    27.852] (==) NVIDIA(0): RGB weight 888
[    27.852] (==) NVIDIA(0): Default visual is TrueColor
[    27.852] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    27.852] (**) NVIDIA(0): Option "TwinView" "0"
[    27.852] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0"
[    27.852] (**) NVIDIA(0): Option "UseEdidDpi" "False"
[    27.852] (**) NVIDIA(0): Enabling 2D acceleration
[    29.314] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS 24T1E (DFP-1)) does not
[    29.314] (II) NVIDIA(GPU-0):     support NVIDIA 3D Vision stereo.
[    29.316] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 Ti (GF114) at PCI:1:0:0 (GPU-0)
[    29.316] (--) NVIDIA(0): Memory: 1048576 kBytes
[    29.316] (--) NVIDIA(0): VideoBIOS: 70.24.2e.00.02
[    29.316] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    29.316] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    29.316] (--) NVIDIA(0): Connected display device(s) on GeForce GTX 560 Ti at
[    29.316] (--) NVIDIA(0):     PCI:1:0:0
[    29.316] (--) NVIDIA(0):     Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.316] (--) NVIDIA(0): Ancor Communications Inc ASUS 24T1E (DFP-1): 165.0 MHz maximum
[    29.316] (--) NVIDIA(0):     pixel clock
[    29.316] (--) NVIDIA(0): Ancor Communications Inc ASUS 24T1E (DFP-1): Internal Single
[    29.316] (--) NVIDIA(0):     Link TMDS
[    29.318] (II) NVIDIA(0): Display Device found referenced in MetaMode: DFP-1
[    29.318] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
[    29.318] (**) NVIDIA(0):     enabled on all display devices.
[    29.318] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.318] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    29.318] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    29.318] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    29.318] (WW) NVIDIA(0):     (28.1 kHz); ignoring HorizSync check for mode
[    29.318] (WW) NVIDIA(0):     "1920x1080".
[    29.318] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.318] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    29.318] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.318] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.318] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    29.318] (WW) NVIDIA(0):     "1920x1080".
[    29.318] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.318] (WW) NVIDIA(0):     contradicts itself: mode "1280x720" is specified in the
[    29.318] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.318] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.318] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    29.318] (WW) NVIDIA(0):     "1280x720".
[    29.318] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.318] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    29.318] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.318] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.318] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode "720x576".
[    29.318] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.318] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    29.318] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.318] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.318] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode "720x576".
[    29.318] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.318] (WW) NVIDIA(0):     contradicts itself: mode "1280x720" is specified in the
[    29.318] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.318] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.318] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    29.318] (WW) NVIDIA(0):     "1280x720".
[    29.318] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.318] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    29.318] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    29.318] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    29.318] (WW) NVIDIA(0):     (28.1 kHz); ignoring HorizSync check for mode
[    29.318] (WW) NVIDIA(0):     "1920x1080".
[    29.318] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.318] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    29.318] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.318] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.318] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    29.318] (WW) NVIDIA(0):     "1920x1080".
[    29.318] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.318] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    29.318] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.318] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.318] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    29.318] (WW) NVIDIA(0):     "1920x1080".
[    29.318] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.318] (WW) NVIDIA(0):     contradicts itself: mode "720x480" is specified in the
[    29.318] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    29.318] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    29.318] (WW) NVIDIA(0):     (15.7 kHz); ignoring HorizSync check for mode "720x480".
[    29.318] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.318] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    29.318] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    29.318] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    29.318] (WW) NVIDIA(0):     (15.6 kHz); ignoring HorizSync check for mode "720x576".
[    29.318] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.318] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    29.318] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.318] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.318] (WW) NVIDIA(0):     (50.1 Hz); ignoring VertRefresh check for mode "720x576".
[    29.319] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.319] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    29.319] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    29.319] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    29.319] (WW) NVIDIA(0):     (28.1 kHz); ignoring HorizSync check for mode
[    29.319] (WW) NVIDIA(0):     "1920x1080".
[    29.319] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.319] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    29.319] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.319] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.319] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    29.319] (WW) NVIDIA(0):     "1920x1080".
[    29.319] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.319] (WW) NVIDIA(0):     contradicts itself: mode "1280x720" is specified in the
[    29.319] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.319] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.319] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    29.319] (WW) NVIDIA(0):     "1280x720".
[    29.321] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.321] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    29.321] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.321] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.321] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode "720x576".
[    29.321] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.321] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    29.321] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.321] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.321] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode "720x576".
[    29.322] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.322] (WW) NVIDIA(0):     contradicts itself: mode "1280x720" is specified in the
[    29.322] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.322] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.322] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    29.322] (WW) NVIDIA(0):     "1280x720".
[    29.322] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.322] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    29.322] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    29.322] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    29.322] (WW) NVIDIA(0):     (28.1 kHz); ignoring HorizSync check for mode
[    29.322] (WW) NVIDIA(0):     "1920x1080".
[    29.322] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.322] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    29.322] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.322] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.322] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    29.322] (WW) NVIDIA(0):     "1920x1080".
[    29.322] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.322] (WW) NVIDIA(0):     contradicts itself: mode "1920x1080" is specified in the
[    29.322] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.322] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.322] (WW) NVIDIA(0):     (50.0 Hz); ignoring VertRefresh check for mode
[    29.322] (WW) NVIDIA(0):     "1920x1080".
[    29.322] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.322] (WW) NVIDIA(0):     contradicts itself: mode "720x480" is specified in the
[    29.322] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    29.322] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    29.322] (WW) NVIDIA(0):     (15.7 kHz); ignoring HorizSync check for mode "720x480".
[    29.323] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.323] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    29.323] (WW) NVIDIA(0):     EDID; however, the EDID's valid HorizSync range
[    29.323] (WW) NVIDIA(0):     (31.000-83.000 kHz) would exclude this mode's HorizSync
[    29.323] (WW) NVIDIA(0):     (15.6 kHz); ignoring HorizSync check for mode "720x576".
[    29.323] (WW) NVIDIA(0): The EDID for Ancor Communications Inc ASUS 24T1E (DFP-1)
[    29.323] (WW) NVIDIA(0):     contradicts itself: mode "720x576" is specified in the
[    29.323] (WW) NVIDIA(0):     EDID; however, the EDID's valid VertRefresh range
[    29.323] (WW) NVIDIA(0):     (56.000-76.000 Hz) would exclude this mode's VertRefresh
[    29.323] (WW) NVIDIA(0):     (50.1 Hz); ignoring VertRefresh check for mode "720x576".
[    29.354] (II) NVIDIA(0): Assigned Display Device: DFP-1
[    29.354] (II) NVIDIA(0): Validated modes:
[    29.354] (II) NVIDIA(0):     "nvidia-auto-select+0+0"
[    29.354] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    29.380] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    29.380] (--) Depth 24 pixmap format is 32 bpp
[    29.380] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[    29.380] (II) NVIDIA:     access.
[    29.385] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    29.385] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    29.385] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    29.385] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    29.385] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    29.385] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    29.385] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    29.385] (II) NVIDIA(0):     Config Options in the README.
[    29.387] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0"
[    29.449] (II) Loading extension NV-GLX
[    29.522] (==) NVIDIA(0): Disabling shared memory pixmaps
[    29.522] (==) NVIDIA(0): Backing store disabled
[    29.522] (==) NVIDIA(0): Silken mouse enabled
[    29.522] (**) NVIDIA(0): DPMS enabled
[    29.523] (II) Loading extension NV-CONTROL
[    29.523] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "CRT", but no
[    29.523] (WW) NVIDIA(0):     such display device could be found, or all display devices
[    29.523] (WW) NVIDIA(0):     by that name are currently unavailable.
[    29.523] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
[    29.523] (WW) NVIDIA(0):     display device could be found, or all display devices by
[    29.523] (WW) NVIDIA(0):     that name are currently unavailable.
[    29.523] (II) Loading extension XINERAMA
[    29.523] (WW) NVIDIA(0): Option "DisplaySize" is not used
[    29.523] (II) Loading sub module "dri2"
[    29.523] (II) LoadModule: "dri2"
[    29.523] (WW) Warning, couldn't open module dri2
[    29.523] (II) UnloadModule: "dri2"
[    29.523] (II) Unloading dri2
[    29.523] (EE) NVIDIA: Failed to load module "dri2" (module does not exist, 0)
[    29.523] (II) NVIDIA(0): The X server will not be able to send the VDPAU driver name to
[    29.523] (II) NVIDIA(0):     libvdpau.
[    29.523] (==) RandR enabled
[    29.523] (II) Initializing built-in extension Generic Event Extension
[    29.523] (II) Initializing built-in extension SHAPE
[    29.523] (II) Initializing built-in extension MIT-SHM
[    29.523] (II) Initializing built-in extension XInputExtension
[    29.523] (II) Initializing built-in extension XTEST
[    29.523] (II) Initializing built-in extension BIG-REQUESTS
[    29.523] (II) Initializing built-in extension SYNC
[    29.523] (II) Initializing built-in extension XKEYBOARD
[    29.523] (II) Initializing built-in extension XC-MISC
[    29.523] (II) Initializing built-in extension XINERAMA
[    29.523] (II) Initializing built-in extension XFIXES
[    29.523] (II) Initializing built-in extension RENDER
[    29.523] (II) Initializing built-in extension RANDR
[    29.523] (II) Initializing built-in extension COMPOSITE
[    29.523] (II) Initializing built-in extension DAMAGE
[    29.525] (II) Initializing extension GLX
[    29.953] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    29.953] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.953] (II) LoadModule: "evdev"
[    29.954] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    29.962] (II) Module evdev: vendor="X.Org Foundation"
[    29.962]    compiled for 1.11.2, module version = 2.6.0
[    29.962]    Module class: X.Org XInput Driver
[    29.962]    ABI class: X.Org XInput driver, version 13.0
[    29.962] (II) Using input driver 'evdev' for 'Power Button'
[    29.962] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    29.962] (**) Power Button: always reports core events
[    29.962] (**) Power Button: Device: "/dev/input/event3"
[    29.962] (--) Power Button: Found keys
[    29.962] (II) Power Button: Configuring as keyboard
[    29.962] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    29.962] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    29.962] (**) Option "xkb_rules" "evdev"
[    29.962] (**) Option "xkb_model" "evdev"
[    29.962] (**) Option "xkb_layout" "us"
[    29.983] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    29.983] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.983] (II) Using input driver 'evdev' for 'Power Button'
[    29.983] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    29.983] (**) Power Button: always reports core events
[    29.983] (**) Power Button: Device: "/dev/input/event2"
[    29.983] (--) Power Button: Found keys
[    29.983] (II) Power Button: Configuring as keyboard
[    29.983] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    29.983] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    29.983] (**) Option "xkb_rules" "evdev"
[    29.983] (**) Option "xkb_model" "evdev"
[    29.983] (**) Option "xkb_layout" "us"
[    29.984] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event0)
[    29.984] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    29.984] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    29.984] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    29.984] (**) Logitech USB Receiver: always reports core events
[    29.984] (**) Logitech USB Receiver: Device: "/dev/input/event0"
[    29.984] (--) Logitech USB Receiver: Found keys
[    29.984] (II) Logitech USB Receiver: Configuring as keyboard
[    29.984] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input0/event0"
[    29.984] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 8)
[    29.984] (**) Option "xkb_rules" "evdev"
[    29.984] (**) Option "xkb_model" "evdev"
[    29.984] (**) Option "xkb_layout" "us"
[    29.984] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
[    29.984] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    29.984] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    29.984] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    29.984] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    29.984] (**) Logitech USB Receiver: always reports core events
[    29.984] (**) Logitech USB Receiver: Device: "/dev/input/event1"
[    29.984] (--) Logitech USB Receiver: Found 12 mouse buttons
[    29.984] (--) Logitech USB Receiver: Found scroll wheel(s)
[    29.984] (--) Logitech USB Receiver: Found relative axes
[    29.984] (--) Logitech USB Receiver: Found x and y relative axes
[    29.984] (--) Logitech USB Receiver: Found absolute axes
[    29.984] (--) Logitech USB Receiver: Found keys
[    29.984] (II) Logitech USB Receiver: Configuring as mouse
[    29.984] (II) Logitech USB Receiver: Configuring as keyboard
[    29.984] (II) Logitech USB Receiver: Adding scrollwheel support
[    29.984] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    29.984] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    29.984] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.1/input/input1/event1"
[    29.984] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
[    29.984] (**) Option "xkb_rules" "evdev"
[    29.984] (**) Option "xkb_model" "evdev"
[    29.984] (**) Option "xkb_layout" "us"
[    29.985] (II) Logitech USB Receiver: initialized for relative axes.
[    29.985] (WW) Logitech USB Receiver: ignoring absolute axes.
[    29.985] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    29.985] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    29.985] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    29.985] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    29.985] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[    29.985] (II) No input driver/identifier specified (ignoring)
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3404
Location: Saint Amant, Acadiana

PostPosted: Thu Jan 19, 2012 8:39 pm    Post subject: Reply with quote

What is the extent of this overscan you are experiencing? Is it like 2% or 10% or worse? Did you try running nvidia-settings from some X startup file as I hinted in an earlier post?
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
mrl4n
Guru
Guru


Joined: 08 Apr 2009
Posts: 538

PostPosted: Thu Jan 19, 2012 8:50 pm    Post subject: Reply with quote

To have a correct display I must set it at about 50% screenshot

I don't try running from X startup file, because I'm not sure of what I must do.
Back to top
View user's profile Send private message
sera
Developer
Developer


Joined: 29 Feb 2008
Posts: 939
Location: CEST

PostPosted: Fri Jan 20, 2012 11:41 am    Post subject: Reply with quote

mrl4n wrote:
Thanks, but don't works...same problem


If that doesn't work you will likely have to craft your own modeline. To get the nvidia driver to accept custom modelines you need to disable modline verification, at least partly.

Note: there might be resolutions available without overscan.
Code:
xrandr -q
might list a usable one. You can set the resolution on the fly with the xrandr utility. I never had to use nvidia-settings myself as it always worked without it.

Some info about modelines and nvidia can be found here: http://en.gentoo-wiki.com/wiki/Nvidia_HDTV

If you need help with tweaking the modeline post back.
Back to top
View user's profile Send private message
mrl4n
Guru
Guru


Joined: 08 Apr 2009
Posts: 538

PostPosted: Fri Jan 20, 2012 5:07 pm    Post subject: Reply with quote

This probably because I use a HDMI cable and not a VGA.

Code:
# xrandr -q
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 175, current 1920 x 1080, maximum 1920 x 1080
default connected 1920x1080+0+0 0mm x 0mm
   1920x1080      50.0*    51.0     52.0     53.0     54.0     55.0 
   1680x1050      56.0 
   1440x900       57.0 
   1400x1050      58.0     59.0 
   1280x1024      60.0     61.0     62.0 
   1280x960       63.0     64.0 
   1280x720       65.0     66.0     67.0 
   1152x864       68.0 
   1024x768       69.0     70.0     71.0     72.0     73.0     74.0 
   960x720        75.0     76.0 
   928x696        77.0     78.0 
   896x672        79.0     80.0 
   832x624        81.0 
   800x600        82.0     83.0     84.0     85.0     86.0     87.0     88.0     89.0     90.0     91.0 
   720x576        92.0     93.0 
   720x480        94.0     95.0 
   720x400        96.0 
   700x525        97.0     98.0 
   640x512        99.0    100.0    101.0 
   640x480       102.0    103.0    104.0    105.0    106.0    107.0    108.0    109.0 
   640x400       110.0 
   640x350       111.0 
   576x432       112.0 
   512x384       113.0    114.0    115.0    116.0    117.0 
   416x312       118.0 
   400x300       119.0    120.0    121.0    122.0    123.0 
   360x200       124.0 
   320x240       125.0    126.0    127.0    128.0 
   320x200       129.0 
   320x175       130.0


I've modified xorg.conf
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16 18:46:42 PST 2011

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16 18:47:40 PST 2011

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "Xkblayout" "it"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Ancor Communications Inc ASUS 24T1E"
    Modeline "1920x1080_50.00"  141.60  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 560 Ti"
    Option         "UseEDID" "false"
    Option      "ModeValidation" "NoDFPNativeResolutionCheck,NoVirtualSizeCheck,NoMaxPClkCheck,NoHorizSyncCheck,NoVertRefreshCheck,NoWidthAlignmentCheck,NoExtendedGpuCapabilitiesCheck"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
         Viewport 0 0
         Depth       24
         Modes "1920x1080_50.00"   
    EndSubSection
EndSection


and now I haven't overscan but a low resolution (640x480 or lower)
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3404
Location: Saint Amant, Acadiana

PostPosted: Fri Jan 20, 2012 7:24 pm    Post subject: Reply with quote

Alright, after reading your initial post I'd ask what happens when you restart X and instead of using GUI settings applet open a terminal and do
Code:
nvidia-settings --config=~/.nvidia-settings-rc --load-config-only

Will it fix it? If yes, add this command to .xinitrc or some other X startup file that is read by your setup.
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
mrl4n
Guru
Guru


Joined: 08 Apr 2009
Posts: 538

PostPosted: Fri Jan 20, 2012 7:32 pm    Post subject: Reply with quote

It fix it, but the display show a thin green border...
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3404
Location: Saint Amant, Acadiana

PostPosted: Fri Jan 20, 2012 7:45 pm    Post subject: Reply with quote

OK, then what happens if you restart X, use the GUI applet to set overscan, open a terminal and do
Code:
nvidia-settings --config=~/.nvidia-settings-rc --rewrite-config-file
Now, if you restart X and do
Code:
nvidia-settings --config=~/.nvidia-settings-rc --load-config-only
does it look better?

BTW, feel free to read man nvidia-settings.
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
mrl4n
Guru
Guru


Joined: 08 Apr 2009
Posts: 538

PostPosted: Fri Jan 20, 2012 8:23 pm    Post subject: Reply with quote

Yes it look better...

I read the man page about nvidia-settings then I modified the xinitrc like this
Code:
#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/Xresources
sysmodmap=/etc/X11/xinit/Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then

    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then

    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs


if [ -n "`/etc/X11/chooser.sh`" ]; then
        command="`/etc/X11/chooser.sh`"
else
        failsafe="yes"
fi

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
        for f in /etc/X11/xinit/xinitrc.d/* ; do
                [ -x "$f" ] && . "$f"
        done
        unset f
fi

if [ -n "$failsafe" ]; then
        twm &
        xclock -geometry 50x50-1+1 &
        xterm -geometry 80x50+494+51 &
        xterm -geometry 80x20+494-0 &
        exec xterm -geometry 80x66+0+0 -name login &
        nvidia-settings --config=~/.nvidia-settings-rc --load-config-only
else
        exec $command
fi


but probably is incorrect.
Back to top
View user's profile Send private message
sera
Developer
Developer


Joined: 29 Feb 2008
Posts: 939
Location: CEST

PostPosted: Sat Jan 21, 2012 7:55 am    Post subject: Reply with quote

Looking at your output of xrandr -q the resolution 1680x1050 looks promising and you might not need a custom modeline. Using the simple Screen section I posted earlier and using 1680x1050 as Mode value hopefully fixes the overscan. You can test the resolution with a running X with
Code:
xrandr -s 1680x1050


If you need a custom modeline the first step is to obtain the modeline used with bare 1920x1080. Ie you get the current results. Let's assume for the sake of the example your current one is a valid one.

"1920x1080_50.00" 141.60 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync

Next adjust the size values to something much smaller

"1920x1080_50.00" 141.60 1500 2040 2248 2576 700 1081 1084 1118 -HSync +Vsync

Then adjust the hsync start and end to move the display to the right, always subtract the same values from both:

"1920x1080_50.00" 141.60 1500 2000 2208 2576 700 1081 1084 1118 -HSync +Vsync

Do the same for vsync start and end:
"1920x1080_50.00" 141.60 1500 2000 2208 2576 700 1061 1064 1118 -HSync +Vsync

Repeat this until the top left corner matches your monitor. Then regrow the size to fill the monitor.
Back to top
View user's profile Send private message
mrl4n
Guru
Guru


Joined: 08 Apr 2009
Posts: 538

PostPosted: Sat Jan 21, 2012 12:28 pm    Post subject: Reply with quote

sera...this is very strange
I try
Code:
"1920x1080_50.00" 141.60 1500 2040 2248 2576 700 1081 1084 1118 -HSync +Vsync
"1920x1080_50.00" 141.60 1500 2000 2048 2576 700 1081 1084 1118 -HSync +Vsync

and lower, after this

1680x1050 @ 56.00 Hz (GTF) hsync: 60.70 kHz; pclk: 135.98 MHz
    Modeline "1680x1050_56.00"  135.98  1680 1784 1960 2240  1050 1051 1054 1084  -HSync +Vsync

and lower


but the resolution result always 640x480 or lower.

Is it possible that I must use only the nvidia-settings?


Last edited by mrl4n on Sat Jan 21, 2012 4:56 pm; edited 1 time in total
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum