You are not logged in.

#1 2012-02-16 19:14:56

calef13
Member
Registered: 2007-06-10
Posts: 142

xrandr failing to list all resolutions[Solved]

Hi,

I'm trying to get dual head working. My main monitor is DVI 2048x1152. The new screen I'm trying to add is a tv connected via HDMI and an HDMI->DVI adapter(My graphics card has two DVI ports) with a resolution of 1920x1080.
I have an nvidia card and I'm using nouveau. I followed the guide on the wiki and came up with the following 20-nouveau.conf:

# the right one
Section "Monitor"
          Identifier   "TOSHIBA"
          Option "PreferredMode" "1920x1080_60.00"
EndSection

# the left one
Section "Monitor"
          Identifier   "SAMSUNG"
          Option "PreferredMode" "2048x1152_60.00"
          Option "LeftOf" "NEC"
EndSection

Section "Device"
    Identifier "nvidia card"
    Driver "nouveau"
    Option  "Monitor-DVI-I-1" "TOSHIBA"
    Option  "Monitor-DVI-I-2" "SAMSUNG
EndSection

Section "Screen"
    Identifier "screen1"
    DefaultDepth 24
      SubSection "Display"
       Depth      24
       Virtual 3968 2232
      EndSubSection
    Device "nvidia card"
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
EndSection

However, this has changed nothing and I still have the same issue below without the file above. The problem being that xrandr only lists a single resolution for my tv. Here is the output of xrandr:

Screen 0: minimum 320 x 200, current 2048 x 1152, maximum 4096 x 4096
DVI-I-1 connected 2048x1152+0+0 (normal left inverted right x axis y axis) 510mm x 287mm
   2048x1152      59.9*+
   1920x1080      50.0     60.0  
   1680x1050      60.0  
   1280x1024      60.0  
   1440x900       59.9  
   1280x960       60.0  
   1280x800       59.8  
   1280x720       50.0     60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   720x576        50.0  
   720x480        59.9  
   640x480        60.0  
DVI-I-2 connected 720x576+0+0 (normal left inverted right x axis y axis) 698mm x 393mm
   720x576        50.0* 
TV-1 disconnected (normal left inverted right x axis y axis)

Any ideas as to what could be wrong?

Last edited by calef13 (2012-02-18 21:19:56)

Offline

#2 2012-02-16 19:20:27

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: xrandr failing to list all resolutions[Solved]

When pasting code, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode

like this

Do the physical dimensions match?

Offline

#3 2012-02-16 19:23:56

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: xrandr failing to list all resolutions[Solved]

Your "PrefferedMode" settings do nothing, I think, as those modes aren't defined anywhere. Check /var/log/Xorg.0.log to see what it says about that. Also, you don't need the Screen and ServerLayout sections. I don't think they hurt, but remove them anyway.

Oh, and 'Option "LeftOf" "NEC"'... You don't have NEC defined anywhere, just TOSHIBA and SAMSUNG. Correct that.

Also, your (possibly non-functioning) "2048x1152_60.00" mode is set at SAMSUNG, which you've set as DVI-I-2, but your xrandr output says that the display on DVI-I-1 has this resolution. Correct that too.

Last edited by Gusar (2012-02-16 19:28:16)

Offline

#4 2012-02-18 19:56:18

calef13
Member
Registered: 2007-06-10
Posts: 142

Re: xrandr failing to list all resolutions[Solved]

Thanks for the replies smile

karol wrote:

When pasting code, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode

like this

Do the physical dimensions match?

Cheers, I changed the bbcodes. The physical dimensions match.

Gusar: I made the changes you mentioned, but it's still defaulting to this low resolution. I've added the Xorg.0.log too. The TV is connected to my comp using a DVI-to-HDMI adapter as the TV has no DVI inputs, only HDMI, could this be contributing to the problem? Is there anything else I should try or anything else I should read up on perhaps which might solve my problem like a udev rule or something? Is the problem likely to be nouveau? Is it worth trying the official nvidia driver?

# the right one
Section "Monitor"
          Identifier   "TOSHIBA"
          Option "PreferredMode" "1920x1080_60.00"
EndSection

# the left one
Section "Monitor"
          Identifier   "SAMSUNG"
          Option "PreferredMode" "2048x1152_60.00"
          Option "LeftOf" "TOSHIBA"
EndSection

Section "Device"
    Identifier "nvidia card"
    Driver "nouveau"
    Option  "Monitor-DVI-I-1" "SAMSUNG
    Option  "Monitor-DVI-I-2" "TOSHIBA"
EndSection
[    13.699] 
X.Org X Server 1.11.4
Release Date: 2012-01-27
[    13.699] X Protocol Version 11, Revision 0
[    13.699] Build Operating System: Linux 3.2.2-1-ARCH i686 
[    13.699] Current Operating System: Linux bluenode 3.2.6-1-ARCH #1 SMP PREEMPT Tue Feb 14 09:06:17 UTC 2012 i686
[    13.699] Kernel command line: root=/dev/disk/by-uuid/90b458eb-1ac7-4725-bb1e-a167456cecb4 ro
[    13.699] Build Date: 29 January 2012  03:41:53PM
[    13.699]  
[    13.699] Current version of pixman: 0.24.4
[    13.699] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    13.699] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.708] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 18 19:45:31 2012
[    13.839] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    13.859] (==) No Layout section.  Using the first Screen section.
[    13.859] (==) No screen section available. Using defaults.
[    13.859] (**) |-->Screen "Default Screen Section" (0)
[    13.859] (**) |   |-->Monitor "<default monitor>"
[    13.881] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    13.881] (**) |   |-->Device "nvidia card"
[    13.881] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    13.881] (==) Automatically adding devices
[    13.881] (==) Automatically enabling devices
[    13.990] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    13.990] 	Entry deleted from font path.
[    14.093] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    14.093] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.093] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.093] (II) Loader magic: 0x8228580
[    14.093] (II) Module ABI versions:
[    14.093] 	X.Org ANSI C Emulation: 0.4
[    14.094] 	X.Org Video Driver: 11.0
[    14.094] 	X.Org XInput driver : 13.0
[    14.094] 	X.Org Server Extension : 6.0
[    14.094] (--) PCI:*(0:5:0:0) 10de:0092:1682:2182 rev 161, Mem @ 0xf0000000/16777216, 0xe0000000/268435456, 0xf1000000/16777216, I/O @ 0x0000a000/128, BIOS @ 0x????????/131072
[    14.094] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    14.094] (II) LoadModule: "extmod"
[    14.263] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    14.327] (II) Module extmod: vendor="X.Org Foundation"
[    14.328] 	compiled for 1.11.4, module version = 1.0.0
[    14.328] 	Module class: X.Org Server Extension
[    14.328] 	ABI class: X.Org Server Extension, version 6.0
[    14.328] (II) Loading extension MIT-SCREEN-SAVER
[    14.328] (II) Loading extension XFree86-VidModeExtension
[    14.328] (II) Loading extension XFree86-DGA
[    14.334] (II) Loading extension DPMS
[    14.334] (II) Loading extension XVideo
[    14.334] (II) Loading extension XVideo-MotionCompensation
[    14.334] (II) Loading extension X-Resource
[    14.334] (II) LoadModule: "dbe"
[    14.334] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    14.349] (II) Module dbe: vendor="X.Org Foundation"
[    14.349] 	compiled for 1.11.4, module version = 1.0.0
[    14.349] 	Module class: X.Org Server Extension
[    14.349] 	ABI class: X.Org Server Extension, version 6.0
[    14.349] (II) Loading extension DOUBLE-BUFFER
[    14.349] (II) LoadModule: "glx"
[    14.350] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    14.405] (II) Module glx: vendor="X.Org Foundation"
[    14.405] 	compiled for 1.11.4, module version = 1.0.0
[    14.405] 	ABI class: X.Org Server Extension, version 6.0
[    14.405] (==) AIGLX enabled
[    14.405] (II) Loading extension GLX
[    14.405] (II) LoadModule: "record"
[    14.405] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    14.406] (II) Module record: vendor="X.Org Foundation"
[    14.406] 	compiled for 1.11.4, module version = 1.13.0
[    14.406] 	Module class: X.Org Server Extension
[    14.406] 	ABI class: X.Org Server Extension, version 6.0
[    14.406] (II) Loading extension RECORD
[    14.406] (II) LoadModule: "dri"
[    14.406] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    14.447] (II) Module dri: vendor="X.Org Foundation"
[    14.448] 	compiled for 1.11.4, module version = 1.0.0
[    14.448] 	ABI class: X.Org Server Extension, version 6.0
[    14.448] (II) Loading extension XFree86-DRI
[    14.448] (II) LoadModule: "dri2"
[    14.448] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    14.449] (II) Module dri2: vendor="X.Org Foundation"
[    14.449] 	compiled for 1.11.4, module version = 1.2.0
[    14.449] 	ABI class: X.Org Server Extension, version 6.0
[    14.449] (II) Loading extension DRI2
[    14.449] (II) LoadModule: "nouveau"
[    14.456] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    14.490] (II) Module nouveau: vendor="X.Org Foundation"
[    14.490] 	compiled for 1.11.3, module version = 0.0.16
[    14.490] 	Module class: X.Org Video Driver
[    14.490] 	ABI class: X.Org Video Driver, version 11.0
[    14.490] (II) NOUVEAU driver 
[    14.490] (II) NOUVEAU driver for NVIDIA chipset families :
[    14.490] 	RIVA TNT        (NV04)
[    14.490] 	RIVA TNT2       (NV05)
[    14.490] 	GeForce 256     (NV10)
[    14.490] 	GeForce 2       (NV11, NV15)
[    14.490] 	GeForce 4MX     (NV17, NV18)
[    14.490] 	GeForce 3       (NV20)
[    14.490] 	GeForce 4Ti     (NV25, NV28)
[    14.490] 	GeForce FX      (NV3x)
[    14.490] 	GeForce 6       (NV4x)
[    14.490] 	GeForce 7       (G7x)
[    14.490] 	GeForce 8       (G8x)
[    14.490] 	GeForce GTX 200 (NVA0)
[    14.490] 	GeForce GTX 400 (NVC0)
[    14.490] (++) using VT number 7

[    14.491] drmOpenDevice: node name is /dev/dri/card0
[    14.491] drmOpenDevice: open result is 7, (OK)
[    14.492] drmOpenByBusid: Searching for BusID pci:0000:05:00.0
[    14.492] drmOpenDevice: node name is /dev/dri/card0
[    14.492] drmOpenDevice: open result is 7, (OK)
[    14.492] drmOpenByBusid: drmOpenMinor returns 7
[    14.492] drmOpenByBusid: drmGetBusid reports pci:0000:05:00.0
[    14.492] (II) [drm] nouveau interface version: 0.0.16
[    14.492] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    14.492] (II) Loading sub module "dri"
[    14.492] (II) LoadModule: "dri"
[    14.492] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    14.492] (II) Module dri: vendor="X.Org Foundation"
[    14.492] 	compiled for 1.11.4, module version = 1.0.0
[    14.492] 	ABI class: X.Org Server Extension, version 6.0
[    14.492] (II) NOUVEAU(0): Loaded DRI module
[    14.492] drmOpenDevice: node name is /dev/dri/card0
[    14.492] drmOpenDevice: open result is 8, (OK)
[    14.492] drmOpenDevice: node name is /dev/dri/card0
[    14.492] drmOpenDevice: open result is 8, (OK)
[    14.492] drmOpenByBusid: Searching for BusID pci:0000:05:00.0
[    14.492] drmOpenDevice: node name is /dev/dri/card0
[    14.492] drmOpenDevice: open result is 8, (OK)
[    14.492] drmOpenByBusid: drmOpenMinor returns 8
[    14.492] drmOpenByBusid: drmGetBusid reports pci:0000:05:00.0
[    14.492] (II) [drm] DRM interface version 1.4
[    14.492] (II) [drm] DRM open master succeeded.
[    14.492] (--) NOUVEAU(0): Chipset: "NVIDIA NV47"
[    14.492] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    14.492] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    14.492] (==) NOUVEAU(0): RGB weight 888
[    14.492] (==) NOUVEAU(0): Default visual is TrueColor
[    14.492] (==) NOUVEAU(0): Using HW cursor
[    14.492] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[    14.492] (==) NOUVEAU(0): Page flipping enabled
[    14.708] (II) NOUVEAU(0): Output DVI-I-1 using monitor section SAMSUNG
[    14.708] (**) NOUVEAU(0): Option "PreferredMode" "2048x1152_60.00"
[    14.708] (**) NOUVEAU(0): Option "LeftOf" "TOSHIBA"
[    14.959] (II) NOUVEAU(0): Output DVI-I-2 using monitor section TOSHIBA
[    14.959] (**) NOUVEAU(0): Option "PreferredMode" "1920x1080_60.00"
[    15.010] (II) NOUVEAU(0): Output TV-1 has no monitor section
[    15.235] (II) NOUVEAU(0): EDID for output DVI-I-1
[    15.235] (II) NOUVEAU(0): Manufacturer: SAM  Model: 585  Serial#: 1297691187
[    15.235] (II) NOUVEAU(0): Year: 2009  Week: 37
[    15.235] (II) NOUVEAU(0): EDID Version: 1.3
[    15.235] (II) NOUVEAU(0): Digital Display Input
[    15.235] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[    15.235] (II) NOUVEAU(0): Gamma: 2.20
[    15.235] (II) NOUVEAU(0): DPMS capabilities: Off
[    15.235] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    15.235] (II) NOUVEAU(0): First detailed timing is preferred mode
[    15.235] (II) NOUVEAU(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    15.235] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[    15.235] (II) NOUVEAU(0): Supported established timings:
[    15.235] (II) NOUVEAU(0): 640x480@60Hz
[    15.235] (II) NOUVEAU(0): 800x600@56Hz
[    15.235] (II) NOUVEAU(0): 800x600@60Hz
[    15.235] (II) NOUVEAU(0): 1024x768@60Hz
[    15.235] (II) NOUVEAU(0): Manufacturer's mask: 0
[    15.235] (II) NOUVEAU(0): Supported standard timings:
[    15.235] (II) NOUVEAU(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    15.235] (II) NOUVEAU(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    15.235] (II) NOUVEAU(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    15.235] (II) NOUVEAU(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    15.235] (II) NOUVEAU(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    15.235] (II) NOUVEAU(0): Supported detailed timing:
[    15.235] (II) NOUVEAU(0): clock: 156.8 MHz   Image Size:  510 x 287 mm
[    15.235] (II) NOUVEAU(0): h_active: 2048  h_sync: 2096  h_sync_end 2128 h_blank_end 2208 h_border: 0
[    15.235] (II) NOUVEAU(0): v_active: 1152  v_sync: 1155  v_sync_end 1160 v_blanking: 1185 v_border: 0
[    15.235] (II) NOUVEAU(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 165 MHz
[    15.235] (II) NOUVEAU(0): Monitor name: SyncMaster
[    15.235] (II) NOUVEAU(0): Serial No: H9XS900214
[    15.235] (II) NOUVEAU(0): Supported detailed timing:
[    15.235] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  510 x 287 mm
[    15.235] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    15.235] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    15.235] (II) NOUVEAU(0): Supported detailed timing:
[    15.235] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  510 x 287 mm
[    15.235] (II) NOUVEAU(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    15.236] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    15.236] (II) NOUVEAU(0): Supported detailed timing:
[    15.236] (II) NOUVEAU(0): clock: 74.2 MHz   Image Size:  510 x 287 mm
[    15.236] (II) NOUVEAU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    15.236] (II) NOUVEAU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    15.236] (II) NOUVEAU(0): Supported detailed timing:
[    15.236] (II) NOUVEAU(0): clock: 74.2 MHz   Image Size:  510 x 287 mm
[    15.236] (II) NOUVEAU(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[    15.236] (II) NOUVEAU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    15.236] (II) NOUVEAU(0): Supported detailed timing:
[    15.236] (II) NOUVEAU(0): clock: 27.0 MHz   Image Size:  510 x 287 mm
[    15.236] (II) NOUVEAU(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[    15.236] (II) NOUVEAU(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[    15.236] (II) NOUVEAU(0): Supported detailed timing:
[    15.236] (II) NOUVEAU(0): clock: 27.0 MHz   Image Size:  510 x 287 mm
[    15.236] (II) NOUVEAU(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    15.236] (II) NOUVEAU(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    15.236] (II) NOUVEAU(0): Number of EDID sections to follow: 1
[    15.236] (II) NOUVEAU(0): EDID (in hex):
[    15.236] (II) NOUVEAU(0): 	00ffffffffffff004c2d85053332594d
[    15.236] (II) NOUVEAU(0): 	2513010380331d782aee91a3544c9926
[    15.236] (II) NOUVEAU(0): 	0f50542308008180814081009500b300
[    15.236] (II) NOUVEAU(0): 	0101010101013b3d00a0808021403020
[    15.236] (II) NOUVEAU(0): 	3500fe1f1100001a000000fd00383c1e
[    15.236] (II) NOUVEAU(0): 	5110000a202020202020000000fc0053
[    15.236] (II) NOUVEAU(0): 	796e634d61737465720a2020000000ff
[    15.236] (II) NOUVEAU(0): 	00483958533930303231340a20200165
[    15.236] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1413
[    15.236] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[    15.236] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[    15.236] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    15.236] (II) NOUVEAU(0): Modeline "2048x1152"x0.0  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[    15.236] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[    15.236] (II) NOUVEAU(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[    15.236] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    15.463] (II) NOUVEAU(0): EDID for output DVI-I-2
[    15.463] (II) NOUVEAU(0): Manufacturer: TSB  Model: 108  Serial#: 16843009
[    15.463] (II) NOUVEAU(0): Year: 2011  Week: 255
[    15.463] (II) NOUVEAU(0): EDID Version: 1.3
[    15.463] (II) NOUVEAU(0): Digital Display Input
[    15.463] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 70  vert.: 39
[    15.463] (II) NOUVEAU(0): Gamma: 2.20
[    15.463] (II) NOUVEAU(0): No DPMS capabilities specified
[    15.463] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    15.463] (II) NOUVEAU(0): First detailed timing is preferred mode
[    15.463] (II) NOUVEAU(0): redX: 0.637 redY: 0.335   greenX: 0.281 greenY: 0.607
[    15.463] (II) NOUVEAU(0): blueX: 0.145 blueY: 0.062   whiteX: 0.280 whiteY: 0.290
[    15.463] (II) NOUVEAU(0): Manufacturer's mask: 0
[    15.463] (II) NOUVEAU(0): Supported detailed timing:
[    15.463] (II) NOUVEAU(0): clock: 74.2 MHz   Image Size:  698 x 393 mm
[    15.463] (II) NOUVEAU(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    15.463] (II) NOUVEAU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    15.463] (II) NOUVEAU(0): Supported detailed timing:
[    15.463] (II) NOUVEAU(0): clock: 27.0 MHz   Image Size:  698 x 393 mm
[    15.463] (II) NOUVEAU(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[    15.463] (II) NOUVEAU(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[    15.463] (II) NOUVEAU(0): Monitor name: TOSHIBA-TV
[    15.463] (II) NOUVEAU(0): Ranges: V min: 49 V max: 76 Hz, H min: 15 H max: 81 kHz, PixClock max 145 MHz
[    15.463] (II) NOUVEAU(0): Supported detailed timing:
[    15.463] (II) NOUVEAU(0): clock: 74.2 MHz   Image Size:  698 x 393 mm
[    15.463] (II) NOUVEAU(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[    15.463] (II) NOUVEAU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    15.463] (II) NOUVEAU(0): Supported detailed timing:
[    15.463] (II) NOUVEAU(0): clock: 27.0 MHz   Image Size:  524 x 393 mm
[    15.463] (II) NOUVEAU(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[    15.463] (II) NOUVEAU(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[    15.463] (II) NOUVEAU(0): Supported detailed timing:
[    15.463] (II) NOUVEAU(0): clock: 74.2 MHz   Image Size:  698 x 393 mm
[    15.463] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    15.463] (II) NOUVEAU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    15.463] (II) NOUVEAU(0): Supported detailed timing:
[    15.463] (II) NOUVEAU(0): clock: 74.2 MHz   Image Size:  698 x 393 mm
[    15.463] (II) NOUVEAU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    15.463] (II) NOUVEAU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    15.463] (II) NOUVEAU(0): Number of EDID sections to follow: 1
[    15.463] (II) NOUVEAU(0): EDID (in hex):
[    15.463] (II) NOUVEAU(0): 	00ffffffffffff005262080101010101
[    15.463] (II) NOUVEAU(0): 	ff150103804627780a323da355489b25
[    15.463] (II) NOUVEAU(0): 	0f474a00000001010101010101010101
[    15.463] (II) NOUVEAU(0): 	010101010101011d80d0721c1620102c
[    15.463] (II) NOUVEAU(0): 	2580ba892100009e8c0ad09020403120
[    15.463] (II) NOUVEAU(0): 	0c405500ba8921000018000000fc0054
[    15.463] (II) NOUVEAU(0): 	4f53484942412d54560a2020000000fd
[    15.464] (II) NOUVEAU(0): 	00314c0f510e000a20202020202001ec
[    15.464] (II) NOUVEAU(0): Printing probed modes for output DVI-I-2
[    15.464] (II) NOUVEAU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[    15.516] (II) NOUVEAU(0): EDID for output TV-1
[    15.516] (II) NOUVEAU(0): Output DVI-I-1 connected
[    15.516] (II) NOUVEAU(0): Output DVI-I-2 connected
[    15.516] (II) NOUVEAU(0): Output TV-1 disconnected
[    15.516] (II) NOUVEAU(0): Using user preference for initial modes
[    15.516] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 2048x1152
[    15.516] (II) NOUVEAU(0): Output DVI-I-2 using initial mode 720x576
[    15.516] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    15.516] (--) NOUVEAU(0): Virtual size is 2768x1152 (pitch 0)
[    15.516] (**) NOUVEAU(0):  Driver mode "720x576": 27.0 MHz (scaled from 0.0 MHz), 31.2 kHz, 50.0 Hz
[    15.516] (II) NOUVEAU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[    15.516] (**) NOUVEAU(0): Display dimensions: (510, 290) mm
[    15.516] (**) NOUVEAU(0): DPI set to (137, 100)
[    15.516] (II) Loading sub module "fb"
[    15.516] (II) LoadModule: "fb"
[    15.517] (II) Loading /usr/lib/xorg/modules/libfb.so
[    15.578] (II) Module fb: vendor="X.Org Foundation"
[    15.578] 	compiled for 1.11.4, module version = 1.0.0
[    15.578] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.578] (II) Loading sub module "exa"
[    15.578] (II) LoadModule: "exa"
[    15.579] (II) Loading /usr/lib/xorg/modules/libexa.so
[    15.672] (II) Module exa: vendor="X.Org Foundation"
[    15.672] 	compiled for 1.11.4, module version = 2.5.0
[    15.672] 	ABI class: X.Org Video Driver, version 11.0
[    15.672] (II) Loading sub module "shadowfb"
[    15.672] (II) LoadModule: "shadowfb"
[    15.672] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    15.694] (II) Module shadowfb: vendor="X.Org Foundation"
[    15.694] 	compiled for 1.11.4, module version = 1.0.0
[    15.694] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.694] (--) Depth 24 pixmap format is 32 bpp
[    15.695] (II) NOUVEAU(0): Opened GPU channel 1
[    15.695] (II) NOUVEAU(0): [DRI2] Setup complete
[    15.695] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    15.695] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    15.696] (II) NOUVEAU(0): GART: 512MiB available
[    15.728] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
[    16.095] (II) EXA(0): Driver allocated offscreen pixmaps
[    16.095] (II) EXA(0): Driver registered support for the following operations:
[    16.095] (II)         Solid
[    16.095] (II)         Copy
[    16.095] (II)         Composite (RENDER acceleration)
[    16.095] (II)         UploadToScreen
[    16.095] (II)         DownloadFromScreen
[    16.095] (==) NOUVEAU(0): Backing store disabled
[    16.095] (==) NOUVEAU(0): Silken mouse enabled
[    16.096] (II) NOUVEAU(0): [XvMC] Associated with NV40 texture adapter.
[    16.096] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    16.096] (==) NOUVEAU(0): DPMS enabled
[    16.096] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    16.096] (--) RandR disabled
[    16.096] (II) Initializing built-in extension Generic Event Extension
[    16.096] (II) Initializing built-in extension SHAPE
[    16.096] (II) Initializing built-in extension MIT-SHM
[    16.096] (II) Initializing built-in extension XInputExtension
[    16.096] (II) Initializing built-in extension XTEST
[    16.096] (II) Initializing built-in extension BIG-REQUESTS
[    16.096] (II) Initializing built-in extension SYNC
[    16.096] (II) Initializing built-in extension XKEYBOARD
[    16.096] (II) Initializing built-in extension XC-MISC
[    16.096] (II) Initializing built-in extension SECURITY
[    16.096] (II) Initializing built-in extension XINERAMA
[    16.096] (II) Initializing built-in extension XFIXES
[    16.096] (II) Initializing built-in extension RENDER
[    16.096] (II) Initializing built-in extension RANDR
[    16.096] (II) Initializing built-in extension COMPOSITE
[    16.096] (II) Initializing built-in extension DAMAGE
[    17.321] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    17.323] (II) AIGLX: enabled GLX_INTEL_swap_event
[    17.323] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    17.323] (II) AIGLX: enabled GLX_SGI_make_current_read
[    17.323] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    17.323] (II) AIGLX: Loaded and initialized nouveau
[    17.323] (II) GLX: Initialized DRI2 GL provider for screen 0
[    17.333] (II) NOUVEAU(0): NVEnterVT is called.
[    17.335] (II) NOUVEAU(0): Setting screen physical size to 732 x 304
[    17.335] resize called 2768 1152
[    17.980] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    17.980] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    17.980] (II) LoadModule: "evdev"
[    17.980] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    17.997] (II) Module evdev: vendor="X.Org Foundation"
[    17.997] 	compiled for 1.10.99.902, module version = 2.6.0
[    17.997] 	Module class: X.Org XInput Driver
[    17.997] 	ABI class: X.Org XInput driver, version 13.0
[    17.997] (II) Using input driver 'evdev' for 'Power Button'
[    17.997] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    17.998] (**) Power Button: always reports core events
[    17.998] (**) Power Button: Device: "/dev/input/event3"
[    17.998] (--) Power Button: Found keys
[    17.998] (II) Power Button: Configuring as keyboard
[    17.998] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    17.998] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    17.998] (**) Option "xkb_rules" "evdev"
[    17.998] (**) Option "xkb_model" "evdev"
[    17.998] (**) Option "xkb_layout" "us"
[    18.025] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    18.025] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.025] (II) Using input driver 'evdev' for 'Power Button'
[    18.025] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.025] (**) Power Button: always reports core events
[    18.025] (**) Power Button: Device: "/dev/input/event2"
[    18.025] (--) Power Button: Found keys
[    18.025] (II) Power Button: Configuring as keyboard
[    18.025] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    18.025] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    18.025] (**) Option "xkb_rules" "evdev"
[    18.025] (**) Option "xkb_model" "evdev"
[    18.025] (**) Option "xkb_layout" "us"
[    18.025] (II) config/udev: Adding input device Logitech USB Gaming Mouse (/dev/input/event1)
[    18.025] (**) Logitech USB Gaming Mouse: Applying InputClass "evdev pointer catchall"
[    18.025] (II) Using input driver 'evdev' for 'Logitech USB Gaming Mouse'
[    18.025] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.025] (**) Logitech USB Gaming Mouse: always reports core events
[    18.025] (**) Logitech USB Gaming Mouse: Device: "/dev/input/event1"
[    18.025] (--) Logitech USB Gaming Mouse: Found 20 mouse buttons
[    18.025] (--) Logitech USB Gaming Mouse: Found scroll wheel(s)
[    18.025] (--) Logitech USB Gaming Mouse: Found relative axes
[    18.025] (--) Logitech USB Gaming Mouse: Found x and y relative axes
[    18.026] (II) Logitech USB Gaming Mouse: Configuring as mouse
[    18.026] (II) Logitech USB Gaming Mouse: Adding scrollwheel support
[    18.026] (**) Logitech USB Gaming Mouse: YAxisMapping: buttons 4 and 5
[    18.026] (**) Logitech USB Gaming Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    18.026] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-9/2-9:1.0/input/input1/event1"
[    18.026] (II) XINPUT: Adding extended input device "Logitech USB Gaming Mouse" (type: MOUSE, id 8)
[    18.026] (II) Logitech USB Gaming Mouse: initialized for relative axes.
[    18.026] (**) Logitech USB Gaming Mouse: (accel) keeping acceleration scheme 1
[    18.026] (**) Logitech USB Gaming Mouse: (accel) acceleration profile 0
[    18.026] (**) Logitech USB Gaming Mouse: (accel) acceleration factor: 2.000
[    18.026] (**) Logitech USB Gaming Mouse: (accel) acceleration threshold: 4
[    18.026] (II) config/udev: Adding input device Logitech USB Gaming Mouse (/dev/input/mouse0)
[    18.026] (II) No input driver specified, ignoring this device.
[    18.026] (II) This device may have been added with another device file.
[    18.026] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    18.026] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    18.026] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    18.026] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.026] (**) AT Translated Set 2 keyboard: always reports core events
[    18.026] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    18.026] (--) AT Translated Set 2 keyboard: Found keys
[    18.026] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    18.026] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    18.027] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    18.027] (**) Option "xkb_rules" "evdev"
[    18.027] (**) Option "xkb_model" "evdev"
[    18.027] (**) Option "xkb_layout" "us"
[    18.027] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    18.027] (II) No input driver specified, ignoring this device.
[    18.027] (II) This device may have been added with another device file.

Offline

#5 2012-02-18 20:24:02

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: xrandr failing to list all resolutions[Solved]

calef13 wrote:

The TV is connected to my comp using a DVI-to-HDMI adapter as the TV has no DVI inputs, only HDMI, could this be contributing to the problem?

No, DVI and HDMI carry the exact same video signal.

As expected, your PreferredMode lines do nothing, the modes you put there are not defined anywhere. But your X log does show something interesting: It seems your Toshiba TV is capable only of 1080i, meaning 1920x540 interlaced. And I'm not sure nouveau supports interlaced modes. So I'd advise using 1280x720 with it. If it weren't for this:

[    15.464] (II) NOUVEAU(0): Printing probed modes for output DVI-I-2
[    15.464] (II) NOUVEAU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)

Nouveau only lists the 720x576 mode for some reason.


Give this a try:

# the right one
Section "Monitor"
          Identifier   "TOSHIBA"
          ModeLine   "1280x720"   74.20  1280 1390 1430 1650  720 725 730 750 -hsync -vsync
          Option       "PreferredMode" "1280x720"
EndSection

# the left one
Section "Monitor"
          Identifier   "SAMSUNG"
          Option "LeftOf" "TOSHIBA"
EndSection

Section "Device"
    Identifier "nvidia card"
    Driver "nouveau"
    Option  "Monitor-DVI-I-1" "SAMSUNG
    Option  "Monitor-DVI-I-2" "TOSHIBA"
EndSection

If that won't work, yeah, you could try the nvidia driver. The setup of that is completely different though. So if you do decide to play with the nvidia driver, start with first using just a single display. Once you have that running, we can play with multiple displays.

Last edited by Gusar (2012-02-18 20:51:47)

Offline

#6 2012-02-18 21:19:38

calef13
Member
Registered: 2007-06-10
Posts: 142

Re: xrandr failing to list all resolutions[Solved]

Thanks that worked like a charm!

I would rather have it running at max resolution so I'll give the nvidia drivers a go. At least now I can understand that xorg.log output better and I know how to make those modelines, that'll be useful thanks.

Any idea as to why X doesn't list 1280x720 as a valid mode?

Offline

Board footer

Powered by FluxBB