configurar o xorg config

1. configurar o xorg config

Andre Antonio da Silva Neto
andre_asn

(usa Slackware)

Enviado em 17/03/2009 - 20:36h

Boa noite a todos estou usando o Debian Lenny 5 mas apenas 32 bits, meu micro é um pcamazon
gostaria de saber como descobrir qual a placa de rede pois é integrada a placa mãe.
Ja tentei instalar o 64bits mas apenas fico na resolução 640x480 ai sou forçado a usar o 32bits
Alguem pode me dar uma ajuda?


  


2. Re: configurar o xorg config

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 18/03/2009 - 15:07h

Não entendi o q vc quer... vc quer arrumar a resolução pra 64 bits ou vc quer saber qual é a sua placa d rede? Ou os dois? Bom, se for o caso da placa d rede, pra vc saber qual é, digite como root:

lspci

Vai listar todos os seus periféricos existentes no note. Poste aki se não souber interpretar.


3. Re: configurar o xorg config

Sérgio Abrantes Junior
pelo

(usa Debian)

Enviado em 18/03/2009 - 19:35h

Meu caro,

Em cima do chip da placa de rede que está na placa mâe, há uma nomenclatura que identifica a placa. Você pode pegar e jogar no google para descobrir.

Sérgio Abrantes
[]'s


4. Re: configurar o xorg config

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 18/03/2009 - 20:10h

no terminal digite lspci




5. Re: configurar o xorg config

Andre Antonio da Silva Neto
andre_asn

(usa Slackware)

Enviado em 19/03/2009 - 12:22h

Boa tarde a todos consegui descobri usando a dica do annak1408 :

01:00.0 VGA compatible controller: VIA Technologies, Inc. K8M800/K8N800/K8N800A [S3 UniChrome Pro] (rev 01)

mas continuo com o mesmo problema quando uso o Lenny atualizado do Etch o meu Xorg.conf fica deste modo:

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection

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

Section "Device"
Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Driver "via"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Monitor Genérico"
Option "DPMS"
HorizSync 28-57
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Monitor "Monitor Genérico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1152x768" "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

Ate ai tudo certo mas se coloco o Lenny 64 ou 32 Bits direto do cd quando peço para mudar a configuração me da que não tenho permissão para efetuar as mudanças . mesmo estando como root.




6. Re: configurar o xorg config

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 21/03/2009 - 14:03h

voce quer acertar a placa de video certo??


7. Re: configurar o xorg config

Andre Antonio da Silva Neto
andre_asn

(usa Slackware)

Enviado em 21/03/2009 - 15:33h

Certo anak pois baixei outras distros e tive o memo problema a resolução fica em 480x640 ou serei obrigado a usar versões antigas para poder trabalhar com resoluções maiores.

Ja que o tal do Xorg.config não pode ser acessado...






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts