LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 07-01-2010, 04:31 PM   #16
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399

Have you simply tried running Xorg without any /etc/X11/xorg.conf file at all?

Adam
 
1 members found this post helpful.
Old 07-01-2010, 11:41 PM   #17
Xotli
Member
 
Registered: Jun 2010
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by adamk75 View Post
Have you simply tried running Xorg without any /etc/X11/xorg.conf file at all?
What, renaming the .conf file and rebooting? No, I just installed like it told me to and rebooted when it told me ... other than running XFdrake when I couldn't change the resolution, I've done hardly anything other than the straight up installation.

So, I'll try that. And ... it worked!! It didn't even recreate the xorg.conf ... I didn't know it could run without one.

Okay, so that obviously would have never occurred to me, so I thank you greatly. I now have 640x480, 800x600, and 1024x768, with the last being the default. So I guess it's all working now. Is there anything else I should look at?
 
Old 07-02-2010, 04:53 AM   #18
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
So something in your xorg.conf file was causing X to limit your resolutions to a maximum of 640x480. These days, many people have no need for an xorg.conf file, so I'd just leave it alone. Does your monitor support more than 1024x768?

Adam
 
Old 07-02-2010, 02:25 PM   #19
Xotli
Member
 
Registered: Jun 2010
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by adamk75 View Post
So something in your xorg.conf file was causing X to limit your resolutions to a maximum of 640x480. These days, many people have no need for an xorg.conf file, ...
Who knew? Shows how out of touch I am ...

Quote:
Originally Posted by adamk75 View Post
... so I'd just leave it alone.
Will do. <salute>

Quote:
Originally Posted by adamk75 View Post
Does your monitor support more than 1024x768?
Ah. Good question. It's been so long since I had X working on this old piece o' crap that I've forgotten. Well, here's a page which suggests it can go as high as 1600x1200. Hardly an authoritative source, but I think I had it up to 1280x1024 at least. I think it was the first machine I ever managed to get to that resolution, IIRC. So ... would I need a monitor driver? need to find the refresh rates? What do you think?

BTW, yet more thanks for helping me through this. If it wasn't for you, and this site, I certainly would be a lot worse off right now.
 
Old 07-02-2010, 02:55 PM   #20
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
So xrandr only lists up to 1024x768? Based on your previous log file, it does look like the video card driver detects that your monitor goes as high as 1600x1200. What if you try:

xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
xrandr --addmode VGA-0 "1280x1024_60.00"
xrandr --output VGA-0 --mode "1280x1024_60.00"

Adam
 
Old 07-02-2010, 02:55 PM   #21
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
So xrandr only lists up to 1024x768? Based on your previous log file, it does look like the video card driver detects that your monitor goes as high as 1600x1200. What if you try:

Code:
xrandr --newmode "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
xrandr --addmode VGA-0 "1280x1024_60.00"
xrandr --output VGA-0 --mode "1280x1024_60.00"
Adam
 
Old 07-05-2010, 12:25 PM   #22
Xotli
Member
 
Registered: Jun 2010
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by adamk75 View Post
So xrandr only lists up to 1024x768?
Right.

Quote:
Originally Posted by adamk75 View Post
Based on your previous log file, it does look like the video card driver detects that your monitor goes as high as 1600x1200. What if you try:

Code:
xrandr --newmode "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
xrandr --addmode VGA-0 "1280x1024_60.00"
xrandr --output VGA-0 --mode "1280x1024_60.00"
Interesting:

Code:
[buddy@sharn ~]$ xrandr --newmode "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
[buddy@sharn ~]$ xrandr --addmode VGA-0 "1280x1024_60.00"
[buddy@sharn ~]$ xrandr --output VGA-0 --mode "1280x1024_60.00"
xrandr: screen cannot be larger than 1024x1024 (desired size 1280x1024)
I say "interesting" because it doesn't say the screen can't be larger than 1024x768 (which is a) what it is now and b) the maximum listed by xrandr), but that it can't be larger than ... 1024x1024? I'm almost tempted to set it to that just to see what it looks like.
 
Old 07-05-2010, 12:50 PM   #23
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
When I work with an unknown display I google the model number, which usually leads me to the manufacturer's WEB site. I then can (usually) either get the owner's manual (in pdf form), or view it's specifications on a WEB page. If the specifications are listed on a WEB page, I copy and paste the information to a text file for future use.

This does not always work, but I thought that perhaps doing so may help . . .
 
Old 07-08-2010, 10:03 PM   #24
axobeauvi
Member
 
Registered: Apr 2003
Posts: 128

Rep: Reputation: 16
I was under the impression that ATI's drivers where finally made easier to install.
this all sounds very complex, is it easier on some distros?
I'm only asking because I have a nvidia card and it's only a few steps and it all works.
I have been thinking of getting an ATI card, but if it's crazy to install I'll stay away
p.s. I use suse
 
Old 07-09-2010, 04:54 AM   #25
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
It's quite easy to install, just use your distrubutions packaged version.
 
Old 07-09-2010, 11:05 AM   #26
Xotli
Member
 
Registered: Jun 2010
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by adamk75 View Post
It's quite easy to install, just use your distrubutions packaged version.
Well, to be fair, that's all I did, and it didn't work for me. I mean, I didn't try to do anything outside the standard install until after it didn't work.

Any further thoughts on getting the res bumped up a notch? I've been working on recovering my data from having been eaten by an Anaconda, so I haven't been concentrating on this issue, but I would like to get there eventually.

Thanx for all your help thus far!
 
Old 07-09-2010, 11:25 AM   #27
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Well, to be fair, your distribution shouldn't have let you install the proprietary drivers in the first place :-)

Anyway, I did forget about your problem for a few days, there. Let's see if we can increase your maximum resolution by generating a fresh, brand new xorg.conf file with 'Xorg -configure'. Then please attach it or post it here. We'll add a Virtual command to it that should let you get as high as 1600.

Adam
 
Old 07-10-2010, 03:24 PM   #28
rjcooks
Member
 
Registered: Jan 2008
Location: NE AR USA
Distribution: Manjaro Linux; Previously RPM based: openSUSE ...Mandriva-2010.1.
Posts: 85

Rep: Reputation: 22
Quote:
Originally Posted by Xotli View Post
[snip] I used Mandrake many years ago, but don't remember much about it. Can someone help me get my video card working? Right now I'm stuck in 640x480, which is basically unusable (e.g., many dialogs don't fit on the screen and are unshrinkable).

I'm using the XFCE build because I have low RAM (about 370Mb). I downloaded the "One", I think it's called (not the DVD but the CD).
[snip]
Anyone have any other ideas?

TIA!
(1) GET MORE RAM. 370MB is ridiculous for any GUI setup. It is not even within the minimum specs for Mandriva.
Quote:
Memory & storage

RAM : 512 MB minimum, 1 GB recommended.
I am sorry but that is the way it is. Text mode(init 3) will work for 512MB, even 256MB ... but GUI needs that overhead provided by 1GB to work at normal speed with usable resolutions(800x600 or greater).
(2) XFCE4 is not the XFCE from Mandrake days. It is not the "lightweight" DE anymore(has not been for years). For GUI with such little RAM the LXDE or, possibly, IceWM are best choices(tho' IceWM is very close to same as XFCE4). Others like Blackbox and clones should work. But honestly, none will work very good until that RAM is over 512MB.
(3) Chances are VERY HIGH that the driver absolutely will not allow any resolution greater than 1024x768 with such 1990's RAM. It might ping at 800x600 which, in my experience with Mandrake, with 384MB and a (really small) 14" diag monitor is what you should shoot for using( and be happy you can use 800x600 ).

SEVEN years ago the RADEON 9200 PRO( 275/550MHz for core/memory, AGP 8x, 64MB of DDR SDRAM, D-Sub, DVI-I, TV-Out connectors, DirectX 8.1 ) was a good card but even then it required 64/128MB of system RAM just for itself. Also, back in those days, ATI on Linux was really a terrible combination.
Clearly, the situation has not improved.

In short, you are trying to put a square peg into a round hole. The solution is to either make the hole bigger or get a round peg.

Last edited by rjcooks; 07-10-2010 at 03:25 PM.
 
Old 07-11-2010, 06:14 PM   #29
Xotli
Member
 
Registered: Jun 2010
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by adamk75 View Post
Well, to be fair, your distribution shouldn't have let you install the proprietary drivers in the first place :-)
Did it? I didn't see any evidence that the proprietary drivers were ever installed ... maybe you did. All I did was run the standard Mandriva install, and I ended up with 640x480 as my only choice.

Quote:
Originally Posted by adamk75 View Post
Anyway, I did forget about your problem for a few days, there.
No worries. Real life takes its toll.

Quote:
Originally Posted by adamk75 View Post
Let's see if we can increase your maximum resolution by generating a fresh, brand new xorg.conf file with 'Xorg -configure'. Then please attach it or post it here. We'll add a Virtual command to it that should let you get as high as 1600.
Oh, I have to exit X to do that, don't I? Okay, give me a second, and I'll come back and edit this post and attach the .conf.
 
Old 07-11-2010, 06:39 PM   #30
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Quote:
I did a urpmi install of dkms-fglrx (as suggested by a Wiki page I ran across), and that went well.
So you at least installed part of the fglrx driver :-) It may be unrelated to the problem you've been having, but I don't know what other packages installing dkms-fglrx might have pulled in.

In any case, I think we're pretty close to getting everything working properly for you.

Adam
 
  


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
Enabling DRI on Radeon Linux Driver. ati radeon 9200 Nem Slackware 13 06-05-2007 04:33 PM
Cant get ATI proprietary driver working for RADEON 9200 on Xubuntu6.06 DillinGer Linux - Hardware 1 06-22-2006 09:38 PM
ATI Radeon 9200 downtime Linux - Hardware 1 01-03-2005 09:33 PM
ATI Radeon 9200 SE phr0st Linux - Hardware 3 10-26-2004 03:09 PM
ATI Radeon 9200 SE TV-OUT without ATI Driver? carboncopy Slackware 6 07-11-2004 08:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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