LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Newbie
User Name
Password
Linux - Newbie This 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

Tags used in this thread
Popular LQ Tags

Reply
 
Thread Tools
Old 10-26-2009, 06:51 AM   #1
gnome181
LQ Newbie
 
Registered: Oct 2009
Posts: 4
Thanked: 0
low resolution, new install of ubuntu 8.04, sis661 graphics chips


[Log in to get rid of this advertisement]
i have just installed Ubuntu 8.04 into an asus with p5s800-vm mother board, the graphics are by sis 661 chip set. the screen resolution cannot be set higher than 720x400. as i am using a 19inch monitor, 1024x768 would be better resolution, but this is unobtainable. it is as if drivers aren't loaded, when i look in "system-administration-hardware drivers" i get a message that there are no proprietary drivers in use.
if i need drivers, where do i find them and how do i install them?
linuxubuntu gnome181 is offline     Reply With Quote
Old 10-26-2009, 06:57 AM   #2
linus72
Senior Member
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Ultimate-Edition-2.3/ 503box-Live/SalixOS/Phalanx-9.04/KNOPPIX-6.2/Fedora 12/Sidux-2009.03/Slack13
Posts: 2,911
Thanked: 229
Welcome to LQ gnome181!

Not sure if you can get that res
but, I dont think there are any proprietory drivers for sis?

anyway, go to system/admin/software sources and make sure you have all repos enabled

also, see here for other stuff to add to your repos
http://repogen.simplylinux.ch/

also, maybe you should try 9.04?
much more up to date

NOTE, my HP desktop a810n has sis 760 graphics and I cant even install ubuntu/debian as the screen locks up.

hopefully, others here can help too
linuxubuntu linus72 is offline     Reply With Quote
Old 10-26-2009, 08:34 AM   #3
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Slackware 10.1/10.2/12, Ubuntu 8.04 (upgraded from 6.06), Ubuntu Netbook Remix 9.04
Posts: 2,741
Thanked: 87
try in a terminal dpkg-reconfigure xorg-xserver; probably needs root permissions (sudo)
linuxubuntu Wim Sturkenboom is offline     Reply With Quote
Old 10-27-2009, 04:51 PM   #4
gnome181
LQ Newbie
 
Registered: Oct 2009
Posts: 4
Thanked: 0

Original Poster
just tried it on another monitor, it picked up the make and was happy to increase resolution. how do i achieve this on an unknown monitor, i am trying to set this up as a multimedia unit for my sanyo tv??
windows_xp_2003 gnome181 is offline     Reply With Quote
Old 10-28-2009, 12:01 AM   #5
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Slackware 10.1/10.2/12, Ubuntu 8.04 (upgraded from 6.06), Ubuntu Netbook Remix 9.04
Posts: 2,741
Thanked: 87
Specify the correct refresh rates in /etc/X11/xorg.conf

Code:
Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       27.0 - 96.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection
Note that the numbers are examples and must match your monitor's capabilities (check the manual).

If you don't have a xorg.conf, you can create one and add the above. I'm however not sure if that will work without other additions to the file.
windows_xp_2003 Wim Sturkenboom is offline     Reply With Quote
Old 10-28-2009, 11:23 PM   #6
gnome181
LQ Newbie
 
Registered: Oct 2009
Posts: 4
Thanked: 0

Original Poster
Sorry, but i forgot to mention i am very new to linux. how do i edit the xorg.conf? i tried the text editor but when i went to save the new file i got "could not save file" as apparently i do not have the required permissions?
windows_xp_2003 gnome181 is offline     Reply With Quote
Old 10-29-2009, 12:28 AM   #7
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Slackware 10.1/10.2/12, Ubuntu 8.04 (upgraded from 6.06), Ubuntu Netbook Remix 9.04
Posts: 2,741
Thanked: 87
If you're in the graphical environment, enter the command gksudo gedit /etc/X11/xorg.conf in a terminal
If you're in a console, enter the command sudo nano /etc/X11/xorg.conf or sudo vi /etc/X11/xorg.conf; nano is probably the easier to use editor for a newbie.

As you've found out, you need root permissions to edit the file and sudo elevates your normal permissions to root permissions.
windows_xp_2003 Wim Sturkenboom is offline     Reply With Quote
Old 10-29-2009, 05:26 PM   #8
gnome181
LQ Newbie
 
Registered: Oct 2009
Posts: 4
Thanked: 0

Original Poster
Problem solved. I couldn't get the refresh rates from the TV manual, but did some research on the net and found some one who had to edit his xorg.conf to get higher resolution with a new graphics card. He had added an extra mode, so I tried this:

Section "Screen"
Identifier "DefaultScreen"
Monitor "ConfiguredMonitor"
SubSection "Display"
Mode "1024x768"
Virtual 1024 768
EndSubSection
EndSection

Which is a combination of both answers, and it worked.

Thank you for your assistance.
windows_xp_2003 gnome181 is offline  
Tag This Post
Reply With Quote

Reply

Bookmarks


Thread Tools

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
Ubuntu is running in low graphics mode vibinlakshman Ubuntu 3 05-03-2009 08:29 PM
Ubuntu 8.10 Low graphics hell! bbalestier Linux - Newbie 3 12-02-2008 03:46 AM
Screen shifted left 8 inches with Chips and Technologies 69030 Graphics girishx86 Linux - Software 2 02-18-2008 04:25 PM
Low screen resolution ubuntu feisty Brynn Linux - Software 27 09-23-2007 10:48 PM
Ubuntu system ... low resolution CarterJman Linux - General 3 03-12-2006 12:48 AM


All times are GMT -5. The time now is 04:54 PM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration