LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-09-2009, 07:15 AM   #1
mark-c94
LQ Newbie
 
Registered: Nov 2009
Posts: 2

Rep: Reputation: 0
1024x768 not available on ubuntu 9.10?


I have just updated from ubuntu 9.04 to 9.10 and everything ran beautifully until I tried to change the resolution from 800*600 to 1024*768 which isn't in the list!! I was able to run it fine in 9.04 any help?
 
Old 11-09-2009, 08:55 AM   #2
Vrajgh
Member
 
Registered: Aug 2005
Posts: 68

Rep: Reputation: 33
You might be able to fix this by looking up the specification for your monitor so that you can explicitly specify the "HorizSync" and "VertRefresh" values in the Monitor section of your /etc/X11/xorg.conf

I don't know why it should not work now when it worked before, or if there is a more "ubuntu" way to do this.
 
Old 11-09-2009, 09:15 AM   #3
mark-c94
LQ Newbie
 
Registered: Nov 2009
Posts: 2

Original Poster
Rep: Reputation: 0
xorg.conf

ummm ok I'm just using a 1024*768 hdtv with vga and my xorg.conf file has only this in it:
# 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.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
 
Old 11-09-2009, 09:30 AM   #4
davmax
LQ Newbie
 
Registered: Nov 2009
Posts: 3

Rep: Reputation: 0
I had the same problem. It is about Ubuntu not including the drivers for some graphic cards. I found those drivers in the Ubuntu forum. I use the SiS Mirage 3 graphic card and the drivers are the SiS 671/672. If you use those drivers I can send you the linux driver auto-installable.

Last edited by davmax; 11-09-2009 at 09:33 AM.
 
Old 11-09-2009, 11:09 AM   #5
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
same problem...I do not like ubuntu!
 
Old 11-09-2009, 12:57 PM   #6
Vrajgh
Member
 
Registered: Aug 2005
Posts: 68

Rep: Reputation: 33
If you can't find the refresh rates from your monitor manual or from an internet search you could try following the instructions at this link and see if that helps.

http://www.cyberciti.biz/faq/howto-u...probe-command/

I had to run it a couple of times to get it to tell me the "monitorrange"

Code:
# ddcprobe | grep range
monitorrange: 30-96, 48-120
My monitor section looks like this:
Code:
Section "Monitor"
    Identifier     "Configured Monitor"
    HorizSync       30.0 - 96.0
    VertRefresh     48.0 - 120.0
EndSection
Don't just use my numbers though, as this is a different monitor and will have different ranges.

It may also be true that ubuntu is not using the correct driver but it might be easier to diagnose that once you've got the resolution you want!
 
Old 11-18-2009, 04:17 PM   #7
leda
LQ Newbie
 
Registered: Nov 2009
Posts: 1

Rep: Reputation: 0
Davmax could you send me a link for SiS Mirage 3 graphic 672 drivers, I also have this graphic and my resolution on 9.10 is not good
I am new to Linux so if there is something else I need to install please send some instructions!
My motherboard is SIS Mirage 3 672 and my graphic and audio card are integrated.
Btw, wireless is not working either.

I hope someone will help me because my brother gave me a two week deadline to fix this or he will install windows again
 
Old 11-19-2009, 12:09 AM   #8
davmax
LQ Newbie
 
Registered: Nov 2009
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by leda View Post
Davmax could you send me a link for SiS Mirage 3 graphic 672 drivers, I also have this graphic and my resolution on 9.10 is not good
I am new to Linux so if there is something else I need to install please send some instructions!
My motherboard is SIS Mirage 3 672 and my graphic and audio card are integrated.
Btw, wireless is not working either.

I hope someone will help me because my brother gave me a two week deadline to fix this or he will install windows again
For the graphic card just download this driver, double click, install, log off, log in, and it should be ready in your high resolution.

http://www.mediafire.com/?cmz0mkn0tmd

About the wifi it was also a nightmare for me. I am a beginner so I will probably not be able to help you, but tell me what is your wireless card and if it is the same as mine I will try to help you.

As for more things to install I advice you to google for "things to do after installing ubuntu karmic". There are a few good ones. Try with this for instance: http://blog.thesilentnumber.me/2009/...nstalling.html

By the way, I always end up uninstalling Linux, I get fed up with it. Works really bad, and in my laptop it is always much slower and buggy then Windows XP, plus the programs are worse that the Windows ones. I am interested in Linux for the safety of no-virus, but bufff... it's really annoying, slow and buggy.

Good luck.

Last edited by davmax; 11-19-2009 at 12:17 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Resolution won't go above 1024x768 Raccoon1400 Slackware 6 05-24-2008 09:45 AM
can't get 1024x768 ubuntu studio amek Linux - Hardware 2 10-23-2007 06:15 AM
1024x768 everyonebleeds Red Hat 3 03-10-2006 07:22 AM
1024x768 krock923 Debian 3 09-13-2005 04:56 PM
1024x768 on fedora 3 hendrata Linux - Hardware 2 08-03-2005 08:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration