hallo, ich habe in einem dell laptop eine ati rage mobility 128 verbaut, im prinzip ist es mir egal ob 3d läuft bei der karte, aber grade sind nur auflösungen von 800x600 möglich. ich weiß nicht welcher treiber die karte unterstützt, oder wo man höhere auflösungen in die xorg.conf einträgt, eins von beiden würde reichen. der fglrx treiber funktioniert nicht, damit bootet er nicht, und es werden mir auch keine anderen treiber vom system vorgeschlagen.
nebenbei würde mich auch interessieren, ob es einen unterschied macht (ausser dem zeitaufwand), ob man die 9.04 version direkt von cd installiert, oder von der 8.10 upgradet. das passt hier zwar nicht rein, aber ist auch eigentlich keinen eigenen thread wert.
Linux 15.009 Themen, 106.826 Beiträge
Die Einstellungen für die Auflösung des Monitors werden in der Konfigurationsdatei /etc/X11/xorg.conf vorgenommen.
Ich nutze normalerweise nur NVidia Grafikkarten und NVidia liefert ein Programm NVidia Xserver settings mit.
Du kannst für deine ATI Grafikkarte den originalen ATI Treiber installieren und versuchen mit dem Konfigurationstool von ATI den XServer zu konfigurieren:
http://support.amd.com/de/gpudownload/Pages/index.aspx
Der XServer von http://www.x.org bringt schon einen Treiber mit , aber die Konfiguration kann man bei Debian lenny oder den neuen Ubuntu Versionen nicht mehr mit "dpkg-reconfigure xserver-xorg" machen.
Als Alternative kannst du eine /etc/X11/xorg.conf Datei mit einem Editor anpassen. Wobei du den Treiber und die Monitor Einstellungen genau kennen mußt.
Ich habe diese Datei unter Debian lenny mit "dpkg-reconfigure xserver-xorg" erstellt und sie wurde beim Update auf Debian lenny übernommen. Du kannst sie bestimmt auch für dein Ubuntu nutzen und kannst eventuell noch mal nachfragen.
Beispiel:
cat /etc/X11/xorg.conf
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "3Dfx Interactive, Inc. Voodoo 3"
Driver "tdfx"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "BENQ FP767"
Option "DPMS"
HorizSync 32-83
VertRefresh 57-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "3Dfx Interactive, Inc. Voodoo 3"
Monitor "BENQ FP767"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
