Results 1 to 10 of 23

Thread: To big resolution

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Beans
    11,567

    Re: To big resolution

    Well, I've been looking and found this:

    http://wiki.openchrome.org/tikiwiki/...ind=&forumId=1

    I am currently running 1280x800 on Ubuntu Intrepid, using native
    Openchrome driver on a VN800 chipset (Gateway MX3215 Laptop). I have
    attached my xorg.conf if it can be of any help at all. It took me days
    to get these setting just right (and 3D works perfectly with it).

    -Jim Raredon


    attachment xorg.conf.gz (981 b)
    I unzipped the .gz:

    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by failsafeDexconf, using
    # values from the debconf database and some overrides to use vesa mode.
    #
    # You should use dexconf or another such tool for creating a "real" xorg.conf
    # For example:
    # sudo dpkg-reconfigure -phigh xserver-xorg
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbOptions" "lv3:ralt_switch"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "Emulate3Buttons" "true"
    EndSection


    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizEdgeScroll" "0"
    EndSection
    Section "Device"
    Identifier "Configured Video Device"
    Boardname "vesa"
    Busid "PCI:1:0:0"
    Driver "openchrome"
    Screen 0
    Option "SWcursor" "true"
    Option "EnableAGPDMA" "True"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    Vendorname "Generic LCD Display"
    Modelname "LCD Panel 1280x800"
    Horizsync 31.5-50.0
    Vertrefresh 56.0 - 65.0
    modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
    modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    Gamma 1.0
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    Monitor "Configured Monitor"
    Defaultdepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x768@60" "1280x720@60" "800x600@60" "1280x800@60" "800x600@56"
    Virtual 1280 768
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    screen 0 "Default Screen" 0 0
    Inputdevice "Synaptics Touchpad"
    EndSection
    Section "Module"
    Load "glx"
    Load "GLcore"
    Load "dri"
    Load "v4l"
    EndSection
    Section "device" #
    Identifier "device1"
    Boardname "vesa"
    Busid "PCI:1:0:0"
    Driver "openchrome"
    Screen 1
    EndSection
    Section "screen" #
    Identifier "screen1"
    Device "device1"
    Defaultdepth 24
    Monitor "monitor1"
    EndSection
    Section "monitor" #
    Identifier "monitor1"
    Gamma 1.0
    EndSection
    Section "ServerFlags"
    EndSection
    Now, mind you, I have no way of knowing whether or not this will work!

    So proceed at your own risk!

  2. #2
    Join Date
    Feb 2009
    Location
    London
    Beans
    7
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: To big resolution

    ++Kansasnoob

    This script that you found in

    http://wiki.openchrome.org/tikiwiki/...ind=&forumId=1

    worked perfectly!!!!

    problem solved!!!!!!!!

    I only made a tiny change in the Section "Screen"
    in the part of Virtual, I changed the value 1280 768 to 1280 800, then rebooted the computer and now is Perfect!!!!!

    Thank you very much!!!

  3. #3

    Re: To big resolution

    hello,
    I have tried a lot of code in my notebook i have a fujitsu siemens amilo pro v2030 with ubuntu 8.10 the resolution was to big so i changed it and it all fuzzy now tried on diffrent resoultions none work. i'm on recovery settings at the min almost giving up.
    please help if possible. cheers

  4. #4
    Join Date
    Nov 2009
    Beans
    1

    Post Re: To big resolution

    I know this is an old topic, but i spent the better part of two days getting Ubuntu 9.10 working on a Fujitsu-Siemens Amilo Pro v2030.

    I got the same error as the other guy namely that the display operated at a virtual resolution of 1600x1200 even though being capable of a much smaller resolution.

    I read this thread and made my own modded version of the xorg.conf (yes, Ubuntu 9.10 will use it if it is there) which is attached to this post

    The problem with the xorg.conf from this thread is that it's written for a 1280*800 display, and the Amilo v2030 only has 1024*768.

    Save the attached file (xorg.txt) on the desktop and rename the file (xorg.txt) to xorg.conf

    Move the xorg.conf to /etc/X11/ and restart the machine.

    The xorg.conf looks like this by the way:
    --------------------------------------------------------
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by failsafeDexconf, using
    # values from the debconf database and some overrides to use vesa mode.
    #
    # You should use dexconf or another such tool for creating a "real" xorg.conf
    # For example:
    # sudo dpkg-reconfigure -phigh xserver-xorg
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbOptions" "lv3:ralt_switch"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "Emulate3Buttons" "true"
    EndSection


    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizEdgeScroll" "0"
    EndSection
    Section "Device"
    Identifier "Configured Video Device"
    Boardname "vesa"
    Busid "PCI:1:0:0"
    Driver "openchrome"
    Screen 0
    Option "SWcursor" "true"
    Option "EnableAGPDMA" "True"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    Vendorname "Generic LCD Display"
    Modelname "LCD Panel 1024x800"
    Horizsync 31.5-50.0
    Vertrefresh 56.0 - 65.0
    modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
    modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    Gamma 1.0
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    Monitor "Configured Monitor"
    Defaultdepth 24
    SubSection "Display"
    Depth 24
    Modes "1024x768@60" "1280x768@60" "1280x720@60" "800x600@60" "1280x800@60" "800x600@56"
    Virtual 1024 768
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    screen 0 "Default Screen" 0 0
    Inputdevice "Synaptics Touchpad"
    EndSection
    Section "Module"
    Load "glx"
    Load "GLcore"
    Load "dri"
    Load "v4l"
    EndSection
    Section "device" #
    Identifier "device1"
    Boardname "vesa"
    Busid "PCI:1:0:0"
    Driver "openchrome"
    Screen 1
    EndSection
    Section "screen" #
    Identifier "screen1"
    Device "device1"
    Defaultdepth 24
    Monitor "monitor1"
    EndSection
    Section "monitor" #
    Identifier "monitor1"
    Gamma 1.0
    EndSection
    Section "ServerFlags"
    EndSection
    --------------------------------------------------------
    To make this post Google friendly:

    Ubuntu UniChrome 1600x1200 Amilo Pro V2030
    Attached Files Attached Files

  5. #5
    Join Date
    May 2008
    Location
    Leeds, UK
    Beans
    28
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: To big resolution

    Thanks for this JetarR. Was just installing Ubuntu on my Amilo and was going to have a play with the xorg.conf when I got home from work. Hopefully this should do the trick. Will let you know.

    EDIT: Yeah, works great thanks. One small thing, I know my monitor can also support 1280x800. Any idea what value string i should add to the xorg for that with relation to the vsync and hsync? Much appreciated.

    EDIT 2: Ended up just inserting the basic config and works fine with 1280x800 now.
    Last edited by cova; January 11th, 2010 at 10:36 PM.

Tags for this Thread

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
  •