Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Inlogscherm 800x600, na inloggen 1024x768 :S  (gelezen 932 keer)

jaapz

  • Gast
Inlogscherm 800x600, na inloggen 1024x768 :S
« Gepost op: 2007/12/22, 23:00:00 »
Hallo,

Ik heb problemen met mijn inlogscherm op gutsy.
Op feisty deed alles het nog goed, maar nadat ik geupdate had nar gutsy ging het inlogscherm raardoen. Nu is het namelijk zo dat het inlogscherm 800x600 is, en na het inloggen word het scherm weer 1024x768, wat de goede resolutie is.
ik heb dpkg-reconfigure xserver-xorg gedaan, haalde niks uit....

Mijn xorg.conf:
# xorg.conf (xorg 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.
#
# 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"
Option "XkbVariant" "intl"
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 "ATI Technologies Inc RV280 [Radeon 9200 SE]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "COMPAQ S720"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV280 [Radeon 9200 SE]"
Monitor "COMPAQ S720"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768"
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
Alvast bedankt :)

JimZ

  • Gast
Inlogscherm 800x600, na inloggen 1024x768 :S
« Reactie #1 Gepost op: 2007/12/23, 02:02:28 »
Mogelijk dat ik het niet precies goed schrijf maar in grote lijnen:

Bij het opstarten is de xserver nog niet geladen dus die opnieuw configureren helpt inderdaad niet. Maar tot en met Feisty kon je in de configuratie van grub de tijdens het opstarten gewenste resolutie opgeven, dan werd totdat de xserver geladen was de in de kernel ingebouwde framebuffer consoledriver (fbcon) gebruikt.

Maar in Gutsy heeft men (geen idee waarom) de ondersteuning voor fbcon weggelaten en dus werkt dat nu niet meer. Sterker nog, als je in de grub configuratie die voorheen goed werkende optie toevoegt dan gaat de boel tijdens het opstarten geheel "op zwart". Ook niet fijn dus.

Ik heb diverse workarounds gezocht en (soms) ook gevonden maar probleempje is wel dat je dan na elke kernelupdate die workaround opnieuw moet uitvoeren.

Dat is het mij niet waard en dus laat ik het maar zo.

De workaround:

Toevoegen aan /etc/initramfs-tools:
fbconen in de terminal uitvoeren:
update-initramfs -uVervolgens een reboot doen.

Zie ook

 https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/135613

Gr,
Jim

Offline joop905

  • Lid
Inlogscherm 800x600, na inloggen 1024x768 :S
« Reactie #2 Gepost op: 2007/12/23, 02:10:49 »
hier kan je het ver andere  /etc/usplash.conf  1024x768
800x600 wat je maar wild
sudo update-initramfs -u -k `uname -r`

geluk er mee.

JimZ

  • Gast
Inlogscherm 800x600, na inloggen 1024x768 :S
« Reactie #3 Gepost op: 2007/12/23, 15:37:01 »
Jawel, maar dat helpt helaas niet als je in plaats van dat splashscreen de bootmeldingen in een fatsoenlijk lettertype te zien wilt krijgen :( .

En ik zie nou eenmaal graag wat er gaande is.

Gr,
Jim

eikelmuis

  • Gast
Inlogscherm 800x600, na inloggen 1024x768 :S
« Reactie #4 Gepost op: 2007/12/24, 11:50:23 »
Ik heb ook zo iets wat voor mij onverklaarbaar is.
Als ik de PC aan zet dan is het maar afwachten wat de resolutie vandaag zal zijn
de resolutie is ingesteld op 1280 x 1024 maar de ene keer is het 1024 x 768 maar en dat kan dagen zo zijn maar hij kan ook 1280 x 1024 zijn bij opstart en ik weet niet waar dat aan kan liggen.
Heeft iemand hier een idee over of een oplossing.

eikelmuis