LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   eMachine M5312, Red Hat 9 and X-Windows (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/emachine-m5312-red-hat-9-and-x-windows-115055/)

shahhe 11-11-2003 10:07 PM

eMachine M5312, Red Hat 9 and X-Windows
 
I recently bought eMachine M5312 laptop and installed RedHat 9.0 on it.
I could get X- Windows configured on it. It as different video card (ATI Radeon Mobility) than M5310.

Has anyone got X-Windows working on Stock RedHat 9.0?

Thanks.

SgtBhaji 11-11-2003 10:26 PM

As far as i'm aware the m5312 has the same IGP 320 as the m5310. i believe the onlydifference between the 2 models is the hdd capacity, but i could be wrong. Anyway. here's what i did to get it working fine.

edit /etc/X11/XF86Config and make sure the following sections are as follows

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Generic Laptop Display Panel 1280x800"
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 71.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon Mobility U1"
VideoRam 32768
ChipId 0x4242
Option "dpms"
Option "UseFBDev"
Option "noaccel"
Option "AGPMode" "4"
BusID "PCI:1:5:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

i got that info from linux-laptop.net and it worked a treat for me.

shahhe 11-14-2003 08:34 PM

Thanks that did the trick.
 
Thanks that did the trick.


All times are GMT -5. The time now is 12:07 AM.