Hackerboard Wiki HaboBlog
Hackerboard bei Facebook Hackerboard bei Google+ Hackerboard bei Twitter

[HaBo]

 
Hardware Probleme Hardware, Probleme, Fehler & Lösungen.

Helligkeit des Bildschirms

Diskussion: Helligkeit des Bildschirms im Forum Hardware Probleme, in der Kategorie PC Foren; Anzeige Hi, bin mir nicht ganz sicher in welches Forum das gehört, eben weil ich nicht weiß woran es liegt. ...

Antwort
Alt 28.03.06, 08:24   #1 (permalink)
Senior Member
 
Registriert seit: 26.03.06
Serow Leistung: 8086
Likes: 16
Standard Helligkeit des Bildschirms

Anzeige

Hi,
bin mir nicht ganz sicher in welches Forum das gehört, eben weil ich nicht weiß woran es liegt. Wenn ich meinen Laptop starte ist der Bildschirm relativ dunkel und ich kann mit Fn+Pfeiltaste die Helligkeit verstellen. Nach ein paar Sekunden flackert der Bildschirm kurzt und ändern seine Helligkeit aufs Maximum, welches ich dann auch nicht mehr verstellen kann.
Hat jemand ne Idee?

Laptop: Dell Inspiron 6000
GraKa: ATI Radeon X300

thx
Serow

Serow ist offline   Mit Zitat antworten
Alt 28.03.06, 08:49   #2 (permalink)
Senior Member
 
Registriert seit: 21.01.04
Voodoo Leistung: Facit NTK
Likes: 0
Standard

Hast du evtl. im OS per Software irgendwas in Richtung Helligkeit nachgestellt? Oder wann genau wird der Screen dann plötzlich heller?
Voodoo ist offline   Mit Zitat antworten
   
HaBOT
 
- Anzeige -

Werbung ist gerade online    
Alt 28.03.06, 11:19   #3 (permalink)
 
Registriert seit: 20.01.04
ntoythi Leistung: Facit NTK
Likes: 0
Standard

Hi,

ich besitze genau denselben Laptop&GraKa, hatte aber dieses Problem noch nie. Da bleibt eigentlich nur entweder ein Hardware-Defekt oder ein Tool, welches die Helligkeit softwaremäßig einstellt.
ntoythi ist offline   Mit Zitat antworten
Alt 28.03.06, 16:31   #4 (permalink)
Senior Member
Themenstarter
 
Registriert seit: 26.03.06
Serow Leistung: 8086
Likes: 16
Standard

Wann genau? Ist etwas schwierig zu sagen. Ich weiß nicht genau ob das auf passieren würde, wenn ich mich nicht einlogge. Aber nach dem Einloggen etwa 10 bis 15 Sek. bis der Bildschirm heller wird.
Achja, ich hatte es nicht erwähnt aber das Forum zeigt glaube ich automatisch mein favorisiertes OS an: Ubuntu Breezy Badger.

Ich wüsste garnicht wo man softwaremäßig die Helligkeit ändern könnte. Ich kann ja mal meine xorg.conf posten:
Code:
Section "ServerLayout"

# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
	Identifier     "Server Layout"
	Screen         "Screen0" 0 0
	InputDevice    "Mouse1" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
        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/CID"
        FontPath     "/usr/share/X11/fonts/100dpi"
        FontPath     "/usr/share/X11/fonts/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load  "dbe"  	# Double buffer extension
        Load  "GLcore"
        Load  "bitmap"
        Load  "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "freetype"
        Load  "glx"
        Load  "int10"
        Load  "type1"
        Load  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Keyboard1"
	Driver      "kbd"
	Option	    "AutoRepeat" "500 30"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc102"
	Option	    "XkbLayout" "de"
EndSection

Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option	    "Protocol" "GlidePointPS/2"
	Option	    "Device" "/dev/input/mice"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
EndSection



Section "Device"

# ### generic DRI settings ###
	Identifier  "ATI Graphics Adapter"
	Driver      "fglrx"
	Option	    "no_accel" "no"
	Option	    "no_dri" "no"
# === misc DRI settings ===
	Option	    "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
	Option	    "DesktopSetup" "Single"
	Option	    "ScreenOverlap" "0"
	Option	    "GammaCorrectionI" "0x06419064"
	Option	    "GammaCorrectionII" "0x06419064"
# === OpenGL specific profiles/settings ===
	Option	    "Capabilities" "0x00000000"
	Option	    "CapabilitiesEx" "0x00000000"
# === Video Overlay for the Xv extension ===
	Option	    "VideoOverlay" "on"
# === OpenGL Overlay ===
	Option	    "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
	Option	    "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
	Option	    "PseudoColorVisuals" "off"
# === QBS Management ===
	Option	    "Stereo" "off"
	Option	    "StereoSyncEnable" "1"
# === FSAA Management ===
	Option	    "FSAAEnable" "no"
	Option	    "FSAAScale" "1"
	Option	    "FSAADisableGamma" "no"
	Option	    "FSAACustomizeMSPos" "no"
	Option	    "FSAAMSPosX0" "0.000000"
	Option	    "FSAAMSPosY0" "0.000000"
	Option	    "FSAAMSPosX1" "0.000000"
	Option	    "FSAAMSPosY1" "0.000000"
	Option	    "FSAAMSPosX2" "0.000000"
	Option	    "FSAAMSPosY2" "0.000000"
	Option	    "FSAAMSPosX3" "0.000000"
	Option	    "FSAAMSPosY3" "0.000000"
	Option	    "FSAAMSPosX4" "0.000000"
	Option	    "FSAAMSPosY4" "0.000000"
	Option	    "FSAAMSPosX5" "0.000000"
	Option	    "FSAAMSPosY5" "0.000000"
# === Misc Options ===
	Option	    "UseFastTLS" "0"
	Option	    "BlockSignalsOnLock" "on"
	Option	    "UseInternalAGPGART" "yes"
	Option	    "ForceGenericCPU" "no"
	Option	    "PowerState" "1"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	#Option "backingstore"
	Identifier "Screen0"
	Device     "ATI Graphics Adapter"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
	# initial origin if mode is smaller than desktop
		Viewport   0 0
		Depth     24
		Modes    "1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection
Die .conf hat aticonfig erstellt. Ich habe irgendwo gelesen, dass man die doppelten Einträge rausnehmen soll, ich habe also einiges gelöscht aber das mit der Helligkeit war auch schon vorher da.

mfg
Serow
Serow ist offline   Mit Zitat antworten
Alt 29.03.06, 10:16   #5 (permalink)
 
Registriert seit: 05.02.04
turrican75 Leistung: Facit NTK
Likes: 0
Standard

Dafür kommt meiner Meinung nach nur ein Hardwaredefekt in Frage.

Die Backlightröhren in einem LCD haben nicht sofort nach dem Einschalten ihre volle Helligkeit. Dies braucht immer ein wenig. Warum diese dann auf volle Helligkeit gehen, kann ich nicht erklären. Eine Ursache könnte ein defekter Inverter sein, der die Zündspannung für die Röhren bereitstellt.

Wenn du noch Garantie hast, sende es zur Reparatur ein. An der Software wird es wohl meiner Meinung nach nicht liegen.
turrican75 ist offline   Mit Zitat antworten
Alt 29.03.06, 11:02   #6 (permalink)
Senior Member
Themenstarter
 
Registriert seit: 26.03.06
Serow Leistung: 8086
Likes: 16
Standard

Ja danke, das werde ich tun.

thx
Serow
Serow ist offline   Mit Zitat antworten
Antwort
   
- Anzeige -

Werbung ist gerade online    

[HaBo] » PC Foren » Hardware Probleme » Helligkeit des Bildschirms
Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks sind aus
Pingbacks sind aus
Refbacks sind aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
aktuelle Display Helligkeit auslesen Serow Linux/UNIX 2 12.07.08 12:40
Problem mit Helligkeit unter winXP RedEagle (Web-) Design und webbasierte Sprachen 5 30.10.07 20:05
Software zum Bildschirm Helligkeit erhöhen D34d-3y3 Downloads 3 28.06.05 08:34
Helligkeit eines Teilbildes in VB auslesen SPaRXLi Code Kitchen 1 10.06.02 15:28


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61