#1 Le 09/06/2007, à 22:29
- vitha
N'arrive pas a enregistrer config XVIDTUNE
bonjour,
J'ai reussi a corrigé mon probleme d'ecran coupé sur le bord grace a xvidtune.Mais je n'arrive pas a enrigstrer les parametres grace aux modelines car lorsque je le met dans le xorg.conf le serveur x ne reboot plus.
Que faire??
Merci d'avance.
Hors ligne
#2 Le 10/06/2007, à 11:27
- Didier31
Re : N'arrive pas a enregistrer config XVIDTUNE
Même problème que toi sauf que avec ou sans les modeline la bande subsiste...
Tu peux poster le contenu de ton xorg.conf ?
Hors ligne
#3 Le 10/06/2007, à 11:40
- vitha
Re : N'arrive pas a enregistrer config XVIDTUNE
Bien sur le voici:
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" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
Option "XkbOptions" "lv3:ralt_switch"
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 "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies Inc Rage 128 RL/VR AGP"
Driver "ati"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "iMac"
Option "DPMS"
HorizSync 58-62
VertRefresh 75-117
ModeLine "1024x768" 78.75 1024 1040 1136 1356 768 769 772 804 +hsync +vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Rage 128 RL/VR AGP"
Monitor "iMac"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "943x689" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "943x689" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "943x689" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "943x689" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "943x689" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "943x689" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
En esperant t'aider (ainsi que moi meme puisque nous avons le meme probleme:D)
vitha.
Hors ligne