Ubuntu :: Can't Find The Bug In Simple Xrandr Script

Mar 27, 2011

I have Ubuntu installed on a live USB (as-well as dual-booted on my main computer with win7) and this live USB doesn't recognize the right resolution of a particular computers' monitor so I have made a script which (theoretically) all I need to do is double click it to fix the screen for this one monitor's config.Now the issue is that I cannot for the life of me figure out why it won't work. when I run it (it has xrandr commands in it) it tells me the usage for it.

Code:

#! /bin/bash
cvt 1280 1024 60 | tail -c -82 > temp.txt
xrandr --newmode < temp.txt
xrandr --addmode VGA1 "1280x1024_60.00"

[code]....

View 1 Replies


ADVERTISEMENT

Ubuntu Networking :: Simple Scan Cannot Find Lexpark All In One

Sep 30, 2010

I have a Lexmark interpret S405 all in one. I got it to work as a wireless printer with the downloads provided by Lexmark. I installed simple-scan (sane) to enable scanning. Simple scan works, since it sees another all in one printer in our house and is able to scan. In addition, simple-scan does work on the Lexmark when I hook it up with a USB cable. HOWEVER, for some reason simple-scan does not see my Lexmark, despite the fact that it is seen as a wireless printer. So, the following discrepancy is present

a) My Lexmark is recognized by my computer as a wireless printer

b) Simple-scan does work, since it recognizes and scans another all in one and it does work with my Lexmark when connected with a USB cable

c) Nevertheless Simple-scan does not recognize my Lexmark all in one wirelessly.
My question to this distinguished form is: How can I make simple-scan recognize my Lexmark wireleslsy?

View 4 Replies View Related

Ubuntu :: Couldn't Find A Simple Currency Conversion Tool With Gdesklets

Mar 21, 2010

I just made the complete switch from windows 7. I'm looking for a weather applet and a currency conversion applet for my desktop.

I tried gdesklets but I couldn't get any of the weather applets to work. They couldn't find weather data. The weather part of my gnome-panel works fine.

I also couldn't find a simple currency conversion tool with gdesklets.

Ps: major kudos for anyone who can find a tv guide desklet.

View 5 Replies View Related

Ubuntu Multimedia :: Cannot Find A Simple Video Cutter That Works All The Time

Nov 13, 2010

I been struggling with this since Karmic and I know others have as well. This is really the only thing making me keep a Windows install around for my personal stuff.

Problem: Convert .TS files to iPod or really any smaller format keeping A/V sync after edit. I can covert my .TS file perfectly if I do not edit it but I want to just do a simple, quick trim of 2 mins from beginning and end.

HandBrake with convert the file perfectly but cannot trim. Avidemux does a great job on the video but I always have to play with the audio shift to get it in sync. It is usually betwenn -250ms to -1000ms off but I cannot count on it. If I run the video through DGIndex in Wine or view it with Mediainfo both programs detect the an offset problem but they are always wrong by almost 500ms and it is never constant.

Regular video editing I have pretty good luck with my normal DV files and I could even run the .TS files through other programs but it is too time consuming to be useful form this simple task. Anytime I want to take my recorded TV .TS files I cannot edit them quickly without making a full project out of it in Openshot Cinelerra, etc.

Has anyone found a quick, reliable way to do some lite video trimming in Ubuntu and keep A/V sync without having to resort to any Windows programs?

EDIT: Also I really do not want to resort to have to demux separately either. I know I am asking a lot but I got spoiled with a couple of Windows programs that will edit without reencode programs like VideoReDo can do the editing and converting all at once (for $100 !).

View 9 Replies View Related

Ubuntu Networking :: Find IP Address Of Computers In LAN Served By Simple DHCPd?

Feb 8, 2011

How to find IP address of computers in LAN served by simple DHCPd (in ADSL modem - without IP reservations/MAC address).

So is in Ubuntu something like on-fly name resolution in Windows ? Without running DNS server with some kind of DynDNS ?

e.g.

My comp has hostname "GoGo" but I get random IP address from DHCP.

How can other PC on same LAN resolve my changing IP address ?

View 5 Replies View Related

Programming :: How To Compile / Simple Tutorial For Making Simple Program

Oct 7, 2010

i'm a college student studying pc programing, and i was given today a special work and i have to program using miranda... which i've never used it >.< can anyone give me a hand to where to download, how to compile, and a simple tutorial for making a simple program or something?

View 3 Replies View Related

Ubuntu :: No Outputs Listed By Xrandr?

Mar 21, 2010

I'm trying to use this thread to set my laptop's resolution to 640x480. To do this, I need to use the addmode command which expects me to list an OUTPUT. What OUTPUT do I list? The "xrandr -q" command doesn't list any outputs.Here is the result of me typing "xrandr -q":

Code:
Screen 0: minimum 800 x 600, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm

[code]...

View 5 Replies View Related

Ubuntu :: S-Video Out On Lucid With Xrandr?

May 15, 2010

I used to have older version of ubuntu (previous to Lucid,10.4 LTS), and I have a Sony WEGA TV connected to my unbutu laptop w S-Video card connected for Video out...and I used to run following command to activate S-Video out to my TV and it worked perfect...

here's the command that worked :
~$ xrandr --output S-video --set load_detection 1
Now after updating to Lucid/10.4 LTS, this command started getting an error :
~$ xrandr --output S-video --set load_detection 1

[Code]....

View 1 Replies View Related

Ubuntu :: One Virtual Desktop Per Monitor / Using XRANDR

Mar 14, 2010

I have two monitors, my laptop screen, and an LCD monitor. I want to configure linux to put one virtual desktop on one, and a second on another. I'm using Compiz as well, so I'd like it to show one side of the cube on each monitor. I'm not really sure how to go about setting this up though. My attempts so far have stretched the same desktop across both monitors, or resulted in an unusable monitor that just sits there with the default background. While I was trying to figure this out I came across something called XRandR that lets you connect/disconnect monitors without restarting xserver. I'm not sure how to get this going either, the only tutorials I found were for intel chipsets, and I'm using the proprietary NVidia drivers.

View 9 Replies View Related

Ubuntu Multimedia :: Xrandr With External Display On R50?

Aug 24, 2010

I have been running linux on my thinkpad r50 for about a year, specifically 9.04. The problem is with this new 10.04 lts installation when I go to hook up an external monitor via the avg port and run xrandr to initialize the display, the laptop monitor panel becomes a garbled image and the television that is attached to the computer says no input. As of now I am stumped and open for assistance on this one.

View 1 Replies View Related

Ubuntu :: Remote Machine Should Be Third Monitor In Xrandr?

Jan 10, 2011

I ran the following commands on my ubuntu desktop :

xrandr --output VGA-0 --mode 1680x1050
xrandr --output VGA-1 --mode 1680x1050
xrandr --output VGA-1 --left-of VGA-0

This gives me dual head. I have a second machine on the same 100mbps network that is also running Ubuntu. I want to run X on that machine and have it's X session as a monitor in xrandr, so I would add something like this :xrandr --output REMOTE-1 --right-of VGA-1Is this possible?

View 1 Replies View Related

OpenSUSE :: Xrandr For Kdm Before Xsession?

Aug 4, 2009

Normally you can put your xrandr command in /etc/kde4/kdm/Xsetup to change resolution before login. This does not work for openSUSE. Why, where else ?

View 1 Replies View Related

General :: Xrandr From Remote Through Ssh?

Mar 16, 2011

I just tried to deactivate the VGA connection on my laptop remotely and received this result:

Code:

$ export DISPLAY=:0
$ xrandr
No protocol specified
Can't open display :0
$

I'm nearly certain I was able to use xrandr through ssh at some point in the past, but my memory of the exact time line is inadequate.

View 13 Replies View Related

Ubuntu :: Kubuntu 9.10 Xrandr Can't Open Display And Low Resolution?

Feb 25, 2010

I just installed Kubuntu on my computer running win xp. I have had problems with the resolution because it only lets me set it at 800x600. I have read many of the post here and most of them tell your to use xrandr or xorg config. When i run the xrandr iI end up with a message saying can't open display and also when i try the xorg confing. I installed kubuntu using wubi.

View 3 Replies View Related

Ubuntu Multimedia :: XRandR Doesn't Detect DVI Output To TV?

Mar 25, 2010

I'm trying to hook up my TV to my MacBook1,1 laptop running the Lucid Lynx Beta. The TV is connected to the laptop via a mini-DVI to DVI-I adaptor, which is connected to a DVI-I to video adaptor, and this is connected to the TV via a component cable.

Under OS X, after plugging in the mini-DVI cable, the TV automatically becomes a secondary display for the laptop (extending the current screen), so from a hardware perspective everything seems ok. Under Ubuntu, plugging in the mini-DVI cable elicits no response from XRandR whatsoever (xrandr -q reports DVI1 disconnected both before and after). URandR and the regular "Detect Displays" button in the "Monitors" preference app do nothing. The laptop has an Intel GMA 950 chipset, and the Intel driver is running successfully (Compiz works fine). I have a clean xorg.conf (generated by X -configure), except for the addition of "Virtual 2048 2048" in one of the SubSections of the Screen section. I'd be happy to post the full xorg.conf if it would be useful.

So far I have tried xorg.conf tweaks, and I have followed instructions to manually tell xrandr to output to DVI1 as described in the comment by Marko Mikulicic here.

View 1 Replies View Related

Ubuntu / Apple :: Adjusting Screen Position With Xrandr?

Apr 9, 2010

I am running a dual boot conifg with OSX and Ubuntu PPC (karmic) on a 2004 G5 and everything is working pretty well - very well actually. The last thing I am trying to adjust is such a simple thing, but I just can't seem to get it. In Ubuntu, the screen position is shifted to the right, covering the scroll bar of windows and the trash can.

No problem, just use xvidtune, adjust the screen as I want and create a custom modeline right? Well, it does not seem to work.Here is what I did:Using xrandr I created a --newmode and then used --addmode to add it to the output I am using (default):

Code:

mieren@G5-Ubuntu:~$ xrandr --output default --newmode 1680x1050_new 146.25 1680 1820 1996 2268 1050 1053 1059 1089 -hsync +vsync
mieren@G5-Ubuntu:~$ xrandr -q
Screen 0: minimum 320 x 240, current 1680 x 1050, maximum 1680 x 1050

[code]....

Notice how the new mode now lacks the rest of the config information specified in the --newmode above, not sure if this is normal.I can change to the new mode, and the resolution is correct, but the screen is still not adjusted. There is no difference switching between the 1680x1050 and the 1680x1050_new modes - the screen may flash, but the position does not change.

(I also tried adding a mode line to /etc/X11/xorg.conf screen section, but it also has no effect. Actually, there was no xorg.conf existing at all, so I created a minimal one.)It is really annoying to have to adjust the screen position using the monitor controls on every reboot.

View 1 Replies View Related

Ubuntu Multimedia :: Xrandr Won't Let Increase Screen Resolution?

Jun 23, 2010

I have been arguing with my acer aspire one laptop since I bought it in terms of the screen resolution and have never been able to solve the problem, although I seem to be getting close. I just updated to 10.04 (the netbook remix).I have been following the instructions for how to fix it here. The result was this:

Code:
liz@Pippin:~$ cvt 1366 768
# 1368x768 59.88 Hz (CVT) hsync: 47.79 kHz; pclk: 85.25 MHz

[code]....

View 3 Replies View Related

Ubuntu :: Add A New Resolution Mode To Monitor But XrandR Always Fails

Oct 12, 2010

I was trying to add a new resolution mode to my monitor, but XrandR always fails. These are the steps I follow:

Quote:

$ gtf 1280 768 60

then I copy the result and type

Quote:

xrandr --newmode "1280x768_60.00" 80.14 1280 1344 1480 1680 768 769 772 795 -HSync +Vsync

[Code]....

Finally I just can't create another resolution. And yes, my monitor should run in 1280x768.

View 9 Replies View Related

Ubuntu :: Maverick: Xrandr --dpi Fails To Change Resolution?

Nov 21, 2010

I need to set the resolution of my display to 96 dpi.

The command that used to work was
$ xrandr --dpi 96
In Maverick, this gives me

[code]....

View 3 Replies View Related

Ubuntu Multimedia :: Can Xrandr Supports Dual Screens

Dec 30, 2010

how Xrandr supports Dual screens. I am attempting to setup Dual Screens on a Ubuntu 10.10 System with an ATI twin head card (DVI + HDMI) Non-mirrored, separate desktops However on connecting a device to the HDMI output - the DVI screen output appears to loose all panels, icons. Only the mouse pointer & desktop background remains.

I believe the output is defaulting from screen 0 to screen 1. I found a solution by creating two devices in xorg.conf and assigning one for each separate screen. BUT this created a new problem of loosing my mouse pointer. how I can get my mouse pointer working or the correct way to setup dual screens.

[URL]

View 9 Replies View Related

Ubuntu :: Xrandr -o Right Turns To (half) Black Screen

May 7, 2011

It happens before,put normally it'll disappear after several second, As the title said, every time I execute "xrandr -o right" ,the screen rotates but the top half turns to a black screen.I click the unity and it can appear on the area,the cursor appears too. I was't sure if the problem was caused by natty or not,so let's find out.

View 2 Replies View Related

Ubuntu :: Set Monitor Size When Xrandr Doesn't Offer It?

Jul 16, 2011

I am running ubuntu 11.04. I am able to set my screen size to 1600x1200 in windows but ubuntu doesn't offer me that size in xrandr, though it says my maximum size is 4096x4096, I have posted my xrandr results below. What do I do to set my screen to the higher resolution?

Screen 0: minimum 320 x 200, current 1280 x 960, maximum 4096 x 4096
VGA1 connected 1280x960+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0
800x600 60.3 56.2

[Code]....

View 3 Replies View Related

General :: Xrandr Changes X's Orientation Too Slowly

Oct 12, 2010

I'm changing X's orientation with following command

xrandr -o left
xrandr -o normal

When orientation is changing screen becomes black for a moment then it switches orientation.So how to get rid of this black screen effect ? Maybe some other options should be added to xrandr ?

View 4 Replies View Related

General :: Using Xrandr To Extend Desktop?

Jan 19, 2009

I'm trying to use xrandr to extend the desktop on my laptop to my lcd monitor. I have tried a few different ways but no matter what I do the desktop will end up on my LCD and the laptop is the extended desktop. Anyone know where I am going wrong? Here is the command I've been using:

xrandr --output LVDS --auto --output VGA --auto --left-of LVDS

View 2 Replies View Related

General :: Where To Place Xrandr Configuration

Aug 8, 2011

I have migrtaed from Arch, my first experience with linux for the past 2 months, to Debian and i'm currently setting up my system. I have a X61s Thinkpad with a cracked screen which i use with the ultrabase with an external monitor and keyboard. The monitor requires me to use fbset on console and xrandr for a graphical enviroment Whilst i was using Arch i used 'startx' to access openbox and placed my xrandr configuration in ~/.xinitrc but with debian i have wanted to use a login manager, Slim.

Because i am using KMS for my intel based system i don't have an xorg.conf and because i am using slim i am not using ~/.xinitrc I read somwhere that creating an ~/.xprofile file would solve this but i have not had any luck. So i am wondering where would be the best place to put the xrandr configuration?

View 1 Replies View Related

Software :: Xrandr Not Finding Modes?

Jul 14, 2010

I'm on Debian Squeeze, my PC has a Radeon HD4770 card. I honestly don't know if it's currently running on OS or proprietary fglrx drivers; I installed fglrx, but the control panel app insists the driver isn't loaded. I'm following these instructions to try to get my screen running at 1280x960x85. It's currently at 1280x1024x85, but it's an old CRT that, for some reason, works fine at 1280x960 but gets unfocused at 1280x1024. I'm following the step "adding undetected resolutions", and here's the result:

Code:

fallingwater@longcat:~$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 2048 x 2048
DVI-1 disconnected (normal left inverted right x axis y axis)

[code].....

View 2 Replies View Related

Software :: Xrandr Spanning Across 2 Cards?

Mar 24, 2011

I want to use xrandr to span 3 monitors across 2 cards, is this possible? Supposedly this is supported in version 1.3 of Xrandr; which I have, but I can't figure out the syntax.

View 2 Replies View Related

Slackware :: Xfce 4.8 With Xrandr Autostart On 13.1?

Feb 21, 2011

I am openbox user and yesterday I tested new Xfce 4.8 on Slack 13.1. But problem is the same as in older release. Xrandr autostart. I use LCD connected on my notebook and autostart script in Xfce is slow, cant set right resolution on boot. System start, and blink monitor and set correct resolution 1920x1200 on LCD Monitor after 0.5 seconds. This gave my effect of 2 desktop resolution. I put my script to xinitrc.

xrandr --output VGA-0 --mode 1920x1200 &

but this not help. script is not executed. Then I set autostart xrandr script with GUI tool
Session and Startup but nothing helps. Xfce still gave me next effect. Openbox use /home/mame/.config/autostart and have no problem set the corrent resolution of my LCD on boot.

View 3 Replies View Related

Ubuntu Multimedia :: Xorg.conf Not Setting Res And Xrandr Unreliable

Jan 6, 2010

I am setting up a display system that will not have a keyboard/mouse and automatically boots into gnome and starts up firefox to a display page. The page is optimized to a 720p resolution which I can set when we use a TV for the display, but is not an option if we use a monitor. I am trying to find a way to set the resolution to 720p automatically on boot up. I am always using 16x9 displays with a DVI connection (to HDMI on TVs)

I was able to get one monitor working by creating a script and setting it to load in the Startup Applications as shown:

Code:
#!/bin/bash
scnres="1280 720 60"
modeline=$(cvt -v $scnres | grep Modeline)
modeline=${modeline#Modeline }

[Code]....

View 2 Replies View Related

Debian :: How To Set Display Resolution When Xrandr Cannot Work

Sep 19, 2015

I've just completed my first pc build, and installed Ubuntu 8.2. My build was focussed around a legacy Apple Cinema 30" display, which has 2560x1600 @ 60fps resolution. The motherboard - Gigabyte H97N-Wifi - supports that display, although the display drivers are supplied by Intel, and are therefore nonfree. On startup, my display resolution defaults to 1200x800. This is what /var/log/Xorg.0.log says about it:

Code: Select all[snip]
[     1.830] (II) intel(0): Output VGA1 has no monitor section
[     1.881] (II) intel(0): Output HDMI1 has no monitor section
[     1.882] (II) intel(0): Output HDMI2 has no monitor section
[     1.882] (II) intel(0): Output HDMI3 has no monitor section
[     1.933] (II) intel(0): EDID for output VGA1
[     1.986] (II) intel(0): EDID for output HDMI1
[     1.986] (II) intel(0): Manufacturer: APP  Model: 9232  Serial#: 33555281

[code]...

I bumped into a webpage which stated that xrandr does not work with proprietary drivers, and if that's true, I can't get it to change resolution on my screen.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved