probleme de resolution au reboot [1280*800]
Michel De Gouveia
afmdg at yahoo.fr
Lun 20 Déc 13:42:05 UTC 2004
Pour le problème de 1280*800 avec driver nvidia sur portable, sur
debian-laptop, quelqu'un a mis son XF86Config-4 pour un modèle Toshiba.
Voila le contenu, en espérant cela puisse aider ceux qui avaient un
problème. Il y a même la configuration du twinview.
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
# Comment out some modules - functionality is provided by nvidia
Section "Module"
# Load "GLcore"
Load "synaptics"
Load "bitmap"
Load "dbe"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
# These parameters obtained from a mailing list post somewhere...
Section "InputDevice"
Identifier "Alps Touchpad"
Driver "synaptics"
Option "CorePointer"
Option "Device" "/dev/input/event1"
Option "Protocol" "event"
Option "LeftEdge" "60"
Option "RightEdge" "830"
Option "TopEdge" "70"
Option "BottomEdge" "650"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "50"
Option "HorizScrollDelta" "50"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "0.5"
Option "AccelFactor" "0.01"
Option "EdgeMotionSpeed" "40"
Option "UpDownScrolling" "1"
Option "TouchpadOff" "0"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
# This section is only used for non-twinview layout
Section "Modes"
# Here is the optimal mode: 1280x800 @ 60.0Hz
Identifier "16:10"
# 1280x800 @ 60.00Hz (GTF) hsync: 49.68kHz; pclk: 83.46MHz
ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828
EndSection
# Twinview setup
# The external monitor is configured to pan to the full resolution of
# the internal LCD.
Section "Device"
Identifier "NVidia GeForce4 420 Go 32M Twin"
Driver "nvidia"
Option "NvAgp" "3"
Option "NoLogo" "0"
Option "UseEdidFreqs" "1"
Option "FlatPanelProperties" "Scaling = aspect-scaled"
Option "ConnectedMonitor" "CRT,CRT"
Option "IgnoreDisplayDevices" "TV"
Option "TwinView" "1"
Option "TwinViewOrientation" "RightOf"
Option "SecondMonitorHorizSync" "30-90"
Option "SecondMonitorVertRefresh" "50-75"
Option "MetaModes" "1280x800,1024x768"
EndSection
# Non-twinview setup
Section "Device"
Identifier "NVidia GeForce4 420 Go 32M"
Driver "nvidia"
Option "NvAgp" "3"
Option "NoLogo" "0"
Option "UseEdidFreqs" "1"
Option "FlatPanelProperties" "Scaling = aspect-scaled"
EndSection
# This monitor is only needed in the non-twinview setup
Section "Monitor"
Identifier "WXGA LCD"
UseModes "16:10"
HorizSync 30-90
VertRefresh 50-75
Option "UseEdidFreqs" "1"
Option "FlatPanelProperties" "Scaling = aspect-scaled"
EndSection
Section "Screen"
Identifier "External Screen"
Device "NVidia GeForce4 420 Go 32M Twin"
Monitor "WXGA LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
Virtual 1280 800
EndSubSection
EndSection
# This screen is only used in the non-twinview layout
Section "Screen"
Identifier "WXGA Screen"
Device "NVidia GeForce4 420 Go 32M"
Monitor "WXGA LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
Virtual 1280 800
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "WXGA Screen"
InputDevice "Generic Keyboard"
InputDevice "Alps Touchpad"
InputDevice "USB Mouse"
EndSection
Section "ServerLayout"
Identifier "twinview"
Screen "External Screen"
InputDevice "Generic Keyboard"
InputDevice "Alps Touchpad"
InputDevice "USB Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Plus d'informations sur la liste de diffusion ubuntu-fr