Joseph
22nd September 2004, 04:20 AM
First of all, I'm new to this forum, so hi. I was looking around for a Linux forum that I like, and I think I found it.
I just purchased a Dell Inspiron 700m. It has a WXGA screen (1280x800) and Intel 855GME graphics. Before buying this laptop, I searched around the forums and newsgroups to make sure I wouldn't have a problem with the resolution. Since I found stuff from people who have 1280x800 working on an Intel 855, I figured this would be the easy part.
So now I have the notebook, and I find that I was wrong. I installed Fedora Core 2 on it, and most of it is going fine, but no matter what I have tried, I can't get the 1280x800 resolution that I want. I looked at previous post on this site and others, but nothing seems to work so far. I keep on getting 1024x768 or 800x600.
Here's the section of my xorg.conf for the video, as it is now. I was hoping somebody here may be able to tell me what's wrong. The modeline I'm using is one I got by running gtf. Thanks in advance for any help you can offer.
*****************************************
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1024x800"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Modeline "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 855"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
*****************************************
-Joseph
I just purchased a Dell Inspiron 700m. It has a WXGA screen (1280x800) and Intel 855GME graphics. Before buying this laptop, I searched around the forums and newsgroups to make sure I wouldn't have a problem with the resolution. Since I found stuff from people who have 1280x800 working on an Intel 855, I figured this would be the easy part.
So now I have the notebook, and I find that I was wrong. I installed Fedora Core 2 on it, and most of it is going fine, but no matter what I have tried, I can't get the 1280x800 resolution that I want. I looked at previous post on this site and others, but nothing seems to work so far. I keep on getting 1024x768 or 800x600.
Here's the section of my xorg.conf for the video, as it is now. I was hoping somebody here may be able to tell me what's wrong. The modeline I'm using is one I got by running gtf. Thanks in advance for any help you can offer.
*****************************************
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1024x800"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Modeline "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 855"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
*****************************************
-Joseph