OpenSUSE Hardware :: Increase The Maximum Screen Resolution?

Apr 9, 2010

I recently installed 11.2 and am now trying to increase the maximum screen resolution.When I go to 'confifure desktop' > 'display' it will not let me increase the maxiumum screen resolution past 800X600.My nVidia 6150 LE drivers/kernal are installed, so I'm not sure quite what to do.

View 7 Replies


ADVERTISEMENT

OpenSUSE Install :: Can't Increase Resolution Than At Least Stretch The Screen To Full Screen?

Aug 27, 2011

I recently upgraded my graphics card from a Geforce 7600GS to a Gefore 560Ti. And while most things are normal, during boot up my screen isn't "full screen" until X is started, after which everything else is fine. Essentially, all display, the grub menu, the splash screen, console text, etc, is within a box on the screen, with 2" on the left and right, and 1" top and bottom of empty blackness.

From what I understand, this is because the framebuffer is using the wrong resolution, but the maximum resolution that hwinfo --framebuffer returns is 1280x1024 (which I am already using "0x031a".) (My monitors is natively 1920x1080) Is it possible to do something about this? If not increase resolution than at least stretch the screen to full screen?

sudo /usr/sbin/hwinfo --framebuffer
02: None 00.0: 11001 VESA Framebuffer
[Created at bios.459]
Unique ID: rdCR.GGyCBArXznD
Hardware Class: framebuffer
Model: "NVIDIA GF104B Board - 10400050"

[Code]...

View 2 Replies View Related

Fedora :: How To Set Screen Resolution At Maximum

Apr 30, 2010

MY current screen resolution is 1200X800 but from my monitor manual I can see that it support these resolution also 1366X768, 1280X960, 1280X1024 but there is no such option to change in my fedora 12. How can I change that?

View 14 Replies View Related

Ubuntu :: Displaying Maximum / Desired Screen Resolution?

Jan 16, 2010

New to ubuntu, as of about 3 days ago. Using ubuntu 9.10 on a Dell Dimension 3100. I installed ubuntu as a program on windows 7. I am only given the option for 800X600 and wanting to switch to 1024X768. My graph card is MESA DRI Intel 915G GEM 20090712 2009Q2 RC3/x86/MMX/SSE2 v1.4 Mesa 7.6. Other info: The X.ORG Foundation v1.6.4. How can I get the desired screen resolution?

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

Ubuntu Multimedia :: Changing Screen Resolution To Maximum Settings?

Jan 26, 2010

Just got an HP dv6-2150 laptop. Dual boot with Windows 7 and 9.04 (9.10 will not work but that's a different story). The screen resolution is too low and is set at the highest option available (1024x768 which is a 4:3 aspect ratio). The HP uses the new Intel i3-330m chipset with on-board Intel HD graphics. The system is capable of 1366x768 resolution (16:9) - so how do I get it there? xorg.conf looks real generic - nothing specific to Intel.

View 7 Replies View Related

Ubuntu Multimedia :: Can't Increase The Screen Resolution

Jan 12, 2010

I can't increase my screen resolution to higher than 800x600. In Windows I have a 1024x768 resolution. This is my xorg.conf file

Code:

# 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 9 Replies View Related

Ubuntu :: Unable To Increase Screen Resolution?

Sep 27, 2010

I have recently installed Ubuntu 10.04 beta version. After installation, my laptops screen resolution cant be increased to 1024x768. More over i cant see that 1024x768 option in the System>Prefrences>monitor option.

View 4 Replies View Related

Ubuntu Multimedia :: Xrandr Won't Let Increase Screen Resolution?

Jun 23, 2010

I have been arguing with my acer aspire one laptop since I bought it in terms of the screen resolution and have never been able to solve the problem, although I seem to be getting close. I just updated to 10.04 (the netbook remix).I have been following the instructions for how to fix it here. The result was this:

Code:
liz@Pippin:~$ cvt 1366 768
# 1368x768 59.88 Hz (CVT) hsync: 47.79 kHz; pclk: 85.25 MHz

[code]....

View 3 Replies View Related

Ubuntu Multimedia :: Unable To Increase The Screen Resolution Beyond 800x600 After Upgrade To 10.10

Jan 29, 2011

I am using a 15" CRT Samsung monitor and when I upgraded 10.10, the screen resolution became 800x600 and I am not able to increase the resolution of it. This was working fine with 10.04 version.

Below is the o/p for "xrandr":
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 800 x 600, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
800x600 0.0*

I also see a continuous message box at the top left corner of my monitor with text as "Unknown".

View 7 Replies View Related

OpenSUSE Install :: Windows Starts Automatically - Maximum Resolution Is 1024X768 ?

Sep 26, 2010

I just installed openSuse11.3 on my desktop, but when I switch on my pc, windows starts aumatically. I can run openSuse only if I insert installation cd, select BOOT FORM HARD DISK and then Grub appears...I have a problem also with screen resolution, I installed nVidia drivers, but the maximum resolution is 1024X768...

View 3 Replies View Related

Ubuntu :: Can Increase The Maximum Volume

Jan 22, 2010

I used to have Windows on my laptop, until I got the blue screen, so I just installed ubuntu. Well everything was ALOT louder on Windows, and I was wondering if there was a way to increase the maximum volume. I have to turn the volume almost all the way up to watch a movie. On Windows 1/4 volume was plenty. I searched, but alot of the answers I saw were that it was hardware limitations, which cant be the case, since it was a ton louder on Windows

View 5 Replies View Related

CentOS 5 Hardware :: Increase Screen Resolution On Headless Centos Server

Oct 19, 2010

I have a centos 5.5 server, without a monitor connected to it.Sometime i need to connect to it with VNC, but maximum resolution is 800x600.How can i increase it at least 1024x748 ??I tried in system-config-display changing the monitor to a generic CRT 1024x768, and rebooted.But only allowed resolutions are 800x600 and 640x480.

View 6 Replies View Related

Ubuntu :: Increase Maximum Amount Of Allowed Shared Memory?

May 17, 2011

My problem is I installed Zone Minder for camera security and I'm testing it on my laptop with the built in webcam and everything seems to work perfectly except when I try to view the live feed from the camera, it's just a black box. No video.

I checked this website and it's exactly the problem I'm having with a fix for it but his fix doesn't work. He says to type:

Code:
user@ubuntu:~$ sudo echo "256000000" > /proc/sys/kernel/shmmax
user@ubuntu:~$ sudo service apache2 restart
user@ubuntu:~$ sudo service zoneminder restart

But when I do the first line, I get this:

Code:
deemar@Clementine:~$ sudo echo "256000000" > /proc/sys/kernel/shmmax
bash: /proc/sys/kernel/shmmax: Permission denied

View 2 Replies View Related

Debian Hardware :: Can't Display Maximum Resolution

Jun 29, 2010

I have a brand new computer with an ATI Radeon HD5850 video card I have a LCD monitor with a native resolution of 1920x1080. I installed Debian Testing 2.6.32-5-amd64

Because I have several machine, I use a KVM (switch keyboard) in the middle. This KVM is quite old but still work correctly only problem is that it don't forward the EDID information. Until now it wasn't a problem, and by specifying the correct parameters of the monitor in /etc/X11/xorg.conf , I always succeed to reach the 1920x1080 resolution

In installed the proprietary drivers from ATI Catalyst 10.6 (last version)

since I have 2 problems :
first in the console I used framebuffer in 1280x1024x32. Before installation of the ATI drivers, it was ok, now the screen is completely black !! on every tty (I didn't investigate much on this trouble yet)

Second problem:
I can't reach the native resolution of my monitor ! No matter what I'm doing, the best the driver propose is 1600x1200 !!

I made a lot of test and modification in xorg.conf but without success, it always goes back to this resolution and never propose something higher For information, if I connect the monitor directly to the video card (removing the KVM), everything is OK and the resolution is automatically set to 1920x1080

/etc/X11/xorg.conf
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

[Code].....

View 3 Replies View Related

Ubuntu Multimedia :: How To Get Maximum Resolution For Monitor

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

Ubuntu :: Cant Access Maximum 1920x1200 Resolution ?

Jan 19, 2011

I have the same problem where i cant switch to my 1920x1200 anymore it says 1600x1200 is the highest which sucks because i have no idea why or how it switched back to 1600x1200 when i had 1920x1200.

View 1 Replies View Related

Ubuntu Multimedia :: 10.04 Unable To Detect Maximum Resolution

Jun 20, 2010

Ubuntu 8.04 used to detect my display resolutions fine, but this version is unable to detect my max. resolution and I get lock-ups when I use the live disk without the "nomodeset" option.
My display config is:
lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)

Detected resolutions (with nomodeset option):
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 2048
VGA connected 1024x768+0+0 (normal left inverted right x axis y axis) 267mm x 200mm
800x600 85.1 + 85.1 72.2 75.0 60.3 56.2
1024x768 60.0*
832x624 74.6
640x480 85.0 75.0 72.8 75.0 59.9
720x400 85.0 70.1
640x400 85.1
640x350 85.1

The resolution 1152x864 is missed. This was a bug I had earlier reported on Intrepid (9.04).
My OS:
Linux ubuntu 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux
I downloaded this 2 days ago. Also I was stumped at no kernel messages on any virtual terminal! How can I enable the printks?

View 1 Replies View Related

Ubuntu :: Built In VGA Card - Maximum Resolution 800X600 In 9.10

Jan 4, 2010

I am using Intel builtin VGA card. I got a problem with resolution which is max here 800*600. I want to set it to 1024*768. I already did that using xandr but the problem is every time I restart I get to my default settings feeling like ubuntu discharge all my changes all fields even if i followed the steps of saving.

View 5 Replies View Related

OpenSUSE Hardware :: Max Screen Resolution - Screen Goes Blank When Click On The Display Icon In System Settings

Jan 11, 2011

i have just put a Geforce 7300 GT graphic card into my machine the problem is the max resolution I can get is 1024x768 at 60 hz the screen is a benq fp71g+. also the screen goes blank when i click on the display icon in system settings. i know that the screen can be run at 1280x1024 so I don?t know where the problem is.

View 3 Replies View Related

Hardware :: Finding The Maximum Supported Resolution Of Video Card By Using Xrandr?

Aug 25, 2010

I am trying to find the maximum supported resolution of my video card by using xrandr. My card is an NVidia GeForce Go 7300 (in a laptop). The official documentation does not list specific resolutions that are supported. My laptop display is detected as "AUO" in the NVidia X Server Settings dialog (Ubuntu 10.04 amd64) and has a native resolution of 1280x800. However, I would like to know what is the maximum resolution that I could use on a display with the VGA adapter irrespective of whether the laptop's display is on. This is what I get from xrandr: Screen 0: minimum 512 x 384, current 1280 x 800, maximum 2304 x 864 default connected 1280x800+0+0 0mm x 0mm

1280x800 50.0* 51.0 56.0 52.0
1024x768 52.0 50.0

[code]....

I am guessing the maximum width of 2304 would be for using TwinView with the laptop's 1280-width display next to a 1024 CRT or similar. Surely these cannot be the only supported resolutions. I would like to use a LCD display of width somewhere around 1600 pixels (in particular while turning off the laptop's screen so as to use the external LCD as the primary display) if possible.

View 5 Replies View Related

Ubuntu :: Increase The Resolution On Gtk Themes?

Oct 14, 2010

is it possible to increase the resolution on gtk themes to get rid of visible pixels? Or is there a set limit?

View 1 Replies View Related

Fedora Installation :: F12 To Increase Display Resolution?

Apr 13, 2010

Ive just installed Fedora 12, max resolution option is 800*600 can someone advise how i can adjust or improve the resolution to at least 1200*700?Hardware: HP D330m, 2.8GHZ, 700MB RAM, VGA is a Intel Extreme Graphics Display.

View 6 Replies View Related

Ubuntu Multimedia :: Increase The VGA Port Resolution?

Jul 26, 2010

How can I increase the resolutions of my VGA Port?As you can see in the screenshot, the maximum resolution that Ubuntu 10.04 detect it's 1360x768 but in other OS I can use 1920x1080 for example.

View 4 Replies View Related

Ubuntu :: Way To Increase Resolution Until Driver Support Comes?

Jan 9, 2011

I have an AMD Radeon HD 6950 and I know that no driver will be released for a while that works (current one causes xorg to crash and creates a reboot loop). Until then I have a 1920x1080 monitor running at 1280x1024 bc there are no higher settings.Is there any way to increase the resolution until the driver support comes? I tried a method involving xandr but that didnt work.

View 5 Replies View Related

Ubuntu Multimedia :: Trying To Increase The Resolution On External Monitor

May 24, 2011

I have an EeePC 1005HA with Intel 945G chipset and graphics. I've got a 21" no-name touchscreen attached to the laptop with the intention of hiding the laptop away behind it and simply using the tactile widescreen with virtual keyboard (onboard). By the way, the Touch screen is working great OOTB in Ub 11.04, although will have to tweak some more to get multi-touch working.On it's own the netbook runs 1024x600 (16:9) automatically. As soon as I plug in the larger monitor and mirror the images it auto-defaults both to 800x600 60hz and I have no options to select a higher res. I want to be able to run the large screen in something like 1024x600 or better, as long as its 16:9. At the moment everything is stretched out on the larger screen and on the netbook I have a 800x600 with black margins left & right.

Can't seem to work it out. The Monitor Config doesn't give me any higher options than 800x600 when mirrored. Below is the output of xrandr, if it's any help. Also my xorg.conf file is practically empty.

View 9 Replies View Related

General :: Increase Text Size In 10.04 Due To Having Large Resolution/monitors?

Apr 3, 2010

I have 24" dual monitors with 1920x1080 resolution on both of them. Consequently the text appears so small. I use the following text-intensive applications frequently:

Web browser (Google Chrome)
IDE (Komodo)
Terminal (Gnome Terminal)
Email (Thunderbird)

I can configure text size on IDE, Terminal and Email. But for Chrome, it is not a good idea to set proportional font size because often one wants to see the entire (not just proportional fonts) site to be zoomed. So I am asking: Is it possible to increase DPI in Ubuntu (much like on Windows) so as to increase the text size across all apps? OR Is it possible to set permanent 'zoom' in Google Chrome, using a third-party extension maybe?

View 1 Replies View Related

Ubuntu :: Use StartUp-Manager To Increase The Resolution Of The GRUB Menu?

Aug 5, 2010

I was wanting to use StartUp-Manager to increase the resolution of the GRUB menu and the boot logo screen. Changing the resolution for the GRUB menu works fine. But the Ubuntu logo that should show up during the boot process is all scrambled across the screen. I tried multiple resolutions to fix it and none of them work. How do I restore everything back to their defaults? I tried putting the numbers all back to where they where when I first ran StartUp-Manager but that didn't fix it.

View 4 Replies View Related

OpenSUSE Install :: Change Resolution Screen In LOGIN KDM Opensuse 11.3 Kde 4.6?

Feb 24, 2011

installation opensuse 11.3 and kde 4.4 after update to kde 4.6, work fine, but problem is login screen is low like 640x350...? i wanted to change from lowtion to high 1024x768?when i start opensuse and begin to login was low resolution and log in my user and it's low resolutiona dn i change screen from setting system (kde) after change high display is works fine and rebbot same low resolution for LOGIN MANAGER how i can change it??

View 1 Replies View Related

Ubuntu Installation :: Cannot Increase Monitor Resolution Onboard Graphics Card?

Nov 22, 2010

I know there are many threads on similar issues but I can't find anything that will work. Not sure if I need drivers or what to do - I feel really stupid as I should be able to get this right but I am at a brick wall. Basically I have a 20inch monitor hooked up to the on-board graphics card and cannot get higher resolution than 900 x 600. It should be at 1280 by 1240. This is a brand new install with the latest Ubuntu 10. Under monitor preferences its says 'unknown' for monitor type and I don't have any driver disk for this screen but never needed one previously.

[Code]...

View 1 Replies View Related







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