[Bug 188951] Re: dpkg-reconfigure xserver-xorg aborts prematurely

2012-08-31 Thread dino99
** Changed in: xorg (Baltix)
   Status: New = Incomplete

** Changed in: xorg (Baltix)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/188951

Title:
  dpkg-reconfigure xserver-xorg aborts prematurely

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/188951/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188951] Re: dpkg-reconfigure xserver-xorg aborts prematurely

2009-01-06 Thread Citrupe
I have Hardy 8.04 LTS now running successfully on an ancient AMD Asus 
motherboard with a ATI Rage128 Ultra displaying on a reall multisync iiyama 
(that Windoze always detects).
 
As above the ATI card was NOT detected properly by the new hardware detection 
programme and defaulted to the rather useless 800x640 - most dialogue boxes in 
fwbuilder etc are actually bigger than this and the bottom of some boxes were 
inaccessible!. Doh!

However by entering the following paragraphs in xorg.conf it fixed it !
:-) Now i have all sorts of settings.


Section Device
Identifier  Configured Video Device
Boardname   ATI Rage Ultra
Busid   PCI:1:5:0
Driver  r128
Vendorname  ATI
Screen  0
Option  MergedFB  off
EndSection

Section Monitor
Identifier  Configured Monitor
Horizsync   30.0-81.0
Vertrefresh 56.0-76.0
EndSection

Section Screen
Identifier  Default Screen
Device  Configured Video Device
Monitor Configured Monitor
SubSection  Display
Depth   24
Modes   800x600   1024x768  1280x1024
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
EndSection


Not sure if it was the card driver spec or the monitor declaration but it does 
show that xorg.conf still does effect the way X windows configures itself.
Just thought you guys might like to know...

R

** Attachment added: xorg.conf that fixed old ATI Rage128 graphics
   http://launchpadlibrarian.net/20958263/xorg.conf

-- 
dpkg-reconfigure xserver-xorg aborts prematurely
https://bugs.launchpad.net/bugs/188951
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188951] Re: dpkg-reconfigure xserver-xorg aborts prematurely

2008-03-07 Thread Mantas Kriaučiūnas
** Also affects: xorg (Baltix)
   Importance: Undecided
   Status: New

-- 
dpkg-reconfigure xserver-xorg aborts prematurely
https://bugs.launchpad.net/bugs/188951
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 188951] Re: dpkg-reconfigure xserver-xorg aborts prematurely

2008-02-05 Thread Heinrich Rebehn
Gabz wrote:
 This is not a bug..
 
 They seem to have changed how they are using xorg. read 
 https://wiki.ubuntu.com/DesktopTeam/Specs/HardyHardwareDetection
 
 Graphics are dynamically detected except for a problem with old ati
 cards.
 
Automatic detection of the graphics card is fine, but how do i specify 
my monitor resolution and refresh rate? There is no word about it in the 
document you specified.

-Heinrich

-- 
dpkg-reconfigure xserver-xorg aborts prematurely
https://bugs.launchpad.net/bugs/188951
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188951] Re: dpkg-reconfigure xserver-xorg aborts prematurely

2008-02-05 Thread Timo Aaltonen
Either read the manpages (man xorg.conf, man intel etc.), or wait until
the display configurator is functional again.

** Changed in: xorg (Ubuntu)
   Status: New = Invalid

-- 
dpkg-reconfigure xserver-xorg aborts prematurely
https://bugs.launchpad.net/bugs/188951
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 188951] Re: dpkg-reconfigure xserver-xorg aborts prematurely

2008-02-05 Thread Heinrich Rebehn
Timo Aaltonen wrote:
 Either read the manpages (man xorg.conf, man intel etc.), 


 or wait until the display configurator is functional again.

This means that dpkg-reconfigure xserver-xorg will be fixed? Or what do 
you mean by display configurator?

Regards,
Heinrich

-- 
dpkg-reconfigure xserver-xorg aborts prematurely
https://bugs.launchpad.net/bugs/188951
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188951] Re: dpkg-reconfigure xserver-xorg aborts prematurely

2008-02-05 Thread Gabz
Automatic detection of the graphics card is fine, but how do i specify
my monitor resolution and refresh rate? There is no word about it in the
document you specified. 

From the Document

References to device and monitor are implicit, default monitor
resolution is detected automatically, and resolutions and multihead are
better configured with XRandR and displayconfig-gtk.

so yes the document says you should use XRandR or displayconfig-gtk

-- 
dpkg-reconfigure xserver-xorg aborts prematurely
https://bugs.launchpad.net/bugs/188951
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188951] Re: dpkg-reconfigure xserver-xorg aborts prematurely

2008-02-05 Thread Timo Aaltonen
right, that's what I meant with wait until the display configurator is
functional again.

-- 
dpkg-reconfigure xserver-xorg aborts prematurely
https://bugs.launchpad.net/bugs/188951
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 188951] Re: dpkg-reconfigure xserver-xorg aborts prematurely

2008-02-05 Thread Heinrich Rebehn
Gabz wrote:
 Automatic detection of the graphics card is fine, but how do i specify
 my monitor resolution and refresh rate? There is no word about it in the
 document you specified. 
 
From the Document
 
 References to device and monitor are implicit, default monitor
 resolution is detected automatically, and resolutions and multihead are
 better configured with XRandR and displayconfig-gtk.
 
 so yes the document says you should use XRandR or displayconfig-gtk
 

Does not work:

[EMAIL PROTECTED]:~# displayconfig-gtk
*** Error: couldn't find any ServerLayout sections


Regards,
Heinrich

-- 
dpkg-reconfigure xserver-xorg aborts prematurely
https://bugs.launchpad.net/bugs/188951
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 188951] Re: dpkg-reconfigure xserver-xorg aborts prematurely

2008-02-04 Thread Gabz
This is not a bug..

They seem to have changed how they are using xorg. read 
https://wiki.ubuntu.com/DesktopTeam/Specs/HardyHardwareDetection

Graphics are dynamically detected except for a problem with old ati
cards.

-- 
dpkg-reconfigure xserver-xorg aborts prematurely
https://bugs.launchpad.net/bugs/188951
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs