Pages : 1
#1 Le 08/10/2005, à 17:32
- effraie
xorg & sortie vga
Bonjour
J'ai un Ibook G4 sous ubuntu (5.10)
jai aussi un ecran vga, et la l'occasion un video projecteur avec une connectique vga
je voudrais obtenir une image sur cet ecran, et sur ce projo.
a l'heure actuelle, je n'obtiens qu'un ecran gris.
sous osx, sans réglages particulier, j'ai la même image sur l'ecran vga que sur celui du ibook. je voudrais obtenir le même résultat.
voila mon xorg.conf:
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorgSection "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSectionSection "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:lwin_switch"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSectionSection "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility 9000 M9+ (RV250)"
Driver "ati"
BusID "PCI:0:16:0"
Option "UseFBDev" "true"
EndSectionSection "Monitor"
Identifier "COLOR LCD"
Option "DPMS"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility 9000 M9+ (RV250)"
Monitor "COLOR LCD"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSectionSection "DRI"
Mode 0666
EndSection
merci...
400iso.net
[Trops de chefs, pas assez d'indiens]
Hors ligne
#2 Le 10/10/2005, à 02:17
- sksbir
Re : xorg & sortie vga
je ne connais pas les mac, mais je vois que le driver xorg de carte video est marqué "ati".. Regarde le sujet concernant les ATI où il s'agit de mettre le driver fglrx, et sinon, essaye de remplacer par le driver vesa (juste mettre "vesa" à la place de "ati").
Hors ligne
#3 Le 07/02/2006, à 23:00
- tbonacco
Re : xorg & sortie vga
Sur ma machine, SONY VAIO carte ATI X600, j'ai pu le résoudre en installant l'acceleration 3D ATI.
Hors ligne
#4 Le 08/02/2006, à 13:09
- bogoliubov
Re : xorg & sortie vga
Peut-être devrais-tu jeter un coup d'oeil ici :
http://www.alessandroronchi.net/wiki/LinuxOnIBookG4
Y a plein de choses interressantes pour les iBook G4...
Hors ligne
#5 Le 17/08/2006, à 00:58
- Lock_CDA
Re : xorg & sortie vga
Here is your solution.
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility 9000 M9+ (RV250)"
Driver "ati"
BusID "PCI:0:16:0"
Option "UseFWPLL" "true"
Option "MergerdFB" "true"
Option "CRT2Position" "Clone"
EndSection
Can you get Xgl/Compiz running on your ibook? I have an ibook g4 12" with same ati than you and i can't get it working. I compiled mesa, xgl, compiz, gnome-window-decorator, x11proto, glitz, x11common and others... but nothing.
Another question, could you post your .config file? I would like to compare yours with mine. Thanks.
I'm sorry if you can't understand something but my english sucks...
see you
#6 Le 19/08/2006, à 20:23
- effraie
Re : xorg & sortie vga
you won't get compiz/xgl working on an ibook from sources... latest version of mesa is very buggy on ppc. but it's work fine from official repositories.
400iso.net
[Trops de chefs, pas assez d'indiens]
Hors ligne
Pages : 1