LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 07-08-2005, 07:30 AM   #1
cdoyle
LQ Newbie
 
Registered: Jul 2005
Posts: 3

Rep: Reputation: 0
Unhappy Screen Resolution Help please!!!!


i have just installed the newest version of ubuntu. I was using fedora core4 with no problems up until I changed to ubuntu. My screen resolution is stuck at 640x480. I have read many threads on this but none seem to help. When I look at the xorg config file all the resolutions are showing but I can't change to any of them. Below is my config file. Please help if you can.

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Intel Corporation 82865G Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "DELL E153FP"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82865G Integrated Graphics Device"
Monitor "DELL E153FP"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

Last edited by cdoyle; 07-08-2005 at 07:32 AM.
 
Old 07-08-2005, 08:05 AM   #2
bp12345
Member
 
Registered: Jun 2005
Distribution: Debian testing, Kubuntu 5.04
Posts: 104

Rep: Reputation: 15
How do you try to change the resolution? What happens when you try to?
There might be some problems with the display, especially on a laptop. I had a similar problem with Debian, and by adding vga=771 as an install option, it worked fine. Maybe it is different in Ubuntu? There are also several more threads about this in the hardware and hardware>laptops sections.
 
Old 07-08-2005, 08:35 AM   #3
cdoyle
LQ Newbie
 
Registered: Jul 2005
Posts: 3

Original Poster
Rep: Reputation: 0
REPLY

I do not have this installed on a laptop. This is a dell dimension 3000 that dual boots between kubuntu and
Windows Xp. I am trying to change the resolution by way of the configuration window. I also screwed up in the previous post. I am running kubuntu. not a big fan of gnome but i would think that it shouldn't matter if it is gnome or kde. When I try to change the display the only option available is 640x480 and nothing else.

Last edited by cdoyle; 07-08-2005 at 08:37 AM.
 
Old 07-08-2005, 09:01 AM   #4
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Quote:
Section "Monitor"
Identifier "DELL E153FP"
Option "DPMS"
EndSection
This section on Monitor should have two extra lines with HorizSync and VertRefresh ranges for your monitor. Mine are 30-62 and 50-70, respectively, but you have to research what yours are.
 
Old 07-09-2005, 03:18 AM   #5
tfc
LQ Newbie
 
Registered: Oct 2004
Posts: 22

Rep: Reputation: 15
I have the exact same problem with ubuntu, except with a different monitor. I used Mepis before and graphics worked fine, but I had no sound (soundcard is also intel). Now that I have switched to ubuntu, the sound still doesn't work and I can't set a resolution > 640x480.
 
Old 07-19-2005, 07:56 PM   #6
John37
LQ Newbie
 
Registered: Jul 2005
Posts: 1

Rep: Reputation: 0
Have you tried 865patch ?

It is apparently needed to use Dell Dimension 3000 PCs and other models because of Dell's BIOS bugs.
 
Old 07-19-2005, 08:03 PM   #7
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Quote:
Originally posted by tfc
I have the exact same problem with ubuntu, except with a different monitor. I used Mepis before and graphics worked fine, but I had no sound (soundcard is also intel). Now that I have switched to ubuntu, the sound still doesn't work and I can't set a resolution > 640x480.
Have you tried finding out the horizontal and vertical ranges for your monitor, then editing the /etc/X11/XFree86-4 file and putting in the appropriate HorizSync and VertRefresh rates.
 
Old 08-07-2005, 10:07 AM   #8
wh0rd
LQ Newbie
 
Registered: Aug 2005
Posts: 5

Rep: Reputation: 0
Hey I had the same exact problem.

What aysiu said was right.

Well here's my solution to my 3000 Dell Dimension with 15" LCD Monitor. From just being able to set resolution to 640x480, I can now change my resolution to 1024x768.

In terminal type: gedit /etc/X11/xorg.conf

In /etc/X11/xorg.conf under the line Option “DPMS” (use the find option) just add:

HorizSync 28-49
VertRefresh 43-72

Save and reboot your system.

Here's where i found the post for the solution:
http://fluideye.com/blog/2005/06/28/...in-resolution/

This should definitely work. Happy Linuxing!

Last edited by wh0rd; 08-07-2005 at 10:08 AM.
 
Old 08-13-2005, 06:21 AM   #9
BrianD18
Member
 
Registered: Nov 2004
Location: Liverpool UK
Distribution: Mint
Posts: 39

Rep: Reputation: 15
I have posted on the same problem, and the common answer is to put in the vert and horizontal refresh rates. Unfortunately I can't find out what they are because my monitor is an old one (TUV 29J56G) and googling it doesn't do the trick. So

(a) Are there any values I could 'try' which would have a chance of success?

(b) Is there a resource anywhere likely to give me the refresh rates

(c) The computer also runs Window$ which has no problem hitting 1024x768. I know I shouldn't ask this, but is there any way I can find out from within Windows what the refresh rates are?

I really like the feel of Ubuntu but only having 640x480 is a pain in the ass!
 
Old 08-13-2005, 09:07 AM   #10
jolly1701
Member
 
Registered: Nov 2003
Location: England, UK.
Distribution: SuSE 10
Posts: 126

Rep: Reputation: 15
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-87
EndSection

here my etc/x11/xorg.conf file settings on kubuntu
my monitor runs 1024x768@75HTz ...
 
Old 08-13-2005, 09:23 AM   #11
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
I also run KDE on Laptop IBM with 15'' monitor. Here are the specs:
Code:
Section "Monitor"
  Option       "CalcAlgorithm" "CheckDesktopGeometry"
  HorizSync    31-68
  Identifier   "Monitor[0]"
  ModelName    "1024X768@75HZ"
  VendorName   "--> LCD"
  VertRefresh  50-85
  UseModes     "Modes[0]"
EndSection
If this wouldn't help, try booting with LiveCD and check the specs that it sets
 
Old 08-13-2005, 01:19 PM   #12
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware
Posts: 573

Rep: Reputation: 59
This page in the Ubuntu Wiki will definately help:

https://wiki.ubuntu.com/FixVideoReso...8resolution%29

I had the same problem when I installed Ubuntu and that is where i found the solution
 
  


Reply



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
I messed with the screen resolution and now Redhat will boot into a black screen! Mr. Hill Linux - Newbie 29 05-04-2009 11:52 AM
default screen resolution smaller than max. resolution ?? Thoddy Linux - General 2 11-10-2005 01:33 AM
Screen lock changes screen resolution ohzo Linux - Laptop and Netbook 0 06-23-2004 11:13 AM
Unable to configure screen resolution for 15.2" LCD screen in Fedore Core 1 schu Linux - Newbie 3 01-02-2004 05:39 PM
screen freezes after making changes to the screen resolution with Xconfigurator sharathkv Linux - Newbie 1 08-01-2003 05:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 10:31 PM.

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