PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : aua! meine augen tuen weh!



mirkokoeln
11.03.05, 16:25
hallo,

hab gerade ubuntu installiert. hab auch eigentlich die auflösung 1280*1024 angegeben. jetzt hab ich aber nur 1024*786 und 60 hertz. das nicht sehr angenehm!
unter "computer" --> "systemkonfiguration" --> "Bildschirmauflösung" kann ich nur die auflösungen 640*480, *600*800 und 1024*786 einstellen. und alle nur auf 60 H.
wie kann ich die auflösung 1280*1024 einstellen? und eine höhere hertzzahl?

Mirko

Travolds
11.03.05, 16:37
die auflösung, frequenz und modelines werden über die X Konfiguration eingestellt.

/etc/X11/XF86Config

mfg

mirkokoeln
11.03.05, 16:53
was soll ich denn genau da einstellen??

das steht da drin:


# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "v4l"
Load "vbe"
Load "xtt"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection

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

Section "Device"
Identifier "NVIDIA Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
Driver "nv"
BusID "PCI:2:0:0"
EndSection

Section "Monitor"
Identifier "Standardbildschirm"
HorizSync 28-49
VertRefresh 43-72
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
Monitor "Standardbildschirm"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

realemu
11.03.05, 16:58
Section "Monitor"
Identifier "Standardbildschirm"
HorizSync 28-49
VertRefresh 43-72
Option "DPMS"
EndSection

Da kommen halt die Werte Deines Monitors rein.


Grüße, realemu

mirkokoeln
11.03.05, 17:07
Section "Monitor"
Identifier "Standardbildschirm"
HorizSync 28-49
VertRefresh 43-72
Option "DPMS"
EndSection


Da kommen halt die Werte Deines Monitors rein.


Grüße, realemu

ööh..... ja... kein thema.... oder doch!

was kommt denn darein?? ich möchte eine 1280*1024 auflösung und so ca 80-90 hertz (ich glaub das ist normal, ne?)
hab nen stinknormalen 17' monitor von belinea.

danke euch!


Mirko

realemu
11.03.05, 17:18
Da kommt nicht die Auflösung rein.
Schau mal in Dein Monitorhandbuch, da stehen die Werte für vertikale (VertRefresh) und horizontale Frequenz drin(HorizSync) drin.

Die beiden Bereiche trägst Du dann da ein.


Grüße, realemu

DaGrrr
11.03.05, 17:20
Du sollst diese Werte für deinen Monitor eingeben:


HorizSync 28-49
VertRefresh 43-72

durch die Werte deines Monitors ersetzen!
Diese Werte findest du im Handbuch deines Monitors oder auf der Homepage des Herstellers.

Dann:

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
Monitor "Standardbildschirm"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
[...]
eintragen, in alle nachfolgenden Bereiche auch.

Flying_Eagle
11.03.05, 17:49
alternativ kann man auch den xserver neukonfigurieren:
"# dpkg-reconfigure xserver-xfree86" wäre das bei debian, bei ubuntu sollte es aehnlich sein, wenn du kein xorg installiert hast.

BSM
11.03.05, 19:02
Meine tun auch weh wenn ich diesen Thread lese.

Gruss Robert

f_m
11.03.05, 19:29
Meine tun auch weh wenn ich diesen Thread lese.

Gruss Robert
dann lies doch mal diesen Thread, da werden dir die Augen brennen :D
http://linuxforen.de/forums/showthread.php?t=175817 :ugly:
(es wird übrigens immer besser zum Schluß hin :mad: )

mirkokoeln
12.03.05, 10:09
jaja. ich weiß. ich bin nicht so bewandert in sachen linux. trotzdem kein grund sich drüber lustig zu machen!!!

so. hab auf der homepage (http://www.maxdata.de/application/prodkat/produktkatalog/product.asp?parm01=200&parm02=100&parm03=121721&Register=2) nachgeguckt und hab die werte 30-97 für horizsync und 50-150 für vertrefresh eingetragen.
Außerdem auch noch die auflösung wie vorher gezeigt eingetragen. für alle!!



Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
Monitor "Standardbildschirm"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
[...]

jetzt siehts aber richtig doof aus. ich hab keine leiste mehr und sozusagen 2 bildschirme in einem... das bild wiederholt sich nach 2/3 des monitors!! ist auch nicht besser als vorher.... :o :confused:

f_m
12.03.05, 11:24
jetzt siehts aber richtig doof aus. ich hab keine leiste mehr und sozusagen 2 bildschirme in einem... das bild wiederholt sich nach 2/3 des monitors!! ist auch nicht besser als vorher.... :o :confused:
hast du auch die richtigen Modelines drinnen?
hier meine als Beispiel:


Section "Monitor"
Identifier "Monitor[0]"
ModelName "X7121A"
VendorName "Sun"
DisplaySize 367 276
HorizSync 46-96
VertRefresh 50-160
UseModes "Modes[0]"
EndSection

Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 131.43 1024 1048 1160 1376 768 769 772 805
Modeline "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072
EndSection

was soll eigentlich das "Depth 1" bei dir? Willst du ernsthaft bloß acht Farben? :confused:

Gruß, f_m

mirkokoeln
12.03.05, 22:49
gibts bei ubuntu nicht eine art sax?? ich glaub das war das programm bei suse oder??

Mirko

mirkokoeln
12.03.05, 23:08
ach was solls!!!!

ich deinstallier ubuntu jetzt wieder, bzw. installier suse wieder. damit komm ich wenigstens klar. ich muss erstmal mit den einfach sachen klar kommen bevor ich mich an neues ranwage...
danke für eure hilfe.

mirko