X11 (xorg.conf)

xorg.conf para Mobo black

Categoria: X11

Software: X11

[ Hits: 4.765 ]

Por: Gilson Júnio Pacheco Silva


Junção do xorg.conf que vem no Mandriva Mini com as opções configuradas pelo Big Linux, resultando num arquivo de configuração funcional para os notebooks tipo Positivo Mobo black, que usam o chipset VIA VX800U (antes você deve instalar uma versão do driver openchrome que esteja funcional).

Com este arquivo e o driver corretamente instalado, conseguimos usar
o Mobo na resolução nativa de 1024x600 (nos Mobo com tela de 7", altere "1024x600" para "800x480") e já ficamos com uma pré-configuração para o segundo monitor (saída VGA).

Aceleração 3D, até esta data, ainda não funciona para esse chipset.

Espero que isso seja útil a vocês. =)


# xorg.conf (X.Org X Window System server configuration file)
#
# 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

#
# Arquivo editado em 19/04/2009, por Gilson Júnio
# Façam bom proveito!
#

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"
   Option      "CorePointer"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"   "/dev/psaux"
   Option      "Protocol"   "auto-dev"
   Option      "HorizEdgeScroll"   "0"
EndSection

Section "Device"
   Identifier   "Configured Video Device"
   Boardname   "OpenChrome"
   Busid      "PCI:0:1:0"
   Driver      "openchrome"
   Screen   0
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
   Vendorname   "Generic"
   Modelname   "Flat Panel 1024x600"
   HorizSync 31.5-55
       VertRefresh 40-70
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
   Defaultcolordepth   16
      
   SubSection "Display"
           Depth 16
           Modes "1024x600"
   EndSubSection
   
   Subsection "Display"
           Depth 24
           Modes "1024x600"
       EndSubsection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen 0 "Default Screen" 0 0
   Inputdevice   "Synaptics Touchpad"
EndSection
Section "Module"
   Load      "glx"
   Load      "GLcore"
   Load      "v4l"
    Load "dbe" # Double-Buffering Extension
       Load "v4l" # Video for Linux
       Load "extmod"
       Load "type1"
       Load "freetype"
EndSection
Section "device" # 
   Identifier   "device1"
   Boardname   "OpenChrome"
   Busid      "PCI:0:1:0"
   Driver      "openchrome"
   Screen   1
EndSection
Section "screen" # 
   Identifier   "screen1"
   Device      "device1"
   Defaultdepth   24
   Monitor      "monitor1"
EndSection
Section "monitor" # 
   Identifier   "monitor1"
   Gamma   1.0
EndSection
Section "ServerFlags"
EndSection
  


Comentários

Nenhum comentário foi encontrado.


Contribuir com comentário

  



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts