Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[xorg] problema de configuracion [Solucionado]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
torio
Tux's lil' helper
Tux's lil' helper


Joined: 18 Nov 2004
Posts: 107
Location: Planeta Tierra (a veces)

PostPosted: Sat Dec 11, 2004 6:33 pm    Post subject: [xorg] problema de configuracion [Solucionado] Reply with quote

hola tengo el sig problema con xorg (6.8.0 )
la configuracion es correcta etc, la resolucion trabaja bien y no tengo distorsiones en la imagen, salvo, cuando por ej escribo (como ahora) se nota el redraw de la pantalla (creo/supongo), es decir unos flashes muy rapidos (muy molestos y dificiles de describir) que aparecen por ahi..(si no fuera tan rapido ponia un screeenshot)
xorg lo configure con "xorgcfg -textmode" ,
lo raro: haciendo una instalacion GRP desde knoppix no tenia ese problema,
lo triste: como usuario normal la cosa a veces empeora
lo bueno: undefined....

estoy usando:
gentoo 2004.3
instalacion Stage 3 (no grp)
kde 3.3.1
xorg 6.8.0 (r3? si no me equivoco pero era lo mismo con otras)
kernel: gentoo-dev-sources 2.6.9 r9
monitor Philips 107E5 (17")
video: (S3 Trio 3D2X 86c362 usa el driver s3virge por default)

mi xorg.conf es el sig:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
Load "ddc"
Load "GLcore"
Load "freetype"
#Load "xtt"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
Load "speedo"

EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "compaqik18"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0
EndSection

Section "Device"
Identifier "Card0"
Driver "s3virge"
ChipSet "86C362"
Card "s3virge 86C362"
Videoram 8192
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

ideas sugerencias soluciones etc seran gratamente recibidas,
PD: ya busque en la doc de xorg etc pero nada

Salu2
Edit:
El problema, en mi caso, era la resolucion, pero principalmente la profundidad de colores


Last edited by torio on Sun Dec 12, 2004 8:13 pm; edited 4 times in total
Back to top
View user's profile Send private message
luisfeser
Guru
Guru


Joined: 22 May 2004
Posts: 543
Location: /España/Toledo

PostPosted: Sat Dec 11, 2004 7:09 pm    Post subject: Reply with quote

#HorizSync 30.0 - 71.0
#VertRefresh 50.0 - 160.0

esas lineas las tienes comentadas?? descomentalas

Además esa resolucion es demasiado alta para tu monitor. Yo tengo el mismo k tu, pero plano (107T5), y tengo esas frecuencias k tienes tu, pero a una resolucion de 1024x768@85Hz
Otra alternativa es k pongas de resolucion:
1152x864@75Hz

Pero una resolucion más alta k esa, k es la k usas, pues tiene k darte una tasa de refresco muy baja. Por eso es k notas el redraw, y además te tienen k picar los ojos malamente, no?

Yo te aconsejo k pongas 1024x768 ;). Lo verás todo más grande, pero no te dejas los ojos y no notaras lo del redraw.
_________________
AMD Athlon XP-M 2500+ @2200MhHz|1GB DDR @400MHz Dual-Chanel|NVIDIA GeForce4 MX 420|SB Live 5.1|ADSL 512/128 Arsys
gentoo ~x86
Back to top
View user's profile Send private message
torio
Tux's lil' helper
Tux's lil' helper


Joined: 18 Nov 2004
Posts: 107
Location: Planeta Tierra (a veces)

PostPosted: Sat Dec 11, 2004 7:15 pm    Post subject: Reply with quote

perdon las lineas no van comentadas, estaba probando por probar, en 1280x1024 la tasa es de 60 hz, que si bien no es la optima no me molesta (debe ser costumbre)
pero con otras distros (e inclusive con esta ) no habia tenido este problema (ningundo en realidad)
igualmente voy a probar lo que me decis.-
pd: ya edito el post asi nadie se confunde
Back to top
View user's profile Send private message
torio
Tux's lil' helper
Tux's lil' helper


Joined: 18 Nov 2004
Posts: 107
Location: Planeta Tierra (a veces)

PostPosted: Sat Dec 11, 2004 7:34 pm    Post subject: Reply with quote

Ahora es peor, solo tengo abierto el konqueror y no para de "flashear" la pantalla (esta en 1024x768@85Hz)
Gracias por el aporte igualmente.
Back to top
View user's profile Send private message
torio
Tux's lil' helper
Tux's lil' helper


Joined: 18 Nov 2004
Posts: 107
Location: Planeta Tierra (a veces)

PostPosted: Sat Dec 11, 2004 9:25 pm    Post subject: Reply with quote

bien esto es lo que hice me copie el archivo de configuracion que genera knoppix y con sobreescribi el que habia generado yo, ahora todo anda perfecto, en 1024x768@85hz :?: :?: :?:
por las dudas posteo el nuevo xorg.conf, la despues investigo que opcion me estaba trayendo problemas.
Saludos y gracias luisfeser

nuevo xorg.conf

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
InputDevice "USB Mouse" "CorePointer"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"

EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"
Load "ddc" # ddc probing of monitor
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"

EndSection

Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

# Auto-generated by KNOPPIX mkxf86config

Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
VendorName "PHL"
ModelName "PHL000d"
HorizSync 30 - 71 # DDC-probed
VertRefresh 50 - 160 # DDC-probed
# These are the DDC-probed settings reported by your monitor.
# 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
ModeLine "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
# 1152x864, 75.0Hz; hfreq=67.50, vfreq=75.00
ModeLine "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
# 1024x768, 85.0Hz; hfreq=68.68, vfreq=85.00
ModeLine "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
# 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
ModeLine "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
# 1024x768, 70.0Hz; hfreq=56.48, vfreq=70.07
ModeLine "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
# 800x600, 85.0Hz; hfreq=53.67, vfreq=85.06
ModeLine "800x600" 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync
# 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
ModeLine "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
# 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
ModeLine "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
# 640x480, 85.0Hz; hfreq=43.27, vfreq=85.01
ModeLine "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
# 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
ModeLine "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
# 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
ModeLine "640x480" 25.17 640 648 744 784 480 482 484 509 -hsync -vsync
# Extended modelines with GTF timings
# 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
# 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
# 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
# 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
# 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
# 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
# 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
# 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
# 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
# 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
# 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
# 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
# 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
# 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
# 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
# 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
# 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
# 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
# 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
# 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
# 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
EndSection

Section "Device"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option "sw_cursor"
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
Identifier "Card0"
# The following line is auto-generated by KNOPPIX mkxf86config
Driver "s3virge"
VendorName "All"
BoardName "All"
# BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 16
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
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
Back to top
View user's profile Send private message
luisfeser
Guru
Guru


Joined: 22 May 2004
Posts: 543
Location: /España/Toledo

PostPosted: Sat Dec 11, 2004 11:54 pm    Post subject: Reply with quote

Me alegro de k lo hayas solucionado :)

Hay una cosa k kizas puedas cambiar sin problemas, y es k ahora tienes:
DefaultColorDepth 16

Lo suyo seria a una profundidad de 24, prueba a cambiarlo. Y si te da problemas, pues lo dejas a 16 ;)
_________________
AMD Athlon XP-M 2500+ @2200MhHz|1GB DDR @400MHz Dual-Chanel|NVIDIA GeForce4 MX 420|SB Live 5.1|ADSL 512/128 Arsys
gentoo ~x86
Back to top
View user's profile Send private message
torio
Tux's lil' helper
Tux's lil' helper


Joined: 18 Nov 2004
Posts: 107
Location: Planeta Tierra (a veces)

PostPosted: Sun Dec 12, 2004 4:55 am    Post subject: Reply with quote

si revisando despues me di cuenta de eso y probe de cambiar la profundidad a 24bits, desastre marca ACME, aparentemente el problema viene de ahi, porque? ya vendra la iluminacion divina jaja, asi que por el momento con 16 bits me quedo hasta que sepa bien que estoy haciendo, igualmente gracias, para terminar una duda que me queda (soy nuevo en esto asi que ....) como le digo al X el valor de refresh q' quiero o lo determina solo en base al rango y la resolucion? se que desde kde se puede pero me gusta tener las configuraciones de una determinada cosa en un solo lugar Salu2
Back to top
View user's profile Send private message
luisfeser
Guru
Guru


Joined: 22 May 2004
Posts: 543
Location: /España/Toledo

PostPosted: Sun Dec 12, 2004 8:57 am    Post subject: Reply with quote

No te preocupes por eso. Al ponerle las frecuencias de tu monitor ya te coge automaticamente la frecuencia más alta para la resolucion k le des.

Tu tarjeta grafica es un poco vieja, verdad? kizas por eso no te aguante más. O kizas mira en el kernel a ver si hay alguna opcion para ella k no hayas metido.
_________________
AMD Athlon XP-M 2500+ @2200MhHz|1GB DDR @400MHz Dual-Chanel|NVIDIA GeForce4 MX 420|SB Live 5.1|ADSL 512/128 Arsys
gentoo ~x86
Back to top
View user's profile Send private message
torio
Tux's lil' helper
Tux's lil' helper


Joined: 18 Nov 2004
Posts: 107
Location: Planeta Tierra (a veces)

PostPosted: Sun Dec 12, 2004 8:11 pm    Post subject: Reply with quote

bien ahora si me queda mas claro el tema,
la placa no es vieja es arcaica creo que ni el fabricante se acuerda que la hizo jajajaja ,
tengo una ati R 9000 pero no se si pornerla a funcionar me va a llevar muchos dolores d cabeza, por ahora quiero terminar de instalar todo lo que preciso, y despues sigo investigando.-
Gracias Salu2 cva
PD: el problema era 90% al profundidad de colores 24 bits, 10% tasa de refresco baja
probe en 1280x1024 a 16bits y 60hz y casi no hace problemas, pero igual me quedo en 1024x768@85hz que se ve muchisimo mejor... :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum