<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, <br>
<br>
Just bougth a new computer today and try to install driver under
Unbuntu Hardy Heron. <br>
<br>
Details of my computer:<br>
<br>
Motherboard Gigabyte GA-G31M-S2L<br>
Integrated Video Card: Chipset Intel G31 Express<br>
Screen Sony TFT SDM - HS94 (Maximal Resolution: 1208 x 1024)<br>
<br>
<br>
I installed Ubuntu, restart and the resolution was: 1024 x 768, but my
screen can go until 1280x1024. <br>
<br>
<br>
I tried to reconfigure XorgJ Until keyboard option no problem. But
after if choose ok, it stop and i have this message:<br>
<br>
xserver-xorg postinst warning: overwriting possibly-customised
configuration<br>
   file; backup in /etc/X11/xorg.conf.20080531172810<br>
I really cannot choose my screen resolution, Graphic Card brand,
refresh rate... it close before.<br>
<br>
This is my Xorg.conf. Note that intel i add it my self, manually.<br>
<br>
Section "InputDevice"<br>
    Identifier    "Generic Keyboard"<br>
    Driver        "kbd"<br>
    Option        "XkbRules"    "xorg"<br>
    Option        "XkbModel"    "pc105"<br>
    Option        "XkbLayout"    "fr"<br>
    Option        "XkbVariant"    "fr"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
    Identifier    "Configured Mouse"<br>
    Driver        "mouse"<br>
    Option        "CorePointer"<br>
EndSection<br>
<br>
Section "Device"<br>
    Identifier    "intel"<br>
EndSection<br>
<br>
Section "Monitor"<br>
    Identifier    "Configured Monitor"<br>
EndSection<br>
<br>
Section "Screen"<br>
    Identifier    "Default Screen"<br>
    Monitor        "Configured Monitor"<br>
    Device        "Configured Video Device"<br>
EndSection<br>
<br>
Section "ServerLayout"<br>
    Identifier    "Default Layout"<br>
    Screen        "Default Screen"<br>
EndSection<br>
<br>
<br>
<br>
I installed package 915resolution. I changed the conf manually, save
and restart, but im am still in 1024x768.<br>
<br>
#<br>
# 915resolution default<br>
#<br>
# find free modes by  /usr/sbin/915resolution -l<br>
# and set it to MODE or set to 'MODE=auto'<br>
#<br>
# With 'auto' detection, the panel-size will be fetched from the VBE<br>
# BIOS if possible and the highest-numbered mode in each bit-depth<br>
# will be overwritten with the detected panel-size.<br>
MODE=auto<br>
#<br>
# and set resolutions for the mode.<br>
# e.g. use XRESO1=1280 and YRESO=1024<br>
XRESO=1280<br>
YRESO=1024<br>
#<br>
# We can also set the pixel mode.<br>
# e.g. use BIT=32<br>
# Please note that this is optional,<br>
# you can also leave this value blank.<br>
BIT=32<br>
<br>
Any ideas ? I am tired with this resolution! Thank in advance for your
help.<br>
<br>
Bali <em></em><br>
<br>
<br>
<br>
</body>
</html>