Helligkeit des Bildschirms

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
 
Hast du evtl. im OS per Software irgendwas in Richtung Helligkeit nachgestellt? Oder wann genau wird der Screen dann plötzlich heller?
 
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.
 
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
 
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.
 
Zurück
Oben