Debian Hardware :: Monitor AOC F19s Not Operating At Optimal Resolution?
May 30, 2011
This is a fresh install of stable Debian: root@ngaio:/home/murray# uname -a Linux ngaio 2.6.32-5-amd64 #1 SMP Wed May 18 23:13:22 UTC 2011 x86_64 GNU/Linux The monitor is an AOC F19s - fairly standard 19" widescreen LCD. The graphics is running off the mother board: Intel Graphics Media Accelerator X4500 (supposedly this supports up to 2048x1536)
Gnome has three basic resolutions available, the best is 1024x768 but it still makes my pictures look fat. The optimal resolution for my monitor is 1366x768 (ie widescreen). I have hunted through lots of posts and tried creating an xorg.conf file and specifying this mode, however when I did that the Xserver simply didn't start. I then tried a few different combinations, however I was pretty much swatting mozzies with the lights off. I deleted my xorg.conf attempt and it's back to 1024x768 and I'm stumped.
[Code]...
I know these resolutions are painful to work out, so if you don't have much time perhaps you could point me at a website or document that explains how to configure xorg.conf correctly?
View 6 Replies
ADVERTISEMENT
Aug 23, 2010
I have a fresh install of debian on an older laptop. The screen resolution is 800 x 600, but I want it to be 1024 x768. I know this screen can handle this resolution because I've used it before. I tampered with xorg.conf according to this link, viewtopic.php?t=26577, but to no avail. Here is my xorg.conf
Section "InputDevice"
Identifier"Generic Keyboard"
Driver"kbd"
Option"XkbRules""xorg"
Option"XkbModel""pc104"
Option"XkbLayout""us"
[Code]...
View 6 Replies
View Related
Aug 12, 2011
I recently installed Debian. I have a monitor plug in to my laptop and i cant get my monitor to display its native resolution.
View 4 Replies
View Related
Jan 27, 2015
I have a fresh installation of Debian 7.8 on my Dell Precision notebook. Somehow I failed to configure Xorg in a proper way. I do have X up and running, but I can not change my monitor resolution. Here is my graphics card.
Code: Select all$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Haswell Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Radeon HD 8800M Series
I tried to follow suggestions from Debian Wiki, somehow nothing really worked (https://wiki.debian.org/AtiHowTo)
Code: Select all# aticonfig
aticonfig: No supported adapters detected
Code: Select all# X -configure
Terminated with an error, below is the Xorg.0.log file
Code: Select all[ 227.953]
X.Org X Server 1.12.4
[code]....
View 2 Replies
View Related
Jul 26, 2015
Debian Stable LXDE
Samsung LD190N
NVIDIA GT 730
Trying to set to native resolution of 1360x768 with error "Failed to get size of gamma for output default":
Code: Select allerik@DRAGON:/var/log$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1360 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 61.00*
800x600 61.00
[Code] ....
Found these lines in /var/log/kern.log stating "unknown Kepler chipset":
Code: Select allJul 26 17:35:34 DRAGON kernel: [ 15.510099] nouveau ![ DEVICE][0000:03:00.0] unknown Kepler chipset
Jul 26 17:35:34 DRAGON kernel: [ 15.510148] nouveau E[ DEVICE][0000:03:00.0] unknown chipset, 0xb06070b1
Jul 26 17:35:34 DRAGON kernel: [ 15.510191] nouveau E[ DRM] failed to create 0x80000080, -22
Jul 26 17:35:34 DRAGON kernel: [ 15.510419] nouveau: probe of 0000:03:00.0 failed with error -22
Google search yielded this bug, which affected GT 730 graphics cards, apparently patched in Linux 3.19:
[URL] ....
Assuming this is the problem, does this mean I have to upgrade to Testing or install proprietary drivers?
View 3 Replies
View Related
May 30, 2011
I installed this package (Squeeze) and the man page for laptop-mode.conf is rather overwhelming in the amount of information it provides, as is the .conf itself; does anyone know if simply installing laptop-mode-tools has an effect on power consumption? In other words, does the default .config save power? Or do I have to alter the .config? If so what would an optimal .config for an EEE PC look like?
View 1 Replies
View Related
Apr 16, 2010
I would like to discuss setting up a mail server and its implications and alternatives. First, let us see if I have understood this correctly: A mail server consists of many different components. First, a server to listen to any mail inbound for a specific domain (say postfix), and then a POP3/IMAP server (say dovecot). Then, I should somehow configure the rules by which all mail is forwarded to their respective owners. This should be fairly simple by using debians package managers and dselect or whatever program it is that sets up right packages by use cases at the install.
But now lets assume a more complicated environment, where there are multiple users with different domains and needs. First, we need to send mail to ourselves from webapps for instance for backup purposes. So let's say we have a domain called domain.com setup, and we want to send mail to backup@domain.com. Unfortunately, some configuration issue makes the application get confused, because it is trying to send mail to itself, but doesn't quite understand what it should do. How can this problem can be solved?
Second, how could I configure different domains with different rules. For instance, if I want one domain to have a catch-all account, where random email sent to erroneous accounts is captured? Or if I want to create accounts which are not based on actual Debian accounts, but instead just random usernames (say, danny@domain.com, mike@domain.com, support@domain.com etc.)?
Finally, which are the best web-guis for doing such configuration? What if the customer wants to himself add accounts? I cannot require him to edit text files - especially if he can thus break the whole configuration for other customers as well.. postfix-admin is one, but it is quite crude-looking. Is there something which integrates both postfix, apache and dovecot configuration? How about Webmin?
View 2 Replies
View Related
Aug 22, 2011
After installing Debian for the first time earlier today, I tried to setup my display for a 1440x900 resolution. However, the "Monitor Preferences" setting won't allow me to set a resolution higher than 1280x1024.
View 3 Replies
View Related
Jan 11, 2010
I was wondering if i can remote desktop with my blackberry if i could install a program on my computer that would allow me to monitor a operating system install or even use my blackberry to install the operating system.
View 3 Replies
View Related
May 9, 2011
I got the following task from my boss. I have to find out if there is some alternative tool for create reports from Squid except SARG. Now, we use SARG, but my boss told to me, that the main problem of SARG is, that SARG generate huge amount files, which cause problems during migration our servers. He told to me the following condition for change of current tool (SARG):
* standard package of Debian
* generate less amount of files, optimal is to save reports to the database
So I would like to ask you if you know about some tool (I can not find some by google)... and the best would be if you told to me some practical experiences.
View 1 Replies
View Related
Nov 5, 2010
I have a 22'' monitor. And I would like to set resolution to 1280*800. This is the resolution set in Windows in my computer in another disk partition. So I dont understand why I can't do the same in Fedora 13. The default resolution is 1680*1050, but everything looks too small. Other options I can choose are uselesnes because it distort everything.
View 2 Replies
View Related
Dec 5, 2010
I have a dell latitude with intel i7 nvidia NVS 3100M and screen 1920x1080 resolution, using KDE 4.4 stable suse, well with high resolution monitor I found some problem usng kde:
1- I can change the font dimension by system settings but if I bigger the font the dimension of Kmunu doesn't change so the result is big font in small container, ugly and difficult to use
2- I can change the font dimensions in KDM splashscreen but the window where username and password is shown doesn't change, result is big unreadeable font in a small case
3- I cannot change the tabs and theyr font dimensions in chromium and firefox, result very small tabs
4- Icons in system tray and Kmenu and other icons remains always small even if I bigger the panel
View 2 Replies
View Related
Jun 23, 2010
How to change the resolution of my tv to be the same as the monitors. I mean cloning ..
View 9 Replies
View Related
Aug 26, 2010
just installed ubuntu10.04 has set monitor resolution to 800x600 i need 1920x1080 i have been at this for two days now and getting absolutely no where , i could set this on windows in 5 minutes , why does it need to be so hard on ubuntu, i really prefer ubuntu to windows but problems like this really can drive one to despair. i have tried so many different web sites and follow instructions but keep getting command not found which i dont understand why. here is an example of something i tried in terminal xrandr --output VGA --mode 1920�1080 --rate 50 i get warning: output VGA not found; ignoring.many other things i have tried come up with command not found .
View 4 Replies
View Related
Oct 15, 2010
I have a laptop with an "ATI Technologies Inc Mobility Radeon HD 3400 Series" video device. I have trouble configuring the second VGA monitor attached to the laptop to 1024x768 resolution. It is always stuck on 2560x800. My xorg.conf file is as follows:
Code:
Section "ServerLayout"
Identifier "amdcccle Layout"
Screen 0 "amdcccle-Screen[1]-0" 0 0
Option "DefaultServerLayout" "dualscreen"
EndSection
[Code]...
View 2 Replies
View Related
Jul 25, 2011
Just installed 11.04 on a box that it is on a kvm switch. As long as the switch is connecting the monitor to the booting Ubuntu box, the resolution of the monitor is detected OK. However, if for some reason I am working on a different box and the KVM switch is routing K V and M inputs to the other box, then Ubuntu defaults to what seems a botched VGA setting (i.e. it chops off top and left sections of the display).While in this "VGA" mode if I log out and log in, it re-detects the resolution ok.Is there any way to force Ubuntu to use a specific resolution no matter what? In this way, if I am working on a different box while waiting for Ubuntu to load, when I switch the resolution will be OK.I tried the only thing I can think of and this is to set the "good" resolution as "default" for "all" monitors, but it has no effect.
View 2 Replies
View Related
Aug 14, 2011
I was playing around with the NVidia settings control panel today and I saw that its Resolution dropdown was giving me options for
1680*1050
1920*1080
My monitor supports up to 1440*900. When I selected one of the higher resolutions, it didn't look very sharp, and the text was somewhat fuzzy and lacked clarity. Was this rendering being done by the graphics card but 'compressed' by the monitor?
The status said 'switched to metamode'. I tried searching but found nothing - what exactly does MetaMode mean? I'm more interested in understanding what was happening, only experimenting with the higher resolutions. What monitor and resolution do you have?
View 1 Replies
View Related
Aug 28, 2009
I installed FC11 on my laptop T43 and the video card is ATI Mobility Radeon x300. Now I have a problem of screen resolution with external monitor:
When I do presentation, I have to mirror the two monitors and both set to 1024*768, which is not perfect.
I remember that when I use RHEL 5 desktop edition, The system can automatically detect the external monitor and set it by itself ----- The laptop uses 1400*1050 and the external monitors such as projector uses 1024*768. But I haven't found such feature on FC11.
View 9 Replies
View Related
Oct 1, 2010
It seems that whenever I boot my laptop (hp probook 6450b) without a monitor attached, then boot with a monitor later attached, the configuration gets all messed up.
Currently, if I boot with the monitor attached, right after the blue loading screen (at the login prompt) i get two black monitors and a mouse, with no login screen. Unplugging the monitor shows the login screen on the laptop.
If i boot without the monitor attached, log in, then plug it in, i see the following from xrandr:
Code:
Screen 0: minimum 320 x 200, current 2390 x 768, maximum 8192 x 8192
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 310mm x 174mm
1366x768 59.6*+
1024x768 60.0
[Code]....
However, now when I reboot, all settings are lost, and if the monitor is attached, i get the black screen with a mouse at login.
I did notice that when I shutdown, it hangs on "Running guests on default URI", and i get a stack trace. It will keep dumping stack traces, and i have to hold down the power button to force it off.
View 2 Replies
View Related
Nov 14, 2010
problem happens after installing nvidia driver.everything was fine.the nvidia driver has been detected and functioning correctly.but my monitor,acer x173w which can go for maximum resolution of 1440x990 but i'm still using 1024x768.
View 1 Replies
View Related
Jul 8, 2011
I tested OpenSuse 11.4 as a guest OS via virtualbox on a win7 32bit host. Output to my 16:9 screen was perfect with a plentiful choice of high resolutions. Now with Suse (32 bit) properly installed as the host the only resolutions are 1024X768 and below and I am stuck with 4:3 ratio. My PC is an Intel Atom D945GCLF2 which has integral graphics. The monitor is the VGA input of a Samsung TV.
View 9 Replies
View Related
May 27, 2011
Got a system that I've been using for a long time now without any problems. Now suddenly it won't use a higher resolution than 1024x768.I never added any mods to the configuration and have not added any software other than recommended updates it quite a while.Any ideas what happened or how to fix it? I checked and the monitor/graphics card will still do upper resolutions with windoze so I'm guessing the hardware is alright.Using OpenSuse 11.3, 64bit, on a dual core athalon with a Sapphire ATI x1600 graphics card and a 22 inch flat screen that is supposed to go 1600 x 1050.
View 6 Replies
View Related
Jan 6, 2010
why both ubuntu and centos 5.4 will only give me 800x600 resolution on my monitor when opensolaris immediately gives me 1280x1024?The first time I tried ubuntu it gave me 1280x1024 and now will only make 800x600...This is a viewsonic VG930M Monitor..
View 4 Replies
View Related
Jan 30, 2010
I simply ran the Guest Additions CD (on VirtualBox), double clicked the x86 (I'm running 32-bit) executable, and got that error.
View 6 Replies
View Related
Feb 11, 2010
so when ppl bring me their computer and i install them ubuntu in my monitor when they take their computer to their home ubuntu does not keep the screen resolution i set for them.
View 4 Replies
View Related
Apr 15, 2010
I have an asus eee pc with a 7 inch screen. the screen is small and today I attached a 15 inch dell monitor to increase the screen size. the dell monitor is displaying a 720x 400 resolution which results in a very large screen but no more space on the screen. I can select 1024x768 resolution in system,preferences, display. HOWEVER I cannot select APPLY to this resolution because the apply button is not visable on the bottom of the screen because the display is SOOOO big.
View 4 Replies
View Related
Apr 18, 2010
I have a 30" apple cinema display. The monitor handles up to 2560 x 1600 pixels which is the optimum resolution for this monitor. I found out that most apple monitors have nvidia graphic card.The monitor is hooked up to a motherboard Intel BOXDG45FC. This motherboard has Onboard Video Chipset Intel GMA 4500. However, using KDE interface I dont get beyond 1280x800 resolution for the monitor.How can I get the maximum resolution for the monitor?
View 9 Replies
View Related
Apr 30, 2010
I just switch from windows to use ubuntu 10.04. I am still learning how to set things in ubuntu.
One of the problem is that I can't set my secondary (external) display to my favorite one. I have 22'' screen (max 1680x1050) but I love to set it to 1280x800.
I follow instruction from this website https://wiki.ubuntu.com/X/Config/Resolution and my display detail is like this code...
Somehow, I get the new mode in LVDS1 but not in VGA1. How could I add this new mode in VGA1?
View 6 Replies
View Related
May 1, 2010
I have been using Ubuntu for a couple of years and always at the 1024 768 screen resolution.
I just finished installing version 10.04. It defaulted to 1280 1024.
I much prefer the 1024 768 because it is better for my older eyes, but when I attempt to change, the screen goes black for a minute and then stays at 1280 1024.
Since earlier versions of Ubuntu did it, this should also, but..
View 5 Replies
View Related
Jul 16, 2010
I just switched monitors to a Viewsonic VX2025 and I am unable to get beyond 1280 x 1024 using the nvidia x server settings. My graphics card is a GeForce 5200. These are connected with a DVI plug. I would like to be able to set my resolution to 1920 x 1080. (Also, the card and monitor worked at 1920 x 1080 in a previous windows machine.)
I have done a fair bit of searching and it appears that my issue is either the x configuration file or EDID. After 2 days of working with this it's gotten confusing to say the least. So, I'm looking to see if others have had a similar problem and how to solve it. I have not altered an x config file before, so not exactly sure of where to begin.
View 3 Replies
View Related