Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Linux Desktop / X-Windows
Reload this Page [SOLVED] Reinstalled GRUB, max screen resolution dropped to 640x480
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Linux Desktop / X-Windows Anything X. Gnome, KDE, remote desktop's, XGames etc.

Closed Thread
 
Thread Tools Display Modes
Old 04-02-2008   #1 (permalink)
Linux Newbie
 
Join Date: Apr 2007
Posts: 135
[SOLVED] Reinstalled GRUB, max screen resolution dropped to 640x480

After I finally succeed reinstalling GRUB, when I was accessing the actual system, the resolution was only 640x480, already in the GDM.

The xorg.conf seems fine to me:

Code:
Section "Device"
    Identifier    "nVidia Corporation NV18 [GeForce4 MX 4000]"
    Driver        "nv"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "StudioWorks"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation NV18 [GeForce4 MX 4000]"
    Monitor        "StudioWorks"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "832x624" "800x600" "720x450" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "832x624" "800x600" "720x450" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "832x624" "800x600" "720x450" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "832x624" "800x600" "720x450" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "832x624" "800x600" "720x450" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "832x624" "800x600" "720x450" "720x400" "640x480"
    EndSubSection
EndSection
the dsc is offline  
Old 04-02-2008   #2 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,411
Which Distro are you using? You have to install Nvidia proprietary driver..

Are you passing any vga value to kernel?
__________________
New Users: Read This First


devils casper is offline  
Old 04-02-2008   #3 (permalink)
Linux Newbie
 
Join Date: Apr 2007
Posts: 135
Smile

Quote:
Originally Posted by devils casper View Post
Which Distro are you using? You have to install Nvidia proprietary driver..
Debian etch. Before I reinstalled grub, the resolution was just normal, I mean, the highest supported for this monitor.

Do you mean that maybe if I reinstall the driver it may fix whatever is wrong?

(well, at least I think it would be *re*install since it was working before)



Quote:
Are you passing any vga value to kernel?
I don't know... I don't know what it means




Thanks anyway. Gotta love this forum, ready responses
the dsc is offline  
Old 04-02-2008   #4 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,411
Open /boot/grub/menu.lst file with root privileges and add vga=773 at the end of kernel line. Reboot machine.
Alt+F2 and type this
Code:
gksu gedit /boot/grub/menu.lst
__________________
New Users: Read This First


devils casper is offline  
Old 04-02-2008   #5 (permalink)
Linux Newbie
 
Join Date: Apr 2007
Posts: 135
All it did was change the resolution before X/GDM starts... the whole boot "verbose" has now more lines and columns... (which I like anyway). The preferences within gnome also don't have more resolution options... xrandr also gives nothing but 640x480 and 320x240.

That's so weird... how something seemingly so unrelated could affect the resolution... I'm clueless.
the dsc is offline  
Old 04-02-2008   #6 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,411
Quote:
Section "Device"
Identifier "nVidia Corporation NV18 [GeForce4 MX 4000]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection
You are using Generic Nvidia Driver 'nv'. Install proprietary Nvidia driver for better resolution.
If you dont want to install Nvidia driver, try replacing "nv" with "vesa" in xorg.conf file.
__________________
New Users: Read This First


devils casper is offline  
Old 04-02-2008   #7 (permalink)
Linux Newbie
 
Join Date: Apr 2007
Posts: 135
I'll try it, but I'm suspicious that's not the cause...... or else, how could be that it was fine despite of the fact that I didn't change anything about video drivers and things like that?

I hope I'm not sounding ungrateful, it's just that the whole situation is so weird...


If it does not work I think I'm going to reinstall. It's a fresh new installation anyway, so almost nothing will really be lost. I'll need to install windows in the near future anyway, and that probably would mess up GRUB again... so I think that if it does not work I should concentrate my efforts on studying which is the better sequence and other details to install both OSs in order to minimize the headaches.

And thanks!
the dsc is offline  
Old 04-02-2008   #8 (permalink)
Linux Newbie
 
Join Date: Apr 2007
Posts: 135
It DID work!!

Wow, that's unexpected. I just hope it stays that way when I reboot... I've edited xorg.conf and restarted X, without rebooting... I don't see any reason why that would change with a reboot, but I still don't see why it happened in the first place, heh.

Many thanks.
the dsc is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 10:40 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0