Announcement

Collapse
No announcement yet.

GeForce FX 5500, howto output 1080p over DVI?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GeForce FX 5500, howto output 1080p over DVI?

    Hi All,

    I have a GeForce FX 5500 and a philips 32" LCD TV (32pfl3605/12). They are connected with a DVI -> HDMI cable.

    While using windows XP, in the nvidia control center, I can select 1080p, and the TV happily displayes a pixel-perfect screen of 1920x1080. When I select 1080i, the TV switches to 1080i, but the screen is not pixel-perfect.

    So my question: How can I make my FX5500 output a 1080p signal?

    I run arch linux with the nouveau driver. Kernel version is:
    Code:
    uname -a
    Linux tv 2.6.34-ARCH #1 SMP PREEMPT Mon Jul 5 21:03:38 UTC 2010 i686 Intel(R) Pentium(R) 4 CPU 1.60GHz GenuineIntel GNU/Linux

  • #2
    Under system->preferences->monitor, I can see my TV, and select a number of resolutions. They have the following effect on my TV:
    1920x1080 60Hz: TV detects 1680x1050, and the screen is a mess, I see a very distorted image, only the general color of the screen is visible, and the mousecursor.
    1680x1050 60Hz: TV detects 1680x1050, and the image is perfect.
    all lower resolutions also work perfectly.


    This is my xorg.conf:

    Code:
    cat /etc/X11/xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings:  version 1.0  (buildmeister@builder63)  Tue Oct 20 21:01:12 PDT 2009
    
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Fri Aug 14 17:54:58 PDT 2009
    
    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 default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
    #does not work:
    #   Option	   "XkbOptions" "terminate:ctrl_alt_bksp
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "LPL"
        HorizSync       30.0 - 75.0
        VertRefresh     60.0
        Option         "DPMS"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor1"
        VendorName     "Unknown"
        ModelName      "LPL"
        HorizSync       30.0 - 75.0
        VertRefresh     60.0
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        #Driver         "nvidia"
        Driver	   "nouveau"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce 8600M GS"
    EndSection
    
    Section "Device"
        Identifier     "Device1"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce 8600M GS"
        BusID          "PCI:1:0:0"
        Screen          1
    EndSection
    
    Section "Screen"
    
    # Removed Option "metamodes" "CRT: nvidia-auto-select +0+0"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "TwinView" "0"
        Option         "TwinViewXineramaInfoOrder" "DFP-0"
        Option         "metamodes" "DFP: nvidia-auto-select +0+0"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    
    Section "Screen"
        Identifier     "Screen1"
        Device         "Device1"
        Monitor        "Monitor1"
        DefaultDepth    24
        Option         "TwinView" "0"
        Option         "TwinViewXineramaInfoOrder" "DFP-0"
        Option         "metamodes" "DFP: nvidia-auto-select +0+0"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    and this is my Xorg.log. I have started X, set the resolution of my TV to 1920x1080, and killed X
    Code:
    cat /var/log/Xorg.0.log
    [ 48203.271] 
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 48203.271] 
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 48203.272] X Protocol Version 11, Revision 0
    [ 48203.272] Build Operating System: Linux 2.6.34-ARCH i686 
    [ 48203.272] Current Operating System: Linux tv 2.6.34-ARCH #1 SMP PREEMPT Mon Jul 5 21:03:38 UTC 2010 i686
    [ 48203.272] Kernel command line: root=/dev/sdb1 ro
    [ 48203.272] Build Date: 21 June 2010  11:54:27AM
    [ 48203.272]  
    [ 48203.272] Current version of pixman: 0.18.2
    [ 48203.272] 	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    [ 48203.272] Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 48203.273] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 21 20:28:56 2010
    [ 48203.273] (==) Using config file: "/etc/X11/xorg.conf"
    [ 48203.273] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 48203.290] (==) ServerLayout "Layout0"
    [ 48203.290] (**) |-->Screen "Screen0" (0)
    [ 48203.290] (**) |   |-->Monitor "Monitor0"
    [ 48203.290] (**) |   |-->Device "Device0"
    [ 48203.290] (**) |-->Input Device "Keyboard0"
    [ 48203.290] (**) |-->Input Device "Mouse0"
    [ 48203.290] (**) Option "Xinerama" "0"
    [ 48203.290] (==) Automatically adding devices
    [ 48203.291] (==) Automatically enabling devices
    [ 48203.291] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 48203.291] 	Entry deleted from font path.
    [ 48203.301] (==) FontPath set to:
    	/usr/share/fonts/misc/,
    	/usr/share/fonts/TTF/,
    	/usr/share/fonts/Type1/,
    	/usr/share/fonts/100dpi/,
    	/usr/share/fonts/75dpi/
    [ 48203.301] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 48203.301] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 48203.301] (WW) Disabling Keyboard0
    [ 48203.301] (WW) Disabling Mouse0
    [ 48203.302] (II) Loader magic: 0x81e9d00
    [ 48203.302] (II) Module ABI versions:
    [ 48203.302] 	X.Org ANSI C Emulation: 0.4
    [ 48203.302] 	X.Org Video Driver: 7.0
    [ 48203.302] 	X.Org XInput driver : 9.0
    [ 48203.302] 	X.Org Server Extension : 3.0
    [ 48203.323] (--) PCI:*(0:1:0:0) 10de:0326:1462:9982 nVidia Corporation NV34 [GeForce FX 5500] rev 161, Mem @ 0xfc000000/16777216, 0xf0000000/134217728, BIOS @ 0x????????/131072
    [ 48203.345] (--) PCI: (0:3:8:0) 4444:0016:0070:e807 Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder rev 1, Mem @ 0xec000000/67108864
    [ 48203.345] (--) PCI: (0:3:9:0) 4444:0016:0070:e817 Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder rev 1, Mem @ 0xe8000000/67108864
    [ 48203.346] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 48203.346] (II) LoadModule: "extmod"
    [ 48203.347] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 48203.348] (II) Module extmod: vendor="X.Org Foundation"
    [ 48203.348] 	compiled for 1.8.1.902, module version = 1.0.0
    [ 48203.348] 	Module class: X.Org Server Extension
    [ 48203.348] 	ABI class: X.Org Server Extension, version 3.0
    [ 48203.348] (II) Loading extension MIT-SCREEN-SAVER
    [ 48203.348] (II) Loading extension XFree86-VidModeExtension
    [ 48203.348] (II) Loading extension XFree86-DGA
    [ 48203.348] (II) Loading extension DPMS
    [ 48203.348] (II) Loading extension XVideo
    [ 48203.348] (II) Loading extension XVideo-MotionCompensation
    [ 48203.348] (II) Loading extension X-Resource
    [ 48203.348] (II) LoadModule: "dbe"
    [ 48203.349] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 48203.351] (II) Module dbe: vendor="X.Org Foundation"
    [ 48203.351] 	compiled for 1.8.1.902, module version = 1.0.0
    [ 48203.351] 	Module class: X.Org Server Extension
    [ 48203.351] 	ABI class: X.Org Server Extension, version 3.0
    [ 48203.351] (II) Loading extension DOUBLE-BUFFER
    [ 48203.351] (II) LoadModule: "glx"
    [ 48203.352] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 48203.352] (II) Module glx: vendor="X.Org Foundation"
    [ 48203.352] 	compiled for 1.8.1.902, module version = 1.0.0
    [ 48203.352] 	ABI class: X.Org Server Extension, version 3.0
    [ 48203.352] (==) AIGLX enabled
    [ 48203.352] (II) Loading extension GLX
    [ 48203.352] (II) LoadModule: "record"
    [ 48203.353] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 48203.353] (II) Module record: vendor="X.Org Foundation"
    [ 48203.353] 	compiled for 1.8.1.902, module version = 1.13.0
    [ 48203.353] 	Module class: X.Org Server Extension
    [ 48203.353] 	ABI class: X.Org Server Extension, version 3.0
    [ 48203.353] (II) Loading extension RECORD
    [ 48203.353] (II) LoadModule: "dri"
    [ 48203.354] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 48203.355] (II) Module dri: vendor="X.Org Foundation"
    [ 48203.355] 	compiled for 1.8.1.902, module version = 1.0.0
    [ 48203.355] 	ABI class: X.Org Server Extension, version 3.0
    [ 48203.355] (II) Loading extension XFree86-DRI
    [ 48203.355] (II) LoadModule: "dri2"
    [ 48203.356] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 48203.357] (II) Module dri2: vendor="X.Org Foundation"
    [ 48203.357] 	compiled for 1.8.1.902, module version = 1.2.0
    [ 48203.357] 	ABI class: X.Org Server Extension, version 3.0
    [ 48203.357] (II) Loading extension DRI2
    [ 48203.357] (II) LoadModule: "nouveau"
    [ 48203.357] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 48203.371] (II) Module nouveau: vendor="X.Org Foundation"
    [ 48203.371] 	compiled for 1.8.0.902, module version = 0.0.16
    [ 48203.371] 	Module class: X.Org Video Driver
    [ 48203.371] 	ABI class: X.Org Video Driver, version 7.0
    [ 48203.371] (II) NOUVEAU driver 
    [ 48203.371] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 48203.371] 	RIVA TNT    (NV04)
    [ 48203.371] 	RIVA TNT2   (NV05)
    [ 48203.371] 	GeForce 256 (NV10)
    [ 48203.371] 	GeForce 2   (NV11, NV15)
    [ 48203.371] 	GeForce 4MX (NV17, NV18)
    [ 48203.371] 	GeForce 3   (NV20)
    [ 48203.371] 	GeForce 4Ti (NV25, NV28)
    [ 48203.371] 	GeForce FX  (NV3x)
    [ 48203.371] 	GeForce 6   (NV4x)
    [ 48203.371] 	GeForce 7   (G7x)
    [ 48203.371] 	GeForce 8   (G8x)
    [ 48203.371] (--) using VT number 8
    
    [ 48203.375] (II) Primary Device is: PCI 01@00:00:0
    [ 48203.375] drmOpenDevice: node name is /dev/dri/card0
    [ 48203.376] drmOpenDevice: open result is 8, (OK)
    [ 48203.376] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 48203.376] drmOpenDevice: node name is /dev/dri/card0
    [ 48203.376] drmOpenDevice: open result is 8, (OK)
    [ 48203.376] drmOpenByBusid: drmOpenMinor returns 8
    [ 48203.376] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 48203.376] (II) [drm] nouveau interface version: 0.0.16
    [ 48203.376] (II) Loading sub module "dri"
    [ 48203.377] (II) LoadModule: "dri"
    [ 48203.377] (II) Reloading /usr/lib/xorg/modules/extensions/libdri.so
    [ 48203.377] (II) NOUVEAU(0): Loaded DRI module
    [ 48203.377] drmOpenDevice: node name is /dev/dri/card0
    [ 48203.377] drmOpenDevice: open result is 9, (OK)
    [ 48203.377] drmOpenDevice: node name is /dev/dri/card0
    [ 48203.377] drmOpenDevice: open result is 9, (OK)
    [ 48203.377] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 48203.378] drmOpenDevice: node name is /dev/dri/card0
    [ 48203.378] drmOpenDevice: open result is 9, (OK)
    [ 48203.378] drmOpenByBusid: drmOpenMinor returns 9
    [ 48203.378] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 48203.378] (II) [drm] DRM interface version 1.3
    [ 48203.378] (II) [drm] DRM open master succeeded.
    [ 48203.378] (--) NOUVEAU(0): Chipset: "NVIDIA NV34"
    [ 48203.378] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 48203.378] (==) NOUVEAU(0): RGB weight 888
    [ 48203.378] (==) NOUVEAU(0): Default visual is TrueColor
    [ 48203.378] (==) NOUVEAU(0): Using HW cursor
    [ 48203.438] (II) NOUVEAU(0): Output VGA-1 using monitor section Monitor0
    [ 48203.465] (II) NOUVEAU(0): Output TV-1 has no monitor section
    [ 48203.778] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
    [ 48203.838] (II) NOUVEAU(0): EDID for output VGA-1
    [ 48203.865] (II) NOUVEAU(0): EDID for output TV-1
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "640x350" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "320x175" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "640x400" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "320x200" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "720x400" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "360x200" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "640x480" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "320x240" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "640x480" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "320x240" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "640x480" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "320x240" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "640x480" (hsync out of range)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "320x240" (hsync out of range)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "800x600" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "400x300" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "800x600" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "400x300" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "800x600" (hsync out of range)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "400x300" (hsync out of range)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "800x600" (hsync out of range)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "400x300" (hsync out of range)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "800x600" (hsync out of range)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "400x300" (hsync out of range)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "1024x768i" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "512x384i" (unknown reason)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "1024x768" (hsync out of range)
    [ 48203.866] (II) NOUVEAU(0): Not using default mode "512x384" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1024x768" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "512x384" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1024x768" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "512x384" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1024x768" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "512x384" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1152x864" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "576x432" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1280x960" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "640x480" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1280x960" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "640x480" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1280x1024" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "640x512" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1280x1024" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "640x512" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1280x1024" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "640x512" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1600x1200" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "800x600" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1600x1200" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "800x600" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1600x1200" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "800x600" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1600x1200" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "800x600" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1600x1200" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "800x600" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1792x1344" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "896x672" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1792x1344" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "896x672" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1856x1392" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "928x696" (hsync out of range)
    [ 48203.867] (II) NOUVEAU(0): Not using default mode "1856x1392" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "928x696" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "1920x1440" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "960x720" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "1920x1440" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "960x720" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "832x624" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "416x312" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "1400x1050" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "700x525" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "1400x1050" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "700x525" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "1920x1440" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "960x720" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "2048x1536" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "1024x768" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "2048x1536" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "1024x768" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "2048x1536" (hsync out of range)
    [ 48203.868] (II) NOUVEAU(0): Not using default mode "1024x768" (hsync out of range)
    [ 48203.869] (II) NOUVEAU(0): Printing probed modes for output TV-1
    [ 48203.869] (II) NOUVEAU(0): Modeline "720x576"x50.0   28.66  720 776 856 960  576 576 588 597 -hsync -vsync (29.9 kHz)
    [ 48203.869] (II) NOUVEAU(0): Modeline "1024x768"x50.0   54.16  1024 1064 1200 1344  768 768 777 806 -hsync -vsync (40.3 kHz)
    [ 48203.869] (II) NOUVEAU(0): Modeline "800x600"x50.0   32.14  800 840 920 1040  600 600 604 618 +hsync +vsync (30.9 kHz)
    [ 48203.869] (II) NOUVEAU(0): Modeline "720x480"x50.0   25.20  720 752 872 960  480 480 493 525 -hsync -vsync (26.2 kHz)
    [ 48203.869] (II) NOUVEAU(0): Modeline "640x480"x50.0   23.10  640 672 768 880  480 480 492 525 -hsync -vsync (26.2 kHz)
    [ 48203.869] (II) NOUVEAU(0): Modeline "400x300"x100.0   20.10  400 432 496 640  300 300 303 314 doublescan +hsync +vsync (31.4 kHz)
    [ 48203.869] (II) NOUVEAU(0): Modeline "320x240"x100.0   14.73  320 344 392 560  240 240 246 263 doublescan -hsync -vsync (26.3 kHz)
    [ 48203.869] (II) NOUVEAU(0): Modeline "320x200"x100.0   12.32  320 344 392 560  200 200 202 220 doublescan -hsync -vsync (22.0 kHz)

    Comment


    • #3
      This is the rest of the log:
      Code:
      [ 48204.187] (II) NOUVEAU(0): EDID for output DVI-D-1
      [ 48204.187] (II) NOUVEAU(0): Manufacturer: PHL  Model: d06b  Serial#: 16843009
      [ 48204.187] (II) NOUVEAU(0): Year: 2010  Week: 0
      [ 48204.187] (II) NOUVEAU(0): EDID Version: 1.3
      [ 48204.187] (II) NOUVEAU(0): Digital Display Input
      [ 48204.187] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 70  vert.: 40
      [ 48204.187] (II) NOUVEAU(0): Gamma: 2.20
      [ 48204.188] (II) NOUVEAU(0): DPMS capabilities: Off
      [ 48204.188] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
      [ 48204.188] (II) NOUVEAU(0): First detailed timing is preferred mode
      [ 48204.188] (II) NOUVEAU(0): redX: 0.642 redY: 0.334   greenX: 0.292 greenY: 0.607
      [ 48204.188] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.056   whiteX: 0.279 whiteY: 0.292
      [ 48204.188] (II) NOUVEAU(0): Supported established timings:
      [ 48204.188] (II) NOUVEAU(0): 640x480@60Hz
      [ 48204.188] (II) NOUVEAU(0): 640x480@72Hz
      [ 48204.188] (II) NOUVEAU(0): 640x480@75Hz
      [ 48204.188] (II) NOUVEAU(0): 800x600@60Hz
      [ 48204.188] (II) NOUVEAU(0): 800x600@72Hz
      [ 48204.188] (II) NOUVEAU(0): 800x600@75Hz
      [ 48204.188] (II) NOUVEAU(0): 1024x768@60Hz
      [ 48204.188] (II) NOUVEAU(0): 1024x768@70Hz
      [ 48204.188] (II) NOUVEAU(0): Manufacturer's mask: 0
      [ 48204.188] (II) NOUVEAU(0): Supported standard timings:
      [ 48204.188] (II) NOUVEAU(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
      [ 48204.188] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
      [ 48204.188] (II) NOUVEAU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
      [ 48204.188] (II) NOUVEAU(0): #3: hsize: 1360  vsize 765  refresh: 60  vid: 49291
      [ 48204.188] (II) NOUVEAU(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
      [ 48204.188] (II) NOUVEAU(0): Supported detailed timing:
      [ 48204.188] (II) NOUVEAU(0): clock: 146.2 MHz   Image Size:  699 x 393 mm
      [ 48204.188] (II) NOUVEAU(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
      [ 48204.188] (II) NOUVEAU(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
      [ 48204.188] (II) NOUVEAU(0): Supported detailed timing:
      [ 48204.188] (II) NOUVEAU(0): clock: 85.5 MHz   Image Size:  699 x 393 mm
      [ 48204.188] (II) NOUVEAU(0): h_active: 1360  h_sync: 1424  h_sync_end 1536 h_blank_end 1792 h_border: 0
      [ 48204.188] (II) NOUVEAU(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 795 v_border: 0
      [ 48204.188] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 150 MHz
      [ 48204.189] (II) NOUVEAU(0): Monitor name: PHI32PFL3605
      [ 48204.189] (II) NOUVEAU(0): Number of EDID sections to follow: 1
      [ 48204.189] (II) NOUVEAU(0): EDID (in hex):
      [ 48204.189] (II) NOUVEAU(0): 	00ffffffffffff00410c6bd001010101
      [ 48204.189] (II) NOUVEAU(0): 	00140103804628782a6e9ba4554a9b25
      [ 48204.189] (II) NOUVEAU(0): 	0e474a2dcc0081c0818095008bc0b300
      [ 48204.189] (II) NOUVEAU(0): 	01010101010121399030621a274068b0
      [ 48204.189] (II) NOUVEAU(0): 	3600bb892100001c662150b051001b30
      [ 48204.189] (II) NOUVEAU(0): 	40703600bb892100001c000000fd0038
      [ 48204.189] (II) NOUVEAU(0): 	4c1e530f000a202020202020000000fc
      [ 48204.189] (II) NOUVEAU(0): 	00504849333250464c333630350a0135
      [ 48204.189] (II) NOUVEAU(0): Printing probed modes for output DVI-D-1
      [ 48204.189] (II) NOUVEAU(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
      [ 48204.189] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1082 1087 1125 +hsync +vsync (67.5 kHz)
      [ 48204.189] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
      [ 48204.189] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
      [ 48204.189] (II) NOUVEAU(0): Modeline "1360x765"x59.8   84.50  1366 1432 1568 1776  765 767 772 795 -hsync +vsync (47.6 kHz)
      [ 48204.189] (II) NOUVEAU(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 -hsync +vsync (47.7 kHz)
      [ 48204.189] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.44  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
      [ 48204.189] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
      [ 48204.189] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
      [ 48204.189] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
      [ 48204.189] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
      [ 48204.189] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
      [ 48204.190] (II) NOUVEAU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
      [ 48204.190] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
      [ 48204.190] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
      [ 48204.190] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
      [ 48204.190] (II) NOUVEAU(0): Output VGA-1 disconnected
      [ 48204.190] (II) NOUVEAU(0): Output TV-1 connected
      [ 48204.190] (II) NOUVEAU(0): Output DVI-D-1 connected
      [ 48204.190] (II) NOUVEAU(0): Using fuzzy aspect match for initial modes
      [ 48204.190] (II) NOUVEAU(0): Output TV-1 using initial mode 1024x768
      [ 48204.190] (II) NOUVEAU(0): Output DVI-D-1 using initial mode 1024x768
      [ 48204.190] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
      [ 48204.190] (--) NOUVEAU(0): Virtual size is 1024x768 (pitch 1024)
      [ 48204.190] (**) NOUVEAU(0):  Driver mode "1024x768": 54.2 MHz (scaled from 0.0 MHz), 40.3 kHz, 50.0 Hz
      [ 48204.190] (II) NOUVEAU(0): Modeline "1024x768"x50.0   54.16  1024 1064 1200 1344  768 768 777 806 -hsync -vsync (40.3 kHz)
      [ 48204.190] (**) NOUVEAU(0):  Driver mode "800x600": 32.1 MHz (scaled from 0.0 MHz), 30.9 kHz, 50.0 Hz
      [ 48204.190] (II) NOUVEAU(0): Modeline "800x600"x50.0   32.14  800 840 920 1040  600 600 604 618 +hsync +vsync (30.9 kHz)
      [ 48204.190] (**) NOUVEAU(0):  Driver mode "720x480": 25.2 MHz (scaled from 0.0 MHz), 26.2 kHz, 50.0 Hz
      [ 48204.190] (II) NOUVEAU(0): Modeline "720x480"x50.0   25.20  720 752 872 960  480 480 493 525 -hsync -vsync (26.2 kHz)
      [ 48204.190] (**) NOUVEAU(0):  Driver mode "640x480": 23.1 MHz (scaled from 0.0 MHz), 26.2 kHz, 50.0 Hz
      [ 48204.190] (II) NOUVEAU(0): Modeline "640x480"x50.0   23.10  640 672 768 880  480 480 492 525 -hsync -vsync (26.2 kHz)
      [ 48204.190] (**) NOUVEAU(0):  Driver mode "400x300": 20.1 MHz (scaled from 0.0 MHz), 31.4 kHz, 100.0 Hz (D)
      [ 48204.190] (II) NOUVEAU(0): Modeline "400x300"x100.0   20.10  400 432 496 640  300 300 303 314 doublescan +hsync +vsync (31.4 kHz)
      [ 48204.190] (**) NOUVEAU(0):  Driver mode "320x240": 14.7 MHz (scaled from 0.0 MHz), 26.3 kHz, 100.0 Hz (D)
      [ 48204.190] (II) NOUVEAU(0): Modeline "320x240"x100.0   14.73  320 344 392 560  240 240 246 263 doublescan -hsync -vsync (26.3 kHz)
      [ 48204.190] (**) NOUVEAU(0):  Driver mode "320x200": 12.3 MHz (scaled from 0.0 MHz), 22.0 kHz, 100.0 Hz (D)
      [ 48204.191] (II) NOUVEAU(0): Modeline "320x200"x100.0   12.32  320 344 392 560  200 200 202 220 doublescan -hsync -vsync (22.0 kHz)
      [ 48204.191] (**) NOUVEAU(0):  Driver mode "720x576": 28.7 MHz (scaled from 0.0 MHz), 29.9 kHz, 50.0 Hz
      [ 48204.191] (II) NOUVEAU(0): Modeline "720x576"x50.0   28.66  720 776 856 960  576 576 588 597 -hsync -vsync (29.9 kHz)
      [ 48204.191] (==) NOUVEAU(0): DPI set to (96, 96)
      [ 48204.191] (II) Loading sub module "fb"
      [ 48204.191] (II) LoadModule: "fb"
      [ 48204.191] (II) Loading /usr/lib/xorg/modules/libfb.so
      [ 48204.192] (II) Module fb: vendor="X.Org Foundation"
      [ 48204.192] 	compiled for 1.8.1.902, module version = 1.0.0
      [ 48204.192] 	ABI class: X.Org ANSI C Emulation, version 0.4
      [ 48204.192] (II) Loading sub module "exa"
      [ 48204.192] (II) LoadModule: "exa"
      [ 48204.192] (II) Loading /usr/lib/xorg/modules/libexa.so
      [ 48204.193] (II) Module exa: vendor="X.Org Foundation"
      [ 48204.193] 	compiled for 1.8.1.902, module version = 2.5.0
      [ 48204.193] 	ABI class: X.Org Video Driver, version 7.0
      [ 48204.193] (II) Loading sub module "shadowfb"
      [ 48204.193] (II) LoadModule: "shadowfb"
      [ 48204.193] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
      [ 48204.194] (II) Module shadowfb: vendor="X.Org Foundation"
      [ 48204.194] 	compiled for 1.8.1.902, module version = 1.0.0
      [ 48204.194] 	ABI class: X.Org ANSI C Emulation, version 0.4
      [ 48204.194] (--) Depth 24 pixmap format is 32 bpp
      [ 48204.197] (II) NOUVEAU(0): Opened GPU channel 1
      [ 48204.198] (II) NOUVEAU(0): [DRI2] Setup complete
      [ 48204.198] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
      [ 48204.198] (II) NOUVEAU(0): GART: 64MiB available
      [ 48204.285] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
      [ 48204.285] (II) EXA(0): Driver allocated offscreen pixmaps
      [ 48204.285] (II) EXA(0): Driver registered support for the following operations:
      [ 48204.285] (II)         Solid
      [ 48204.285] (II)         Copy
      [ 48204.285] (II)         Composite (RENDER acceleration)
      [ 48204.285] (II)         UploadToScreen
      [ 48204.285] (II)         DownloadFromScreen
      [ 48204.285] (==) NOUVEAU(0): Backing store disabled
      [ 48204.286] (==) NOUVEAU(0): Silken mouse enabled
      [ 48204.286] (II) NOUVEAU(0): [XvMC] Associated with NV30 texture adapter.
      [ 48204.286] (II) NOUVEAU(0): [XvMC] Extension initialized.
      [ 48204.289] (II) NOUVEAU(0): NVEnterVT is called.
      [ 48204.382] (**) NOUVEAU(0): DPMS enabled
      [ 48204.382] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
      [ 48204.383] (WW) NOUVEAU(0): Option "TwinView" is not used
      [ 48204.383] (WW) NOUVEAU(0): Option "TwinViewXineramaInfoOrder" is not used
      [ 48204.383] (WW) NOUVEAU(0): Option "metamodes" is not used
      [ 48204.401] (--) RandR disabled
      [ 48204.401] (II) Initializing built-in extension Generic Event Extension
      [ 48204.401] (II) Initializing built-in extension SHAPE
      [ 48204.401] (II) Initializing built-in extension MIT-SHM
      [ 48204.401] (II) Initializing built-in extension XInputExtension
      [ 48204.401] (II) Initializing built-in extension XTEST
      [ 48204.401] (II) Initializing built-in extension BIG-REQUESTS
      [ 48204.401] (II) Initializing built-in extension SYNC
      [ 48204.401] (II) Initializing built-in extension XKEYBOARD
      [ 48204.401] (II) Initializing built-in extension XC-MISC
      [ 48204.401] (II) Initializing built-in extension SECURITY
      [ 48204.401] (II) Initializing built-in extension XINERAMA
      [ 48204.401] (II) Initializing built-in extension XFIXES
      [ 48204.401] (II) Initializing built-in extension RENDER
      [ 48204.401] (II) Initializing built-in extension RANDR
      [ 48204.401] (II) Initializing built-in extension COMPOSITE
      [ 48204.401] (II) Initializing built-in extension DAMAGE
      [ 48204.458] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
      [ 48204.459] (II) AIGLX: enabled GLX_INTEL_swap_event
      [ 48204.459] (II) AIGLX: enabled GLX_SGI_make_current_read
      [ 48204.459] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
      [ 48204.460] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/nouveau_dri.so
      [ 48204.460] (II) GLX: Initialized DRI2 GL provider for screen 0
      [ 48204.461] (II) NOUVEAU(0): Setting screen physical size to 270 x 203
      [ 48204.461] resize called 1024 768
      [ 48205.465] (II) config/udev: Adding input device Power Button (/dev/input/event2)
      [ 48205.465] (**) Power Button: Applying InputClass "evdev keyboard catchall"
      [ 48205.465] (II) LoadModule: "evdev"
      [ 48205.465] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
      [ 48205.466] (II) Module evdev: vendor="X.Org Foundation"
      [ 48205.466] 	compiled for 1.8.0, module version = 2.4.0
      [ 48205.466] 	Module class: X.Org XInput Driver
      [ 48205.466] 	ABI class: X.Org XInput driver, version 9.0
      [ 48205.466] (**) Power Button: always reports core events
      [ 48205.466] (**) Power Button: Device: "/dev/input/event2"
      [ 48205.467] (II) Power Button: Found keys
      [ 48205.467] (II) Power Button: Configuring as keyboard
      [ 48205.467] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
      [ 48205.467] (**) Option "xkb_rules" "evdev"
      [ 48205.467] (**) Option "xkb_model" "evdev"
      [ 48205.467] (**) Option "xkb_layout" "us"
      [ 48205.562] (II) config/udev: Adding input device Power Button (/dev/input/event1)
      [ 48205.562] (**) Power Button: Applying InputClass "evdev keyboard catchall"
      [ 48205.562] (**) Power Button: always reports core events
      [ 48205.562] (**) Power Button: Device: "/dev/input/event1"
      [ 48205.562] (II) Power Button: Found keys
      [ 48205.562] (II) Power Button: Configuring as keyboard
      [ 48205.562] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
      [ 48205.562] (**) Option "xkb_rules" "evdev"
      [ 48205.562] (**) Option "xkb_model" "evdev"
      [ 48205.562] (**) Option "xkb_layout" "us"
      [ 48205.579] (II) config/udev: Adding input device Silitek IBM USB HUB KEYBOARD (/dev/input/event5)
      [ 48205.579] (**) Silitek IBM USB HUB KEYBOARD: Applying InputClass "evdev keyboard catchall"
      [ 48205.579] (**) Silitek IBM USB HUB KEYBOARD: always reports core events
      [ 48205.579] (**) Silitek IBM USB HUB KEYBOARD: Device: "/dev/input/event5"
      [ 48205.580] (II) Silitek IBM USB HUB KEYBOARD: Found keys
      [ 48205.580] (II) Silitek IBM USB HUB KEYBOARD: Configuring as keyboard
      [ 48205.580] (II) XINPUT: Adding extended input device "Silitek IBM USB HUB KEYBOARD" (type: KEYBOARD)
      [ 48205.580] (**) Option "xkb_rules" "evdev"
      [ 48205.580] (**) Option "xkb_model" "evdev"
      [ 48205.580] (**) Option "xkb_layout" "us"
      [ 48205.582] (II) config/udev: Adding input device Silitek IBM USB HUB KEYBOARD (/dev/input/event6)
      [ 48205.582] (**) Silitek IBM USB HUB KEYBOARD: Applying InputClass "evdev keyboard catchall"
      [ 48205.585] (**) Silitek IBM USB HUB KEYBOARD: always reports core events
      [ 48205.585] (**) Silitek IBM USB HUB KEYBOARD: Device: "/dev/input/event6"
      [ 48205.585] (II) Silitek IBM USB HUB KEYBOARD: Found 12 mouse buttons
      [ 48205.585] (II) Silitek IBM USB HUB KEYBOARD: Found absolute axes
      [ 48205.585] (II) Silitek IBM USB HUB KEYBOARD: Found keys
      [ 48205.585] (II) Silitek IBM USB HUB KEYBOARD: Configuring as mouse
      [ 48205.585] (II) Silitek IBM USB HUB KEYBOARD: Configuring as keyboard
      [ 48205.585] (**) Silitek IBM USB HUB KEYBOARD: YAxisMapping: buttons 4 and 5
      [ 48205.585] (**) Silitek IBM USB HUB KEYBOARD: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
      [ 48205.585] (II) XINPUT: Adding extended input device "Silitek IBM USB HUB KEYBOARD" (type: KEYBOARD)
      [ 48205.585] (**) Option "xkb_rules" "evdev"
      [ 48205.585] (**) Option "xkb_model" "evdev"
      [ 48205.585] (**) Option "xkb_layout" "us"
      [ 48205.586] (II) Silitek IBM USB HUB KEYBOARD: initialized for absolute axes.
      [ 48205.589] (II) config/udev: Adding input device Dell Dell USB Keyboard Hub (/dev/input/event3)
      [ 48205.589] (**) Dell Dell USB Keyboard Hub: Applying InputClass "evdev keyboard catchall"
      [ 48205.590] (**) Dell Dell USB Keyboard Hub: always reports core events
      [ 48205.590] (**) Dell Dell USB Keyboard Hub: Device: "/dev/input/event3"
      [ 48205.590] (II) Dell Dell USB Keyboard Hub: Found keys
      [ 48205.590] (II) Dell Dell USB Keyboard Hub: Configuring as keyboard
      [ 48205.590] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard Hub" (type: KEYBOARD)
      [ 48205.590] (**) Option "xkb_rules" "evdev"
      [ 48205.590] (**) Option "xkb_model" "evdev"
      [ 48205.590] (**) Option "xkb_layout" "us"
      [ 48205.592] (II) config/udev: Adding input device Dell Dell USB Keyboard Hub (/dev/input/event4)
      [ 48205.592] (**) Dell Dell USB Keyboard Hub: Applying InputClass "evdev keyboard catchall"
      [ 48205.592] (**) Dell Dell USB Keyboard Hub: always reports core events
      [ 48205.593] (**) Dell Dell USB Keyboard Hub: Device: "/dev/input/event4"
      [ 48205.593] (II) Dell Dell USB Keyboard Hub: Found absolute axes
      [ 48205.593] (II) Dell Dell USB Keyboard Hub: Found keys
      [ 48205.593] (II) Dell Dell USB Keyboard Hub: Configuring as mouse
      [ 48205.593] (II) Dell Dell USB Keyboard Hub: Configuring as keyboard
      [ 48205.593] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard Hub" (type: KEYBOARD)
      [ 48205.593] (**) Option "xkb_rules" "evdev"
      [ 48205.593] (**) Option "xkb_model" "evdev"
      [ 48205.594] (**) Option "xkb_layout" "us"
      [ 48205.594] (II) Dell Dell USB Keyboard Hub: initialized for absolute axes.
      [ 48205.596] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/event7)
      [ 48205.596] (**) PIXART USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall"
      [ 48205.596] (**) PIXART USB OPTICAL MOUSE: always reports core events
      [ 48205.596] (**) PIXART USB OPTICAL MOUSE: Device: "/dev/input/event7"
      [ 48205.596] (II) PIXART USB OPTICAL MOUSE: Found 3 mouse buttons
      [ 48205.597] (II) PIXART USB OPTICAL MOUSE: Found scroll wheel(s)
      [ 48205.597] (II) PIXART USB OPTICAL MOUSE: Found relative axes
      [ 48205.597] (II) PIXART USB OPTICAL MOUSE: Found x and y relative axes
      [ 48205.597] (II) PIXART USB OPTICAL MOUSE: Configuring as mouse
      [ 48205.597] (**) PIXART USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5
      [ 48205.597] (**) PIXART USB OPTICAL MOUSE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
      [ 48205.597] (II) XINPUT: Adding extended input device "PIXART USB OPTICAL MOUSE" (type: MOUSE)
      [ 48205.597] (**) PIXART USB OPTICAL MOUSE: (accel) keeping acceleration scheme 1
      [ 48205.597] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration profile 0
      [ 48205.597] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
      [ 48205.597] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration threshold: 4
      [ 48205.597] (II) PIXART USB OPTICAL MOUSE: initialized for relative axes.
      [ 48205.598] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/mouse0)
      [ 48205.598] (II) No input driver/identifier specified (ignoring)
      [ 48205.602] (II) config/udev: Adding input device PC Speaker (/dev/input/event0)
      [ 48205.602] (II) No input driver/identifier specified (ignoring)
      [ 48243.800] resize called 1920 1080
      [ 48285.304] (II) Power Button: Close
      [ 48285.305] (II) UnloadModule: "evdev"
      [ 48285.305] (II) Power Button: Close
      [ 48285.315] (II) UnloadModule: "evdev"
      [ 48285.315] (II) Silitek IBM USB HUB KEYBOARD: Close
      [ 48285.315] (II) UnloadModule: "evdev"
      [ 48285.315] (II) Silitek IBM USB HUB KEYBOARD: Close
      [ 48285.315] (II) UnloadModule: "evdev"
      [ 48285.315] (II) Dell Dell USB Keyboard Hub: Close
      [ 48285.315] (II) UnloadModule: "evdev"
      [ 48285.315] (II) Dell Dell USB Keyboard Hub: Close
      [ 48285.316] (II) UnloadModule: "evdev"
      [ 48285.318] (II) PIXART USB OPTICAL MOUSE: Close
      [ 48285.318] (II) UnloadModule: "evdev"
      [ 48285.320] (II) NOUVEAU(0): NVLeaveVT is called.
      [ 48285.320] (II) NOUVEAU(0): Closed GPU channel 1
      [root@tv /]#

      Comment

      Working...
      X