I have also tried rebooting with everything below "1280x1024" deleted
from xorg.conf. The login screen still displays incorrectly.
Any ideas?
TIA
Patrick
--
The only difference between the saint and the sinner is that every saint
has a past and every sinner has a future.
(Oscar Wilde)
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
05-08-2008, 10:38 AM
mike
Login Screen Resolution issues
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Patrick Drechsler wrote:
> Hi,
>
> my uprade from LTS 6.06 to LTS 8.04 went fine. Congratulations to
> the update-team!
>
> But: My login screen has the wrong resolution (this is not a big
> issue).
>
> This is the relevant part of my xorg.conf (1280x1024 is the correct
> resolution):
>
> --8<---------------cut here---------------start------------->8---
> Section "Screen" Identifier "Default Screen" Device "ATI
> Technologies, Inc. Radeon 9600 SE (RV350 AQ)" Monitor
> "B101715" DefaultDepth 24 SubSection "Display" Depth 1
> Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection SubSection "Display" Depth 4 Modes
> "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection
> SubSection "Display" Depth 8 Modes "1280x1024"
> "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection
> "Display" Depth 15 Modes "1280x1024" "1152x864"
> "1024x768" "800x600" "640x480" EndSubSection SubSection "Display"
> Depth 16 Modes "1280x1024" "1152x864" "1024x768"
> "800x600" "640x480" EndSubSection SubSection "Display" Depth
> 24 Modes "1280x1024" "1152x864" "1024x768" "800x600"
> "640x480" EndSubSection EndSection --8<---------------cut
> here---------------end--------------->8---
>
> I have also tried rebooting with everything below "1280x1024"
> deleted from xorg.conf. The login screen still displays
> incorrectly.
>
> Any ideas?
>
> TIA
>
> Patrick
this may sound a silly question but when you boot is you monitor on or
switched to another computer i run 3 machines if the linux (ubuntu )
is not switched through to the monitor it boots with a resolution of
800 x 600
if your monitor is of the older CRT type it may be it does not switch
in in time for Ubuntu to get the capability of the monitor.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
05-08-2008, 01:38 PM
Patrick Drechsler
Login Screen Resolution issues
mike <mike@mga.demon.co.uk> writes:
> Patrick Drechsler wrote:
>> my uprade from LTS 6.06 to LTS 8.04 went fine. Congratulations to
>> the update-team!
>>
>> But: My login screen has the wrong resolution (this is not a big
>> issue).
>>
>> This is the relevant part of my xorg.conf (1280x1024 is the correct
>> resolution):
[...snipped...]
>> I have also tried rebooting with everything below "1280x1024" deleted
>> from xorg.conf. The login screen still displays incorrectly.
> this may sound a silly question but when you boot is you monitor on or
> switched to another computer i run 3 machines if the linux (ubuntu )
> is not switched through to the monitor it boots with a resolution of
> 800 x 600 if your monitor is of the older CRT type it may be it does
> not switch in in time for Ubuntu to get the capability of the monitor.
Thanks for your feedback Mike!
I do not think this is the problem, because the login screen was
dislayed with the correct resolution with Ubuntu 6.06 (before the
upgrade). The monitor is a TFT (Belinea model 101715).
Cheers,
Patrick
--
Either this man is dead or my watch has stopped.
(Groucho Marx)
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
05-08-2008, 01:52 PM
Rashkae
Login Screen Resolution issues
Patrick Drechsler wrote:
> Hi,
>
> my uprade from LTS 6.06 to LTS 8.04 went fine. Congratulations to the
> update-team!
>
> But: My login screen has the wrong resolution (this is not a big issue).
>
> This is the relevant part of my xorg.conf (1280x1024 is the correct
> resolution):
What if you tried removing all the old cruft from your xorg.conf and
test the fancy new autodetection? Make a backup of your
/etc/X11/xorg.conf file and run the command:
sudo dpkg-reconfigure xserver-xorg
(That should make it's own backup before changing anything, but why
trust automation when you can do it yourself.)
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
05-08-2008, 01:58 PM
Rashkae
Login Screen Resolution issues
Rashkae wrote:
>
> sudo dpkg-reconfigure xserver-xorg
>
Err, make that:
sudo dpkg-reconfigure -phigh xserver-xorg
Either way works, but the -phigh will put you through less questions.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
05-08-2008, 02:00 PM
Schiz0
Login Screen Resolution issues
On Thu, May 8, 2008 at 9:52 AM, Rashkae <ubuntu@tigershaunt.com> wrote:
> Patrick Drechsler wrote:
>> Hi,
>>
>> my uprade from LTS 6.06 to LTS 8.04 went fine. Congratulations to the
>> update-team!
>>
>> But: My login screen has the wrong resolution (this is not a big issue).
>>
>> This is the relevant part of my xorg.conf (1280x1024 is the correct
>> resolution):
>
> What if you tried removing all the old cruft from your xorg.conf and
> test the fancy new autodetection? Make a backup of your
> /etc/X11/xorg.conf file and run the command:
>
> sudo dpkg-reconfigure xserver-xorg
>
> (That should make it's own backup before changing anything, but why
> trust automation when you can do it yourself.)
>
Something to add to this:
You can change the level of questions that the reconfigure process asks.
run "sudo dpkg-reconfigure debconf"
You can set the importance level to "low", where it will ask you about
every detail when you (re)configure anything in the future (xorg?). I
believe the default is "high", which causes dpkg to ask you only
high-importance questions.
If you set it to "low" importance, when you reconfigure xorg, it'll
ask you some more specific questions, which may or may not help you
solve your problem.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
05-08-2008, 02:15 PM
Patrick Drechsler
Login Screen Resolution issues
Rashkae <ubuntu@tigershaunt.com> writes:
> Patrick Drechsler wrote:
>> my uprade from LTS 6.06 to LTS 8.04 went fine. Congratulations to the
>> update-team!
>>
>> But: My login screen has the wrong resolution (this is not a big issue).
>>
>> This is the relevant part of my xorg.conf (1280x1024 is the correct
>> resolution):
>
> What if you tried removing all the old cruft from your xorg.conf and
> test the fancy new autodetection? Make a backup of your
> /etc/X11/xorg.conf file and run the command:
>
> sudo dpkg-reconfigure xserver-xorg
>
> (That should make it's own backup before changing anything, but why
> trust automation when you can do it yourself.)
Thanks for the feedback Rashkae! I will give this a try on the weekend.
Cheers,
Patrick
--
The shortest unit of time in the universe is the New York Second,
defined as the period of time between the traffic lights turning green
and the cab behind you honking. (Terry Pratchett 'Lords and Ladies')
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
05-09-2008, 09:35 AM
"Jonathan Gunawan"
Login Screen Resolution issues
On Thu, May 8, 2008 at 9:15 PM, Patrick Drechsler <patrick@pdrechsler.de> wrote:
>
> Rashkae <ubuntu@tigershaunt.com> writes:
> > Patrick Drechsler wrote:
> >> my uprade from LTS 6.06 to LTS 8.04 went fine. Congratulations to the
> >> update-team!
> >>
> >> But: My login screen has the wrong resolution (this is not a big issue).
> >>
> >> This is the relevant part of my xorg.conf (1280x1024 is the correct
> >> resolution):
> >
> > What if you tried removing all the old cruft from your xorg.conf and
> > test the fancy new autodetection? Make a backup of your
> > /etc/X11/xorg.conf file and run the command:
> >
> > sudo dpkg-reconfigure xserver-xorg
> >
> > (That should make it's own backup before changing anything, but why
> > trust automation when you can do it yourself.)
>
> Thanks for the feedback Rashkae! I will give this a try on the weekend.
>
> Cheers,
>
> Patrick
> --
Thank you for the solution, solve my problem also.
Regards,
Gun
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
05-11-2008, 09:02 AM
Patrick Drechsler
Login Screen Resolution issues
Hi,
Rashkae <ubuntu@tigershaunt.com> writes:
> Patrick Drechsler wrote:
>> my uprade from LTS 6.06 to LTS 8.04 went fine. Congratulations to the
>> update-team!
>>
>> But: My login screen has the wrong resolution (this is not a big issue).
>>
>> This is the relevant part of my xorg.conf (1280x1024 is the correct
>> resolution):
>
> What if you tried removing all the old cruft from your xorg.conf and
> test the fancy new autodetection? Make a backup of your
> /etc/X11/xorg.conf file and run the command:
>
> sudo dpkg-reconfigure xserver-xorg
>
> (That should make it's own backup before changing anything, but why
> trust automation when you can do it yourself.)
Again, thanks for your feedback.
I tried your solution (with and without the extra options "-phigh"),
restarted the xserver, and the _login-screen_ still has the incorrect
resolution. The display resolution is fine during a normal gnome
session.
Patrick
--
By working faithfully eight hours a day,
you may eventually get to be boss and work twelve.
(Robert Frost)
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
05-11-2008, 10:20 AM
Michele
Login Screen Resolution issues
> I tried your solution (with and without the extra options "-phigh"),
> restarted the xserver, and the _login-screen_ still has the incorrect
> resolution. The display resolution is fine during a normal gnome
> session.
>
Hello,
what helped me was to add the following subsection to the screen section
Section Screen
...
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
...
EndSection
The *first* mode is the one used by gdm
Don't forget to save a backup copy of xorg.conf in case the system
refuses to start!
cd /etc/X11/
sudo cp xorg.conf xorg.conf.working_backup
before starting the editing
and
cd /etc/X11/
sudo mv xorg.conf.working_backup xorg.conf
if something bad happens :-)
Cheers,
Michele
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users