TheTechGuide Forum
General Category => Alt-OS => Topic started by: alans482 on December 12, 2003, 07:27:05 PM
-
Hi,
I am running Fedora Core 1 with the 2.4.22-1.2129.nptl kernel on my Dell Inspiron 1100 laptop. The built in graphics is the Intel 845GL. X fails to start if I set the default depth in the XF86Config file to 24 bit. If I set it to 16 the resolution displayed is 640x480. If I set the default depth to 8 then the resolution is 1024x768. I've also tried the Vesa driver. I know for a fact that the monitor and graphics support 1024x768 at 32 bit. In my bios it says there is 1MB of video memory. What do I have to do to get my graphics at 1024x768 at 24 bit? Thanks in advance. Here is part of my XF86Config file:
Section "Monitor"
Identifier "Monitor()"
VendorName "Monitor Vendor"
ModelName "Dell 1024x768 Laptop Display Panel"
HorizSync 31.5 - 48.5
VertRefresh 59.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard()"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 845"
VideoRam 16834 #I added this in an attempt to fix it but the result is the same
EndSection
Section "Screen"
Identifier "Screen()"
Device "Videocard()"
Monitor "Monitor()"
DefaultDepth 8
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
-
hi...
also i have the same problem with my acer travelmate 281lc
i readed on intel website about lastest bios video version..
Who found the solution to this question??