Page 1 of 7 123 ... LastLast
Results 1 to 10 of 67

Thread: 8.10 screen resolution

  1. #1
    Join Date
    Aug 2008
    Location
    India
    Beans
    219
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    8.10 screen resolution

    can anyone help me with my graphic displays...

    ubuntu 8.10 is not able to get the screen resolution set right...any idea??

    i upgraded from 8.04 to 8.10 using terminal...

    someone suggested me to even try from a ubuntu cd...but when i ran the cd live...i found the same problem...

    here's my xorg.conf file

    # xorg.conf (X.Org 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.
    #
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # 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 "Device"
    Identifier "Configured Video Device"
    Driver "intel"
    Option "UseFBDev" "true"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    EndSection

    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"
    Option "Emulate3Buttons" "true"
    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"
    Driver "i915"
    BusID "PCI:0:2:0"
    EndSection

    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    HorizSync 30-90
    VertRefresh 50-75
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Intel Corporation 82945G/GZ Integrated Graphics Controller"
    Monitor "Generic Monitor"
    DefaultDepth 24
    SubSection "Display"
    Modes "1920x1440" "1920x1200" "1856x1392" "1792x1344" "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"

    # Uncomment if you have a wacom tablet
    # InputDevice "stylus" "SendCoreEvents"
    # InputDevice "cursor" "SendCoreEvents"
    # InputDevice "eraser" "SendCoreEvents"
    EndSection




    roshan@roshan:~$ lspci | grep VGA

    00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)


    and i also reported a bug at https://bugs.launchpad.net/ubuntu/+s...el/+bug/299007

    and strangely when i ran this

    roshan@roshan:~$ xrandr -s 1024x768
    Size 1024x768 not found in available modes


    can anyone help me soon

  2. #2
    Join Date
    Aug 2008
    Location
    India
    Beans
    219
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: 8.10 screen resolution

    i made changes to the /etc/X11/xorg.conf


    The code is actually copied from some other source and doesn't come by default when i tried to install it...

    SO it worked somewhere upto 75% and it was a great relief


    # xorg.conf (X.Org 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.
    #
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # 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"
    Option "Emulate3Buttons" "true"
    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"
    Driver "i915"
    BusID "PCI:0:2:0"
    EndSection

    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    HorizSync 30-90
    VertRefresh 50-75
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Intel Corporation 82945G/GZ Integrated Graphics Controller"
    Monitor "Generic Monitor"
    DefaultDepth 24
    SubSection "Display"
    Modes "1920x1440" "1920x1200" "1856x1392" "1792x1344" "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"

    # Uncomment if you have a wacom tablet
    # InputDevice "stylus" "SendCoreEvents"
    # InputDevice "cursor" "SendCoreEvents"
    # InputDevice "eraser" "SendCoreEvents"
    EndSection

  3. #3
    Join Date
    Aug 2008
    Location
    India
    Beans
    219
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: 8.10 screen resolution

    So now i am getting the desktop full screen...

    Previously before making changes to the code you find that my desktop was only fill half of the screen.

    Now coming to the problem. i dont get 1024x768

    and i tried this:

    roshan@roshan:~$ xrandr -s 1024x768
    Size 1024x768 not found in available modes

    and i need to get 1024x768...because i want my icons to look smaller...like in windows...

  4. #4
    Join Date
    Aug 2008
    Location
    India
    Beans
    219
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: 8.10 screen resolution

    and whenever i boot my system soon after i log in i get this error:

    " Ubuntu is running in low graphics mode

    following error was encountered. You may need to updateyourconfiguration to solve this.

    (EE) Failed to load module "i915". (module does not exist)

    (EE) No drivers available.


    and this was what i recieved in xorg.0.log file


    X.Org X Server 1.5.2
    Release Date: 10 October 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
    Current Operating System: Linux roshan 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686
    Build Date: 09 March 2009 10:48:54AM
    xorg-server 2:1.5.2-2ubuntu3.1 (buildd@rothera.buildd)
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 4 14:51:12 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "Generic Monitor"
    (**) | |-->Device "Intel Corporation 82945G/GZ Integrated Graphics Controller"
    (**) |-->Input Device "Generic Keyboard"
    (**) |-->Input Device "Configured Mouse"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81d9a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 4.1
    X.Org XInput driver : 2.1
    X.Org Server Extension : 1.1
    X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (++) using VT number 9

    (--) PCI:*(0@0:2:0) Intel Corporation 82945G/GZ Integrated Graphics Controller rev 2, Mem @ 0x50100000/0, 0x40000000/0, 0x50180000/0, I/O @ 0x000020e0/0
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
    (II) LoadModule: "extmod"

    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.5.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"

    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.5.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"

    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.5.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (==) AIGLX enabled
    (==) Exporting typical set of GLX visuals
    (II) Loading extension GLX
    (II) LoadModule: "freetype"

    (II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.5.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "record"

    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.5.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension RECORD
    (II) LoadModule: "dri"

    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.5.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "i915"

    (WW) Warning, couldn't open module i915
    (II) UnloadModule: "i915"
    (EE) Failed to load module "i915" (module does not exist, 0)
    (II) LoadModule: "kbd"

    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.99.905, module version = 1.3.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.1
    (II) LoadModule: "mouse"

    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.99.905, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.1
    (EE) No drivers available.

    Fatal server error:
    no screens found

  5. #5
    Join Date
    Apr 2007
    Location
    Denmark
    Beans
    2,948
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: 8.10 screen resolution

    Can you try:
    Section "Device"
    Identifier "intel"
    Driver "intel"
    BusID "PCI:0:2:0"
    EndSection

  6. #6
    Join Date
    Aug 2008
    Location
    India
    Beans
    219
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: 8.10 screen resolution

    i tried the above code and then restarted...then i stopped getting that message but them the desktop is no longer the size of the screen. It wen smaller as it was before...

    So i again put bck the same code as in the 2nd post..

    So again i started getting the message that ubuntu runs in low graphic mode
    Last edited by roshanjose; April 4th, 2009 at 07:36 PM.

  7. #7
    Join Date
    Apr 2007
    Location
    Denmark
    Beans
    2,948
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: 8.10 screen resolution

    How did you get these modes?
    Modes "1920x1440" "1920x1200" "1856x1392" "1792x1344" "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"

    and what resolution does your monitor support?

    You could try: sudo dpkg --reconfigure xserver-xorg
    Last edited by xc3RnbFO8P; April 4th, 2009 at 08:10 PM.

  8. #8
    Join Date
    Aug 2008
    Location
    India
    Beans
    219
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: 8.10 screen resolution

    well someone else gave me that code.....

    and i thought 1024x768 will work because it's the same for windows XP which i use....

    When i read some of the bug reports in launchpad...i came across the posts that they defaultly got 1024x768...and they wanted a still higher resolution..

    but i dont get that 1024x768 by default...

    could you rewrite the code for me then if possible....and i am nuts..over this.....

    can't wait any more longer to get this fixed

  9. #9
    Join Date
    Aug 2008
    Location
    India
    Beans
    219
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: 8.10 screen resolution

    this is something that i would like to laugh at

    i reconfigured the xorg.conf file like this...

    http://paste.ubuntu.com/144557/

    and i just checked the screen resolution settings and omg!!!

    there was 1024x768....

    i selected the resolution and i restarted...then before login page i got a message that Ubuntu is running in low graphics mode and that i have to update my drivers...

    and i got my desired screen....

    now the funniest fact is that i went again to the screen resolution settings and i couldn't find the 1024x768 though i selected it previously and i got the screen right....

    now whats this problem and how do i update my drivers

  10. #10
    Join Date
    Apr 2007
    Location
    Denmark
    Beans
    2,948
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: 8.10 screen resolution

    sudo apt-get install xresprobe
    and then getting information:
    sudo ddcprobe

Page 1 of 7 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •