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 12-10-2012, 12:14 PM   #1
redss
Member
 
Registered: Jun 2003
Posts: 168

Rep: Reputation: 16
How to switch laptop display to native resolution?


I have Ubuntu 10.04 loaded onto my older laptop HP Compaq nx6125 which has a native resolution of 1400x1050, but my monitor control panel doesnt let me switch to a resolution higher than 1024x768.

My laptop spec sheet says the graphics processor is ATI Mobility Radeon X300 and lspci says:
VGA compatible controller: ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)

I've tried manually adding the higher resolution using xrandr but switching to it locks up the computer. So I apparently need to seek an alternative video driver.

I have read that my graphics driver choices are the generic VESA driver, open source Radeon driver, Catalyst bbinary driver, or proprietary fglrx driver from AMD/ATI. I've been unable to locate the proprietary driver which seems to be the ideal option, and I dont know which of the other drivers is in use.

How do I tell which video driver is in use, and any tips on how to get working in that native resolution or find a graphics driver that will work in ubuntu 10.04?
 
Old 12-10-2012, 12:28 PM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
While 10.04 is technically supported on the desktop for another 5 months, bear in mind that it is well over two years old by now, and the open source driver stack used for your video card is also going to be over two years old. You should seriously consider upgrading, IMO, or at least testing a livecd of a newer version.

Adam
 
Old 12-10-2012, 12:37 PM   #3
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Support for x300 is discontinued but you can try legacy drivers.
http://support.amd.com/us/gpudownloa...2&lang=English
 
Old 12-10-2012, 12:42 PM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Those legacy drivers will not work in 10.04. The last Ubuntu release that supported the proprietary driver for the x300 was 9.04 (or maybe even 8.10)...
 
Old 12-10-2012, 01:35 PM   #5
redss
Member
 
Registered: Jun 2003
Posts: 168

Original Poster
Rep: Reputation: 16
Right, I tried and indeed that legacy driver isn't compatible with 10.04. I have reasons to stay with 10.04 for now. Any hope of getting the laptop working in native resolution under 10.04?
 
Old 12-10-2012, 06:09 PM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
You can check the /var/log/Xorg.0.log file to see if Xorg is really using the radeon driver. If it is, perhaps there is some error related to the native resolution.

If it is using the radeon driver, and this really is just a bug in the driver, there's not much you can do short of manually updating the driver from source.

Adam
 
Old 12-10-2012, 07:39 PM   #7
redss
Member
 
Registered: Jun 2003
Posts: 168

Original Poster
Rep: Reputation: 16
Thanks for your help. It's hard to me to tell exactly which driver is loaded by inspecting Xorg.0.log, because the last ~50 lines start with RADEON(0). Here is the last line of the file:

Code:
(II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
However, what confuses me is earlier in the file it looks like several other modules including vesa are loaded:

Code:
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
  compiled for 1.7.6, module version = 6.13.0
  Module class: X.Org Video Driver
  ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
  compiled for 1.7.6, module version = 6.13.0
  Module class: X.Org Video Driver
  ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
  compiled for 1.7.6, module version = 2.3.0
  Module class: X.Org Video Driver
  ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
  compiled for 1.7.6, module version = 0.4.1
  ABI class: X.Org Video Driver, version 6.0
(II) RADEON: Driver for ATI Radeon chipsets:
  ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
  ATI Radeon Mobility X300 (M24) 3152 (PCIE),
At any rate, I wouldn't know where to find updated source for my configuration, so I guess if that's the only solution I'm out of luck?
 
Old 12-11-2012, 07:55 AM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
It's definitely using the radeon driver. If your computer is locking up when you use xrandr to change to the native resolution, then you are definitely encountering some bug. You could try opening up a bug report, but that will most likely get ignored since you are using such an old version of Xorg.

Adam
 
Old 12-11-2012, 08:02 AM   #9
redss
Member
 
Registered: Jun 2003
Posts: 168

Original Poster
Rep: Reputation: 16
Drat. Is there any hope of getting a higher resolution with one of the other driver options? (assuming I could find a different driver that works under 10.04)
 
Old 12-11-2012, 08:16 AM   #10
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
The only other driver that would work is the vesa driver, and that will not give you 1400x1050.

Adam
 
Old 12-11-2012, 08:24 AM   #11
redss
Member
 
Registered: Jun 2003
Posts: 168

Original Poster
Rep: Reputation: 16
Would the vesa driver give me higher than the 1024x768 I have now? Like maybe 1280x1024? How can I switch to the vesa driver to try it out?

Thanks again for all your help.
 
  


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
Trying to set HP laptop to native resolution redss Ubuntu 5 02-28-2012 11:51 AM
Switch between laptop display and external monitors on a docking station edwardcode Linux - Laptop and Netbook 1 09-10-2011 07:48 AM
Tv (vga/xga) Doesn't Display, need switch to low resolution? ogross74 Linux - Hardware 1 08-13-2005 11:33 AM
Can't get native 1440x900 resolution on toshiba laptop nobby688 Linux - Hardware 3 04-30-2005 08:47 PM
display resolution on dell laptop kyle_tft Linux - Laptop and Netbook 2 08-13-2003 08:57 PM

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

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