Ubuntu :: Messed Up The Original Configuration Of Xorg Though Because The Highest Resolution Is 800x600?

Mar 31, 2010

I clean installed xubuntu on an old laptop. I think I messed up the original configuration of xorg though because the highest resolution is 800x600.

# dpkg-reconfigure xserver-xorg
or
$ sudo dpkg-reconfigure xserver-xorg

[code]....

View 1 Replies


ADVERTISEMENT

Fedora :: How To Set Screen Resolution To Highest Level

Jan 11, 2011

I have a intel 82845 video card. I want to set the screen resolution to 1600x1200. The highest choice under system> preferences > Monitors is1024x768. I see some posts saying to edit xorg.conf, but when I go to /etc/X11/ there is no xorg.conf. I know the card and my monitor will do this resolution, as I had it to that resolution in windows 7 and in XP.

View 1 Replies View Related

Ubuntu :: Resolution Randomly Sets To Either 1024x768 Or 800x600 - Permanently Set A Resolution?

Dec 26, 2010

Barebones installation. Manually start x with 'startx'. For some weird reason, the resolution randomly sets to either 1024x768 or 800x600. How do I permanently set a resolution?

View 1 Replies View Related

Debian Configuration :: Xorg Affects Console Resolution?

Nov 2, 2010

I've been scouring the internet for an answer to this problem. I am using Squeeze and have properly configured Grub2 to set my console screen resolution to 1024x768x32 (as per updating /etc/default/grub to contain 'GRUB_GFXMODE=1024x768x32' and updating /etc/grub.d/00_header to contain 'set gfxpayload=keep') and everything works wonderfully. My resolution is set as it should be. However upon installing Xorg (aptitude install xorg ratpoison), my console resolution gets changed to what appears to be 1280x1024.

I thought that this was due to xrandr, however when I issue:

# xrandr -s 1024x768

only the X resolution is changed. When I then CTRL-ALT-F1 back to the console, the resolution is still at 1280x1024 (I am aware that xrandr only affects X, but I assumed that because my console resolution was correct before installing X there might have been some correlation).

I would like for my console resolution to stay at 1024x768 as per Grub2's configuration and for X's resolution to be at 1280x1024.

PS I also noticed that prior to installing Xorg, my CPU boots up without any screen blanking (only for a second or so). However, after installing Xorg, during the boot process the screen does blank briefly. It is at that time that the resolution gets changed to the 1280x1024 setting.

View 5 Replies View Related

Debian Hardware :: Sun Ultra 2 Xorg Configuration - Only Resolution Available Is 1152x900

Jul 6, 2011

I have setup a Sun Ultra 2 with Debian 6. It currently has dual 200MHz sparc I CPUs, 512MB RAM, and a Creator 3D 15MB video card. I have in the mail on its way to me dual 300MHz sparc II CPUs and enough RAM to max this thing out at 2GB. Anyway, I am currently having an issue configuring xorg.conf. The only resolution available to me is 1152x900 (which isnt even a supported resolution by my monitor), but Id like to use 1280x1024. I have tried for probably over a week now to no avail. I will paste my current xorg.conf file (the relevant parts), and please keep in mind that I have been messing with this file for a while so sorry if it looks bad.

View 8 Replies View Related

General :: Resolution Max Is 800x600 - Can't Set A Resolution Of 1024x760

Apr 2, 2010

I've installed Ubuntu 9.10-karmic koala-and all runs good except screen resolution. I don't have any graphic card, and with windows I never had problems...but with linux max resolution is 800x600. what can I do to set a resolution of 1024x760 or similar ?

View 2 Replies View Related

Ubuntu Networking :: Messed Up /etc/network/interfaces - Original Auto Eth0 Setup Is Missing

May 24, 2010

I'm trying to setup my interfaces along side GNS3 for study purposes, and came across a ..... vid saying to try this (my current config)

[Code]....

I'm praying for some crappy syntax error, also in Network Connections... its now blank, the original auto eth0 setup is missing

View 1 Replies View Related

Software :: Xorg.conf Blown Out Can't Get Above 800x600 Now?

Jun 4, 2010

I has ubuntu 10.15, which i used a flash drive to load into this

netbook asus 1000HA

While trying to use the monitor GUI in preferences to adjust the resolution to an external monitor I lost the video and found out that the xorg.conf file was gone. I copied a xorg.conf.failsafe to make a new xorg.conf but this left the 640X480 res. I found in a forum sum settings in another xorg.conf and using those I got to 800x600. So

On this xorg.conf i got these:

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 28-64
Vertrefresh 43-60

[Code]....

I tried from the GUI but it wont detect monitors.

When I boot up i get a popup bubble window that says sum thing like can't use the stored settings for video.

I need the correct syntax in the xorg.conf to get this to work.

View 9 Replies View Related

Ubuntu :: Cannot Set Resolution Higher Then 800x600 10.04

Jul 2, 2010

I have just done a clean install of 10.04 and cannot for the life of me set the resolution higher then 800x600 When I go to change the resolution I am greeted with a unknown monitor.

lspci | grep -i vga
VIA Technologies, Inc. K8M890CE/K8N890CE [Chrome 9] (rev 01)

Here is the Xorg config file I have configured

Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
[Code].....

View 4 Replies View Related

Ubuntu :: Change Resolution From 800x600 To 1024x768?

Mar 11, 2010

change my resolution from 800x600 to 1024x768..since the latter option is not available in my display settings?

View 1 Replies View Related

Ubuntu :: Screen Resolution Changed To 800x600?

Oct 26, 2010

I've been using Ubuntu for about two years now, then suddenly today (after my PC accidently lost power) the screen resolution changed to 800x600 (it is, in fact, a widescreen monitor, and this resolution looked 'zoomed in'). The only two resolutions detected with xrandr were in the 4:3 ratio (800x600 and something worse). I followed some instructions, trying to reset the resolution to 1024x576.

I got as far as

$ xrandr --newmode "1024x576" ...

then,

$xrandr --addmode default 1024x576

but when I

$xrandr --output default --mode 1024x576

I a message to the effect of 'your screen can only support 800x600 or less'. Ah-ha, I thought, you stupid machine; this screen has had a greater resolution for over a year.

And so, from System->Preferences->Monitor, I forced the computer to switch to this new resolution. When prompted, I reset.

My current problem is that when I turn the computer on, the monitor displays a floating 'Input Not Supported' sign. I Ctrl+Alt+F1'd, and now all 'xrandr' and 'cvt' commands return:

Can't Open Display

My first priority is to get the computer back to it's less-broken 800x600 state;

EDIT: I'm running Ubuntu 10.04

View 9 Replies View Related

Ubuntu :: Screen Resolution Will Not Go Above 800x600 Anymore

Dec 12, 2010

After the latest kernel update (2.6.32-26), my computer will no longer start up with a screen resolution higher than 800x600. Before this update, my computer would sometimes startup with this problem, but this could usually be fixed with a restart (or two if necessary). At this resolution the panels and a lot of tool-bars will not display properly, so I am limited as to what I can do using the GUI.

my video card is an S3 unichrome (I think. It is built-in to the motherboard so I don't know for certain) my screen is an old ctr one I am running Ubuntu 10.04 on the 2.6.32-26 kernel

View 6 Replies View Related

Ubuntu :: Unable To Get Screen Resolution Above 800x600?

Feb 11, 2011

here is output of lspci

Code:
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 630 Host (rev 21)
00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:01.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC

[Code]...

View 7 Replies View Related

Ubuntu :: Broken - Stuck At The Resolution 800x600

Feb 23, 2011

It started when I first installed Ubuntu because I heard it was good and I felt like a change of OS, but it didn't recognise my monitor and because of that it was stuck at the resolution 800x600 (I think) and so it didn't quite look right, also it made going on the Internet really awkward, so I searched on the internet to find out how to fix it and I couldn't find anything that worked, so instead I installed Ubuntu netbook version thinking that it would recognise it because it is meant for laptops, so I put the ISO on a USB and it installed but if I tried to do it again it just tried to reinstall itself (I think it was just because I didn't delete the other Ubuntu) and so I just stopped using the USB, so I eventually gave up and tried to delete linux.

I used the Wubi installer for the original Linux so I used that (in the C drive in the Ubuntu folder) to uninstall it too which looked like it uninstalled it fine, I then made the stupid mistake of using EASUS (I think, I cant check anymore) Partition editor and deleted all of the linux sections and made the C drive bigger, after it finished that my laptop doesn't boot up and im stuck at a black screen with it saying to reboot and insert proper boot device. With it not booting I couldn't do anything, but then I remembered the USB and so I put that in and now it boots to Linux, but I really want my windows 7 back because this linux isn't even installed and wont install, the only way I can use it is by exiting the installer and then using the ubuntu that doesn't really look right and doesn't save anything I do. Is there anyway to get my windows 7 back or am I stuck using this?

View 9 Replies View Related

Ubuntu :: Stuck With 800x600 Display Resolution

Mar 2, 2011

I am using Ubuntu 10.10. I am facing a problem with display resolution. My monitor is a 14" Samtron (56v) and with Ubuntu i am stuck with 800x600 resolution. I tried everything from 'xrandr' to 'sudo dpkg-reconfigure -phigh xserver-xorg' so that i can have 1024x768 resolution. But it seems that nothing is working out.

View 7 Replies View Related

Ubuntu :: Screen Resolution - Only Choose 800x600 ?

Mar 3, 2011

I have a good Asus monitor in which I can have a resolution of 1280x800 when using Mac Os (I have a Power Mac G4). However, when I try to have a better resolution with Ubuntu, the only resolution that it lets me choose is 800x600! There are no choices. I tried the "detect display" button but it doesn't change anything.

View 8 Replies View Related

Ubuntu :: 9.10 - Resolution Automatically Changed Into 800X600

Aug 21, 2010

I have a configuration of:
Intel Pentium Dual Core 2.40 Ghz cpu
Intel DG31PR desktop board
2 GB adata DDR2 (800 BUS) ram
NVIDIA Ge-Force 8400 GS NX84GS series PCI express

It's the first time I was installing a linux. First I collected an extra hdd for the installation. I used the entire drive for ubuntu 9.10 installation. It installed without any problem except the special features were turned off. It was said that the special features and animations would start only if their is a sufficient graphics processor. I picked up a solution and from the hardware drivers option, installed the nvidia graphics card. Problem started when i restarted my pc. The resolution automatically changed into 800 X 600 px. I changed it to 1280X1024 (which is highest for my monitor). But when I restarted again, it again became 800X600 px. And it becomes like this everytime I restart.

View 9 Replies View Related

Debian :: Can't Change Resolution From 800x600

Apr 12, 2010

got an acer aspire one zg8 running debian in a vmware enviroment i only have 800x600 and cant change resolution do i need to install linux drivers for intel 945 express vga card? i googled for drivers for vga card but linux and there were linux drivers,but it said linux 4 trying to get into linux.

View 1 Replies View Related

Debian Multimedia :: Cannot Get Better Resolution Than 800x600

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

Fedora :: Screen Resolution Won't Go Above 800x600

Oct 19, 2009

i recently installed fedora 11 i386 from fedora 8 i386. it was a fresh install. with 8 i had a 1024x768 res and my monitor is a 15.4" Polaroid LCD tv that has a max res of 1280x800. when i goto display and try to change the res it only shows 800x600 and below.

View 11 Replies View Related

General :: Can't Get The Resolution Higher Than 800x600 In 10.10?

Jan 1, 2011

I have installed Ubuntu 10.10 as a virtual machine under my Win7 windows. Everything is OK except that I can not get resolution higher than 800*600. Actually there are two options in Display Settings Menu 800*600 and 640*480. But my laptop has 15.4 inch monitor so its normal resolution is 1280*800.

View 3 Replies View Related

CentOS 5 :: More Than 800x600 Screen Resolution?

May 17, 2010

Loaded Cent O/S on VMWare Workstation to begin learning for enterprise role.. The largest screen resolution is 800x600. Is this the max or how can I change it to a larger res.?

View 4 Replies View Related

Hardware :: Booting Puppy Live - Breaks - My Monitor - All Xorg.conf's Now 800x600 ?

Nov 14, 2009

Booted puppy 4.12 off usb many many times have i booted puppy and other distros this has never happened I get to part where you choose xorg or xvesa I chose xvesa, as usual my monitor makes a "click" noise as if its been turned off but it doesn't turn off default puppy xvesa is 800x600 so i changed it to 1024x768 as usual after messing around I reboot into my ubuntu-9.04 install and my desktop is 800x600! I reboot into my SalixOS install and my desktop is 800x600! every system I boot into is this way! even live cd's! the PC is a Emachines with everything Nvidia mx4000 geforce and old 15inch vga monitor how do I output graphics card and monitor info?

Here is the xorg.conf every distro changed too

Code:

If I install the nvidia drivers in ubuntu/debian, only then can I get 1024x768 resolution

View 1 Replies View Related

Ubuntu Multimedia :: Modify Resolution 800x600 With S3 Driver

Sep 6, 2010

I've performed a fresh installation of Lubuntu 10.04 on a rather old PC hardware. Unfortunatly the displayed resolution is only 800x600 although the used graphic card can run with higher resolution (at least with Windows). According to this thread one could modify the resolution using xorg.conf. Below the information for the graphic card:

Code:
benutzer@pc1-lubuntu:~$ hwinfo --gfxcard
19: PCI 09.0: 0300 VGA compatible controller (VGA)
[Created at pci.318]
UDI: /org/freedesktop/Hal/devices/pci_5333_8811
Unique ID: WL76.Sb41r_OO4UA
SysFS ID: /devices/pci0000:00/0000:00:09.0
SysFS BusID: 0000:00:09.0
[Code]....

View 1 Replies View Related

Ubuntu :: How To Change HP Mini Screen Resolution To 800x600

Nov 7, 2010

I am using HP Mini 1000 Series with Ubuntu 10.10 (later installed with xubuntu-desktop). I want to run a wine application which requires 800x600 resolution. However, my current resolution is 1024x576. The other available solution is 640x480. Previously, I used pre-installed Windows XP, it allows me to change the resolution to 800x600 by clicking the "List All Modes" button at the display setting, then I can choose the 800x600 resolution. So, I think HP Mini is also able to support 800x600 screen resolution. May I know how can I do it in Ubuntu?

View 1 Replies View Related

Ubuntu :: NVIDIA NVS 5100 Resolution Blocked At 800x600

Nov 24, 2010

I installed Ubuntu 10.10 64 bits on a HP Elitebook 8540p with a NVIDIA NVS 5100 graphic card. Initially, the computer did not boot correctly and was stuck with the following error message:
[ 6.484165] [drm] nouveau 0000:01:00.0: Pointer to BIT loadval table invalid. I found the solution on a forum [URL] and correct the problem by editing Grub with nomodeset:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset".
Then update it by: sudo update-grub. Now Ubuntu boots but the screen resolution is 800x600 instead of 1600x900 and I can not change it. Note that I had the 1600x900 resolution before updating the Grub file but it was not stable: went back to the "Pointer to BIT loadval table invalid" when restarted.

View 1 Replies View Related

Ubuntu Multimedia :: Screen Resolution Locked To 800x600?

Jan 5, 2011

I have tried EVERY solution that has been posted. the nVidia forumswon help. Every solution that involves editing the .conf file crash my system. I wanna have real resolution for my monitor not be stuck at this 800x600 bull$#!tnVidia Graphics CardPlanar PL1700 Monitor

View 1 Replies View Related

Ubuntu Multimedia :: 10.04 - Cannot Set Screen Resolution Higher Than 800x600

Mar 5, 2011

I recently installed Ubuntu 10.04 in my computer, I ran update manager and installed all the actualization but and I can not set the screen resolution higher than 800x600; I have windows XP installed in another partition and the screen resolution can get to 1028x1024 at 85 hz. I have a Pentium 4, 2.20 ghz, 1gb ram, and the video card is a SiS (Silicone Integrated Systems) 300/305/630/540/730 32 Mb.

View 4 Replies View Related

Hardware :: Ubuntu 9.10 - Resolution Stuck @ 800x600 (intel)

Jan 25, 2010

i Just installed ubuntu 9.10 on my Acer laptop im new to linux and dont know how to fix this, (the resolution is stuck) the graphics card of the laptop is an Intel HD graphics media accelerator or somthing and i have looked everywhere for the drivers intel only supply them for windows 7 im completely stuck

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







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