Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-09-2009, 12:38 AM
|
#1
|
LQ Newbie
Registered: Sep 2007
Posts: 5
Rep:
|
Can't Change Resolution
Hello,
First of all sorry my english is not that good and im not that savy in linux but anyway i need some help.
I just installed 8.10 and im stuck at 640x480 or 800x600 resolution and i want to have it at 1024×768.
I used to have ubuntu 8.04 and Fedora 8 and it was working just fine, in windows xp works fine also.
The video card the pc has its an Integrated Intel 82845G/GL
This is what i have on the xorg.conf file:
# 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"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
when i try to reconfigure the xserver with the command:
sudo dpkg-reconfigure xserver-xorg
it doesn't give me any option to set any resolution, or vertical-horizontal range at all.
if i try the command:
sudo dpkg-reconfigure -phigh xserver-xorg,
it just backup the current xorg.conf file and it makes a new one with the same information.
i also downloaded the drivers for this chipset from the intel website but when i try to install it says:
Compiling new agpgart module...
ERROR: AGPGART module did not compile
Compiling DRM module...
ERROR: Kernel modules did not compile
The DRI drivers can not be installed without the latest kernel modules.
Installation will be aborted. See the dri.log file for information on
what went wrong.
It's saying like im missing the kernel modules but im not sure how to verify that, i was checking on synaptic i have these installed (linux-restricted-modules-2.6.27.9-generic and linux-restricted-modules-generic). But i don't know if the error is refering to that.
Can Anybody Help Me Please. Sorry for the long post i just wanted to provide as much info as i could.
Thank You.
|
|
|
01-09-2009, 02:20 AM
|
#2
|
Member
Registered: Jan 2009
Location: atlanta, ga, usa
Distribution: sabayon 5, slack64, Lenny, LFS 6.4 user # 20665
Posts: 61
Rep:
|
In xorg.conf find SubSection "Display" and manually add 1024x768 like so:
Modes "1024x768" "800x600" "640x480"
Update xorg.conf & restart X with Ctrl+Alt+Backspace. Hope that helps.
|
|
|
01-09-2009, 01:02 PM
|
#3
|
Member
Registered: Oct 2004
Location: Tartu, Århus,Nürnberg, Europe
Distribution: Debian, Ubuntu, Puppy
Posts: 619
Rep:
|
Hmm... Something is wrong with your X config... You should have Driver "intel" and not Driver "vesa".
You may also try to let everything autodetect at runtime. In my xorg.conf I have (debian and a different video chip though):
Code:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
The driver module should be called something like xserver-xorg-video-intel
|
|
|
All times are GMT -5. The time now is 06:24 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|