View previous topic :: View next topic |
Author |
Message |
nagel n00b
Joined: 13 Sep 2004 Posts: 21
|
Posted: Sun Sep 26, 2004 1:00 pm Post subject: problem mit der xorg.conf |
|
|
hallo erstmal
ich hab folgendes problem
ich hab ne geforce fx 5600 ultra mit 256 mbram nen V7 n110s monitor der auf 1600x1200 85 Hz schaffen sollte... ich hab schon alles probiert aber ich kann einfach die config so hinbiegen, dass X auch 1200x1600 hat... und wenn ich mit alt+stg+f1 in die konsole wechseln möchte streigt der monitor... was stimmt an meiner cfg net?
Code: | Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "MX700" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerLayout"
# The Identifier line must be present
Identifier "Main Layout"
Screen "Screen0" 0 0
InputDevice "MX700" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/ukr"
EndSection
Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
# Load "speedo"
Load "type1"
Load "freetype"
EndSection
Section "ServerFlags"
Option "blank time" "10" # 10 minutes
Option "standby time" "20"
Option "suspend time" "30"
Option "off time" "60"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "MX700"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "9"
Option "ZAxisMapping" "4 5"
Option "Name" "Logitech MX700"
EndSection
Section "Monitor"
# Video Modes
Identifier "V7 N110S"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 160.0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "DigitalVibrance" # <i>
#Option "NoFlip" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "NoLogo" # [<bool>]
#Option "UBB" # [<bool>]
#Option "Stereo" # <i>
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "VideoKey" # <i>
#Option "NvAGP" # <i>
#Option "IgnoreEDID" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ConnectedMonitor" # <str>
#Option "ConnectedMonitors" # <str>
#Option "TVStandard" # <str>
#Option "TVOutFormat" # <str>
#Option "RenderAccel" # [<bool>]
#Option "CursorShadow" # [<bool>]
#Option "CursorShadowAlpha" # <i>
#Option "CursorShadowXOffset" # <i>
#Option "CursorShadowYOffset" # <i>
#Option "UseEdidFreqs" # [<bool>]
#Option "FlatPanelProperties" # <str>
#Option "TwinView" # [<bool>]
#Option "TwinViewOrientation" # <str>
#Option "SecondMonitorHorizSync" # <str>
#Option "SecondMonitorVertRefresh" # <str>
#Option "MetaModes" # <str>
#Option "UseInt10Module" # [<bool>]
#Option "NoTwinViewXineramaInfo" # [<bool>]
#Option "NoRenderExtension" # [<bool>]
#Option "Overlay" # [<bool>]
#Option "CIOverlay" # [<bool>]
#Option "ForceEmulatedOverlay" # [<bool>]
#Option "TransparentIndex" # <i>
#Option "OverlayDefaultVisual" # [<bool>]
#Option "NvEmulate" # <i>
#Option "NoBandWidthTest" # [<bool>]
#Option "CustomEDID-CRT-0" # <str>
#Option "CustomEDID-CRT-1" # <str>
#Option "CustomEDID-DFP-0" # <str>
#Option "CustomEDID-DFP-1" # <str>
#Option "CustomEDID-TV-0" # <str>
#Option "CustomEDID-TV-1" # <str>
#Option "TVOverScan" # <f>
#Option "IgnoreDisplayDevices" # <str>
#Option "MultisampleCompatibility" # [<bool>]
#Option "RegistryDwords" # <str>
#Option "NoPowerConnectorCheck" # [<bool>]
#Option "AllowDFPStereo" # [<bool>]
#Option "XvMCUsesTextures" # [<bool>]
#Option "HorizSync" # <str>
#Option "VertRefresh" # <str>
Identifier "GeForce FX 5600 Ultra"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV31 [GeForce FX 5600]"
Option "ConnectedMonitor" "crt, tv"
Option "TwinView" "true"
Option "TwinViewOrientation" "Clone"
Option "TVStandard" "PAL-G"
Option "MetaModes" "1600x1200"
Option "RenderAccel" "1"
Option "NvAGP" "3"
BusID "PCI:3:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "GeForce FX 5600 Ultra"
Monitor "V7 N110S"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1600x1200" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200""800x600"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
|
danke für eure hilfe |
|
Back to top |
|
|
HermanR Apprentice
Joined: 08 Jan 2004 Posts: 293 Location: The Netherlands
|
Posted: Sun Sep 26, 2004 8:26 pm Post subject: Re: problem mit der xorg.conf |
|
|
Just noticing some stuff in your configuration file:
(1) do you need two ServerLayout's?
(2) there is a typo in the Screen-line in the first ServerLayout (the '0' between Screen and "Screen0")
(3) the nvidia-driver doesn't need/want the dri-module, maybe others too
(4) did you try running without TwinView?
(5) did you try to remove the "MetaModes"?
(6) shouldn't there be a space, maybe, between the two modes in the Display-subsection for 24 bit-depth?
Good luck! |
|
Back to top |
|
|
Louisdor Veteran
Joined: 14 Dec 2003 Posts: 1231 Location: im Brandenburgischen
|
Posted: Sun Sep 26, 2004 8:59 pm Post subject: |
|
|
Was sagt denn Dein /var/log/Xorg.0.log? _________________ "Ich bin ich." |
|
Back to top |
|
|
nagel n00b
Joined: 13 Sep 2004 Posts: 21
|
Posted: Mon Sep 27, 2004 6:16 pm Post subject: |
|
|
danke für eure hilfen.. habs jetz mal zusammengebracht dass er 1600x1600@ 85 hz läuft =) was muss ich jetz in die xorg einfügen um 1024x786@130 , 800x600 @ 150 und 640x48 @ 160 hz auswählen zu können?
mfg |
|
Back to top |
|
|
/dev/blackhawk Guru
Joined: 12 Feb 2004 Posts: 380 Location: Germany
|
Posted: Mon Sep 27, 2004 8:48 pm Post subject: |
|
|
Erstell dir doch neue 'ModeLines' und trag diese in die 'xorg.conf' Section 'Monitor' ein.
Das ganze geht mit 'gtf', findest Du unter '/usr/X11R6/bin'.
Code: | man gtf
gtf h-resolution v-resolution refresh [-v|--verbose] [-f|--fbmode] [-x|--xf86mode] |
Bei dir also
Code: | # gtf 1024 768 130 -x
# gtf 800 600 150 -x
# gtf 640 480 160 -x |
Die Ausgaben von 'gtf' in die 'xorg.conf' Section 'Monitor' eintragen.
Dann noch unter Section 'Screen' -> 'Display' -> 'Modes'
Code: | Modes "1024x768_130.00" "800x600_150.00" "640x480_160.00" |
+ den Eintrag fuer deine 1600er Auflösung am Anfang.
[Edit:]
Im Prinzip das gleiche, nur halt mit GUI http://www.dkfz-heidelberg.de/spec/linux/modeline/
MFG
/dev/blackhawk _________________ My Work-Station:
AMD AthlonXP 1700+ @ 2450 Mhz
Epox - 8RDA3i
ATI Radeon 9800 XT @ 460 Mhz
Gentoo v.1.4; Kernel 2.6.10 Stage 1 |
|
Back to top |
|
|
mrsteven Veteran
Joined: 04 Jul 2003 Posts: 1938
|
Posted: Tue Sep 28, 2004 11:55 am Post subject: |
|
|
nagel wrote: | danke für eure hilfen.. habs jetz mal zusammengebracht dass er 1600x1600@ 85 hz läuft =) was muss ich jetz in die xorg einfügen um 1024x786@130 , 800x600 @ 150 und 640x48 @ 160 hz auswählen zu können?
mfg |
Du willst im laufenden Betrieb die Auflösung ändern? Das geht am Besten mit der RandR-Extension. Siehe "man randr". Ich weiß allerdings nicht, ob diese X-Erweiterung von deinem Treiber unterstützt wird, wenn ja, müsste sie eigentlich standardmäßig aktiviert sein.
Ansonsten kannst du auch die altbekannte Tastenkombination <Strg>+<Alt>+<+> bzw. <-> nehmen, allerdings schaltet er bei mir dann immer den virtuellen Desktop ein, d.h. der Desktop scrollt. _________________ Unix philosophy: "Do one thing and do it well."
systemd: "Do everything and do it wrong." |
|
Back to top |
|
|
|