[Ubuntu-x-swat] [Bug 738352] Re: xrandr S-video video mode not changeable

2012-05-31 Thread Gustavo Lopes
Hello,

I m a bit new to Linux so I suppose I m just spelling wrong the command
and it is not a bug.

My tv only accepts PAL-M or NTSC-M but all distros I tried come set to PAL. 
I've been trying different spells to xrandr and have been receiving different 
error messages, none of them equal to the one benste recieved X Error of 
failed request: BadValue (integer parameter out of range for operation). I'v 
seen a few pages and tutorials about xrandr but could not figure out the 
correct spell. Could anyone please tell me if is it my mistake or a real bug. I 
ran xrandr --verbose and it say PAL-M and NTSC-M are supported. I'm running 
Mint 9 isadora LXDE w/ nouveau driver on a NVidia FX-5200 card and haven't have 
any success neither with the command after a plain installation nor after 
updating as many packages as possible (even some not recommended). I also tried 
Mint 12 lxde, debian AMD64 LXDE and a few others w/ no success. I also 
installed some GUI for xrandr but haven't found one that have this option.

Here a few examples of what I tried and the errors messages I got:

gustavo@familiafeliz ~ $ xrandr --output TV-1 --mode PAL-M
xrandr: cannot find mode PAL-M
gustavo@familiafeliz ~ $ xrandr --output TV-1 --set TV-MODE PAL-M
X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  150 (RANDR)
  Minor opcode of failed request:  11 (RRQueryOutputProperty)
  Serial number of failed request:  27
  Current serial number in output stream:  27
gustavo@familiafeliz ~ $ xrandr --output TV-1 --set TV-STANDARD PAL-M
X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  150 (RANDR)
  Minor opcode of failed request:  11 (RRQueryOutputProperty)
  Serial number of failed request:  27
  Current serial number in output stream:  27
gustavo@familiafeliz ~ $ xrandr --output TV-1 --set tv_standard pal-m
X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  150 (RANDR)
  Minor opcode of failed request:  11 (RRQueryOutputProperty)
  Serial number of failed request:  27
  Current serial number in output stream:  27

I'll really appreciate if anyone could tell me how to solve that problem. 
Apart from that Linux is running PERFECT and has brought back a lot of vitality 
to my old PC .

Thanks in advance
Gustavo



** Changed in: xserver-xorg-video-nouveau (Ubuntu)
   Status: Expired = Invalid

** Converted to question:
   
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+question/199043

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/738352

Title:
  xrandr S-video video mode not changeable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/738352/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 738352] Re: xrandr S-video video mode not changeable

2011-08-13 Thread FaberfoX
I've recently upgraded a machine with integrated Geforce4 MX video to
11.04 and now I can't change tv output format with nouveau.

xrandr --prop:

Screen 0: minimum 320 x 200, current 800 x 600, maximum 4096 x 4096
VGA-1 disconnected (normal left inverted right x axis y axis)
VGA-2 disconnected (normal left inverted right x axis y axis)
DVI-D-1 disconnected (normal left inverted right x axis y axis)
dithering:  Off
supported: Off  On   Automatic   
scaling mode:   Full
supported: None Full Center   Full aspect 
TV-1 connected 800x600+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
overscan: 50 (0x0032)   range:  (0,100)
hue: 0 (0x) range:  (0,100)
saturation: 50 (0x0032) range:  (0,100)
flicker reduction: 50 (0x0032)  range:  (0,100)
mode:   PAL
supported: PAL  PAL-MPAL-NPAL-Nc  
   NTSC-M   NTSC-J  
subconnector:   SCART
supported: Unknown  CompositeSVIDEO   Component   
   SCART   
select subconnector:Automatic
supported: AutomaticCompositeSVIDEO   Component   
   SCART   
   720x57650.0 +
   1024x768   50.0  
   800x60050.0* 
   720x48050.0  
   640x48050.0  
   400x300   100.0  
   320x240   100.0  
   320x200   100.0 

Trying to set any of the non-numeric props triggers the reported error:

xrandr --output TV-1 --set mode NTSC-M
X Error of failed request:  BadValue (integer parameter out of range for 
operation)
  Major opcode of failed request:  150 (RANDR)
  Minor opcode of failed request:  13 (RRChangeOutputProperty)
  Value in failed request:  0x54
  Serial number of failed request:  33
  Current serial number in output stream:  34

The same error is reported for :

xrandr --output TV-1 --set subconnector Composite

From the error it seems like it's expecting a numeric parameter for the
mode prop, passing 0, 1, 2 and 3 return the same error.  The numeric
parameters work, like:

xrandr --output TV-1 --set flicker reduction 100

After installing the xorg-edgers ppa the error is still present.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/738352

Title:
  xrandr S-video video mode not changeable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/738352/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 738352] Re: xrandr S-video video mode not changeable

2011-08-13 Thread FaberfoX
One more thing, I was previously using the nvidia driver on 10.10 that's
no longer supported on 11.04, so I'm not sure if this bug existed on
10.10. I can do a parallel install if needed to check if it's a
regression.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/738352

Title:
  xrandr S-video video mode not changeable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/738352/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 738352] Re: xrandr S-video video mode not changeable

2011-08-13 Thread FaberfoX
Ok, and just one more:

xrandr --output DVI-D-1 --set scaling mode None

works, so my idea that this was only for non-numeric values can be
discarded, it seems to only affect output TV-1

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/738352

Title:
  xrandr S-video video mode not changeable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/738352/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 738352] Re: xrandr S-video video mode not changeable

2011-05-13 Thread bugbot
We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xserver-xorg-video-nouveau (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/738352

Title:
  xrandr S-video video mode not changeable

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 738352] Re: xrandr S-video video mode not changeable

2011-04-02 Thread benste
when trying to change Video output mode to NTSC or PAL

plug in - connect - try to change with the command from above

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/738352

Title:
  xrandr S-video video mode not changeable

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 738352] Re: xrandr S-video video mode not changeable

2011-04-01 Thread Bryce Harrington
Thanks, and what were the steps / commands you used to get it working
again?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/738352

Title:
  xrandr S-video video mode not changeable

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 738352] Re: xrandr S-video video mode not changeable

2011-03-24 Thread benste
changed description and summary - full output is already in the first
post.

steps to reproduce, connect a TV, open gnome-terminal
type

xrandr ... (see in first post)

get the error

** Summary changed:

- s-video - TV grey only (should be PAL)
+ xrandr S-video video mode not changeable

** Description changed:

  Binary package hint: xserver-xorg-video-nouveau
- 
- The Phillips TV should have colurs if using PAL - but is grey only
- changeing mode from PAL to NTSC for testing only results in an error
+ Getting an error message when trying to change Video output mode to NTSC or 
PAL - luckyly i have to use PAL
+ -
  benste@ubuntunatty:~$ xrandr --output TV-1 --set mode NTSC
  X Error of failed request:  BadValue (integer parameter out of range for 
operation)
    Major opcode of failed request:  150 (RANDR)
    Minor opcode of failed request:  13 (RRChangeOutputProperty)
    Value in failed request:  0x94
    Serial number of failed request:  33
    Current serial number in output stream:  34
  -
  the same one appears when changeing to PAL  if the TV is already enabled
  -.-
  benste@ubuntunatty:~$ xrandr --output TV-1 --set mode PAL
  X Error of failed request:  BadValue (integer parameter out of range for 
operation)
    Major opcode of failed request:  150 (RANDR)
    Minor opcode of failed request:  13 (RRChangeOutputProperty)
    Value in failed request:  0x94
    Serial number of failed request:  35
    Current serial number in output stream:  36
  
- [removed xrandr.txt] → didn't now it's attached automaticly
+ 
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20110107+b795ca6e-0ubuntu5
  ProcVersionSignature: Ubuntu 2.6.38-6.34-generic 2.6.38-rc7
  Uname: Linux 2.6.38-6-generic x86_64
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  DRM.card0.DVI.D.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes:
   edid-base64:
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1280x800 1024x768 800x600 640x480 720x400 640x400 640x350
   edid-base64:
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes:
   edid-base64:
  Date: Sat Mar 19 19:09:48 2011
  DistUpgraded: Log time: 2011-03-18 18:25:47.30
  DistroCodename: natty
  DistroVariant: ubuntu
  GraphicsCard:
   nVidia Corporation G73 [GeForce Go 7600] [10de:0398] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Sony Corporation Device [104d:81ef]
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110315)
  MachineType: Sony Corporation VGN-FE31M
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-6-generic 
root=/dev/mapper/HDD-nattyTEST ro quiet splash vt.handoff=7
  Renderer: Unknown
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: Upgraded to natty on 2011-03-18 (1 days ago)
  dmi.bios.date: 08/17/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R0170J3
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: 7R1Ma4f250a8f25490a4
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: C3LN17TL
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR0170J3:bd08/17/2006:svnSonyCorporation:pnVGN-FE31M:pvrC3LN17TL:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrC3LN17TL:
  dmi.product.name: VGN-FE31M
  dmi.product.version: C3LN17TL
  dmi.sys.vendor: Sony Corporation
  version.compiz: compiz 1:0.9.4-0ubuntu4
  version.libdrm2: libdrm2 2.4.23-1ubuntu3
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu2
  version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu11
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu5

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/738352

Title:
  xrandr S-video video mode not changeable

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp