Δημοσιεύτηκε: 02 Νοέμ 2008, 14:24
από vista killer
Για όσους αντιμετωπίσους προβλήματα με το να σηκώσουν γραφικό περιβάλλων έχει γραφτεί ένα wiki εδώ

https://wiki.ubuntu.com/X/Troubleshooting/Resolution

Σαν πρώτη λύση προτείνετε να μπούμε σε recovery mode και να διαγράψουμε ότι υπάρχει στο /etc/X11/xorg.conf ώστε να σεταριστεί στο επόμενο boot το αρχείο ξανά. Μετά υπάρχουν άλλες δύο λύσεις μια για gnome και μια για kde

Workaround (for GNOME):

* Start up Ubuntu in Recovery Mode and get a root prompt
*

Set GNOME to auto-login, by editing /etc/gdm/gdm.conf and setting AutomaticLoginEnable=true and AutomaticLogin to your preferred user account.
* In your ~/.xprofile add a line to specify a safer resolution:

# Depending on your video card, your output may be
# 'VGA-0', 'VGA0', 'DVI', 'LVDS', etc. instead of 'VGA'
xrandr --output VGA --mode 1024x768

*

You should be able to use System > Preferences > Screen Resolution to fine tune your resolution from here.

Workaround (for KDE):

* Start up Ubuntu in Recovery Mode and get a root prompt
* Hardcode the startup resolution in /etc/kde4/kdm/Xsetup (Change VGA to the proper name of your output, like DVI-1, LVDS, or whatever):

xrandr --output VGA --mode 1024x768

* Modify the mode 1024x768 to your preferred resolution in the above line

There may still be a brief 'out of range' error when the initial wallpaper is shown at full resolution, but then it shifts and login/normal operation follows.