thiarlesmedeiros
usa Ubuntu
Post recolhido
Enviado em 29/02/2008 - 13:01h
Olá, já tive o mesmo problema da resolução com o xorg.conf, o que resolveu foi inserir um Modeline na seção Monitor. Aí vai o meu xorg.conf.
Section "Files"
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"
# 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"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "TouchPad"
Option "SendCoreEvents"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
EndSection
Section "Device"
Identifier "Placa de VÃdeo Genérica"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Monitor Genérico"
Option "DPMS"
ModeLine "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Placa de VÃdeo Genérica"
Monitor "Monitor Genérico"
DefaultDepth 24
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "TouchPad" "CorePointer"
EndSection
Section "DRI"
Mode 0666
EndSection
Foi o que resolveu pra arrumar a resolução da meu monitor widescreen 16:10 de 14.1". Uso Gentoo. Ainda não consegui aceleração 3D, assim que eu souber como posto aqui. Espero ter ajudado.
Abraços, Thiarles Medeiros.
thiarles@riogrande-rs.com.br