LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-29-2007, 11:12 AM   #1
reverse
Member
 
Registered: Apr 2007
Distribution: Gentoo
Posts: 337

Rep: Reputation: 30
ATI Radeon Mobility X1400 - 1280x800 on the console?


Hello. I have an ATI Radeon Mobility X1400 and so far I've been able to get 1024x768 going with it on the console. I'd like a "full" 1280x800 resolution. I can get that resolution under X via fglrx-driver but how am I supposed to obtain it when using the console?
 
Old 11-29-2007, 11:27 AM   #2
ingerul9
Member
 
Registered: Jan 2007
Posts: 35

Rep: Reputation: 15
Hi.

You must install the driver from www.ati.com. Follow the instructions and then if it doesn't work try reapplying the settings

dpkg-reconfigure xserver-xorg

Observation -> the command above works only if u run it like root (like in sudo dpkg-reconfigure xserver-xorg)
 
Old 11-29-2007, 12:00 PM   #3
reverse
Member
 
Registered: Apr 2007
Distribution: Gentoo
Posts: 337

Original Poster
Rep: Reputation: 30
Hello. I'm afraid I don't understand, why would I reconfigure xserver-xorg when I need to get 1280x800 on the --Console-- ?
 
Old 11-29-2007, 01:18 PM   #4
baikonur
Member
 
Registered: Oct 2005
Location: germany
Distribution: debian
Posts: 255
Blog Entries: 5

Rep: Reputation: 30
Quote:
Originally Posted by reverse View Post
why would I reconfigure xserver-xorg when I need to get 1280x800 on the --Console-- ?
it would not change anything, X has nothing to do with it.
i don't know if what you are trying to do is possible... why do you need it anyway? (you can just open a terminal and have high resolution)
how do you know you have 1024x768 on the console? did you count them?
 
Old 11-29-2007, 02:30 PM   #5
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Have you tried the "vga=871" kernel parameter?
Do you get anything from "vbeprobe" in grubs command line?
 
Old 11-30-2007, 04:11 AM   #6
reverse
Member
 
Registered: Apr 2007
Distribution: Gentoo
Posts: 337

Original Poster
Rep: Reputation: 30
Quote:
it would not change anything, X has nothing to do with it.
Yes, I thought so, but I asked anyway.

Quote:
why do you need it anyway? (you can just open a terminal and have high resolution)
I want it because I no longer want X on my system, simple as that.

Quote:
how do you know you have 1024x768 on the console? did you count them?
Yes, I counted "them". And when I finished, I realised I had added vga=792 to the kernel line in Grub's menu.lst

Quote:
Have you tried the "vga=871" kernel parameter?
Indeed, this is what I'm getting: You passed an undefined mode number.

Quote:
Do you get anything from "vbeprobe" in grubs command line?
Yes, the 'highest' resolution it can give me is 1024x768x32. As X doesn't "natively" support the 1280x800 resolution (which can be obtained via the fglrx-driver); I wasn't really expecting the console to be any different (i.e. perhaps it too need some special patches/whatever).
 
Old 11-30-2007, 10:02 AM   #7
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
You could use the radeonfb framebuffer driver, but I don't have an ati card, so I haven't tried it. Add "video=radeonfb" to the kernel line in menu.lst and see if vga=871 works then.
 
Old 11-30-2007, 10:25 AM   #8
reverse
Member
 
Registered: Apr 2007
Distribution: Gentoo
Posts: 337

Original Poster
Rep: Reputation: 30
Thanks for the suggestion, unfortunately it doesn't work.
 
Old 11-30-2007, 10:41 AM   #9
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
The driver might not be compiled into the kernel, so you could try with an initrd.
 
Old 12-03-2007, 08:41 AM   #10
ingerul9
Member
 
Registered: Jan 2007
Posts: 35

Rep: Reputation: 15
I have the same model as you. So when I said to reconfigure it was because so you can select the resolution u want to be "the default 1280x800".
 
Old 12-03-2007, 12:47 PM   #11
MindOfMercury
LQ Newbie
 
Registered: Dec 2007
Distribution: Debian 4.0r2 x86_64
Posts: 22

Rep: Reputation: 15
If I recall correctly, specifying `video=radeonfb` isn't enough. You have to pass the framebuffer driver (radeonfb) a video mode.

Try some of the following:

video=radeonfb:1280x800
video=radeonfb:1280x800@60
video=radeonfb:1280x800-16@60

The following are useful for LCDs.

video=radeonfb:1280x800,dfp
video=radeonfb:1280x800@60,dfp
video=radeonfb:1280x800-16@60,dfp

If it's stupid/uncooperative about your LCD (if you have one), you can force the issue.

video=radeonfb:1280x800,dfp,panel_yres:800
video=radeonfb:1280x800@60,dfp,panel_yres:800
video=radeonfb:1280x800-16@60,dfp,panel_yres:800

You can also try the above without the dfp parameter.

The syntax of this is as follows:

video=radeonfb:(XSIZE)x(YSIZE)[-(BPP)][,dfp][,panel_yres:(SCREEN_HEIGHT_PX)]

Where XSIZE and YSIZE are the X and Y of the resolution you want, BPP is the color depth, dfp indicates an LCD, and SCREEN_HEIGHT_PX tells the radeonfb driver how tall your monitor is in pixels. Anything in brackets is an optional parameter to the radeonfb driver.

Hope this helps!

Last edited by MindOfMercury; 12-03-2007 at 12:49 PM. Reason: Stupid smilies.
 
  


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
Problems with Suse10.1; ATI Mobility Radeon X1400 512 mb Hypermemory is not working. ale_x_andru SUSE / openSUSE 1 11-06-2007 05:29 PM
ATI Radeon Mobility X1400 issues MGorsky22 SUSE / openSUSE 0 10-08-2007 11:42 PM
ATI Mobility Radeon X1400 - proper resolution reverse Debian 1 08-08-2007 07:25 AM
Mandriva 2007 with ATI Mobility Radeon X1400 msandford88 Mandriva 6 10-10-2006 07:18 AM
ATI Radeon X1400 on SuSE 10.1 lugia SUSE / openSUSE 1 07-07-2006 10:34 PM

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

All times are GMT -5. The time now is 06:14 AM.

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