@related : xorg

[[Install]] [[Ubunutu]] [[xorg]] on [[Debian]] (sarge) : [[xserver-xorg]]

http://linuxfr.org/comments/502765.html#502765

cat « EOF » /etc/apt/sources.list

deb http://archive.ubuntu.com/ubuntu hoary main
deb http://security.ubuntu.com/ubuntu hoary-security main

EOF

apt-get install xserver-xorg `apt-show-versions -r '.*' | grep '4.3.0.dfsg' | sed 's#/.*#/hoary#'`

http://shadowconflict.blogspot.com/2005/01/ubuntus-xorg-on-debian-sid.html

libfs6_6.8.1-1ubuntu10_i386.deb
libx11-6_6.8.1-1ubuntu10_i386.deb
libxau6_6.8.1-1ubuntu10_i386.deb
libxdmcp6_6.8.1-1ubuntu10_i386.deb
x-window-system-core_6.8.1-1ubuntu10_i386.deb
xlibmesa-dri_6.8.1-1ubuntu10_i386.deb
xlibmesa-gl_6.8.1-1ubuntu10_i386.deb
xorg-common_6.8.1-1ubuntu10_all.deb
xserver-common_6.8.1-1ubuntu10_i386.deb
xserver-xorg_6.8.1-1ubuntu10_i386.deb
xutils_6.8.1-1ubuntu10_i386.deb
apt-get -t hoary install  \
xserver-xorg xserver-common x-window-system-core xutils
# discover1 xresprobe laptop-detect
X -version
# ...
# X Window System Version 6.8.1.902 (6.8.2 RC 2) (Ubuntu 6.8.1-1ubuntu15 20050203150926 root@)
# Release Date: 12 January 2005
# X Protocol Version 11, Revision 0, Release 6.8.1.902

Configure file:/etc/X11/xorg.conf for AmiloA http://rzr.online.fr/docs/comp/xorg.conf Section “InputDevice” Identifier “Keyboard0” # http://rzr.online.fr/q/Keyboard Driver “keyboard” Option “XkbRules” “xfree86” Option “XkbLayout” “fr” Option “XkbModel” “pc102” # 104 105=has_win === DRI on xorg for Radeon IGP 320M=== http://www.ubuntuforums.org/showthread.php?t=2404 X -version # … # X Window System Version 6.8.1.902 (6.8.2 RC 2) (Ubuntu 6.8.1-1ubuntu15 20050203150926 root@) # Release Date: 12 January 2005 # X Protocol Version 11, Revision 0, Release 6.8.1.902 glxinfo # name of display: :0.0 # unknown chip id, assuming full radeon support # display: :0 screen: 0 # direct rendering: Yes glxgears # will freeze the system glxinfo # glxinfo: error while loading shared libraries: libXxf86vm.so.1: cannot open shared object file: No such file or directory# dpkg -S libXxf86vm # … # xlibmesa-gl1-dri-trunk: /usr/X11R6/lib/libXxf86vm.so sudo apt-get install drm-trunk-module-src # xlibmesa-gl1-dri-trunk xserver-xfree86-dri-trunk # dpkg: error processing # /var/cache/apt/archives/xserver-xfree86-dri-trunk_2005.01.26-2_i386.deb (–unpack): # trying to overwrite `/usr/X11R6/bin/Xorg', which is also in package xserver-xorg sudo apt-get remove drm-trunk-module-src \ xserver-xfree86-dri-trunk xlibmesa-gl1-dri-trunk \ xserver-xorg x-window-system-core x-window-system sudo apt-get install drm-trunk-module-src X -version # … # X Window System Version 6.8.1.99 (Minimal DRI build from X.org tree) Release Date: 2 October 2004 + cvs glxinfo # libGL error: open DRM failed (Operation not permitted) # libGL error: reverting to (slow) indirect rendering # display: :0 screen: 0 # direct rendering: No http://dri.freedesktop.org/wiki/DriTroubleshooting dmesg | grep drm drm Initialized drm 1.0.0 20040925 drm Initialized radeon 1.14.0 20050125 on minor 0: ATI Technologies Inc Radeon Mobility U1 drm Used old pci detect: framebuffer loaded tail /etc/X11/xorg.conf Section “DRI” Mode 0666 # @ http://rzr.online.fr/q/DRI group “video” EndSection addgroup gdm video glxinfo # direct rendering: Yes # OpenGL vendor string: Tungsten Graphics, Inc. # OpenGL renderer string: Mesa DRI Radeon 20041207 AGP 4x x86/MMX+/3DNow===+/SSE NO-TCL=== # OpenGL version string: 1.2 Mesa 6.3 glxgears # 939 frames in 5.0 seconds = 187.800 FPS === remove Ubunutu xorg on Debian sid 200507=== apt-get install xserver-xorg # dpkg: error processing /var/cache/apt/archives/x11-common_6.8.2.dfsg.1-1_all.deb (–unpack): # trying to overwrite `/etc/X11/Xsession', which is also in package xorg-common apt-get remove –purge –force-yes xorg-common dpkg –remove –force-all xorg-common apt-get -f install apt-get install -t unstable xserver-xorg apt-get remove xlibmesa-gl1-dri-trunk drm-trunk-module-src xserver-xfree86-dri-trunk apt-get install -t unstable xserver-xorg apt-get install -t unstable libglu1-xorg xbase-clients x-window-system-core # 'X: /etc/X11/X points back to X wrapper executable, aborting.' ln -fs /usr/bin/X11/Xorg /etc/X11/X

xserver-xorg.txt · Last modified: 2022/04/16 12:24 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki