So homerhomer any clues on what could possibly be wrong if i get a flickering black n white screen when trying your fix? Flickering as in a lot of black and white stuff, indistinguishable to my weak human eye. It changes with what i do in the laptop screen so at least i can drop the idea of no connection at all.
I've spent a day at this and i think you've brought me closer than ive been so far. The only clue i get when running you're Svideo_on script is this message in the terminal:
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 149 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 25
Current serial number in output stream: 25
Googling generates pretty poor results for me.
This is homerhomers script if t helps any one else who wants a go at helping:
Code:
#!/bin/bash
xrandr -s 800x600
xrandr --newmode 800x600 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync
xrandr --addmode S-video 800x600
xrandr --output S-video --mode 800x600
I've also got this error going for me when using another script running a few xrandr commands.
Code:
xrandr: cannot find mode 800x600
Found Xv 2.2
XV_CRTC set to 1
That script would be the following:
Code:
xrandr --output VGA-0 --mode 800x600
xrandr --addmode S-video 800x600
xrandr --output S-video --mode 800x600 --set tv_standard pal
xvattr -a XV_CRTC -v 1
Bookmarks