Anime i manga en català

Moderadors: Guiru, Maki

 
Kero-beros

Pantalla en negre

dt. 15 maig 2007, 00:49

Wolas ;)
M' explico, el que pasa es que quan estic veient un video, al cap de una estona la pantalla es torna negra, com si saltes el salvapantalles o algu aixi, pq en apretar una tecla es torna a veure.
El cas es que he desactivat (crec, pq soc nou a linux ^^u ) el salvapantalles pero continua passant.
Per si serveix faig servir una ubuntu edgy i veig els videos amb el VLC

Si em puguesiu ajudar

Gracies!!!
 
Avatar de l’usuari
Mad93
Moderadors
Moderadors
Entrades: 5850
Membre des de: dj. 27 nov. 2003, 20:00
Ubicació: Vivint a la universitat ><
Contacta:

dt. 15 maig 2007, 09:22

Segurament no sigui el salvapantalles sino l'estalvi d'energia que fa que cada x minuts que el pc no rebi una senya externa (ratoli, teclat) apagui la pantalla.

Amb gnome no estic gaire familiaritzat de com fer-ho amb el panell de control, però si vas a l'arxiu /etc/X11/xorg.conf hi ha la configuració:

Section "ServerLayout"
  Identifier  [...]
  [...]
  Option  "BlankTime"  "5"  # Blank the screen after 5 minutes (Fake)
  Option  "StandbyTime"  "10"  # Turn off screen after 10 minutes (DPMS)
  Option  "SuspendTime"  "20"  # Full suspend after 20 minutes
  Option  "OffTime"  "30"  # Turn off after half an hour
  [...]
EndSection


Doncs aquests paràmetres o els allargues o comentes, tu mateix ;)
Imatge
Tant avorrit que m'he fet un bloc... un més. Servidor mig online...
 
Kero-beros

dt. 15 maig 2007, 17:23

Merci Mad!!!!!
He editat directament el xorg.conf i he afagit les linies a ma i va de conya

Merci =)
 
Krovikan

dt. 15 maig 2007, 18:07

Jo no tinc aquestes líneas i se m'apaga el monitor al cap d'una estona de no fer-ho servir. I mira que estic fart de remenar el Yast.

El meu xorg.conf:

[hide=Xorg.conf]
Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/local"
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/Type1"
  FontPath     "/usr/share/fonts/URW"
  FontPath     "/usr/share/fonts/Speedo"
  FontPath     "/usr/share/fonts/PEX"
  FontPath     "/usr/share/fonts/cyrillic"
  FontPath     "/usr/share/fonts/latin2/misc:unscaled"
  FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/Type1"
  FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/share/fonts/baekmuk:unscaled"
  FontPath     "/usr/share/fonts/japanese:unscaled"
  FontPath     "/usr/share/fonts/kwintv"
  FontPath     "/usr/share/fonts/truetype"
  FontPath     "/usr/share/fonts/uni:unscaled"
  FontPath     "/usr/share/fonts/CID"
  FontPath     "/usr/share/fonts/ucs/misc:unscaled"
  FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/misc:unscaled"
  FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/Type1"
  FontPath     "/usr/share/fonts/misc/sgi:unscaled"
  FontPath     "/usr/share/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  FontPath     "unix/:7100"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "Module"
  Load         "dbe"
  Load         "type1"
  Load         "freetype"
  Load         "extmod"
  Load         "glx"
  Load         "v4l"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "es"
  Option       "XkbModel" "pc102"
  Option       "XkbRules" "xfree86"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "14"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "Logitech BT Mini-Receiver"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
  Option       "CalcAlgorithm" "XServerPool"
  HorizSync    31-48
  Identifier   "Monitor[0]"
  ModelName    "1024X768@60HZ"
  Option       "DPMS"
  VendorName   "--> VESA"
  VertRefresh  50-60
  UseModes     "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
  Modeline      "1024x768" 62.35 1024 1056 1184 1312 768 772 776 792 -HSync -VSync
EndSection


Section "Device"
  BoardName    "GeForce 6600 GT"
  BusID        "1:0:0"
  Driver       "nvidia"
  Identifier   "Device[0]"
  VendorName   "NVidia"
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1024x768"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1024x768"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1024x768"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1024x768"
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Screen       "Screen[0]"
EndSection


Section "DRI"
    Group      "video"
    Mode       0660
EndSection
[/hide]


Salutacions :adeu:
 
Avatar de l’usuari
Mad93
Moderadors
Moderadors
Entrades: 5850
Membre des de: dj. 27 nov. 2003, 20:00
Ubicació: Vivint a la universitat ><
Contacta:

dc. 16 maig 2007, 12:12

En teoria només es afegir-li les línies que he dit i editar-les a teu gust, per exemple fixar 30 min de minim de la primera opció i allargar la resta tb. A veure si fent això ja ho tens solucionat.
Imatge
Tant avorrit que m'he fet un bloc... un més. Servidor mig online...
 
Kero-beros

dc. 16 maig 2007, 15:59

Mad93 ha escrit:
En teoria només es afegir-li les línies que he dit i editar-les a teu gust, per exemple fixar 30 min de minim de la primera opció i allargar la resta tb. A veure si fent això ja ho tens solucionat.


És el que jo he fet. Les he afagit com a linies a la part de "Server Layout" i he posat que tardes mes temps
 
Krovikan

dj. 17 maig 2007, 16:50

Gràcies. :yeah:

He afegit:

  Option  "BlankTime"  "120"  # Blank the screen after 120 minutes (Fake)
  Option  "StandbyTime"  "180"  # Turn off screen after 180 minutes (DPMS)
  Option  "SuspendTime"  "600"  # Full suspend after 600 minutes
  Option  "OffTime"  "600"  # Turn off after 600 minutes


i els problemes han desaparegut. :jaja:


Salutacions :adeu:

Qui està connectat

Usuaris navegant en aquest fòrum: No hi ha cap usuari registrat i 8 visitants