Announcement

Collapse
No announcement yet.

Resize Screen Resolution

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Resize Screen Resolution

    Anyone know how I can get the screen resolution to 1,366x768 on my Acer Aspire 751h netbook? I installed Karmic from Wubi, I only get one screen size option and it isn't the one I want.
    Thanks

    #2
    Resize Screen Resolution

    Anyone know how I can get the screen resolution to 1,366x768 on my Acer Aspire 751h netbook? I installed Karmic from Wubi, I only get one screen size option and it isn't the one I want.
    Thanks

    Comment


      #3
      Re: Resize Screen Resolution

      Arggg. You were ulucky to get the only Intel IGP that is not supported brilliantly under Linux. You'll find lots of posts on the web about the issue, here is one:

      http://www.happyassassin.net/2009/01...youre-screwed/

      The short of it is, linux support for that chipset is shaky at best, and most likely you are using a very basic VGA generic driver That explains why you can't change the resolution. You can search for Poulsbo and Karmic and see if there is any progress ...

      Comment


        #4
        Re: Resize Screen Resolution

        In other words, 'forget Kubuntu on my netbook until this is sorted'??
        Are there any other versions of Linux available that would give me a good looking screen? I am not techie and need it to work for me.

        Comment


          #5
          Re: Resize Screen Resolution

          I wish I could help more, but I don't personally know, Intel really screwed this one up. There may be some pointers in the comments to this story (the Phoronix community is very savvy)

          http://www.phoronix.com/scan.php?pag...item&px=NzQzMg

          Good luck!

          Comment


            #6
            Re: Resize Screen Resolution

            I stumbled across a distro called JoliCloud. It's lightweight, built for netbooks and supports the DMA500 chip. It may be a bit blasphemous posting other distros on here but it solved the problem for me. If Kubuntu ever get this resolution, driver thing solved I'll consider switching back but between Windows and any Linux distro on my Acer 751h, I'll go for Linux.

            Comment


              #7
              Re: Resize Screen Resolution

              1366x768 is notoriously difficult to setup for some reason. I ended up running 1365x768 on one box. I'm going to check out that other one...

              Please Read Me

              Comment


                #8
                Re: Resize Screen Resolution

                I got a 1366x736 and mine works. I have an HP and the way I got it to work was going to Hardware Drivers and upgarding your videocard to the option they give you. It will say [Recommended] next to it. And click on Activate. You will need a reboot. Also, if you have nvidia you mind want to do "sudo apt-get install nvidia-settings" . It will help you support multiple monitors for the future

                Comment


                  #9
                  Re: Resize Screen Resolution

                  I simply cannot get that resolution with my Intel 945gm video card. I'm attached to a 50" plasma TV and would love the correct resolution.

                  Each driver release from Intel seems to get a little better so I'm not giving up yet.

                  Please Read Me

                  Comment


                    #10
                    Re: Resize Screen Resolution

                    Just in case anyone else has this problem on an Acer 751h netbook (or other DMA 500 chips, maybe) I finally managed to sort mine out. I got this on a Linux Mint forum. Many thanks and all credit to the original poster 'fakrishams'. It worked for me.


                    Postby fakhrishams on Tue Dec 22, 2009 1:33 pm
                    it's easy

                    you must connected to the internet

                    just open terminal and enter this first code:

                    sudo apt-get update
                    sudo apt-get upgrade

                    after you enter the code it will promp you for your account password and press enter(you can't see your account password but it there)

                    after the process done, restart

                    after reboot,

                    open terminal for one more time

                    copy this and paste into terminal:

                    sudo wget http://gma500re.altervista.org/scripts/poulsbo_ppa.sh && sh ./poulsbo_ppa.sh

                    enter you account password and press enter(you can't see your account password but it there)

                    after the process done, restart..

                    There you have it,,, enjoy..

                    I've test this and its work

                    Yout linux mint now is fast and your screen resolution is now 1366x768

                    p/s sorry if my english is not correct becouse I'm still learning..

                    Comment


                      #11
                      Re: Resize Screen Resolution

                      NOTE: This script referred to above was written for Acer AO751h. It does more than just install the video drivers.

                      If you want to try it on your system, you might consider editing the script beforehand and removing anything not intended for your system.

                      Here's the script contents:
                      Code:
                      echo "GMA500 Poulsbo drivers ('poulsbo.sh acer' for AO751h support)"
                      
                      # Milone
                      gpg --keyserver keyserver.ubuntu.com --recv f195d85099c0198f
                      gpg --export --armor f195d85099c0198f | sudo apt-key add -
                      
                      
                      # Mobile
                      gpg --keyserver keyserver.ubuntu.com --recv 99d6b21cc6598a30
                      gpg --export --armor 99d6b21cc6598a30 | sudo apt-key add -
                      
                      
                      # Adding required PPAs
                      echo "deb [url]http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu[/url] jaunty main" | sudo tee /etc/apt/sources.list.d/ubuntu-mobile.list
                      echo "deb [url]http://ppa.launchpad.net/albertomilone/poulsbo-graphics/ubuntu[/url] jaunty main" | sudo tee -a /etc/apt/sources.list.d/ubuntu-mobile.list
                      
                      
                      # Install packages
                      sudo apt-get update
                      sudo apt-get install -q=0 -y --force-yes dkms fakeroot
                      sudo apt-get install -q=0 -y --force-yes libdrm-poulsbo1
                      sudo apt-get install -q=0 -y --force-yes poulsbo-driver-2d poulsbo-driver-3d psb-firmware
                      
                      
                      # Install PSB source
                      wget [url]http://gma500re.altervista.org/_altervista_ht/psb-kernel-source_4.41.2-0ubuntu1~910um1_all.deb[/url] -O /tmp/psb-kernel-source_4.41.2-0ubuntu1~910um1_all.deb
                      sudo gdebi -n /tmp/psb-kernel-source_4.41.2-0ubuntu1~910um1_all.deb
                      
                      
                      # Blacklist DRM
                      echo "blacklist i915" | sudo tee -a /etc/modprobe.d/blacklist.conf
                      
                      
                      # Update Initramfs
                      sudo update-initramfs -u
                      
                      
                      # Xorg
                      echo 'Section "Device"
                          Identifier   "GMA500"
                          Driver     "psb"
                          Option     "DownScale" "false"
                          Option     "ExaNoComposite" "false"
                          #Option     "ExaMem" "131072"
                          #Option     "ExaScratch" "4"
                          #Option     "ExaCached" "false"
                          Option     "IgnoreACPI" "true"
                          Option     "LidTimer" "false"
                          Option     "NoAccel" "false"
                          Option     "NoFitting" "false"
                          Option     "NoPanel" "false"
                          Option     "MigrationHeuristic" "greedy"
                          Option     "ShadowFB" "false"
                          Option     "SWcursor" "false"
                          Option     "Vsync" "false"
                      EndSection
                      
                      Section "DRI"
                          Mode  0666
                      EndSection
                      
                      Section "Extensions"
                          Option     "Composite" "Enable"
                          Option     "RENDER" "Enable"
                      EndSection' | sudo tee /etc/X11/xorg.conf
                      
                      
                      # Install mplayer-vaapi stuff
                      wget [url]http://gma500re.altervista.org/_altervista_ht/mplayer-vaapi_20100114-1_i386.deb[/url] -O /tmp/mplayer-vaapi_20100114-1_i386.deb
                      sudo dpkg -i /tmp/mplayer-vaapi_20100114-1_i386.deb
                      sudo apt-get install -q=0 -y --force-yes mplayer-skins
                      sudo ln -s /usr/X11R6/lib/modules/dri/psb_drv_video.so /usr/lib/va/drivers
                      
                      
                      # Install flashplayer 10.1beta2
                      wget [url]http://gma500re.altervista.org/_altervista_ht/misc/libflashplayer.so[/url] -O /tmp/libflashplayer.so
                      sudo apt-get remove --purge -q=0 -y --force-yes flashplugin-nonfree flashplugin-installer
                      sudo cp /tmp/libflashplayer.so /usr/lib/mozilla/plugins
                      
                      
                      # Compiz whitelist
                      sudo sed -i 's/i810 fglrx/i810 fglrx psb/g' /usr/bin/compiz
                      
                      
                      # Acer 751h fixes
                      if [ "$1" == 'acer' ]; then
                          echo "Acer AO751h support"
                          sudo sed -i 's/options snd-hda-intel/#options snd-hda-intel/g' /etc/modprobe.d/alsa-base.conf
                          sudo sed -i 's/xres=1280/xres=1366/g' /etc/usplash.conf
                          sudo sed -i 's/no_fb=1/no_fb=0/g' /etc/modprobe.d/poulsbo.conf
                          sudo apt-get install -q=0 -y --force-yes acpi
                          
                          utente=$(ls /home)
                          echo "[Desktop Entry]
                          Type=Application
                          Name=Battery fix
                          Exec=cat /proc/acpi/battery/BAT1/info
                          Icon=
                          Comment=" | tee /home/$utente/.config/autostart/batteryfix.desktop
                      fi

                      Please Read Me

                      Comment


                        #12
                        Re: Resize Screen Resolution

                        More generic instructions for non-acer users
                        https://wiki.ubuntu.com/HardwareSupp...eoCardsPoulsbo

                        Please Read Me

                        Comment

                        Working...
                        X