URL: https://www.overclockers.at/windows/grafischer_modus_bei_redhat_62299/page_1 - zur Vollversion wechseln!
Also i hab a kleines Problemchen. Immer wenn i 'startx' eingebe, dann komm ich zwar in den grafischen Modus, aber leider nicht in der gewünschten Auflösung (gewünscht 1024*768 // bekomm 512*320 - wobei das bild sehr gezerrt und gestretcht ist, sodass i nur die haelfte seh)
hab dann mal mit 'xf86config' probiert, die grafik umzustellen, sodass er dann beim start in 1024*768 (bzw. 800*600 genügt auch) automatisch wechselt/startet.
die Konfiguration wurde erfolgreich abgeschlossen, aber sobald ich den grafischen Modus starte, bekomm ich immer wieder das selbe, gestretchte Bild

edit: graka = ATI Rage Pro 4MB (1024*768 gehn damit locker - habs unter windows auch gschafft)
hm...
ich glaub das kann mit deiner Grafikkarte zusammenhängen...
schau amal da nach ob´s dabei is:
http://hardwaredb.suse.de/
und post amal welche grafikkarte du hast. (bei mir hat´s mit einer Kyro II immer probs gegeben
)
strg+alt+"+" (am numpad drücken)
sollte die auflösung wechseln
ansonst das xf86 config file editieren und den gewünschten modus auswählen.
ich bin sowieso der meinung dass eine manuelle config besser ist wenn auch nicht ganz einfach am anfang
Vielleicht hast du eingestellt, dass der Extended Desktop aktiviert ist (bin mir nicht sicher, ob das so heißt). Damit kannst du indem du mit der Maus an den Bildschirmrand fährst, das Bild verschieben.
Die "Verzerrtheit" könnte von dem kommen.
Zitat von xdfkstrg+alt+"+" (am numpad drücken)
sollte die auflösung wechseln
ansonst das xf86 config file editieren und den gewünschten modus auswählen.
ich bin sowieso der meinung dass eine manuelle config besser ist wenn auch nicht ganz einfach am anfang

Welche version von XFree86 bzw. RedHat hast du?
redhat 7.3
'The XF86Config file usually resides in /usr/X11R6/etc/X11 or /etc/X11. A sample XF86Config file is supplied with XFree86; it is configured for a standard VGA card and monitor with 640x480 resolution. This program will ask for a pathname when it is ready to write the file.'
frage: wenn ich nun die config abschliesse, und er nach nem pfad fragt, muss ich den pfad '/usr/X11R6/etc/X11' oder '/etc/X11' angeben?
weil am ende fragt er, ob er es in /etc/X11/xf86config speichern soll .... da kann ich nur ja oder nein antworten.
/etc/X11/XF86Config
Die groß/kleinschreibung muss korrekt sein (wie oben)
Soviel ich mich erinnern kann wird bei Red Hat 7.3 die Konfiguration normalerweise in /etc/X11/XF86Config-4 gespeichert. Erst ab Red Hat 8.0 hat sich das geändert.
hier is die xf86config-4 veranschaulicht 
[quote]
# File generated by anaconda.
Section "ServerLayout"
Identifier "Anaconda Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
RgbPath "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:7100"
EndSection
Section "Module"
Load "GLcore"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "dri"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
# Option "AutoRepeat" "500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Option "Protocol" "Xqueue"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:nocaps"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "basic"
#Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5
VertRefresh 50-61
Option "dpms"
# -- 1400x1050 --
# 1400x1050 @ 60Hz, 65.8 kHz hsync
Modeline "1400x1050" 129 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 70Hz, 76.8 kHz hsync
Modeline "1400x1050" 151 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 75Hz, 82.3 kHz hsync
Modeline "1400x1050" 162 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 85Hz, 93.2 kHz hsync
Modeline "1400x1050" 184 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
EndSection
Section "Device"
# no known options
Identifier "Unsupported VGA compatible"
Driver "vga"
VendorName "Unsupported VGA compatible"
BoardName "Unsupported VGA compatible"
#BusID
EndSection
Section "Screen"
Identifier "Screen0"
Device "Unsupported VGA compatible"
Monitor "Monitor0"
DefaultDepth 8
Subsection "Display"
Depth 8
Modes "640x480"
EndSubsection
EndSection
Section "DRI"
Mode 0666
EndSection
[/QUOTE]
1.)
ZitatSection "Device"
# no known options
Identifier "Unsupported VGA compatible"
Driver "vga"
VendorName "Unsupported VGA compatible"
BoardName "Unsupported VGA compatible"

ZitatSection "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5
VertRefresh 50-61
Option "dpms"
ZitatSubsection "Display"
Depth 8
Modes "640x480"
EndSubsection

naja ... net wirklich ... is mein erstes mal *rotwerd* 
aber jeder faengt mal klein an
naja, nachdem i des gmacht hab, wie u es mir graten hast, kommt immer a fatal error
Anbei hab i den log dazuglegt zur veranschaulichung
steht doch eh drin, wo's eam aufboscht ..
ATI(0): No Display subsection in Screen section "Screen0" for depth/fbbpp 8/8^M
vermutlich steht bei DefaultDisplayDepth noch des 8 drin und du hast in der subsection Display keine 8bit modes mehr drin.
änder DefaultDisplayDepth auf den wert, denst in der display section hast und probier nomoi
WOW
danke
besten dank
es funktioniert
overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025