WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Da aus bisher unerklärlichen Gründen das Hilfsprogramm “displayconfig-gtk” nicht mehr vorhanden ist und dieses auch bei nachträglicher Installation aus 8.04 nicht funktioniert, ist zurzeit meiner Meinung nach der einfachste Weg, die xorg.conf manuell zu bearbeiten.
Mit dem Tool gtf lässt sich im Ubuntu eine beliebige Modeline erzeugen.
Meine xorg.conf:
# xorg.conf (X.Org 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vboxmouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Boardname "vboxvideo"
Busid "PCI:0:2:0"
Driver "vboxvideo"
Screen 0
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1400x1050"
Horizsync 31.5-65.5
Vertrefresh 56.0 - 65.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1400 1050
Modes "1400x1050@60" "1280x1024@60" "1280x960@60"
"1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "ServerFlags"
EndSection
Section "device" #
Identifier "device1"
Boardname "vboxvideo"
Busid "PCI:0:2:0"
Driver "vboxvideo"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Installation von Ubuntu 8.04 auf Virtueller Maschine mit VirtualBox 21.04.2008 – 16:34 UPDATE für Ubuntu 8.10 [...]
Hi,
danke für den Tip! Funktioniert prima. Wer aber Einstellungen unter “1400 x 1050″ wünscht, muß die Datei anpassen, weil bei mir Ubuntu im “Vollbildmodus” immer auf 1400×1050 umsprang.
MfG
Pedro
Lästig ist dabei, dass man die Modelines generieren muss. Mir ist leider nach wie vor keine bessere Lösung bekannt, als die xorg.conf selbst zu bearbeiten.
Um für andere Auflösungen Modelines zu generieren, gibt es ein Tool: “gtf”, dieses liefert für gegebene breite, höhe und refresh-rate die entsprechende Modeline.
Beispiel für 1024×768, bei 60 Hz:
gtf 1024 768 60
# 1024×768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
Modeline “1024x768_60.00″ 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
Hallo Dominik!
Ich bin absolut neu mit Ubuntu und Linux generell, daher sorry, wenn die Frage blöd ist. ich habe Ubuntu auf einer VirtualBox nicht von einer CD, sondern direkt mit der Einbindung von .iso-Datei installiert und mein Ubuntu-Fenster ist ziemlich klein. Existiert die Datei xorg.conf schon? Wo finde ich die Datei? Wie kann ich sie bearbeiten? Ich habe im Terminal-Fenster gtf 1024 768 60 eingetippt und dann kam eben die Meldung # 1024×768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
Modeline “1024×768_60.00″ 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync. Aber die Bildschirmauflösung kann ich trotzdem nicht verändern. Kannst Du mir weiterhelfen?