Debian Multimedia :: Add A Video Resolution ?
May 14, 2011
This system is basically working fine, but I'd like to change the video resolution. It has defaulted to the monitor's native resolution, which is 1920 x 1024. I'd like to set 1600 x 900. However, it's not in the list. In fact, the other resolutions listed in System => Preferences => Monitors aren't even the same ratio -they're more like the old 4:3.
Background: desktop pc with AMD64, 4GB RAM, etc.video is Nvidia Geforce 8200 or 8400installed debian 6.0 with the default "base" or "basic" or somesuch, plus "graphical environment". It's Gnome 2-series I believe.And it seems to be using the Nouveau driver as far as I can tell.So I Googled, and on various pages people said to edit the file: etc/X11/xorg.conf
However, there is no such file on my system. So I googled more, and posters give the following advice: kill the X server, kill the gdm, and then give command: Xorg -configure and this is supposed to generate the config file. However, for me it did not generate the file. Instead it failed with the error message: "Number of created screens does not match number of detected devices".
View 2 Replies
ADVERTISEMENT
Jun 21, 2010
Having been using squeeze on my primary system for some time, I decided to install it on my media center PC. After doing a clean install I lost sound (another post) and my maximum video resolution dropped to 1280x1024. I was previously getting 1920x1080 (native) resolution under lenny on this box. So it's a mystery to me why I'm not getting that now. As you can see, the nvidia module is loaded:
# lsmod | grep nvidia
nvidia 9821382 0
i2c_core 12570 2 i2c_piix4,nvidia
PS--This was installed the "debian way" via module assistant.
View 2 Replies
View Related
Apr 11, 2011
I am setting up a MythTV environment to switch from Windows based MediaPortal (with a high number of disturbing bugs). Yet, I have three difficulties, which I want to discuss with you. They are:
- No audio via HDMI see [URL]
- Video resolution seems to change during video playback
- Channels cannot be found via DVB-S [URL]
As you can see, I have created three posts to keep discussions focused.
Alltogether I have the following setup:
- AMD 5050e CPU
- 8 GByte RAM
- Biostar TA890GXE
- Samsung LE40M86BD, connected via HDMI (and only HDMI)
- Mythbuntu 10.10 with proprietary drivers installed
- Technisat Skystar HD2 DVB-S card (two times)
Now, here is the problem:
Whenever I playback any video material using e.g. VLC, the screen resolution changes. This also applies when playback the video in a window and not fullscreen. The problem is that whenever the screen resolution changes, short time later the TV set blanks screen and show the TV set specific information "unsupported video mode".
How can I enforce to stay in the configured video mode?
View 2 Replies
View Related
Nov 30, 2010
I have two video outs on my AGP video card. One is VGA and the other is S-video. I tried connecting the second monitor (Viewsonic) by itself to the VGA port and it works fine and runs at 1280x768 very clearly. I then attached the LG monitor instead to the VGA and attached the Viewsonic to the S-video port. Now it is running at 1024x768 and I have no option to increase the resolution.Is this a limitation based on S-video being worse than component, which is worse than VGA and it simply cannot handle the data density for larger resolutions? Or would it be my video adapter? I swear I had monitor control working fine through the panel, but now when I click on the monitor button it says, "It appears that your graphics driver does not support the necessary extensions to use this tool. Do you want to use your graphics driver vendor's tool instead?" and that opens an Nvidia X control panel.
Also, using S-video means the computer doesn't recognize the Viewsonic LCD TV properly, it just recognizes it as a TV. Is this because S-video doesn't play nicely with EDID reporting?It would be nice to get a sharp picture on that TV, the way I had when it was connected like a monitor via VGA. I am not sure what's going on anymore, so any help on clearing up driver issues or getting configuration apps installed or anything like that would be helpful.
View 5 Replies
View Related
Sep 30, 2015
Debian 8.2 is installed to my Toshiba notebook. There is a performance issue about high resolution mp4 and mkv files. They are not played well on VLC or default media player.I don't see this issue on Windows. This computer has Intel HD Graphics 5500 and i7-5500U CPU.
View 2 Replies
View Related
Jun 13, 2010
I need to know a command that is able find the hight and width of a video. I know in VLC you can go into the Codec details but I need something in the command line because I have hundreds of files that I need to organize. I could not find any VLC command that does what I want to do.
View 2 Replies
View Related
Jun 25, 2010
I'm using a laptop and running a secondary monitor to my TV. My laptop has ATI HD 3400 video card. The TV has a higher resolution than the laptop's monitor. When the video is full screened on the TV, the actual video uses the resolution of the primary monitor and not the second.
View 2 Replies
View Related
Oct 14, 2010
When I boot my computer I get this message: Warning Pc video resolution is out of range Change setting to recommended resolution 1280x1024 @60mh So I hit ctrl alt f1 I typed in Sudo dpkg-reconfigure xserver-xorg Nothing happens. It's been very frustrating because with everything that I've looked up it says that it's suppose to guide me through something. I desperately need my computer for school.
View 8 Replies
View Related
Jul 6, 2011
I have an integrated intel video and latest xserver-xorg-video-intel driver(using only stable repo). Now I wanna watch high-res video. From the bits of info collected from all over internet I understood that I need to:
1.aptitude install libdrm libva.
2.compile or find the .deb mplayer-vaapi and install it.
3.add -vo vaapi -va vaapi to the mplayer command line in gnome-mplayer.
My question : is that correct or did I miss something? Do I have to compile latest libdrm and libva or the ones from the squeeze repo will be good? Do I need kms enabled, i.e. install firmware-linux-nonfree?
View 4 Replies
View Related
Jun 24, 2010
I've been playing around with Damn Small Linux 4.4.10 on my Dell Inspiron 3000 laptop for quite a while now, and this is the first time I've been downright stumped. To make a long story short, I'm trying to play 480p video on a machine with a 233 MHz Pentium processor, 112 MB of ram, and a Neomagic MagicGraph 128XD graphics card (NM2160). Crazy? Maybe, but I don't think so. I'm using MPlayer set to Xv mode with the XFree86 4.3.0 server, and so far, I've been able to get it to play 360p mpegs with minimal stuttering. However, MPlayer crashes with 480p. This is because the 128XD only has 2 MB of memory, which, after the 1024x768x16 screen takes its share, doesn't leave enough room for a 640x480 overlay.
The creators of MPlayer are aware of this limitation, and suggest adding the following line to my XF86Config file: Option "OverlayMem" "829440"
As I understand it, this is supposed to extend the video card's frame buffer into system memory, thus allowing the higher resolution video to play. However, it doesn't work, based on this output from my XFree86 log file: cannot reserve 829440 bytes for overlay...
Some other suspicious-looking lines from the log file:
View 3 Replies
View Related
Jul 22, 2015
I have an Laptop Acer aspire one D250 with debian 8 and gnome3, actualy the screen resolution are 1024*600 pixels, i want to try to maximize resolution.I hope to win 1280*800 screen resolution but the control panel fix display maximum to 1024*600, how i can to put another large resolution ?which years ago, i'm editing the xorg.conf file to put that i want resolution !I forgot that can i do for maximise resolution, some on can tell me how fix manualy the screen resolution.
View 14 Replies
View Related
Aug 25, 2010
I just installed Debian 5 onto an older PC and cannot get a better resolution than 800x600. The PC is currently dual booting with Windows XP and in Windows I can get the resolution to 1280x768 without any issues. I checked the device manager in Windows and the video card shows up as VIA/S3G Unichrome II. What do i need to do to get this working at 1280x768 in Debian? I had Mint installed previously and it got to this resolution fine until I upgraded it to a new version, then it was stuck at 1024x768.
View 3 Replies
View Related
Jul 11, 2011
FINALLY got my personal server up and running again after my GPU's fan died. i rigged a new fan/heatsink on it but i can't seem to get the resolution correct. nvidia-settings (version 195.36.31) says 1280x960 but i have to pan around the entire desktop (like having a huge image zoomed in on a small screen).
View 8 Replies
View Related
Aug 16, 2011
I recently switched from a DVI cable to a HDMI cable (from the motherboard to the monitor) on my desktop. Everything was working flawlessly with the DVI cable, but when i switched to the HDMI cable the resolution became altered in a strange way. According to both the 'Monitor Preferences' and 'NVIDIA X Server Settings' my resolution is 1920x1080. Both the mouse and some icons looks to be in that resolution. However, the gnome panels, the rest of the icons, toolbars, etc. are huge and in a low resolution. While using Iceweasel, the top gnome panel and the Iceweasel toolbars take up half my screen! I can't find a way to alter the size of these since my resolution is set to maximum. I thought it might be a problem with gnome, so I tried Fluxbox, but the same problems were there. Have anybody else come across this, or perhaps know of a solution?
[Code]...
View 2 Replies
View Related
Aug 24, 2011
A few weeks ago, I've noticed that my FullHD external LCD (LG Flatron W2243S), which was working without any flaw, can't be setup to reach 1920x1080 anymore, even after a fresh install. My graphics card is Nvidia G105M (I'm using Nvidia proprietary drivers), and I used to configure my monitor with nvidia-settings which usually took something like 30 seconds to setup twinview. However, this monitor is now detected as CRT, and resolution can't be setup to more than 1024x768, which is horrible. I've been trying to use xrandr to setup resolutions, but xrandr -q prints this line:
root@polaris:/home/user# xrandr -q
xrandr: Failed to get size of gamma for output default
(...)
I've been trying several solutions, but nothing worked until the moment. I can find many users reporting this kind of problem across the internet, but any solution.
View 5 Replies
View Related
Oct 23, 2015
I just installed Debian 8 (loving it so far) and everything its working right except for one thing: The monitor resolution!
I've got a LG 22 inch monitor and it supports up to 1360x768 but the display settings only shows 1024x768 as max resolution. Doing a little research i was able to get the desire resolution (1360x768) through the use of the tool "xrandr". The problem is that the resolution its not permanent and i need to invoke the xrandr script (i wrote a very basic "script" to set the resolution) on every restart or session logout and of course this is annoying. I've tried to use "crontab" to invoke the script on every restart but for some reason did not worked.
So, making more research i saw that apparently the correct way to set the resolution is by making use of "xorg.conf" but didn't quite get how to do....
Here's the xrandr script that i use:
Code: Select allOUTPUT=VGA1
MODE=1360x768
MODELINE=""1360x768"Â Â 84.75Â 1360 1432 1568 1776Â 768 771 781 798 -hsync +vsyn$
xrandr --newmode $MODELINE
xrandr --addmode $OUTPUT $MODE
xrandr --output $OUTPUT --mode $MODE
View 4 Replies
View Related
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
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
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
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
Oct 1, 2010
I recently installed Debian 5.0 (Lenny) on a Dell Inspiron 1545 laptop. I have been banging my head trying to figure out why my laptop display (15.6" optimum resolution 1366x768) is only running at 1024x768. This was not a problem in Ubuntu even as far back as 8.10 (Intrepid Ibex) which came pre-installed.
I am running kernel 2.6.32 (from Backports) to get WiFi to work and it still hasn't remedied the video oddities.
How do I either:
1) Letterbox the 1024x768 so that it isn't distorted?
or, more preferably,
2) Display in the full 1366x768?
My video card is:
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
I also have the xserver-xorg-video-intel driver from the stable repositories installed.
View 6 Replies
View Related
May 3, 2015
I'm now working to install Debian 8 on another computer since yesterday. Another Linux, and as always, endless list of problems.
- A computer that was freezing at every installation attempt (but never at the same moment) during installation when the Broacom cardbus adapter was connected (it's a chance that it is easy to remove and I found it quickly... and it is working once installation is finished)
- Turning to sleep mode after 15 seconds if I don't quickly try to login
- BOINC receive no work
- Tray icons are here but invisible - no icons, just gray space
- xserver-xorg-video-savage is installed, but I have resolution problems, and weird glittering horizontal lines when the computer is working (as on my other PC with the SiS video card).
On Debian 7.8, it was working fine for having the 1024x768 native resolution of this laptop screen.
But, with debian 8, the max resolution is now "800x600" and with this screen, there is no smooth effect : the image is a disaster.
Here is "lspci -nn" :
Code: Select all00:00.0 Host bridge [0600]: VIA Technologies, Inc. P/KN266 Host Bridge [1106:3156]
00:01.0 PCI bridge [0604]: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP] [1106:b091]
00:0a.0 CardBus bridge [0607]: O2 Micro, Inc. OZ601/6912/711E0 CardBus/SmartCardBus Controller [1217:6972]
00:0c.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link) [104c:8026]
00:10.0 USB controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev 80)
[Code] ....
How to confirm that my Video card is included into xserver-xorg-video-savage package ? How do I know if the driver is loaded ? How to modify xorg confifugration files in this modern flavour of Linux in order to force adding the 1024x768 resolution ? I already succeed into /etc/default/grub and "update-grub" for the bootloader screen but I want it too in the desktop environment.
View 7 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
Dec 3, 2015
I have recently began to use libav and had an issue I was running into.. Not exactly how to word it so I will simply state the symptoms..
Goal: Create a screencast demo on linux, play it back on a windows machine.
I am running this command to record the screen, installed libav:
avconv -f x11grab -r 25 -s 1600x900 -i :0.0 -vcodec libx264 -threads 4 /home/sysadmin/Desktop/output.avi
The issue I am running into is, when I try to play this file in Windows Media Player or even VLC on the linux host, the default size of the video results in the text in the terminal to be unreadable..
When I re-size the video, as in blow it up to full screen, I can see the text clearly..
The playback device is running something like 1280x1020 resolution. Is there a way to make it so that the text will also be readable?
View 6 Replies
View Related
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
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
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
Jun 7, 2011
I've been working on this off and on for the last couple of days and I can't seem to get this working. I'm using the latest Catalyst Control Center (11.5) and I've also got xorg.conf set up for this resolution. If I switch the driver in xorg.conf to radeon from fglrx, I can get my 1920x1080 resolution (only on GNOME;the login screen and Fluxbox have a black bar on the left that cuts off about a quarter of the screen). When using fglrx and Catalyst Control Center, I can only get a maximum resolution of 1600x1200.
Xorg.conf:
Section "ServerLayout"
Identifier "Manual Layout"
Screen "Screen-0" 0 0
[Code]...
View 7 Replies
View Related
May 13, 2010
I am running kde 4.4 in virtualbox , but cannot create xorg.conf to get a correct resolution. X -configure = segfault. Older releases were fine - lenny, even ubuntu hardy / lucid.
View 6 Replies
View Related
Apr 19, 2011
I have a LMDE (Mint Linux Edition based on testing, now Wheezy) i386 that I just did a dist-upgrade on and now it isn't properly detecting my monitor resolution. I have two 1680x1050 monitors, one attached to the DVI and another to a VGA video switch. When I rebooted to the new 2.6.38-2-686 kernel both monitors were giving me 1024x768. I futzed around for a while and could then get the the DVI monitor to correctly identify the proper resolution, but the VGA monitor resolutely refused to see more than 1024x768.
I was able to get the proper resolution by entering these commands:
[Code]...
Should I file a bug report, and if so, with whom? I have to say, the Debian bug report process is not too newbie (or even not-so-newbie) friendly, but I'd like to help if it doesn't require me to hand-configure a MUA.
Also, I suppose I shouldn't mention it in a single post, but my mouse is behaving rather unpredictably now (click speed, selecting), and trying to reboot dismounts the file system and then starts up again giving me my display manager (in my case KDM), without restarting the system (both from "sudo reboot" and trying to restart with KDM or the Gnome widget). If I really want to restart the system I have to halt it first and hit the power button.
View 4 Replies
View Related