Public bug reported:

Problem
Would like to have perfect 1440 x 900 resolution.

Setting 1440 x 900 @60 resolution even after dpkg-reconfigure, screen
leaves a 1-2" vertical blank band on left side. Sometimes it makes the
desktop black (wallpaper area, not taskbars). Only occasionaly I could
get perfect resolution, but otherwise I have to manage with 1280 x 768.
When I get perfect 1440 x 900 and then restart after sometime, it
reverts back to the same problem of leaving 1"-2" vertical blank band on
left side of screen. Adjustment through monitor's buttons not possible
since it cannot move screen to such a large extent. Have even tried
915resolution and auto915resolution - did not help.

System
(Ubuntu 7.10) Viewsonic 17" widescreen LCD monitor (VA1703wb)... original Intel 
82945G/GZ motherboard with onboard graphics & sound.

Setup
Monitor set as plugnplay widescreen with 24-70 horizontal range & 50-75 
vertical refresh rate.
******************************************************
xorg.conf file reads:

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "ImPS/2"
        Option          "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "stylus"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "eraser"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "cursor"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "Intel Corporation 82945G/GZ Integrated Graphics 
Controller"
        Boardname       "intel"
        Busid           "PCI:0:2:0"
        Driver          "intel"
        Screen  0
EndSection

Section "Monitor"
        Identifier      "VA1703wSERIE"
        Vendorname      "Plug 'n' Play"
        Modelname       "Plug 'n' Play"
  modeline  "[EMAIL PROTECTED]" 36.0 800 824 896 1024 600 601 603 625 +hsync 
+vsync
  modeline  "[EMAIL PROTECTED]" 50.0 800 856 976 1040 600 637 643 666 +hsync 
+vsync
  modeline  "[EMAIL PROTECTED]" 49.5 800 816 896 1056 600 601 604 625 +hsync 
+vsync
  modeline  "[EMAIL PROTECTED]" 40.0 800 840 968 1056 600 601 605 628 +hsync 
+vsync
  modeline  "[EMAIL PROTECTED]" 64.995 1152 1178 1314 1472 768 771 777 806 
+hsync +vsync
  modeline  "1280x854" 80.0 1280 1309 1460 1636 854 857 864 896 +hsync +vsync
  modeline  "[EMAIL PROTECTED]" 80.14 1280 1344 1480 1680 768 769 772 795 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 74.48 1280 1336 1472 1664 720 721 724 746 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 107.21 1280 1360 1496 1712 800 801 804 835 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 102.98 1280 1360 1496 1712 768 769 772 802 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 60.47 1280 1328 1456 1632 720 721 724 741 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 83.46 1280 1344 1480 1680 800 801 804 828 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 136.49 1440 1536 1688 1936 900 901 904 940 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 106.47 1440 1520 1672 1904 900 901 904 932 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 
-hsync +vsync
        Gamma   1.0
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation 82945G/GZ Integrated Graphics 
Controller"
        Monitor         "VA1703wSERIE"
        Defaultdepth    24
        SubSection "Display"
                Depth   24
                Virtual 1680    1050
                Modes           "[EMAIL PROTECTED]"     "[EMAIL PROTECTED]"     
"[EMAIL PROTECTED]"     "[EMAIL PROTECTED]"     "[EMAIL PROTECTED]"     "[EMAIL 
PROTECTED]"     "[EMAIL PROTECTED]"     "[EMAIL PROTECTED]"     "[EMAIL 
PROTECTED]"     "[EMAIL PROTECTED]"     "1280x854"      "[EMAIL PROTECTED]"     
"[EMAIL PROTECTED]"     "[EMAIL PROTECTED]"     "[EMAIL PROTECTED]"     "[EMAIL 
PROTECTED]"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
  screen 0 "Default Screen" 0 0
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
        
        # Uncomment if you have a wacom tablet
        #       InputDevice     "stylus"        "SendCoreEvents"
        #       InputDevice     "cursor"        "SendCoreEvents"
        #       InputDevice     "eraser"        "SendCoreEvents"
EndSection
Section "Module"
        Load            "glx"
        Load            "GLcore"
        Load            "v4l"
EndSection
Section "ServerFlags"
EndSection
******************************************************
3) If these are related:
        (A) sound does not work after install and I had to modify alsa-base 
file. 
        (B) My system cannot wake up after suspend.

4) Problem of resolution, sound & power with other distros on my system
as well: PCLinuxOS, Mint, Sabayon etc.

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
1440 x 900 resolution problem
https://bugs.launchpad.net/bugs/196674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to