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 |
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.
|
|
02-17-2005, 03:42 PM
|
#1
|
LQ Newbie
Registered: Feb 2005
Posts: 6
Rep:
|
Another monitor resolution change issue
I have been trying for a couple of days to get my system to display something higher than 800x600. I have a Matrox Millenium II card (which I know supports higher resolutions) and a 21" SGI GDM-5411 monitor. 800x600 on 21" monitor is killing me.
My xorg.conf is
_________________________________________________________
# XFree86 4 configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "GDM-5411"
DisplaySize 400 300
HorizSync 30.0 - 121.0
VertRefresh 48.0 - 160.0
Modeline "1280x960@75" 142.76 1280 1312 1848 1880 960 978 990 1009
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "mga"
VendorName "Videocard vendor"
BoardName "Matrox Millennium II"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
__________________________________________________________
I have tried adding other modes like 1024x768 in the Screen section with color depths of 16 and 24. The system takes it, tells me I need to reboot, then upon reboot its back like it was at 800x600 with those resolutions no longer accepted.
I also added the modeline in the diplay section, but it does nothing.
Last edited by Shentar; 02-17-2005 at 04:36 PM.
|
|
|
02-17-2005, 03:56 PM
|
#2
|
Senior Member
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
|
What distribution are you using? Perhaps there is some auto-hardware detection utility being run during bootup which is overwriting your xorg.conf.
Also, what desktop environment are you using (if any)? KDE will meekly accept whatever resolution is handed to it, while GNOME will thickheadedly insist upon what resolution it was last set at.
In any case, it's easy to restart your x server without fully rebooting your system. First, quit any programs your running (because they'll be rudely interrupted when you yank away the x server from them). Then press Ctrl-Alt-Backspace. If you're using a graphical login manager (like kdm or gdm), then you'll log out also and have to log back in.
If there's some auto-hardware detection utility which is overwriting your xorg.conf during bootup, this technique to only restart the x server should bypass it. Then, you'll have to figure out what utility is doing the offensive rewriting and deactivate it.
|
|
|
02-17-2005, 04:28 PM
|
#3
|
LQ Newbie
Registered: Feb 2005
Posts: 6
Original Poster
Rep:
|
I'm using Fedora Core 2 and I'm running Gnome. If KDE will more readily accept the resolutions, I will switch.
How would I go about finding the utility thats changing it?
|
|
|
02-17-2005, 09:00 PM
|
#4
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,219
|
Fedora has a great utility for setting display.
In FC2 open a Konsole and enter
system-config-display
Set your display where you want it.
That's assuming you don't have other issues like driver problems.
|
|
|
02-18-2005, 09:24 AM
|
#5
|
LQ Newbie
Registered: Feb 2005
Posts: 6
Original Poster
Rep:
|
Quote:
Originally posted by teckk
Fedora has a great utility for setting display.
In FC2 open a Konsole and enter
system-config-display
Set your display where you want it.
That's assuming you don't have other issues like driver problems.
|
I have been there. Thats the same utility thats in the application menu on Gnome. My only option there is 800x600 and 640x480. The video card is set correctly, and the monitor is correct. I looked up the specs for that monitor and they are set correctly in the xorg.conf.
|
|
|
All times are GMT -5. The time now is 12:40 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
|
|