I just installed the latest version of Debian on my Acer 6930 laptop which features an Intel Graphics Media Accelerator(GMA) 4500MHD video card. I have no screen resolution options whatsoever; I believe it is set to 1024x768 which on this 16" screen gives the whole thing this funky squashed appearance. I need 1366x768. Here is my xorg.conf:
Code:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
Option "XkbVariant" "pc104"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Any help would be appreciated. Thanks!
Gene
PS: does anyone know of a distro that is more stable than Ubuntu/Mint or Fedora yet doesn't come with all these hardware support issues???