LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-29-2008, 10:34 PM   #46
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465

That may be because of the lower VertRefresh rate. So, what resolution does GNOME say it's using? 1152x864? If so, then maybe the mga driver can't figure out 1440x900.

So, maybe you can try a modeline for 1440x900. You may have luck with this one:

ModeLine "1440x900" 110.09 1440 1504 1824 1952 900 902 914 940 #60Hz

I used http://koala.ilog.fr/cgi-bin/nph-colas-modelines
 
Old 04-30-2008, 05:21 AM   #47
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by IsaacKuo View Post
Why should it say "Yes"? His current card is a Matrox, which I don't think has any 3d acceleration support.
Quote:
mga is an Xorg driver for Matrox video cards. The driver is fully accelerated, and provides support for the following framebuffer depths: 8, 15, 16, 24, and an 8+24 overlay mode.
...
Option "NoAccel" "boolean"
Disable or enable acceleration. Default: acceleration is enabled.
Yes, the drivers allow for acceleration, and if it is on, it'll reduce whatever lag there might be.

You could try using this howto, the intel part of it, except use the 'mga' instead of 'intel' driver. It might work:
http://www.linuxquestions.org/questi...in-x11-402003/
 
Old 04-30-2008, 04:37 PM   #48
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Quote:
Originally Posted by IsaacKuo View Post
That may be because of the lower VertRefresh rate. So, what resolution does GNOME say it's using? 1152x864? If so, then maybe the mga driver can't figure out 1440x900.

So, maybe you can try a modeline for 1440x900. You may have luck with this one:

ModeLine "1440x900" 110.09 1440 1504 1824 1952 900 902 914 940 #60Hz

I used http://koala.ilog.fr/cgi-bin/nph-colas-modelines
Modeline doesn't work. I get the same Out of Range error.
 
Old 04-30-2008, 04:51 PM   #49
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Now, I did look at the link, and Direct Rendering is enabled. But, at this point, I'm interested more in trying to get my resolution to 1440x900 without the lag. I can't operate very well when my text is large enough for my grandmother to read...
 
Old 04-30-2008, 05:17 PM   #50
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
It may be that the mga driver isn't able to handle custom modelines well, with your card. (I've had some luck with custom modelines with my older Matrox cards.)

So, going back to GNOME--what resolution does GNOME say it's using, when you log into GNOME and get a usable desktop? 1152x864? If so, then you could try removing the modeline and putting 1152x864 in xorg.conf (removing 1440x900). Then see if you can log into fluxbox at that resolution. It's not the ideal resolution, of course, but at least it's a start at a functioning resolution, and a step toward solving the problem.
 
Old 04-30-2008, 05:20 PM   #51
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Quote:
Originally Posted by IsaacKuo View Post
It may be that the mga driver isn't able to handle custom modelines well, with your card. (I've had some luck with custom modelines with my older Matrox cards.)

So, going back to GNOME--what resolution does GNOME say it's using, when you log into GNOME and get a usable desktop? 1152x864? If so, then you could try removing the modeline and putting 1152x864 in xorg.conf (removing 1440x900). Then see if you can log into fluxbox at that resolution. It's not the ideal resolution, of course, but at least it's a start at a functioning resolution, and a step toward solving the problem.
Will do.

I made some changes to my file, but they didn't seem to do much. Here is what I changed:

Code:
Section "Device"
    Identifier  "MGA Framebuffer"
    Driver      "mga"
    Busid       "PCI:01:00:00"
    #Option      "XVideo"       "On"
    Option      "MonitorLayout" "TMDS"
    Option      "AGPMode"       "4"
    Option      "BusType"       "AGP"
    Option      "PanelSize"     "1440x900"
    VideoRam    32768
    # Insert Clocks lines here if appropriate
EndSection
The Option "XVideo" is commented out as I couldn't find a description of it at the site I was at, but I can try if it will help.
 
Old 04-30-2008, 05:23 PM   #52
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Well, I changed the xorg.conf to 1152x768 and now Fluxbox and XFCE work! I must say, the change of view is refreshing even though its still huge.

What next?
 
Old 04-30-2008, 05:34 PM   #53
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
While looking at this, I found this. Would this be better than what I'm using?
 
Old 04-30-2008, 05:48 PM   #54
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Quote:
Originally Posted by phantom_cyph View Post
The Option "XVideo" is commented out as I couldn't find a description of it at the site I was at, but I can try if it will help.
The XVideo option won't help or hurt you for your current concerns. It supports the "video overlay" feature common to most video cards. Basically, it is used by mplayer, xine, totem, and other media players to play back videos smoothly and efficiently. It will only affect the performance of video playback.

Quote:
Well, I changed the xorg.conf to 1152x768 and now Fluxbox and XFCE work! I must say, the change of view is refreshing even though its still huge.

What next?
You put in 1152x768, as opposed to 1152x864? The latter is a relatively standard 4:3 aspect ratio resolution, but 1152x768 is a "weird" resolution. If 1152x768 works, then there's good hope that other resolutions could work also. Hmm...1440x900 doesn't seem to be working, but maybe you can at least bump up the resolution to something closer to it. Maybe try 1440x768 next? As far as the monitor is concerned, it might see this as the equivalent of 1024x768, so it will work.

Hmm...that model of monitor is correct, right? It couldn't be some other monitor, with a native resolution of, say, 1366x768, could it?
 
Old 04-30-2008, 06:12 PM   #55
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
I'm using the monitor right now. It says HANNS*G on the bottom, and at the top left it says HW191D. Native is supposed to be 1440x900.


...no luck with either 1440x768 or 1440x786. Back to 1152x768 now.

Last edited by phantom_cyph; 04-30-2008 at 06:19 PM.
 
Old 04-30-2008, 06:51 PM   #56
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Is xorg-server-1.3.0.0-i486-2 the latest?
 
Old 05-01-2008, 06:02 PM   #57
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
I'm still here with the same problem..
 
Old 05-01-2008, 10:24 PM   #58
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
I just found something interesting. After going through xorgconfig (instead of xorgsetup), I took a look at it and found this:

Code:
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset    "generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam   256

#    Clocks     25.2 28.3

EndSection
Now, I know I'm not the smartest guy on the block, but is that using a driver for a VGA when I'm using DVI?
 
Old 05-02-2008, 05:55 AM   #59
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Is that what your xorg.conf looks like now? Hmm. I'm not a big fan of automated xorg configurumators, I don't know what they'll do to my xorg.conf.

It occurs to me that the official matrox driver may or may not ignore some xorg.conf settings. I'm currently trying to do some things with a computer with nVidia video and, for the first time in a very long time, I decided to use the closed source official driver. It simply ignores my xorg.conf's HorizSync, VertRefresh, and Modeline settings.

So now I'm thinking that if the nVidia official driver ignores some xorg.conf settings, maybe the official Matrox driver might also. So, I'd be more comfortable using the open source mga driver, myself. It's too bad I can't definitively experiment with my own Matrox dual head card, since it seems to have gone bad. I hadn't been using it lately, and when I tried to use it a few weeks ago no vga modes wouldn't work at all.

Well, if you find working with your Matrox card too frustrating, you could get an inexpensive Ati 9200 or something like that and use the open source driver. I always seem to have the best results from Ati cards using the open source driver, and xorg.conf settings actually work.
 
Old 05-02-2008, 07:50 AM   #60
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Any idea where I can get an opensource mga driver? I'm all for that if it works...
 
  


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
Digital TV card conflicts with graphics card and hard disk ptay1685 Linux - Hardware 0 11-11-2006 05:39 PM
getting graphics card to be used instead of integrated graphics Shaun32 Fedora - Installation 5 02-18-2005 03:33 PM
agp graphics card detected as pci card Matthewrowland Linux - Hardware 1 08-22-2003 03:28 PM
a good tv tuner card and graphics card match mpo Linux - Hardware 2 03-01-2003 01:45 PM
redhat 7.3 and the ati pro card graphics card rjmagyar Linux - General 0 10-14-2002 12:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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