Debian Multimedia :: Change Screen Orientation From Landscape To Portrait Mode
Dec 14, 2014
I'm trying to change my screen orientation from landscape to portrait mode. Here's my system information. (I don't have an auto-generated xorg.conf file.)
$ uname -a
Linux jzd 3.14-0.bpo.2-686-pae #1 SMP Debian 3.14.15-2~bpo70+1 (2014-08-21) i686 GNU/Linux
$ lspci
...
00:02.0 VGA compatible controller: Intel Corporation Haswell Integrated Graphics Controller (rev 06)
...
[Code] ....
Here's the error message I get when I try to use randr:
$ xrandr --orientation right
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 149 (RANDR)
Minor opcode of failed request: 2 (RRSetScreenConfig)
Serial number of failed request: 14
Current serial number in output stream: 14
View 1 Replies
ADVERTISEMENT
Apr 27, 2009
Some options are disabled because of some mode I'm in (default) but how to change that?
View 1 Replies
View Related
Feb 15, 2011
I have my X11 setup configured to rotate 90s counterclockwise for a portrait monitor. But when the system turns on, it's in the framebuffer console which is set to landscape mode. Is there a way to set it so that even the console is rotated in portrait mode? I'd like to do this automatically.
View 6 Replies
View Related
Jun 6, 2011
I have hp and samsung printers HP L3000, HP P1320,P2035,P2015 and Samsung ML750. Now when i like to print a landscape doc from libre office and i select landscape orientation but still the report comes in portrait format.even if i go to cups n change printing orientation from auto to landscape I still not get a landscape report.Another problem is that in windows I selected the row in excel to print then printed using fit to one page.But in suse I dont see that option
View 1 Replies
View Related
May 23, 2015
I want to set up the GDM login screen in vertical orientation = left = (xrandr -o 1) due to my monitor.
I used Ubuntu and the below method has been working until I switched to Debian8 now.
[URL] ....
Rotate login screen
If you have your monitors setup as you like (orientation, primary and so on) in ~/.config/monitors.xml and want GDM to honor those settings:
Code: Select all# cp ~/.config/monitors.xml /var/lib/gdm/.config/monitors.xml
However,
1 Debian Gnome3 does not create ~/.config/monitors.xml
2 according to dconf editor
the location is
/etc/gnome-settings-daemon/xrandr/monitors.xml
and I tweaked, but no success.
[URL] .... method can be applied to GDM3 directory.
Since I have configured my x rortation only be xrandr command by shell init script, and never had configured by GUI setting, the monitors.xml was not created. When I done with GUI, the file is created as usual.
Then I copied to
/var/lib/gdm3/.config/monitors.xml
Finally works as expected.
View 0 Replies
View Related
Aug 12, 2009
I have a Calc spreadsheet that has 3 sheets. The first page is set for Portrait and the remaining pages are Landscape. Currently I am printing each page as a separate print job.I would like to print the entire Calc pages as one job where the printer prints the first page as portrait and the remaining pages as landscape without user intervention.
I do not see any command in the print dialog or in open office dialogs that tell the printer to change orientation. It seems that OpenOffice fails to tell the printer the page orientation. Is there any way to accomplish this. If a macro is required how do you write it and how is it executed?
View 2 Replies
View Related
Jul 28, 2009
I use openoffice writer 2.3.9 and when I paste a picture on a document, I can't find any option to get the portrait format. With a right mouse click I get a all lot of options (especially under "picture") but nothing about the format.
View 9 Replies
View Related
Jan 21, 2010
Trying to set up a printer for the 1st time using CUPS's GUI system-config-printer. Trying to set up a printer that will print in landscape mode, 132 characaters per line, and 66 lines per page.Got it to print in landscape mode but the line wraps at 108 characters.What settings do I need to get it not to wrap. Current settings are:
cpi: 15
landscape: true
lpi: 8
View 5 Replies
View Related
Feb 20, 2011
I recently came to Debian. As I have an ati card, I tried the proprietary drivers first, but then came back to radeon (open-source). In the process, I think I may have broke my xorg.conf . Sometimes, when the monitor goes into sleep mode, when I came back, the screen remains black (sometimes I see just the cursor).
Here is my xorg.conf
# NOXORGCONFEXISTED: No X.org configuration file existed when this backup was created.
Also, I have lots of backups in my X11 folder, like xorg.conf.fglrx-3, xorg.conf.original-1, or backup.xorg.conf. Is it safe to remove them? What should I do about the main xorg.conf?
View 7 Replies
View Related
Aug 19, 2011
So, I have my trusty ol' Aspire One ZG5 running with Natty. I like changing the screen orientation (sideways) to read comic books and books. I've learned how by this page: URL...So, I have no trouble changing my screen orientation with a quick key-combo, but I still need help,I'm trying to figure out how to change the "orientation" of the arrow keys along with the screen. So when i have the screen oriented to the left, the left key works as the up, the up down as the right, etc.
View 1 Replies
View Related
Jul 13, 2015
I am wanting to try to change my normal user (bbq) to a different screen size within my secondary user (lfs). I was wondering how one would do that.
This happened when OpenClonk changed my screen resolution and when i changed it back my screen blacked out (and me being the idiot save it).
Debian 8 GNOME
Also (a bit unrelated) could a video card problem cause a user to log out? I have been having some severe problems with my monitor and I am thinking it is th video card. Sometimes when I am starting a program my monitor will lose connection to my computer (HDMI signal not found) and I will either have to wait a few seconds and it will turn on or it will just stay blacked out.
View 0 Replies
View Related
Jul 24, 2011
I would to change to bigger than current screen mode. On my laptop display is current for 1366 x 768.I will to add new size of next bigger resolution.. i need space of desktop. I want to add : But it has problem it can not work.
I tell about size new resolution:
1366 * 1.5 = 2048 == 2048
768 * 1.5 = 1045 >= 1044
Depth: 32
Reflective: 60, 75 hz
[Code]...
View 9 Replies
View Related
May 8, 2011
I just installed Opensuse 11.4 (gnome) in a new desktop but the screen resolution is 1360x768 60hz and this is not listed in monitor settings, so the monitor keeps displaying "not optimized mode" message. In order to use the correct resolution, I used these two commands:xrandr --newmode "1360x768_60.00" 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsyncxrandr --addmode VGA1 "1360x768_60.00"it worked, but every time the computer is restarted, I must run this command again. So I think "I just have to create a script in the initialization!". It works, every time the computer is started, there is no need to run the commands again. But when program enters in full screen, the resolution is "lost" and the monitor message is displayed again.
View 7 Replies
View Related
Jul 25, 2011
Around with my Login default screen and set my login to "Ubuntu (Safe Mode)". Now, it seems as if the system does not grant me the authority to change it back to another default login.
View 5 Replies
View Related
Jun 2, 2010
I am on Lucid 10.04 with Nvidia 9600m (v195.36.24) My TV is 1280x720, my Laptop is 1600x900 (Closest setting to the TV is 1360x768 ). I plug my laptop to my tv via an HDMI cable. I press F1 to get into my presentation mode, and the tv shows most of the desktop, but not all of it. Is there any way to conveniently make it so it automatically sets it to 1280x720?
View 1 Replies
View Related
Jan 21, 2010
i'm looking to improve my server's motd, and I found a package called landscape-sysinfo, but when i tried to install it on my server, it was not foundMy server is running debian, so I'm assuming that the repository doesn't contain it..questions:* what repository might i need to add to install this?if i cannot use apt-get, is there another way to get the program?is there a way to get the motd to display system info when i log in with ssh other than landscape-sysinfo or update-motd ?
View 3 Replies
View Related
Mar 3, 2010
I followed the wonderful guide in this section with all of the steps and whatnot (I forget what it is called) and I got my DVD player working. I have used both the built in DVD player, and VLC with all the required codecs and whatnot. But when I go to full screen, the player (both of them) crash and I have to eject the disc and start over. It is actually kind of weird because I can resize it larger to a certain extent, but I feel once it gets over about 50-75% of the screen, it crashes.
View 2 Replies
View Related
Sep 20, 2010
I have Ubuntu 10.04 it works perfectly fine, until I boot with no screen. Then I get the "low graphics mode" and I cant remote desktop into it...
View 1 Replies
View Related
Jul 27, 2010
video in videos disappears when i try to see it fullscreen. happens everytime. i'm using firefox 3.6.6. what is wrong here?
View 5 Replies
View Related
May 29, 2011
I use natty 64 bit. I installed a HD 4870. Installed the drivers according to instruction on [URL]. I ran aticonfig --initial. Still I get "Cannot Display This video Mode" after the grub screen, during boot up. Monitor preferences applet doesn't seem to work, either - it won't detect the monitor parameters EDID thing.
When I try to open the Catalyst Control Centre I get:
p, li { white-space: pre-wrap; } "There was a problem initializing Catalyst Control Center Linux edition. It could be caused by the following.
No ATI graphics driver is installed, or the ATI driver is not functioning properly.
Please install the ATI driver appropriate for you ATI hardware, or configure using aticonfig."
Here are chunks of xorg log (I cut the non video bits).
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[210.874] (II) LoadModule: "extmod"
[210.875] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[210.875] (II) Module extmod: vendor="X.Org Foundation"
[210.875] compiled for 1.10.1, module version = 1.0.0
[210.875] Module class: X.Org Server Extension
[210.875] ABI class: X.Org Server Extension, version 5.0 .....
View 1 Replies
View Related
Sep 14, 2009
The system always boot up in Graphic Mode. After installation of Web Server, I want to disable Graphic Mode and change it to boot to Text Mode to save memory. Is there a way to disable graphic mode?
View 1 Replies
View Related
Aug 11, 2015
I use Debian GNU/Linux 8 (jessie) 64-bit stable OS with Gnome 3.14.1 and Iceweasel 31.8.0
Some times, when watching full screen videos on: „you tube”, the only way to exit from full screen is to navigate with Alt+Tab to another open window, which cancel full screen mode, or Alt+F4.
Esc and „Exit from full screen mode” down right button, do not cancel full screen. Also on vimeo full screen videos freezes on half way.
I read that these may be because of VGA so i changed the VGA adapter, problem persists!
[URL] .....
View 9 Replies
View Related
Nov 5, 2010
After update of adobe plugin to version 10.1.102.64 (10.1.r102) plugin crashes if I try to switch to full screen. Previous plugin (10.1.53.64) worked perfectly well. Anybody with the same problem? My system is System76 Gazelle, Ubuntu 8.04 with all latest updates, nvidia drivers.
Additional info:
1. Same effect in Google Chrome, which uses its own plugin 10.1.r103
2. Same effect (both in Firefox and Chrome) on Thinkpad T41 with ubuntu 8.04
I downgraded plugin to r53 for now, but it's not a good idea, last update fixed some security issues.
View 9 Replies
View Related
Jan 13, 2011
I got a nice Christmas gift, a Westinghouse 42" TV/Monitor, and it works great with Ubuntu 10.10. The one problem I have is watching Hulu movies on it. When I go to full screen mode, the digital image slows and get blocky. When I check the settings, it is telling me I have a 32" not a 42" and there is no way to change it. It does tell me I have a Westinghouse. I also have a Roku and I believe it has a Linux OS on it and it works great
View 4 Replies
View Related
Feb 20, 2011
recently i installed ubuntu (gnome) 10.10. i'm lovin it but only thing is bugging me is this annoying noise whenever i try to see a video on web or using vlc. i m using dell inspiron 6400. IT has VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400 My glxinfo outcome is :
HTML Code:
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
[code]...
now my main problem is whenever i change my visual settings from none to extra , i start getting noise on my usb headphone or even on my speakers especially if i play a video on full screen mode it become worse .. it starts constantly makeing buzzing noise. sometimes even when i minimize or maximize or scroll up down a window...
if i put the visual effects in normal mode i still get the noise on video playing full-screen mood but this is time bit low and on none mode i get the noise too but very low... so i m assuming there must be some problem with my vga card which is causing this chaos. unfortunately there is no driver for my graphics card dat ati supports on ubuntu, so i used gallium 3d project using this ppa https://launchpad.net/~xorg-edgers/+archive/radeon .. graphics works fine now but this nosie is killing me ..
View 6 Replies
View Related
Jan 10, 2010
I have downloaded the recommended NVIDIA driver for my Quadro FX 1400 graphics card which has 256 MB RAM. I have my laptop in a docking station and from the docking station is a DVI to HDMI converter then HDMI cable to my TV (the idea is to use it as an internet TV slave! ). When I come to configuring the NVIDIA X Server, it correctly detects both my laptop screen and my TV via the HDMI connection. However, when I come to save the settings for the X server and go to restart it, it cannot save the configuration file. This is most annoying as it does not allow me to use the dualview I need.
The second problem comes when I use something like the BBC iplayer or anything that uses the flash player. I have the latest flash player with Firefox which works fine in non-full screen mode. However, when switching to full screen, the CPU load jumps to 100% and the playback is really jerky. Had this running the beloved windows XP before and could handle full screen no problems. I have seen a few posts here which show workarounds to zoom in on the small screen on Firefox but would prefer to run it in the full screen mode.
View 2 Replies
View Related
Nov 19, 2014
Naturally a Windows user, because all of my computers were with pre-installed Windows and I was young.. and I get used to it..In the time of.. growing up I became programmer and learnt how bad is actually Windows coded. Not only that.. Linux has better support for developers.So.. I was Windows user till yesterday. I finally decided to work on Installing Linux or more specifically - Debian.I love everything part of the GNU - GIMP, GTK+, Gedit, GCC...
Well I can't use my PC, both of my operation systems are non-functional.Windows get stuck (which is something completely typical for Microsoft stuff) on Windows logo screen, or safe mode loading files..Debian installation is messy.Firstly I installed Debian 6.0 on a Virtual DVD Disc mounted. I followed the installation process strictly and move forward to Debian startup.It asked me for account. root as "username" and the password as "password" didn't work so I logged in as "localhost" normal user.
However.. I started to realize that I actually also had to install the Graphical Environment in order to have Debian with the desired GNOME Desktop.. I went to aptitude to install the Graphic Environment Package but it said that I have no root rights.. I tried to log-in again, using the correct details but failed.I tried to get in, using the sudo command, but the sudo command also didn't work. Of course.. since I can't install packages, I can't either install sudo."su -" or "su" also prompt me to select a password which I apparently have no clue of.
Then I went to Debian Recovery, because there I was logged as root. It also pointed out that "Root Account is locked". I went to install packages finally.. But when the installation started to proceed It asked me for disk insertion in a specific folder?There I got lost completely.
View 12 Replies
View Related
Feb 19, 2015
From time to time system freezes with no particular motive but most often when watching you tube video in full screen mode. How to diagnose freeze, hang, blocking problems in debian jessie system amd 64 gnome 3?
View 2 Replies
View Related
Apr 5, 2011
My problem is that I anyway cannot get to the text console when I have run the desktop environment. When I press Ctrl+Alt+Fx (where x - number of tty console), the video adapter doesn't send signal into monitor. Keyboard also stops reacting, only Magic SysRq Key works. The same result I can see when I turn off the desktop environment (I have uninstalled gdm) or kill X-server with the "kill -9" command. The only way to get to console (except window terminal) is remote connection via SSH.
The problem occurs only when I have run X-server. When I turn on the computer, I can see start messages. Since I've uninstalled gdm, I have also access to the console after I turn on my computer. I can normally switch between tty consoles, until I type "startx" command. Everything started when I've tryed to install non-free ATI video drivers. They practically worked, because I've had some problems with them (I just don't remember what problems), so I've uninstalled them and returned to the open. Then this problem apeeared. I tried to reinstall Xorg, change kernel (installed from repos), switch off the framebuffer, but it gave nothing.
[Code].....
View 6 Replies
View Related
Apr 13, 2013
I have just installed Debian Wheezy. However, on logging in for the first time it reverted back to what looks like gnome2. I think this is a graphics card issue...
lspci -v | grep VGA returns:
01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RS780L [Radeon HD 3000] (prog-if 00 [VGA controller])
glxinfo | grep OpenGL returns:
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 0x209)
OpenGL version string: 2.1 Mesa 8.0.5
OpenGL shading language version string: 1.20
OpenGL extensions:
Is this a proprietary firmware issue and am simply better off disabling the built in graphics card and purchasing a separate card or is there a simple fix for this?
View 5 Replies
View Related