Debian Multimedia :: Change Screen Resolution For One User On Terminal

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


ADVERTISEMENT

Ubuntu :: Change Screen Resolution When Booting To Terminal.(No X)

Apr 24, 2011

When I boot without X or hit Ctrl+Alt+F1 I have very low screen resolution.(large font) I believe default is 640x480

Normal for the screen is 1920x1200.

Can I change it?

Does it have to do with Nvidia?

Ubuntu10.10-x64-Nvidia

View 3 Replies View Related

Debian :: Screen Resolution For The Terminal?

Nov 3, 2010

I am on a Debian 5 server and there is no desktop environment installed.I use mysql client on localhost and it's very hard to read tables with the lowest screen resolution.Is there a way to change it? I saw a few times, BACKTRACK changes command line's screen resolution but I don't know how to it or is it possible on debian.

View 7 Replies View Related

Debian :: Terminal Window - Changing The Screen Resolution?

Jun 13, 2010

I am not use X11 in linux. I use just terminal window. How can i change screen resolution?

View 5 Replies View Related

Debian :: Cannot Seem To Change Screen Resolution

Aug 17, 2010

Ever since I installed Debian, my monitor keep saying: "Input Signal Out of Range Change Settings to 1600x900 - 60Hz". So I thought it a problem of the screen resolution, so I have been trying to edit my xorg.conf file, but it doesn't seem to work at all. And this is my settings.

Section "Monitor"
Identifier"Configured Monitor"
EndSection

Section "Screen"
Identifier"Default Screen"
Monitor"Configured Monitor"
Device"HP 2009m"
SubSection "Display"

Depth24
Virtual2048 2048
Modes"1600x900_60.00"
EndSubSection
EndSection

View 2 Replies View Related

Ubuntu Multimedia :: 9.10 - Cannot Change Screen Resolution From 1440x900

Apr 29, 2010

After update from 8.10 to 9.10 I have screen resolution 1440x900, which is not supported by my monitor. Following changes had no effect on my screen resolution

xrandr:
Code:
$XAUTORITY=/home/zuker/.Xauthority DISPLAY=:0.0 xrandr --output default --mode 1024x768
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
xorg.conf

Code:
Section "Screen" ...
Subsection "Display"
Depth 24
Modes "1024x768"
Virtual "1024 768"
EndSubSection

View 9 Replies View Related

Ubuntu Multimedia :: Screen Tearing After Resolution Change?

May 15, 2011

After upgrading to 11.04, my screen resolution was reset to 1024x768. As the native resolution for my monitor is 1920x1080, I went to reset that. The resolution didn't exist in the Monitors applications, so I did the following:

Code:
kane@Griffin:~$ cvt 1920 1080 60
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync

[Code].....

The monitor adjust, but most of the screen shows tearing and doesn't update correctly. Hard to explain, so I attached a screenshot at 1024x768, working normally, and 1920x1080, fubar. I've cropped these images to get them to fit the forum limitations, but they still show the issue.

My monitor is an LG Flatron W2253TQ, my graphics card is an ATI Radeon HD 4650, although the manufacturer is Biostar. I'm using the default free drivers.

View 2 Replies View Related

Debian :: How To Change TTY Resolution Ctrl Alt F1 Black Screen

Nov 18, 2015

Now that I'm more lucid I can adjust the format a bit. If I try opening the TTY the screen goes completely black after visualizing few artifact on the bottom of the screen.

Pressing Ctrl+Alt+F7 brings me back safely to the GUI

So far I tried to modify the /etc/defaults/grub file to uncomment the grub resolution and the grub_terminal to no avail. Now at least it seams to waste some less time to load the grub (it took something like 15 sec before) but it lost the previous green/torquoise background and now it's white char on black background.

On a side note pressing C on the grub to reach the grub console gave me some answer I don't know how to deal with... I was trying to use vbeinfo but it didn't found the command and so I tried the insmod:

Photo(large) of the complete grub console session wrote:grub>
grub> videoinfo
List of supported video modes:
Legend: mask/position=red/green/blue/reserved
grub> videotest
error: no suitable video mode found.
grub> insmod vbe
error: file `/boot/grub/x86_64-efi/vbe.mod' not found

View 3 Replies View Related

Debian Configuration :: Login Screen Always At Maximum Resolution / Change It?

Jan 30, 2010

The login screen is always at maximum screen resolution, how can i change this?

View 2 Replies View Related

Debian :: Screen Resolution \ Tried To Change Xorg.conf, But Got No Success?

Jun 18, 2010

I installed debian 5 in a pc with a Intel 4 series VGA. The optimal resolution for the monitor is 1360x76, but the system does not allow that. I tried to change my xorg.conf, but got no success.In my xorg.conf I used this:

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"

[code]....

View 9 Replies View Related

Debian Multimedia :: I3 Cannot Handle Screen Resolution

Feb 14, 2016

I just changed the desktop on my thinkpad from awesome to i3. And now I have some very strange issues with the screen resolution. Because at home I use this x60 thinkpad on a dockingstation and a 19" display. As long as I used Awesome as my Desktop, the display manager as well as the desktop itself could handle the different screen resolution depending on if I'm out with just my 12" on my thinkpad or with the much bigger screen on my home 19" display.

I can understand that i3 maybe cannot handle this alone and I need xrandx to enforce the screen resolution. But why is the display manager (lightdm) also affected by this change? What is so different that even the DM cannot find the proper screen resolution?

View 1 Replies View Related

Debian Multimedia :: Could Not Maximize Screen Resolution?

Mar 18, 2010

I'm running debian lenny and want to change the screen resolution from 640x480 to 1024x768. I'm using a nVidia Geforce FX 5800 and I installed the additional nvidia drivers with the help of this tutorial [URL]. Here is my xorg.conf

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection .....

When I try to change the screen resolution via the gnome menu I just can choose the 640x480 resolution and 50Hz refresh rate.

View 4 Replies View Related

Debian Multimedia :: Getting 1024x768 Screen Resolution

Sep 3, 2010

I've googled the issue and had a little luck, though I can't seem to change my xorg.conf file because permissions are defailed. This is the example xorg.conf file I wrote based upon my original and the modifications:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.

[Code].....

View 13 Replies View Related

Debian Multimedia :: Native Screen Resolution With VESA?

Feb 3, 2016

How to enable native screen resolution in X using VESA driver? I have IBM/Lenovo ThinkPad T61 with a native screen resolution of 1680x1050, but I am getting 1024x768 instead.

This is a fresh install of Debian 8.3 (latest stable) (Jessie).

The root cause of this is that nouveau graphics driver (which I was using before) was causing me kernel crashes. Full story here: [URL] .....

View 7 Replies View Related

Debian Multimedia :: Cannot Find A Suitable Screen Resolution On A Ppc Machine

Apr 18, 2011

I am running Debian on a g3 mac and when I set the screen resolution to 1024 by 768 I cannot see everything, for instance the scroll bar on iceweasal is hidden, so I switched the resolution to 800 by 600 and then i load up evolution and find that the forward button isn't visible, is there a way to get a custom resolution that works with everything

View 10 Replies View Related

Debian Multimedia :: Setting Correct Screen Resolution With Squeeze

Jun 18, 2011

I just set up my dad's pc with Debian Sqeeze. It runs perfectly fine and after trying a lot of distro's Debian is the only one that will not crash or freeze up X. Now we're forced to using my own 17" monitor instead of his 19" wide screen since the max res is 1280 x 1024 in Sqeeze. What he needs is 1360 x 768. I found out in the wiki that xorg.conf needs to be edited. Since the file does not exist it needs to be created by running "Xorg -configure" in tty after stopping GDM. when running the "Xorg -configure" command this is the output;

" vmware: Please ignore above "FATAL: Module vmwgfx bot found."
(++) Using config file: "/root/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Number of created screens does not match number of detected devices.
Configuration failed. "

It's an Intel Sandy Bridge integrated graphics chip. I've tried running "Xorg:1 -configure" as mentioned in a forum but that simply gives me a "unknown command" answer.

View 3 Replies View Related

Debian Multimedia :: Screen Settings (resolution) Reset To Auto Daily

Sep 3, 2015

I'm a relatively new Debian user, having come from Ubuntu. I recently bought a Dell micro-server to function as my Kodi media player. I installed an nVidia GeForce 210 to output to my Pioneer home theatre amplifier. The amp takes all my inputs (eg. Satellite set-top decoder, PS3, Kodi etc) and outputs to the TV. I installed XFCE as my desktop environment so that I could still interact with it via VNC.

Everything is working great except for one exceptionally annoying problem! Every day, I find that I am having to VNC into the desktop, load up nVidia X Settings, and change my screen resolution from Auto to 1920x1080 because it has lost the display configuration and the screen is blank. I presume this happens when the amplifier switches from one input to the next. It doesn't matter if I save the configuration to my X11.conf file or not - it still resets itself.

Before, this setup would run for months without any intervention (Same amplifier + HP microserver + Ubuntu + LXDE + ATI video card), so I'm pretty confident that the issue is either Debian, XFCE, or the nVidia card.

View 4 Replies View Related

CentOS 5 :: Change The Resolution Of Single User Mode?

May 31, 2009

At least I think it's called single-user mode. I don't have a GUI for my CentOS install. It boots up to a terminal. The text is too big though. Is there any way to reduce the text size?

View 4 Replies View Related

Ubuntu :: How Can I Change Screen Resolution

May 14, 2010

How can I change screen resolution?

View 4 Replies View Related

Ubuntu :: Can't Change Screen Resolution / Do That?

Aug 10, 2010

I'm very new to Ubuntu and have 9.04 running on a Sony Vaio, don't know what graphics card I have. My screen resolution doesn't have an option higher than 800x600, so everything looks super zoomed in. Other threads tell me to edit xorg.conf, which I did (probably incorrectly). The result was the computer had mega problems when I restarted it, and when it finally got back to the desktop it didn't give me any other options for screen resolution. Also it says I'm in low graphics mode.

View 1 Replies View Related

Ubuntu :: Can't Change Screen Resolution Itself

Feb 14, 2011

I recently upgraded my desktop pc from 10.04 to 10.10 and ran into a tad of trouble. After I attempted to login from the GDM, something caused the system to crash and return to the GDM. So, I got my laptop out, did some googling, and decided to delete ~/.config/monitors.xml to try and reset the resolution. That got me to the Desktop, at which point I was greeted by more display issues.

The point at which the computer normally goes idle seems to crash and return it to the GDM as well. Needless to say, I disabled the idling/password prompt setting to prevent crashes every five minutes. Anyway, the prevailing problem is that I can't change the resolution itself -- as that seems to cause the same issue.

View 3 Replies View Related

Ubuntu :: Can't Change Screen Resolution

Mar 13, 2011

I've recently installed Ubuntu 10.10 on an old Dell computer I have. Everything seems to work fine, but I can't seem to change the screen resolution. In the monitor Preferences it says Monitor:Unknown. It's stuck on 1600x1200 and I'd like it to be closer to 1024x768

I've tried changing the xorg.conf file to no avail. I've been browsing for 3 days now looking for a solution.

[URL] These are my specs if it helps any, ignore the windows installation info because I have it installed alongside ubuntu.

View 9 Replies View Related

Ubuntu :: Screen Resolution Will Not Change / What To Do?

Apr 1, 2011

I cannot get my screen resolution to change from 1600x1200. This is a new install of Ubuntu 10.10 and the desired option ( 1024x768 ) is listed under System/Preferences/Monitors. Changing the resolution and clicking Apply results in a screen refresh, but the resolution remains at 1600x1200.

I have gone through just about every tutorial and thread I can find, but nothing works. Here is some relevant information I have gathered code...

View 1 Replies View Related

General :: How To Change The Screen Resolution

Sep 16, 2010

I am running 'Slitaz.3' but don't have a clue how i may change the screen resolution.

View 1 Replies View Related

General :: Can't Change The Screen Resolution From 800 X 600?

Jan 21, 2011

I have a mecer bravo laptop which has a sis mirage graphics card, I cant change the screen resolution from 800 x 600 to anything better.

View 4 Replies View Related

CentOS 5 :: How To Change The Welcome Screen Resolution

Apr 2, 2009

How to change the welcome screen resolution? (Where you input the username and password) I use NVIDIA driver which download from its official web site. After reboot, the welcome screen out of bottom.Change session, language and restart computer menu not in the screen. Is there a way to set the welcome screen resolution? or how can I fix it?

View 2 Replies View Related

Debian Multimedia :: XOrg Auto-detect Failing To Detect Max Screen Resolution

May 29, 2011

I've installed Squeeze 2.6.32-5-amd64 on my laptop (Alienware M17X R3, Intel i7 Sandybridge, ATI Technologies Inc Broadway [ATI Mobility Radeon HD 6800 Series])The screen is 17", with maximum resolution of 1920 x 1080. After a default install of the operating system, the maximum resolution I can select is 1280 x 1024.My research so far has suggested that I need to edit the /etc/X11/xorg.conf file and provide xorg with the necessary resolution.

Again, by default, the xorg.conf file is not created. This leads me to believe that xorg is scanning my hardware at startup and providing me with whatever it thinks is appropriate. I tried following these instructions to generate an xorg.conf file. This process created an xorg.conf file under /root/.

When I copy this xorg.conf file to /etc/X11, I get a blank (i.e. black) screen. Deleting this file restores the default resolution 1280 x 1024.This system is dual booting with Windows 7. Under windows I am able to get a 1920 x 1080 resolution, so I know my hardware is up to it.At this stage I have yet to install the drivers for the Radeon graphics card.What are my options regarding configuring xorg to give me a higher screen resolution?

View 6 Replies View Related

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

Fedora :: F11 - How To Change Resolution For Login Screen

Aug 13, 2009

Just installed F11. Been totally frustrated all day and all night with resolutions and DNS bugs. I installed system-config-display so I can get my video working properly. However, my monitor says it's out of range only on the login screen. How can I change the resolution for the login screen to match that of my working environment?

View 1 Replies View Related

Fedora :: Change The Screen Resolution Through The Menus?

May 26, 2010

How do you get to the place to change the screen resolution through the menus in Fedora 13? When I couldn't find it, I ran gnome-display-properties, changed the resolution, restarted, and when it started back up the resolution was not changed!

What is the recommended way to change the screen resolution?

View 1 Replies View Related







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