View Full Version : [ubuntu] screen resolution trouble, can't change the screen resolution
aagavin
September 7th, 2008, 04:52 PM
I am having trouble changing the screen resolution
when I try to change it through the preferences it only gives me
800x600 but I would like it to be 1024x768
how do i fix this
thx
tangibleorange
September 7th, 2008, 05:07 PM
I am having trouble changing the screen resolution
when I try to change it through the preferences it only gives me
800x600 but I would like it to be 1024x768
how do i fix this
thx
what make&model is your graphics card? are you using the restricted drivers? could you also post the output of these two commands:
xrandr -q
sudo lshw -C video
wolfen69
September 7th, 2008, 05:09 PM
try
sudo dpkg-reconfigure -phigh xserver-xorgthen ctrl-alt-bksp
aagavin
September 7th, 2008, 06:48 PM
thanks for you help but none of the stuff I tried worked:
xrandr -q
output:
Screen 0: minimum 800 x 600, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
800x600 57.0*
aaron@aaron-desktop:~$ sudo lshw -C video
*-display UNCLAIMED
description: VGA compatible controller
product: 3D Rage Pro AGP 1X/2X
vendor: ATI Technologies Inc
physical id: 0
bus info: pci@0000:01:00.0
version: 5c
width: 32 bits
clock: 33MHz
capabilities: agp agp-1.0 vga_controller bus_master cap_list
configuration: latency=64 mingnt=8
sudo lshw -C video
output:
PCI (sysfs)
Ryadt
September 7th, 2008, 06:55 PM
Did you enable your graphic card in System > Administration > Hardware Drivers?
aagavin
September 7th, 2008, 07:03 PM
Did you enable your graphic card in System > Administration > Hardware Drivers?
yea tried that and it said
No Proprietary drivers are in use on this system
chriswyatt
September 7th, 2008, 07:07 PM
Used to have that graphics card, must be more than a decade old by now.
A quick search on Google pulled up this:
http://forum.freespire.org/showthread.php?t=5205
By the sounds of it it's not well supported on Linux. If all else fails you might be able to get a second hand or budget graphics card that's better supported under Linux.
Ryadt
September 7th, 2008, 07:08 PM
yea tried that and it said
Try
sudo apt-get install xorg-driver-fglrx
and then retry to enable the driver.
tangibleorange
September 7th, 2008, 07:09 PM
you might need to install the restricted driver using Envy-NG. Install it with this command:
sudo apt-get install envyng-gtk
Then launch it and follow the instructions.
NightCrawler03X
September 7th, 2008, 07:10 PM
Can you show me the contents of the following file:
/etc/X11/xorg.conf
on your system please.
also, tell me the exact name of your monitor, and if possible show me it's full specification.
aagavin
September 7th, 2008, 07:27 PM
k thanks for your help
I will try it tomorrow because I don't have internet on that computer
will report back to you
A
aagavin
September 7th, 2008, 07:45 PM
k thanks for your help
I will try it tomorrow because I don't have internet on that computer
will report back to you about
Can you show me the contents of the following file:
/etc/X11/xorg.conf
on your system please.
but not really sure about my the exact name of your monitor
A
aagavin
September 7th, 2008, 08:34 PM
Can you show me the contents of the following file:
/etc/X11/xorg.conf
on your system please.
also, tell me the exact name of your monitor, and if possible show me it's full specification.
here is what that file says:
# 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.
#
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
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
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
aagavin
September 7th, 2008, 10:12 PM
Can you show me the contents of the following file:
/etc/X11/xorg.conf
on your system please.
also, tell me the exact name of your monitor, and if possible show me it's full specification.
# 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.
#
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
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
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
NightCrawler03X
September 8th, 2008, 12:06 PM
You want a 1024x768 res, right?
where it says
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Under where it says Device "Configured Video Device", put
DefaultDepth 24
create another section below it (below the line of text that says EndSection), putting the following information:
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
So that instead of
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
you have:
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
Then restart X and tell me what you get
(to restart X, press "ctrl-alt-backspace")
aagavin
September 8th, 2008, 01:36 PM
You want a 1024x768 res, right?
where it says
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Under where it says Device "Configured Video Device", put
DefaultDepth 24
create another section below it (below the line of text that says EndSection), putting the following information:
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
So that instead of
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
you have:
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
Then restart X and tell me what you get
(to restart X, press "ctrl-alt-backspace")
it says that I can't edit it because I am not root
how do i solve this
NightCrawler03X
September 8th, 2008, 01:43 PM
yes, to edit /etc/X11/xorg.conf, you need admin rights. If you're running ubuntu, your "root" password should be the same as the password for your user login.
At the terminal, do
sudo gedit /etc/X11/xorg.conf
(I'm assuming you use gedit as a text editor; if you use some other editor, just replace "gedit" with the name of whatever editor you use).
aagavin
September 8th, 2008, 01:58 PM
yes, to edit /etc/X11/xorg.conf, you need admin rights. If you're running ubuntu, your "root" password should be the same as the password for your user login.
At the terminal, do
sudo gedit /etc/X11/xorg.conf
(I'm assuming you use gedit as a text editor; if you use some other editor, just replace "gedit" with the name of whatever editor you use).
nope didn't work
when I restarted it just went into low graphs mode and i had to reconfiger it 800x600
NightCrawler03X
September 8th, 2008, 02:30 PM
Hmm, then I don't know how to help, sorry. Come to think of it, your xorg config does look kind of bare-bones. Maybe, Ubuntu doesn't use xorg conf for everything (I wouldn't know, because I don't use ubuntu, I use ArchLinux (http://archlinux.org)).
I've got one more thing for you to try:
find out what video driver you are using, and do the following to your xorg config (while keeping the same things in there that I told you to put in there in my thread 2 previous to this one):
in the "Device" section, put
Driver "name_of_your_video_driver"
then restart X and see if that helpsand see if that helps.
PS: When you said you "restarted" do you mean that you rebooted your entire system? If so, I only meant that you should restart Xorg (or "X").
nisaky
September 8th, 2008, 02:33 PM
Do you have drivers for your graphics card? Without proper drivers graphics cards don't work as they should.
By the way which one do you have?
NightCrawler03X
September 8th, 2008, 08:42 PM
quoted from nisaky's sig:
There are 10 types of people on this world. Those who understand binary and those who don't.
0 1 10 11 100 101 110 111 1000 1001 1010 1011 1100 1101 1110 1111 10000 10001 10010 10011 10100 10101 10110 10111 11000 11001 11010 11011 11100 11101 11110 11111 100000 100001 100010 100011 100100 100101 100110 100111 101000 101001 101010 101011 101100 101101 101110 101111 110000 110001 110010 110011 110100 110101 110110 110111 111000 111001 111010 111011 111100 111101 111110 111111 1000000 1000001 1000010 1000011 1000100 1000101 1000110 1000111 1001000 1001001 1001010 1001011 1001100 1001101 1001110 1001111 1010000 1010001 1010010 1010011 1010100 1010101 1010110 1010111 1011000 1011001 1011010 1011011 1011100 1011101 1011110 1011111
the statement I quoted does not compute! does not compute!
*head explodes*
I don't mean to hijack this thread, but isn't this statement slightly incorrect? I mean, 0 basically means no, and 1 basically means yes. 10 in binary is 2, which means you are adding a third value (because there's 0 and 1 also).
0 - doesn't understand.
1 - understands.
So actually, there are 1 types of people in this world.
:KS :KS
Anyway, please carry on with this thread.
aagavin
September 9th, 2008, 04:08 AM
Hmm, then I don't know how to help, sorry. Come to think of it, your xorg config does look kind of bare-bones. Maybe, Ubuntu doesn't use xorg conf for everything (I wouldn't know, because I don't use ubuntu, I use ArchLinux (http://archlinux.org)).
I've got one more thing for you to try:
find out what video driver you are using, and do the following to your xorg config (while keeping the same things in there that I told you to put in there in my thread 2 previous to this one):
in the "Device" section, put
Driver "name_of_your_video_driver"
then restart X and see if that helpsand see if that helps.
PS: When you said you "restarted" do you mean that you rebooted your entire system? If so, I only meant that you should restart Xorg (or "X").
?? how do i restart only xorg
Do you have drivers for your graphics card? Without proper drivers graphics cards don't work as they should.
By the way which one do you have?
dont know how do i find out
NightCrawler03X
September 9th, 2008, 02:09 PM
I already explained, but ohwell, I will explain it again:
look at your keyboard. Find the following keys:
ctrl
alt
backspace (should look something like a <---)
Press, ctrl, alt, and backspace all at the same time, to restart Xorg.
As for finding out what video card driver you have, try:
lsmod | grep drm
and tell me what it says.
also try
lsmod | grep video
and tell me what it says
and finally, do
lspci | grep VGA
and tell me what it says (keep note that you should do the "VGA" in all caps).
aagavin
September 11th, 2008, 04:25 PM
I already explained, but ohwell, I will explain it again:
look at your keyboard. Find the following keys:
ctrl
alt
backspace (should look something like a <---)
Press, ctrl, alt, and backspace all at the same time, to restart Xorg.
As for finding out what video card driver you have, try:
lsmod | grep drm
and tell me what it says.
also try
lsmod | grep video
and tell me what it says
and finally, do
lspci | grep VGA
and tell me what it says (keep note that you should do the "VGA" in all caps).
ok this is the output of that commands
{{{{{{{
aaron@aaron-desktop:~$ lsmod | grep drm
aaron@aaron-desktop:~$ lsmod | grep video
aaron@aaron-desktop:~$ lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c)
aaron@aaron-desktop:~$
}}}}}}
roger_1960
September 11th, 2008, 06:24 PM
Hi
Go to terminal (applications - accessories - terminal) and enter:
sudo displayconfig-gtk
Then enter your password (wont appear)
Then in the gui which appears, select your model of monitor (or "Generic" if its not there), and set the screen resolution. This normally works.
aagavin
September 13th, 2008, 02:02 AM
ok tried that but it still didn't work
because when i restart it goes into low graphics mode
prap19
September 20th, 2008, 05:14 PM
I hav don all the things mentioned above sice i had the same problem.But now my screen doesnt appear and only black screen comes .What to do now???Plz its urgent i hav all my document in UBUNTU.
nisaky
September 20th, 2008, 05:56 PM
quoted from nisaky's sig:
0 1 10 11 100 101 110 111 1000 1001 1010 1011 1100 1101 1110 1111 10000 10001 10010 10011 10100 10101 10110 10111 11000 11001 11010 11011 11100 11101 11110 11111 100000 100001 100010 100011 100100 100101 100110 100111 101000 101001 101010 101011 101100 101101 101110 101111 110000 110001 110010 110011 110100 110101 110110 110111 111000 111001 111010 111011 111100 111101 111110 111111 1000000 1000001 1000010 1000011 1000100 1000101 1000110 1000111 1001000 1001001 1001010 1001011 1001100 1001101 1001110 1001111 1010000 1010001 1010010 1010011 1010100 1010101 1010110 1010111 1011000 1011001 1011010 1011011 1011100 1011101 1011110 1011111
the statement I quoted does not compute! does not compute!
*head explodes*
I don't mean to hijack this thread, but isn't this statement slightly incorrect? I mean, 0 basically means no, and 1 basically means yes. 10 in binary is 2, which means you are adding a third value (because there's 0 and 1 also).
0 - doesn't understand.
1 - understands.
So actually, there are 1 types of people in this world.
:KS :KS
Anyway, please carry on with this thread.
Since 10 binary = 2 decimally, then there are 2 types of people.
Sorry for interrupting in thread...
BTW Ubuntu "doesn't like" ATI cards much, there are no drivers for some so Ubuntu can't detect them at all.
gjoellee
September 20th, 2008, 05:58 PM
in most cases running an xfix solves the resolution problem. Read more here: http://www.kshoster.net/?c=tipsandtricks&h=xfix
roger_1960
September 20th, 2008, 06:03 PM
Hi
Hi,
Try:
sudo displayconfig-gtk
enter your password (will not appear)
Then change the settings in the GUI that appears. You may have to log out then in again.
NightCrawler03X
September 23rd, 2008, 09:10 PM
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c)
Make sure you have the correct video drivers installed for your ATI 3D Rage Pro. Chances are, right now you're using the open source drivers; on my system I have an ATI Radeon X600 and I use the open source drivers, but I can get the full resolution and refresh rate that my monitor supports (1280x1024 @ 75Hz) -- in the past, I couldn't get the resolution I wanted with the open source drivers, so I had to use ATI's official drivers -- the same may be true for you right now.
Try using the proprietary ATI driver for your card and see if you can then get your desired resolution (if you're on ubuntu, in the program menu you will find in system > administration, something called either something like "Hardware Drivers" or "Restricted Drivers". If you go there, it'll probably tell you the correct driver to use, and from there you just enable it, then let ubuntu install and configure it for you (after doing so, you will need to restart your kernel (just restart ubuntu)). **
**Just keep in mind: the proprietary drivers may offer better performance in many areas, but being closed-source, only ATI can maintain them, therefore ubuntu folks and all other linux folks out there can't fix any bugs/security-holes in those drivers.
johntc23
September 25th, 2008, 03:59 AM
using all the suggestions on this thread I finally have my screen resolution where I wanted it BIG Thanks:lolflag:
Ubuntu is great
XPuntu
September 28th, 2008, 02:47 PM
Hi
Try:
sudo displayconfig-gtk
What happens if I get this:
jasong@jasong-desktop:~$ sudo displayconfig-gtk
Traceback (most recent call last):
File "/usr/bin/displayconfig-gtk", line 75, in <module>
app = DisplayConfig(options)
File "/usr/lib/python2.5/site-packages/displayconfiggtk/DisplayConfig.py", line 236, in __init__
self._sync_screens()
File "/usr/lib/python2.5/site-packages/displayconfiggtk/DisplayConfig.py", line 551, in _sync_screens
screen == gfxcard.getScreens()[1]:
IndexError: list index out of range
Thanks.
sakura1083
September 29th, 2008, 02:06 AM
I'm having the same resolution problem in Xubuntu (maximun allowed being 800x600 instead of 1024x768 ) but I haven't been able to solve it with all the above instructions. My graphics card is an S3 Graphics SuperSavage/IXC 1179 (it's a pentium IV laptop, 1.7GHz 256RAM), but I've only found the driver for windows. With the command sudo displayconfig-gtk, I can only select a generic s3 savage driver, and when I hit 'test', this is what the terminal shows:
on_button_test_config_clicked()
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/displayconfiggtk/DisplayConfig.py", line 1038, in on_button_test_config_clicked
(res, msg) = testX(self.xsetup,"/usr/share/displayconfig-gtk/servertestdialog-gtk")
File "/usr/lib/python2.5/site-packages/displayconfiggtk/displayconfigcommon.py", line 50, in testX
xsetup.writeXorgConfig(config_filename)
File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 702, in writeXorgConfig
self._syncXorgConfig()
File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 653, in _syncXorgConfig
gfxcard._syncXorgConfig()
File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 1470, in _syncXorgConfig
self.screens[i]._syncXorgConfig(self.x_device[i])
File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 2357, in _syncXorgConfig
mode_list_line.extend([ mode_list[mode_index].getName() for mode_index in mode_indexes ])
IndexError: list index out of range
Any suggestion?
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.