Debian Multimedia :: Xrandr Rotate Kills X Leaves Monitors Blank

Feb 26, 2011

I have a dual Monitor Setup, both SXGA LCDs, one rotated left. With kernels and Xservers available from debian making settings appropriate kills X and apparently leaves modesetting and keyboard missconfigured - monitors say: no signal and it is not possible to switch to any VT until sysrq-unraw (alt-print-r) is pressed, which makes the system responding to keyboard, but still leaves the screens blank. Restarting the display manager sets a working mode with both screens showing the same.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Rotate One Of Two Monitors?

Feb 11, 2011

I have one Dell Ultrasharp U3011 (30", 2560x1600) and one Dell Ultrasharp 2007FP (20", 1600x1200)

When the 2007FP is in landscape mode it matches nearly perfectly in height both pixel and physically wise to the U3011.

See my example picture from my Win 7 dual boot below:

Two Monitors? Ridiculous... by mattlach, on Flickr

The only way I was able to get this to work in Ubuntu was to run two separate X desktops and rotate the 2007FP manually in xorg.conf, and then join them by enabling Xinerama.

Two problems with this solution.

1.) Xinerama is deprecated in favor of Xrandr which I have not been able to make do this.

2.) When using Xinerama Compiz/XGL is disabled, making the desktop feel awfully flat.

Is there any way to avoid this? Is there any way to rotate just one of your displays and maintain Compiz/XGL functionality?

This is on the top computer in my signature.

View 8 Replies View Related

Software :: Using Xrandr Or Anything To Setup Multi Monitors?

Oct 20, 2010

i have a laptop and i plunged an external monitor into it. I want to obtain a virtual desktop[ I will privede more debugging info below

video card
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200M]

Driver:open source radeon driver distribution kubuntu 10.04

I tried this:

xrandr --output LVDS --mode 1280x800 --pos 0x0 --output VGA-0 --mode 1920x1080 --right-of LVDS --pos 1280x0

it resulted this error 1

xrandr: screen cannot be larger than 1920x1920 (desired size 3200x1080)

Googling about this error i found a old post,it could be outfated that sugested editing xorg.conf. I created a xorg.conf using "Xorg -configure" and i modified the screen section to this:

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24

[Code].....

View 3 Replies View Related

Hardware :: Triple Monitors Xorg With AMD&NVIDIA: XRANDR And Xinerama Not Working?

Mar 24, 2011

I'm trying to set up a tri monitor setup. Unfortunately I must use 2 cards, one an AMD HD4350 and a PCI Geforce FX200. (Old skool I know) Due to the restrictions, I am forced to use the open source drivers (else nvidia glx will clash).

1: Use XRANDR to span the displays (this is what I did previous to the introduction of the third monitor and nvidia card to my system) I tried to do this, by setting up a second X screen on the NVIDIA card, disabling Xinerama; but after much googling I can't figure out the syntax for panning across 2 screens (X screens) in XRANDR, even tho it's >1.3, which supposedly supports multi card output.

2:Use Xinerama, sacrificing randr, and composite extensions. I also attempted to do this, with some limited success. I could get the NVIDIA screen to be right of the ATI, but I couldn't get 2 independent outputs running on the ATI card, even with "ZapohHeads" appended to one of the device sections for my ATI card.

View 1 Replies View Related

General :: Xorg.conf: Xrandr On One Of Two Widescreen Monitors; Rhel5, Kde, ATI Radeon X1300

Aug 4, 2010

Can anyone help with me configure my dual-screen monitors for rotation? I have xrandr 1.1. Have tried various approaches, nothing takes. I can't even get the xrandr options to show up in KDE's Display control panel.

My lspci output: 03:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series] My current xorg.conf (works, minus screen rotation): # Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"

[Code]...

View 1 Replies View Related

Debian Multimedia :: Way To Rotate Videos But Preserve Quality

May 17, 2015

i am trying to rotate some mp4 videos taken from my mobile phone. i do need to rotate them by 90 degrees.i have tried mencoder VIDEO0029.mp4 -o output.mp4 -vf rotate=1 -oac pcm copy -ovc lavc but it drops the quality A LOT.is there a way to rotate the videos but preserve the quality?

View 5 Replies View Related

Debian Multimedia :: Xrandr -s Modes Not Found?

Dec 22, 2010

I can run xrandr and I get the various modes thatwill supposedly work with my monitor.Then, I run xrandr -s 800x600 and the command tells me thathat mode is unavailable, even though it claims that it is in xrandr -s.What on earth does that mean, then?

View 4 Replies View Related

Debian Multimedia :: Using Xrandr To Toggle Laptop Display

Jun 3, 2015

Background: I am running Debian 8 with the Xfce DE on my Toshiba Satellite Laptop.

When at home I will connect my laptop to an external display. I did the same while I was running Ubuntu; however, with Ubuntu I could activate my laptop display by simply disconnecting the external monitor. With Debian + Xfce, unplugging the external monitor leaves my laptop screen blank.

In order to activate my laptop display, I have to open Display settings, turn on laptop display -- which still leaves my laptop screen blank -- and then switch resolution: there are two listings for 1366x768 under resolution, and only the second one restores my laptop display. Please note that if I have both displays on at the same time the size of the output on my external monitor will be reduced to about the size of my laptop's display.

I would like the create a Bash script which can automatically switch between my displays. After some Googling it seems like xrandr is the tool I need for the job. However, I have been having trouble getting it to work.

I tried the command Code: Select allxrandr --output LVDS1 --auto --primary --output HDMI1 --off. This however just turns my external display off without turning on my laptop's display. I suspect this has something to do with the fact that LVDS1 has two modes at 1366x768; perhaps only one of them can actually display? I'm not sure, but anyways here's the output of xrandr:

Code: Select allScreen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1366x768      59.99*+
   1360x768      59.80    59.96 
   1024x768      60.00 
   800x600       60.32    56.25 

[Code] ....

Is there a way I can specify that xrandr should use the second 1366x768 mode?

I just realized that the second mode is, in fact, 1360x768 rather than 1366x768...

The good news is that I fixed my problem. It turns out that my backlight was not turning on, giving the appearance that my laptop screen was not displaying anything.

View 2 Replies View Related

Debian Multimedia :: Nvidia And Xrandr Doesn't Work

Jun 3, 2011

I have problems with xrandr in a system with Nvidia GeForce 8600GT video card. I want to use xrandr to rotate the screen on the fly.

~:$ xrandr -q
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 175, current 1600 x 1200, maximum 1600 x 1200
default connected 1600x1200+0+0 0mm x 0mm
1600x1200      50.0*
1600x1024      51.0 

[Code]....

I tried enable the last option, change values for xinerama and twinview, but nothing works.

View 1 Replies View Related

Debian Multimedia :: Wheezy - Startx Kills Mouse And Keyboard?

Jun 1, 2011

I rebooted my system about a few days ago to find that whenever X was started, my mouse and keyboard would not function. I am unable to even switch to another tty when this occurs, however alt+sysrq+r will allow me to switch ttys again.

Xorg.0.log
[    70.287]
X.Org X Server 1.10.1
Release Date: 2011-04-15

[code]....

View 11 Replies View Related

Debian Multimedia :: Jessie Gnome-xrandr No Longer Works

May 13, 2015

Updated old Eeepc 1005HAB to Jessie. Used to have a text file:

xrandr --output LVSD1 --mode 1024x600 --fb 1024x768 --panning 1024x768"

that I could run (twice in a row, it needed) to allow the scroling of the screen to see the bottom 1/4.

This no longer works.

View 0 Replies View Related

Debian Multimedia :: How To Get Xrandr / Arandr To Detect Dual Monitor

Jan 29, 2016

I just switched from Ubuntu to Debian and I am having trouble doing something that I found easy to do with Ubuntu. I have a Radeon R9 graphics card from MSI with dual DVI ports and I'm trying to get xrandr/arandr to detect my dual monitors but it only detects one. I've installed all the drivers and even installed the "amdgpu" driver from the Ubuntu repository but still not detecting. What drivers am I missing?

View 1 Replies View Related

Debian Multimedia :: From Lenny To Squeeze - Xrandr No Longer Works

Mar 17, 2011

Are you running Lenny? If yes, try this:

Be sure that there is an active X.
Press Ctrl+Alt+F1 to switch to tty1.
Login with your normal username and password.
Enter the command: "xrandr -d :0.0 -q"

You should be rewarded with information about your current screen.

Are you running Squeeze? If yes, try the above procedure and please explain to me what this means: No protocol specified

Can't open display :0.0

View 1 Replies View Related

Software :: After Pressing Alt-F1 Getting 4 Blank Monitors?

Mar 10, 2009

I have a strange problem, I have a multi-screen setup using 4 monitors on 2 nvidia cards using xinerama. It works as well as this setup ever works with X and KDE4.2. However when I hit Alt-F1 to get the terminal all I get is 4 blank monitors. The terminal is there because I can login and do stuff, I just can't see what I am doing. Press alt-f7 and I'm back to X and the four monitors showing my extended desktop.

This isn't a huge problem but does anyone know what might be wrong?

View 14 Replies View Related

Debian Multimedia :: Intel HD 4600 And Two Monitors (DP And DVI)

Apr 17, 2016

I have the following situation:

- Intel HD 4600 and 2 Full-HD monitors (Dell IPS, same model)
- left DisplayPort, right DVI
- Debian stretch with Linux 4.4.0-1-amd64
- XServer X11R7.7 and Cinnamon 2.8.7

… and the following problem:

When I restart the system or login after Standby, usually (not always, but often) some strange green and red pixels appear on the monitor which is connected via DVI. I can remove them by changing the display settings and restoring the extended mode again. However, most of the time the XServer crashes by trying to enable or restore the dual monitor mode (although I’m still able to start a new instance of X from another tty). The XServer also crashes every time I try to enable the extended mode from another situation.

I’ve already tried the following:
- connecting both monitors via DP (no pixes, but also crashes)
- swapping the monitors and using different cables, assuming a hardware problem first (no change)
- VGA instead DVI (works, but inelegant).
- blacklisting i915 or using the xforcevesa boot option (neither of them works, i915 starts though)
- using the nomodeset boot option (detects only one monitor and produces a fallback in software rendering mode)

View 0 Replies View Related

Ubuntu :: Big Blank Spot While Using Dual Monitors

Feb 22, 2011

So, for work purposes i decided to plug my old lcd monitor into my laptop so that I could have my writing on one screen and my info on the other. So i plugged it in and opened up monitor which automatically configured it. Only problem is that now on my laptop screen theres big blank spots on the bottom and on the left. No window will appear there but for some reason docky will.

View 1 Replies View Related

Debian Multimedia :: Wheezy - Xorg 3 Monitors And Y-splitter

Feb 26, 2015

I am pretty new to using Linux, I am currently trying to configure 3 monitor's with Xorg in Debian Wheezy. I have 2 video cards in the PC and one has a Dell Y-splitter to connect 2 monitors. 2 monitors are 1920x1080 resolution and the other is 1280x1024.

LSPCI
Code: Select all00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 6 Series/C200 Series Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)

[Code] ....

I attempted to write my own xorg.conf file, but that resulted in the machine booting to single user mode and the xorg startx error log said it could not find any devices.

When I used the xorg.conf.new generated by the "xorg -configure" command, I was able to get it to display as 3 independent screens, but there was overlap on the screens. I.E. if you moved the mouse to the right side of one monitor, it would show on the left side of another screen at the same time.

automatically generated xorg.conf:
Code: Select allSection "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        Screen      2  "Screen2" RightOf "Screen1"

[Code] ....

View 0 Replies View Related

Debian Multimedia :: 2 Graphic Cards For 3 Monitors - Second Card Not Available

Apr 30, 2015

I inserted another graphics card to my computer to use 3 monitors. The card appears in lspci but I can't access it in gnome.

What do I have to do to set this up.

Here is the output of my xorg.log: [URL].....

$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV530 [Radeon X1600 XT/X1650 GTO]

View 7 Replies View Related

Debian Multimedia :: GNOME Virtual Desktops Across Two Monitors

Apr 25, 2016

I recently installed Debian 8 (Jessie) with the default desktop environment (Gnome), and I use a dual monitor setup. Everything works absolutely fine beyond the fact that when I switch between desktops in the dash (Activities menu?), only the windows on my primary monitor switch, and the ones on my secondary stay the same.

View 2 Replies View Related

Debian Multimedia :: Getting Two Monitors To Work With 1 Nvidia Card?

Sep 4, 2010

I'd be grateful for any suggestions to get a second TV/Monitor to work in addition to the desktop monitor for a PC which runs Lenny. The first monitor is a small TFTLCD 15". Works perfectly with a GEForce FX 5200 nvidia graphic card and uses the 173.14.09 driver. Having obtained an SVGA cable, I connected the card to a rather larger 32" LCD Panasonic TX-L32S10B TV to enable some armchair viewing of internet etc for my parents. The Panasonic TV or monitor shows all the boot messages but the graphical server fails to start. I know that both screens work, either alternatively or simultaneously, having tested with a Puppy live CD.
However, running

nvidia-xconfig --twinview results in an incorrect screen resolution for the 15" TFT Monitor; Gnome Screen Resolution Preferences gives a rather surprising fixed setting of 2048x786/50Hz when the maximum should be 1024x768. The resulting xorg.conf file is:

cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@ninsei)  Fri Sep  5 22:23:08 UTC 2008
Section "ServerLayout"
Identifier     "Layout0"
Screen      0  "Screen0" 0 0

[Code]...

View 2 Replies View Related

Ubuntu :: Dual Monitors Make Unity Go Blank?

May 4, 2011

So the first couple of days using Unity with my dual monitors went fine. Today I plugged in my laptop to the second monitor, and while the top bar and the side menu are being displayed, all the desktop icons, background, and actual program windows are black. Basically I just have the menu bar and the launcher. The windows are still there when I unplug the second monitor.

View 3 Replies View Related

Debian Multimedia :: Laptop With A Docking Station / How To Switch Monitors?

Feb 21, 2011

I have HP Compaq 6530b laptop running Debian Wheezy AMD64. I have a docking station with a monitor supporting 1680x1050 resolution and the laptop monitor with 1440x900. The video is integrated Intel mobile series 4.Both monitors are identified and working OK. When I use the laptop monitor standalone it runs at the native resolution. When connected to the docking station I can choose dual monitors with both using their native resolutions and the desktop spread on both of them (with the laptop monitor being primary and containing the taskbar and icons). If I choose to mirror the display it sets itself to a lower resolution of 1280x1024 that is supported by both monitors.

The problem is that I want to use one monitor at a time. If I close the lid of the laptop it turns off both monitors instead of using the docking station. When the lid is closed I want the bigger docking station monitor to be primary and working at native resolution and if I open the laptop or remove the laptop from the docking station to use the laptop monitor at it's native resolution.I had Debian Lenny I386 before and it was operating as expected but I made a clean install of Wheezy amd64 and I don't know how to configure it.I don't have xorg.conf file so I don't know where it takes the settings from.

View 3 Replies View Related

Hardware :: SUSE ATI Video Card - Monitors Go Blank For X-Windows

Feb 11, 2010

after I installed the ATI Radeon 3400 series video card in my machine, the Xserver cant start! after it loads, it takes me to the init 3. When I tried startx, the screens either go blank or doesnt let me. I tried to install everything following this website:

[URL]

I wanted dual monitors but now I cant even get one. The xwindows doesnt appear. Things I tried:

1. Deleted the xorg.conf and reconfigured (didnt work).
2. sax2 -r -m 0=versa (didnt work)
3. reconfigured the ATI radeon driver from init 3 (didnt work)
4. copy and paste the oold version of xorg.conf (didnt work)
5. tried to run set apt or dpkg-reconfigure command (commands not found)
6. tried xconfig and prompt the best I coudl (didnt work).
7. aticonfig commands (As shown in website) (also didnt work)

I have the live CD to run it from there but I dont know what to do once I get to the terminal. Is there any way I can revert to previous configuration since the ATI driver gives me some problems? Like a restore function in windows? how or what files I should change for the X-server to run properly (is there any other file than xorg.conf?....)

The monitors I have:

2009W Dell Monitor
1398 Dell Monitor (I wan to get the dual exntended monitor but it seems to gave me only the mirror image, thats why I tried to reconfigure the video card)

VideoCard:

ATI HD Radeon Mobile 3400 Series

Computer:

Dell Optiplex 680 (i believe) with SUSE 11.26 and x86_64 bit

View 2 Replies View Related

Debian Multimedia :: Multiple Monitors On Laptop Causing System Freeze?

Mar 18, 2010

I'm having some trouble hooking my external flatscreen monitor up to my Toshiba Tecra's docking station and having Mint (or Debian) be happy with it. The laptop uses a widescreen monitor but my external is a 4x3; I wonder if this is causing problems. Of course, it may just be the Intel 82801G graphics adapter.et things up properly in the Display Preferences config window (I'm using Gnome, btw) but when I hit apply, the system locks and I have to hard boot. I've never set up a linux box with multiple monitors before, let alone multiple monitors that require different resolutions.

View 3 Replies View Related

Fedora :: Rotate The Pen When Rotate The Screen?

Sep 7, 2009

how can I rotate the pen when I rotate the screen, and I would like to share this knowledge to other people who may have the same problem I had.

I have a tablet fujitsu-siemens t5010 with installed the wacum packages by default, and the pen was working, but couldn't rotate with xsetwacom command.

In Fedora 10, most guides refer to the wacom device as "stylus" which doesn't work on Fedora 11. I run command " $ xinput list " and I found the line

"PnP Device (FUJ02e5) eraser"id=3[XExtensionKeyboard]

and some lines before there is:

"PnP Device (FUJ02e5)"id=2[XExtensionKeyboard]
^^^^^^ this is the name of the device xsetwacom command needs! ^^^^^^^

I wrote first the line with the eraser cause I suppose that even someone has different wacom model, the eraser will be easy to find by grep command ( $ xinput list | grep -i eraser ), and common in most configures.

now , the edited script I use becomes like this:

#!/bin/sh
if [ $1 == 'normal' ]
then
xrandr -o normal
xsetwacom set "PnP Device (FUJ02e5)" rotate 0

[Code].....

It would be awesome if it chat could happened automatically , simply by rotating the screen, like it happens on Vista. I'll try to find out any solution and update this post if I make it !

View 1 Replies View Related

Ubuntu Multimedia :: How To Rotate The Console

Jul 8, 2011

ubuntu 11.04. How do you rotate the console?

View 9 Replies View Related

Debian :: Gvfsd-http Leaves Many Connections Open

Feb 22, 2011

Looking at the results of both `lsof | grep IPv4` and `netstat -tp` I noticed that I have a lot of connections open from a program called 'gvfsd-http'.

Using google, I found that this was a Filesystem something from Gnome, that would also be used If I drag something from my browser to my desktop.

Though I wonder, how I activated it, because I didn't do that...

After a bit of searching, I noticed that `screenshots.debian.net` uses the same IP address as the one noted (hades.car.gr).

PING screenshots.debian.net (78.46.20.5) 56(84) bytes of data.
64 bytes from hades.car.gr (78.46.20.5): icmp_req=1 ttl=56 time=55.4 ms

Question: Do I have some tool enabled that maybe sends statistics to debian or so? Where to find it and kill it.

View 2 Replies View Related

Ubuntu Multimedia :: Way To Rotate Video File

Jun 15, 2011

I have two video files taken with my phone, but unfortunately they are on their sides.

I was messing around with vlc, and found in the filters option menu, a setting to rotate the video 90 degrees, which is just what I was looking for.... BUT it won't let me save this (I guess you have to re-encode the whole file)

What is the easiest way to rotate video files (.3gp) and keep it in that state, without losing loads of quality?

View 2 Replies View Related

Ubuntu Multimedia :: Update Kills ATi Drivers

Aug 2, 2011

I recently installed 10.04 on my Dell Inspiron 9300. After a clean install, the ATi drivers (for a Radeon x300) were automatically installed, and worked fine out of the box. Soon after all of this, I decided to run an update. Now, while my drivers are listed as installed in synaptic, nothing is recognized, not even the command "aticonfig" when typed in the terminal. When I try to access the Catalyst Control Center, it tells me that either I have no video drivers, or there's a problem with my card.Is there anything I can do about this? I've already tried reinstalling the drivers from synaptic.

View 2 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







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