"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

grafischer modus bei redhat?

Troy 10.01.2003 - 08:42 591 14
Posts

Troy

amateur
Avatar
Registered: Feb 2002
Location: Wien
Posts: 4393
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 :( :mad: :confused:

edit: graka = ATI Rage Pro 4MB (1024*768 gehn damit locker - habs unter windows auch gschafft)
Bearbeitet von Troy am 17.08.2003, 03:37

Brunnman

Addicted
Registered: Jul 2002
Location: Wien
Posts: 583
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:()

xdfk

pädagogisch wertvoll
Avatar
Registered: Sep 2000
Location: Graz
Posts: 6441
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

Obermotz

Fünfzylindernazi
Avatar
Registered: Nov 2002
Location: OÖ/RI
Posts: 5262
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.

Troy

amateur
Avatar
Registered: Feb 2002
Location: Wien
Posts: 4393
Zitat von xdfk
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

funzt irgendwie nicht :(

Obermotz

Fünfzylindernazi
Avatar
Registered: Nov 2002
Location: OÖ/RI
Posts: 5262
Welche version von XFree86 bzw. RedHat hast du?

Troy

amateur
Avatar
Registered: Feb 2002
Location: Wien
Posts: 4393
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.

Obermotz

Fünfzylindernazi
Avatar
Registered: Nov 2002
Location: OÖ/RI
Posts: 5262
/etc/X11/XF86Config

Die groß/kleinschreibung muss korrekt sein (wie oben)

Philipp

Here to stay
Registered: Jul 2001
Location: Wien
Posts: 1922
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.

Troy

amateur
Avatar
Registered: Feb 2002
Location: Wien
Posts: 4393
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]

Redphex

Legend
RabbitOfNegativeEuphoria
Avatar
Registered: Mar 2000
Location: Kadaverstern
Posts: 11812
1.)
Zitat
Section "Device"
# no known options
Identifier "Unsupported VGA compatible"
Driver "vga"
VendorName "Unsupported VGA compatible"
BoardName "Unsupported VGA compatible"

Driver "vga" -> nix gut :)
wennst a Ati Rage Pro hast, solltest den ati-xserver installiert haben
(in /usr/X11/libs/modules/drivers sollt ein ati_drv.o sein)

also "vga" ersetzen durch "ati"

2.) Modelines raushaun

3.)
Zitat
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5
VertRefresh 50-61
Option "dpms"

die richtigen werte für deinen Monitor eintragen bei HorizSync und VertRefresh

4.)
Zitat
Subsection "Display"
Depth 8
Modes "640x480"
EndSubsection

füg hinter "640x480" noch weitere auflösungen hinzu bzw ersetz durch "1024x768" wennst nur des verwenden willst.
änder die Depth auf 16 oder 24 bit wennst mehr als 256 farben willst.


schaut mir sehr nach dem default config file aus. hast du eigentlich _überhaupt_ irgendwas scho versucht zu konfiguriern? :confused:

Troy

amateur
Avatar
Registered: Feb 2002
Location: Wien
Posts: 4393
naja ... net wirklich ... is mein erstes mal *rotwerd* :eek:

aber jeder faengt mal klein an

Troy

amateur
Avatar
Registered: Feb 2002
Location: Wien
Posts: 4393
naja, nachdem i des gmacht hab, wie u es mir graten hast, kommt immer a fatal error :confused: :confused:

Anbei hab i den log dazuglegt zur veranschaulichung
xfree86_log_22029.txt (downloaded 49x)

Redphex

Legend
RabbitOfNegativeEuphoria
Avatar
Registered: Mar 2000
Location: Kadaverstern
Posts: 11812
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

Troy

amateur
Avatar
Registered: Feb 2002
Location: Wien
Posts: 4393
WOW
danke
besten dank
es funktioniert
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz