Via/S3 Unichrome Pro IGP [RESOLVIDO]

1. Via/S3 Unichrome Pro IGP [RESOLVIDO]

Gilmar
KGS

(usa OpenSuSE)

Enviado em 26/12/2008 - 11:17h

Tenho debian testing Lenny
minha placa de video eh via s3 unichrome pro igp eh ela so fica na resoluçao 800x600 e 640x480.
como deixar na resoluçao 1024x768?

meu xorg.conf:

# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection


  


2. MELHOR RESPOSTA

Ricardo Libanio
riesdra

(usa Debian)

Enviado em 27/12/2008 - 11:56h

testa este aqui ai;

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Files"

# path to defoma fonts
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"
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 "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection

Section "Device"
Identifier "Via/S3 Unichrome Pro IGP"
Driver "vesa"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Via/S3 Unichrome Pro IGP"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection



3. troca a sessão screen com isso

José Lucas Ferreira
JoseLucas

(usa Ubuntu)

Enviado em 26/12/2008 - 16:21h

####################
Section "Screen"
Identifier "Default Screen"
Device "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Monitor "Generic Monitor"
DefaultDepth 24
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
EndSection
###########################

não esqueça de antes fazer um backup do xorg.conf pra caso seja necessário restaurar ele.

[]'s


4. Re: Via/S3 Unichrome Pro IGP [RESOLVIDO]

Gilmar
KGS

(usa OpenSuSE)

Enviado em 26/12/2008 - 22:19h

Vlw pela ajuda
mas fiz oq vc dise e naum deu boa...

oq eu faso agora??

vlw


5. Re: Via/S3 Unichrome Pro IGP [RESOLVIDO]

Diego Henrique
kamiu

(usa Debian)

Enviado em 27/12/2008 - 03:53h

Dá uma olhada nesse link:

http://www.viaarena.com/default.aspx?PageID=2&OSID=25&CatID=2580

Verifique qual o driver que lhe serve, ai basta você compilar e instalar...

Att,


6. Re: Via/S3 Unichrome Pro IGP [RESOLVIDO]

Gilmar
KGS

(usa OpenSuSE)

Enviado em 27/12/2008 - 13:59h

Valeu galera deu certo agora!
ajudaram bastante

vlw


7. Re: Via/S3 Unichrome Pro IGP [RESOLVIDO]

Sadjow Medeiros Leão
sadjow

(usa Ubuntu)

Enviado em 24/03/2009 - 20:25h

Pode me dizer como deu certo ?
estou com o mesmo problema só que, com o ubuntu 8.10

Não está pegando os efeitos, e acho que é o xorg.conf


8. Como resolveu?

Cristiano Miranda
alcarrolikis

(usa Debian)

Enviado em 10/09/2009 - 19:58h

No link informado ( http://www.viaarena.com/default.aspx?PageID=2&OSID=25&CatID=2580 ) não encontro nada sobre o assunto.

Estou passando pelo mesmo problema.

Debian Lenny e VIA Technologies, Inc. CN700/P4M800 Pro/P4M800 CE/VN800 [S3 UniChrome Pro] (rev 01).

Podem passar os detalhes do que foi feito aqui, por favor?

Vlw!



9. Re: Via/S3 Unichrome Pro IGP [RESOLVIDO]

Gilmar
KGS

(usa OpenSuSE)

Enviado em 22/09/2009 - 11:56h

DEIXE O SEU XORG ASSIM


DIGITE NO CONSOLE:


sudo vim /etc/X11/xorg.conf



Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/etc/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "extmod"
Load "dbe"
Load "dri"
Load "GLcore"
Load "glx"
Load "record"
Load "xtrap"
EndSection

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

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
Identifier "Card0"
Driver "vesa"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Modes "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Modes "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Modes "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Modes "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Modes "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Modes "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 24
EndSubSection
EndSection






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts