Hallo,
ich habe ein großes Problem mit meinem xorg.conf. Ich schaffe es nicht meine Grafikkarte mit passenden Treiber und den Bildschirm mit einer Auflösung von 1680x1050 einzubinden in die xorg.conf Datei. (Momentan läuft Kubuntu ohne xorg.conf /ganz schlecht) Könnt ihr mir Vorschläge nennen, wie ich das hin bekomme?
Ich habe schon versucht ein xorg.conf zu erstellen (wie es sein sollte) aber der KDE startet einfach nicht mit den Einstellungen. Hier der xorg.conf mit meinen Einstellungen:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# sudo dpkg-reconfigure -phigh xserver-xorg
#
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbOptions" "lv3:ralt_switch"
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 "Device"
Identifier "ATI Radeon HD 2600 Pro"
Driver "radeonhd"
BusID "PCI:1:0:0"
VideoRam 512
EndSection
Section "Monitor"
Identifier "Hanns-G HG216D"
HorizSync 40-70
VertRefresh 50-80
DisplaySize 203 152
Gamma 2.2
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Modeline "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 +hsync +vsync
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "ATI Radeon HD 2600 Pro"
Monitor "Hanns-G HG216D"
DefaultDepth 24
SubSection "Display"
Depth 24
ViewPort 0 0
Modes "1680x1050@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "aticonfig-Screen[0]"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection

2004 – 2017 ubuntuusers.de • Einige Rechte vorbehalten
