[Ubuntu] Einstellungen werden nicht gespeichert

krizzelfix

Commander
Registriert
Sep. 2005
Beiträge
2.626
Hallo User,

seit dem ich mir die Ati treiber installiert habe, kann ich logischerweise auch höhere Hz-zahlen auswählen. Leider sieht es total beschissen aus wenn ich meinen TFT mit 75Hz laufen lasse.
Und mein problem ist nun das er immer automatisch nach dem starten die 75Hz nimmt und nicht die eingestellten 60Hz.

Und mein zweites Problem ist das die Einstellung für mein Sound nicht gespeichert werden. Nach jeden ersten Systemstart in die Soundeinstellungen und meine PCI karte auswählen und Neustarten.

Wie kann ich das Problem lösen?

MFG

tewes
 
Hi

Ich würde sagen DVI-Kabel nutzen anstatt D-Sub und im BIOS die Onboard-Karte ausschalten bzw. auf PCI setzen.

Beides jetzt geraten, aber DVI benutzt glaub ich immer 60Hz (?) deshalb die Vermutung mit D-Sub :)


mfg
aki
 
Thx für deine Antwort.

Mit der Soundkarte hast schonmal funktioniert.
Kabel kann ich erst morgen wieder kaufeb ;)

MFG

tewes
 
Hallo!

Es sollte doch möglich sein, die 60 Hz einzustellen. Poste bitte mal die xorg.conf, da muss das irgedwie gehen.

Das mit dem DVI-Kabel hört sich logisch an. Aber vielleicht gehts auch ohne geld auszugeben. einen versuch wärs wert ;)

MfG
 
Hallo #>dispera2.,

Ich kann auch 60Hz einstellen, aber die werden nicht gespeichert. D.H. nur bis ein neustart des Systems machen.

Und ich hatte sowieso seit langem vor mir ein neues Kabel zu holen ;)

MFG

tewes
 
ich würde aber trotzdem mal deine x.org-config sehen. da sind alle einstellungen gespeichert und kann dort auch geändert und mit einen festen wert versehen werden.


MfG
Rolf
 
k werde Sie wenn ich wieder zu hause bin posten...

/edit:
Hier meine xorg.config
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbOptions" "lv3:ralt_switch"
Option "XkbVariant" "ro"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. ATI Default Card"
Driver "fglrx"
BusID "PCI:7:0:0"
EndSection

Section "Monitor"
Identifier "B101925"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card"
Monitor "B101925"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Disable"
EndSection

Section "ServerFlags"
Option "AIGLX" "off"
EndSection
 
Zuletzt bearbeitet:
Hallo noriX,

danke für deine Antwort.

Muss ich denn die Option VertRefresh 50-160 eintragen?
Oder reicht das wenn ich nur HorizSync auf 60 stelle?

MFG

tewes
 
Das sind nur Beispielwerte. Du musst die passenden Werte für deinen Monitor einsetzen.
B 101925 oder? Irgendwie find ich dafür keine Frequenzbereiche, nur die jeweiligen Maximalwerte. Komisch. Schau mal ins Handbuch falls vorhanden.


*edit*
ah jetzt
Horizontalfrequenz: max 31 - 83 kHz Vertikalfrequenz max 56 - 75 Hz

Angaben ohne Gewähr :)
 
Zuletzt bearbeitet:
So hab nun endlich geschafft mir eine DVI Kabel zu holen und jetzt siehts auch mit 75Hz gut aus:D

Danke an alle.

MFG

tewes
 
Zurück
Oben