LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 03-03-2008, 10:33 AM   #1
urwethe
LQ Newbie
 
Registered: Feb 2008
Location: New Jersey, USA
Posts: 8

Rep: Reputation: 0
Smile Gnome and Dell M992 Display-Unable to increase resolution


Hi, I am very new so please bear with me.

I have tried searching through the forums but I am stuck.
I am running Oracle Linux 5 with is derived from Redhat.
When I run startx from the root prompt, my resolution will not go smaller than 800 X 600.
I am using Gnome.
I run system-config-display and when I try to set a better resolution, nothing comes up on the screen.
I have a Dell M992 19" Monitor
My video card is Integrated Intel 3D AGP (82845G/GL [Brookdale-G] GE Chipset Integrated Graphics

In addition, I am unable to open a login screen within Gnome.

Do i need to buy a new video card and if so, will it work with my Dell monitor M992?
 
Old 03-03-2008, 01:58 PM   #2
mrrangerman
Member
 
Registered: Oct 2007
Location: MI
Distribution: Debian Slackware
Posts: 528

Rep: Reputation: 59
I don't have a lot of time, but first DON'T run as root, run xserver as user and if you need anything done as root su or sudo for root privlages.

Do a search on configuring your xorg.conf it's located in /etc/X11/ directory.

I or someone will get back with you I'm sure latter.
 
Old 03-03-2008, 02:22 PM   #3
urwethe
LQ Newbie
 
Registered: Feb 2008
Location: New Jersey, USA
Posts: 8

Original Poster
Rep: Reputation: 0
Xorg configuration

Ok, no more root work, su only.

Xorg config:

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "i810"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
 
Old 03-03-2008, 04:04 PM   #4
mrrangerman
Member
 
Registered: Oct 2007
Location: MI
Distribution: Debian Slackware
Posts: 528

Rep: Reputation: 59
Ok if you are wanting a higher resolution edit your xorg.conf file as root, and edit your modes section. Add the resolution you want to be default on boot up to the left as I have here.

Code:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
The Bash shell reads from left to right. Also edit the monitor section and add the right Horz and Vert for your monitor, like so.



Code:
Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       30-83
        VertRefresh     56-75
EndSection

Then the next time you startx you will have a higher res.
 
Old 03-03-2008, 06:00 PM   #5
urwethe
LQ Newbie
 
Registered: Feb 2008
Location: New Jersey, USA
Posts: 8

Original Poster
Rep: Reputation: 0
Hi, made those changes to xorg.conf and still have the same problem. Maybe I have a bad video device??

** New things I noticed. When I close the X Term session, I get the following messages:

Unable to open desktop file
/usr/share/applications/openoffice.org-1.9-writer.desktop
for panel launcher: No such file or directory

Unable to open desktop file
/usr/share/applications/openoffice.org-1.9-impress.desktop
for panel launcher: No such file or directory

Unable to open desktop file
/usr/share/applications/openoffice.org-1.9-calc.desktop
for panel launcher: No such file or directory
WARNING:root:Could not open log file (/tmp/sealert.log) - using stderr

** (gnome-panel:6238): WARNING **: Failed to establish a connection with GDM: No such file or directory

process 6247: Applications must not close shared connections - see dbus_connection_close() docs. This
is a bug in the application.

Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't
happen!

waiting for X server to shut down .
 
Old 03-04-2008, 07:02 AM   #6
urwethe
LQ Newbie
 
Registered: Feb 2008
Location: New Jersey, USA
Posts: 8

Original Poster
Rep: Reputation: 0
OK, Monitor working fine. Path and permissions issue with GDM. Now my second problem that I listed in the beginning, I am unable to run gdmsetup. gdmsetup:4406 Gtk-WARNING ** Cannot open display -- Any ideas? Thanks so much for your help.
 
Old 03-04-2008, 07:59 AM   #7
urwethe
LQ Newbie
 
Registered: Feb 2008
Location: New Jersey, USA
Posts: 8

Original Poster
Rep: Reputation: 0
I am going to go back into xorg.conf and change the monitor section back to what it was originally, now that my path and permissions are ok. I will get this done tonight, so I will update this post around 7PM ET. Mar 4 2008.
 
Old 03-05-2008, 10:51 AM   #8
urwethe
LQ Newbie
 
Registered: Feb 2008
Location: New Jersey, USA
Posts: 8

Original Poster
Rep: Reputation: 0
Gtk-Warning **: cannot open display

Still unable to run gdmsetup.
I get Gtk-Warning **: cannot open display
I am now setting DISPLAY env variable = :0.0
Still have same problem.
Even when I run xhost + I get "unable to open display :0.0"

Any thoughts?

Thanks
 
  


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
Fedora Core 8 - Unable To Increase Resolution EternalDecoy Fedora 6 12-21-2007 06:12 AM
Increase icon size in gnome for high resolution display neville310 Linux - Desktop 1 01-13-2007 08:47 AM
How to increase display resolution? ronlon Fedora 3 09-07-2005 12:09 PM
Unable to Increase Monitor Resolution latino Linux - Hardware 4 02-21-2005 06:26 PM
Can't increase display resolution higher than 800x600 ravinder Linux - Newbie 4 08-12-2004 08:03 PM

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

All times are GMT -5. The time now is 02:02 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