LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-13-2006, 01:46 AM   #1
linuxnewbie1972
LQ Newbie
 
Registered: Jun 2006
Posts: 4

Rep: Reputation: 0
VGA Driver For Fedora 5


I have just set up a Fedora box. It, however, does not recognize the onboard vga card, so I am only running on 800X600 under GNOME.

I have a MSI PM8M3-V mother board, with VIA P4M800CE + VT8237R Pro Chip Set. I have tried to get the Linux driver for the VGA card, I ended up completely flubbing the box. Can anyone help?

Thanks a million in advance
 
Old 09-14-2006, 07:00 PM   #2
JrLz
Member
 
Registered: Mar 2004
Location: Jakarta
Posts: 164

Rep: Reputation: 30
try to find the driver in the motherboard CD
find the drivers for VGA,Sound,LAN,etc for Linux...
once you'll get it....find on the net the more recent version if you'd like to.
 
Old 09-14-2006, 07:48 PM   #3
BogusTrumper
Member
 
Registered: May 2006
Posts: 77

Rep: Reputation: 15
800x600 is sort of a default "safe" mode. It doesn't mean that it doesn't recognize your video card, it means that Xorg didn't specify a configuration for your video chipset.

Try adding to your /etc/X11/xorg.conf file (you'll probably need to be root to do this). At some point in the file, probably near the bottom, you'll see a set of lines like this:

Code:
Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "800x600" "640x480"
        EndSubSection
EndSection
Change that to add the resolution you want under modes. For example, if I want 1280x1024 under 24 bit color (which is essentially what Windows thinks of as 32-bit mode), I would make it look like this:

Code:
Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024" "800x600" "640x480"
        EndSubSection
EndSection
If you do this while in Gnome or KDE, you can restart X by pressing CTL+ALT+Backspace (this will be much faster than rebooting).

Last edited by BogusTrumper; 09-14-2006 at 07:49 PM.
 
Old 09-15-2006, 04:57 AM   #4
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
I had a similar problem, I have a 17 inch TFT monitor but I don't have drivers for my on-board graphic card and could run X only in 800x600 resolution. Even when I did what Bugus Trumper suggest
I couldn't view the screen in the desired resolution (1024x768)

What I did was I modified the following two entries in xorg.conf / XF86conf (Fedora / Debian):

HorizSync 31.5 - 50.0
VertRefresh 40-90

I wrote the following values and everything started working


HTH

Last edited by sycamorex; 09-15-2006 at 05:00 AM.
 
Old 09-15-2006, 06:02 AM   #5
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Sycamorex is right. If the montor is not correctly recognized, X does not know the max frequencies that it can use and will use conservative settings. This will not allow high resolutions as they will require high frequencies.

You can find the specs in your monitor manual (often refered to as horizontal refresh or horyzontal sync (fH) and vertical refresh or vertical sync (fV)).
 
Old 09-16-2006, 12:02 AM   #6
linuxnewbie1972
LQ Newbie
 
Registered: Jun 2006
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks for the help! I switched to a Dell monitor and now everything is working. Of course, I still had to had the option for the display resolution.

Again, thanks a lot for everyone's help.
 
Old 09-24-2006, 01:55 PM   #7
supix
LQ Newbie
 
Registered: Sep 2006
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by BogusTrumper
If you do this while in Gnome or KDE, you can restart X by pressing CTL+ALT+Backspace (this will be much faster than rebooting).
I have exactly the same motherboard with the same chipset (PM8M3-V with VIA P4M800CE + VT8237R). I succeded in setting the 1280x1024 resolution, but now windows refresh is clearly slow, windows leave a trace during drag. It is likely a problem of driver, since under WinXP everything works fine.

I'am running Ubuntu Dapper. It has a via driver, but it does not work. I'm currently using the vesa driver.

Any hints?

Thanx a lot in advance,
Marcello.
 
Old 10-31-2006, 06:35 PM   #8
supix
LQ Newbie
 
Registered: Sep 2006
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by supix
I have exactly the same motherboard with the same chipset (PM8M3-V with VIA P4M800CE + VT8237R). I succeded in setting the 1280x1024 resolution, but now windows refresh is clearly slow, windows leave a trace during drag. It is likely a problem of driver, since under WinXP everything works fine.

I'am running Ubuntu Dapper. It has a via driver, but it does not work. I'm currently using the vesa driver.
Finally I found the solution: openchrome project (www openchrome org).
And it does work for my hardware in the P4M800 (VT3344).
On this site there is also a link to a Ubuntu wiki which shows the (easy) steps specifically tailored for Ubuntu users.

Marcello.
 
  


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
SiS VGA Driver... bharath144 Linux - Hardware 2 05-18-2006 01:29 AM
vga-out with nv driver Viro Linux - Hardware 6 03-03-2005 05:27 PM
Where can I found my VGA Driver. mir_sheely Linux - Hardware 1 04-05-2004 05:48 AM
Problem installing VGA Driver... kai_rana Linux - Hardware 2 09-23-2003 05:17 PM
Driver for VGA adapter. futurist Linux - General 1 03-18-2003 10:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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