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 - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 01-27-2009, 08:08 PM   #1
n34tsd
LQ Newbie
 
Registered: Jul 2007
Distribution: Redhat 7.1, Enterprise 4/5
Posts: 11

Rep: Reputation: 0
Resolution issue on Acer Aspire One with RHEL 5


Hi all, recently I installed RHEL 5 on my Acer Aspire One. Everything's working fine except my screen resolution. I can't seem to get 1024x600. The only resolution I got was 800x600.

The graphics driver and monitor was autoconfigured during installation (i810 945GME Intel Chipset).

I tried editing the xorg.conf by adding the Modeline and Modes "1024x600" to the Monitor & Display section respectively but still no luck.

Have anyone here encountered the same issue or know how to solve it? Any advise is appreciated. Thanks!
 
Old 01-28-2009, 10:25 AM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Did you look at any of the Aspire One how-tos ?

Quote:
Originally Posted by Debian AspireOne wiki
The highest video mode available from the video bios is 800x600x32. To get a fairly reasonable framebuffer for your virtual terminals pass "vga=8" to the kernel. This will give you a framebuffer of 800x600x16.

When running under X, the native/optimum resolution is 1024x600 (standard widescreen ratio). The default X11 configuration will give you fonts that are too large for this resolution - You can add the following line to the "Monitor" section of your "/etc/X11/xorg.conf" file:

DisplaySize 195 113

And add the line:

Option "NoDDC"

to the "Device" section.

That sets the resolution to the correct 96 DPI.

If you're using KDM and find that the DPI settings do not take effect, open /etc/kde3/kdm/kdmrc

find the line that reads ServerArgsLocal=-nolisten tcp and change it to ServerArgsLocal=-nolisten tcp -dpi 96
and you need to be using the 'intel' driver not the i810 driver

http://wiki.archlinux.org/index.php/...pire_One#Video

Last edited by farslayer; 01-28-2009 at 10:31 AM.
 
Old 02-01-2009, 08:41 PM   #3
n34tsd
LQ Newbie
 
Registered: Jul 2007
Distribution: Redhat 7.1, Enterprise 4/5
Posts: 11

Original Poster
Rep: Reputation: 0
I downloaded the xf86-video-intel but I couldn't figure out how to install. Tried to google and came across this thread http://www.linuxquestions.org/questi...-1.1.3-623321/

I got the same error as the thread above, stating that xorg-macros was not installed. I downloaded util-macros-1.2.1 and did a ./configure and make install. All I got was

make[1]: Entering directory '/root/util-macros-1.2.1'
make[1]: Nothing to be done for 'install-exec-am'
test -z "/usr/local/share/aclocal" || /bin/mkdir -p "/usr/local/share/aclocal" /usr/bin/install -c -m 644 'xorg-macros.m4' '/usr/local/share/aclocal/xorg-macros.m4'
make install-data-hook
make[2]: Entering directory '/root/util-macros-1.2.1'
rm-f /usr/local/share/aclocal/xorgversion.m4
make[2]: Leaving directory '/root/util-macros-1.2.1'
make[1]: Leaving directory '/root/util-macros-1.2.1'

After this I'm still getting a xorg-macros was not installed error when i try to install xf86-video-intel. Am I missing something?

Quote:
Originally Posted by farslayer View Post
Did you look at any of the Aspire One how-tos ?



and you need to be using the 'intel' driver not the i810 driver

http://wiki.archlinux.org/index.php/...pire_One#Video
 
Old 02-02-2009, 08:17 PM   #4
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
What kernel is in rhel5 ?

Your problem could be an issue that the kernel in RHEL 5 is not new enough. Due to the hardware in the netbooks you should need a 2.6.26 kernel or newer in order for things to work properly. (including the graphics)

Quote:
Originally Posted by Debian aspireone wiki
make sure the installer's kernel is 2.6.25 or greater to ensure that you have support for the Ethernet adapter
Quote:
Originally Posted by Arch Aspireone Wiki
Use module r8169 for eth0 support with kernel version >=2.6.26.
AA1 wireless device is a rather new Atheros wireless chip not supported by Linux kernel until version 2.6.27.
The use of a kernel >= 2.6.28 is highly recommended to get the internal microphone, sound after suspend, and front-speaker automuting working.
and I think you need 2.6.24 kernel for the intel drive to work properly on the intel 950 Graphics chip.

just so you are aware, before you put a lot o effort into this if your kernel is older..

Last edited by farslayer; 02-02-2009 at 08:29 PM.
 
Old 02-04-2009, 07:22 PM   #5
n34tsd
LQ Newbie
 
Registered: Jul 2007
Distribution: Redhat 7.1, Enterprise 4/5
Posts: 11

Original Poster
Rep: Reputation: 0
I'm using 2.6.26 on RHEL 5 right now. Do I have to do any compiling of the drivers with the kernel source or any of that sort? I still can't seem to install the intel drivers.

Quote:
Originally Posted by farslayer View Post
What kernel is in rhel5 ?

Your problem could be an issue that the kernel in RHEL 5 is not new enough. Due to the hardware in the netbooks you should need a 2.6.26 kernel or newer in order for things to work properly. (including the graphics)




and I think you need 2.6.24 kernel for the intel drive to work properly on the intel 950 Graphics chip.

just so you are aware, before you put a lot o effort into this if your kernel is older..
 
  


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
RHEL in acer aspire 5050 prsharan Linux - Hardware 3 01-07-2008 11:36 AM
Problems with choosing the screen-resolution on a Acer Aspire 5020 Laptop in Mandriva Kristoffer G Linux - Laptop and Netbook 1 04-04-2007 04:34 PM
Acer Aspire 3003WLCi install issue rbailey Fedora - Installation 4 10-16-2006 07:09 AM
INFRARED & Resolution with SuSE 10 on an Acer Aspire 1690 kmaltese SUSE / openSUSE 2 11-23-2005 07:10 PM
Acer Aspire 1690 Screen Resolution Peanutman Linux - Laptop and Netbook 3 08-11-2005 03:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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