Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: xorg.conf for 1920x1080 on jaunty

  1. #1
    Join Date
    Feb 2007
    Beans
    27

    xorg.conf for 1920x1080 on jaunty

    Hi All,
    I'm running ubuntu 9.04 Jaunty.
    I can get my monitor working properly by doing the following:
    xrandr --newmode "1920x1080" 148.5 1920 2008 2052 2200 1080 1089 1095 1125 +hsync +vsync
    xrandr --addmode VGA 1920x1080
    xrandr --output VGA --mode 1920x1080

    However, it's lost after reboot. I don't seem to be able to get things to stick by editing my xorg.conf, and the file seemed to have very little in by default. Here's the default file:

    Section "Screen"
    Identifier "Configured Screen Device"
    Device "Configured Video Device"
    SubSection "Display"
    Virtual 1360 768
    EndSubSection
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    EndSection


    Any suggestions on what my Xorg.conf should look like. I've spent a while trying different configurations, including adding a Monitor section like this:

    Section "Monitor"
    Identifier "Configured Monitor Device"
    VendorName "Unknown"
    DisplaySize 1920 1080
    ModeLine "1920x1080" 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +Hsync +Vsync
    EndSection

    but it didn't work.

    I would appreciate advice!
    Thanks,
    Matt

  2. #2
    Join Date
    Dec 2008
    Location
    United States
    Beans
    766
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: xorg.conf for 1920x1080 on jaunty

    is this a nvidia or ati card?why cant you set the it from
    system>preference>screen resolution i know sometimes it does
    not save have you tried that then just save that back to your
    x config.
    Last edited by andrea000; April 26th, 2009 at 12:19 AM.

  3. #3
    Join Date
    Feb 2007
    Beans
    27

    Re: xorg.conf for 1920x1080 on jaunty

    Hi There,
    No this is the Intel 945 chipset supporting an atom 330 board:

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

    I can't use the gnome-diplay-settings gui as the 1920x1080 resolution doesn't appear in there, although it does after running the xrandr commands I mentioned. I think it's not detecting the monitor correctly, and so just gives me a minimal resolution selection.
    I suspect I just need something in the xorg.conf, but I really don't know what this should look like.
    Thanks,
    Matt

  4. #4
    Join Date
    Dec 2008
    Location
    United States
    Beans
    766
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: xorg.conf for 1920x1080 on jaunty

    the Intel 945 chipset is/was blacklisted at least as far up as 8.10
    that's what i have but i am not running it but compiz still see's it
    and shuts down so i had to do some editing and tell it i wasn't using it.
    I think something like that is going on with your resolution.do you have
    proprietary drivers installed?
    Last edited by andrea000; April 26th, 2009 at 03:39 AM.

  5. #5
    Join Date
    Feb 2007
    Beans
    27

    Re: xorg.conf for 1920x1080 on jaunty

    I'm on 9.04 (jaunty) so I'm not sure about blacklisting here. I don't have proprietary drivers installed and compiz is running as expected. xrandr switches into the right resolution without a problem - I just need to work out how to get a working xorg.conf (I think).
    Any ideas?

  6. #6
    Join Date
    Oct 2008
    Location
    Cambrils (Tarragona)
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: xorg.conf for 1920x1080 on jaunty

    I believe you have a problem with the virtual line in your xorg.conf. Try to put Virtual 1920 1080 instead of what you have and reboot.

    EDIT: better, remove this from the file:

    SubSection "Display"
    Virtual 1360 768
    EndSubSection

    save and reboot

  7. #7
    Join Date
    Feb 2007
    Beans
    27

    Re: xorg.conf for 1920x1080 on jaunty

    Hi,
    I had already edited the "Virtual" line to 1920 1080. In fact I just tried removing it and the xrandr commands then fail. I've also found that if I boot with the monitor not attached (I have a KVM, so sometimes it isn't), X comes up with some message about using a low resolution and asking me what I want to do. What I actually want is to simply hard-code it to only load at 1920x1080 as that's the native resolution of my screen.
    I've attached my current xorg.conf below.
    Still looking for ideas!!
    Thanks,
    Matt


    Section "Monitor"
    Identifier "Configured Monitor Device"
    VendorName "Unknown"
    DisplaySize 1920 1080
    ModeLine "1920x1080" 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +Hsync +Vsync
    EndSection

    Section "Screen"
    Identifier "Configured Screen Device"
    Device "Configured Video Device"
    SubSection "Display"
    Virtual 1920 1080
    EndSubSection
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    EndSection

  8. #8
    Join Date
    Jun 2005
    Beans
    2

    Re: xorg.conf for 1920x1080 on jaunty

    I think PatrickVogeli is right. I couldn't see the higher resolutions in the Display Settings application until I removed the hardcoded setting that Display Settings had previously saved to my xorg.conf. I think that Display Settings is storing the user's display preferences somewhere in gconf now and the xorg.conf isn't really meant to be configured, even though Display Settings will sometimes offer to hardcode values for you.

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

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

    Section "Device"
    Identifier "Configured Video Device"
    EndSection

  9. #9
    Join Date
    Feb 2007
    Beans
    27

    Re: xorg.conf for 1920x1080 on jaunty

    sounds interesting - so where's the new config file?
    I have the following ~/.config/monitors.xml

    <monitors version="1">
    <configuration>
    <clone>no</clone>
    <output name="TV-1">
    </output>
    <output name="VGA">
    <vendor>???</vendor>
    <product>0x0000</product>
    <serial>0x00000000</serial>
    <width>1920</width>
    <height>1080</height>
    <rate>60</rate>
    <x>0</x>
    <y>0</y>
    <rotation>normal</rotation>
    <reflect_x>no</reflect_x>
    <reflect_y>no</reflect_y>
    </output>
    </configuration>
    </monitors>

    It also only has the 1920 x 1080 definition, but I'm really not sure how this file is used and how it fits in with xorg.conf.
    Anyone?

  10. #10
    Join Date
    Feb 2007
    Beans
    27

    Re: xorg.conf for 1920x1080 on jaunty

    bump. anyone?

Page 1 of 2 12 LastLast

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
  •