Ubuntu Screen Res Issues
jean gruneberg
kaosboss at gmail.com
Mon Jan 2 19:09:04 UTC 2006
> -Thanks Jean,
> Yes we have a diferent chipset. But I'm traying to get the same
> resolution than you in may labtop. I have i915GM with 1280x800
> widescreen in clone labtop (AHTEC) and I'm working with 1024x768 because
> I can't choise.
> in xorg.conf I have:
>
> Section "Device"
> Identifier "Targeta de vídeo genèrica"
> Driver "i810"
> BusID "PCI:0:2:0"
> EndSection
>
> Section "Monitor"
> Identifier "Monitor genèric"
> Option "DPMS"
> HorizSync 30-67
> VertRefresh 30-60
> Modeline "1280x800 at 60" 83.91 1280 1312 1624 1656 800 816 824 841
> EndSection
>
> Section "Screen"
> Identifier "Default Screen"
> Device "Targeta de vídeo genèrica"
> Monitor "Monitor genèric"
> DefaultDepth 24
> SubSection "Display"
> Depth 1
> Modes "1280x800"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1280x800"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1280x800"
> EndSubSection
> SubSection "Display"
> Depth 15
> Modes "1280x800"
> EndSubSection
> SubSection "Display"
> Depth 16
> Modes "1280x800"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "1280x800"
> EndSubSection
> EndSection
>
>
>
>
OK, here is the section of my xorg.conf. Looks the same?
Jean
Section "Device"
Identifier "Intel Corporation 82852/855GM Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Modeline "1280x800 at 60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82852/855GM Integrated Graphics Device"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
More information about the ubuntu-users
mailing list