xorg-x11-7.0-r1

хотел собрать Xorg 7.0, да не туттобыло поехал emerge до xf86bigfontproto и началось:
слил файлик с инета, он появился в моих distfiles, потом говорит хочу еще залить тотже файлик с того же сайта, а при emerge xf86bigfontproto -pv, послушно отвечает 0 kb напротив оного пакета

это чтож получается вроде файл есть и вроде его нету ?

"Плохо" слил

"Плохо" слил может быть. Ну т.е. файлик может быть "битый".

2 раза сливал, к

2 раза сливал, к томуже если был битый, то руганулся что MD5 error или чтонить типа того.

попробуйemerge

попробуй

emerge --sync

бывает, что в снапшоте хрень

низнаю хде

низнаю хде касяк произошел... просто удалил с distfiles этот файл, залил его снова с локального сервака, все заработало...

пытаюсь

пытаюсь грузить иксы... и вот что получается...

# startx
hostname: Host name lookup failure
xauth:  creating new authority file /root/.serverauth.20151


X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.17-gentoo-r7 i686
Current Operating System: Linux gnote 2.6.17-gentoo-r7 #13 Thu Sep 21 21:20:35 YEKST 2006 i686
Build Date: 21 September 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep 21 23:43:51 2006
(==) Using config file: "/etc/X11/xorg.conf"

waiting for X server to shut down FreeFontPath: FPE "/usr/share/fonts/misc:unscaled" refcount is 2, should be 1; fixing.

xorg.conf

#cat /etc/X11/xorg.conf
Section "ServerFlags"
 Option "AllowMouseOpenFail" "true"
EndSection

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
#        InputDevice    "Touchpad" "AlwaysCore"
        InputDevice    "USB Mouse" "CorePointer"
EndSection

Section "Files"
#        FontPath      "/usr/share/fonts/misc:unscaled"
        FontPath      "/usr/share/fonts/misc"
        FontPath      "/usr/share/fonts/75dpi"
        FontPath      "/usr/share/fonts/100dpi"

        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
#        FontPath     "/usr/share/fonts/CID/"

 FontPath "/usr/share/fonts/corefonts"
 # FontPath  "/usr/share/fonts/freefonts"
 FontPath  "/usr/share/fonts/sharefonts"

 # FontPath  "/usr/share/fonts/Speedo"
 # FontPath  "/usr/share/fonts/artwiz"
 # FontPath  "/usr/share/fonts/cheapskatefonts"
 # FontPath  "/usr/share/fonts/dejavu"
 # FontPath  "/usr/share/fonts/lfpfonts-fix"
 # FontPath  "/usr/share/fonts/lfpfonts-var"
 # FontPath  "/usr/share/fonts/sgi-fonts"
 FontPath  "/usr/share/fonts/terminus"
 FontPath  "/usr/share/fonts/unifont"
EndSection

Section "Module"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "DRI"
 Mode 0666
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
 Option "CoreKeyboard"
 Option "XkbRules" "xorg"
 Option "XkbModel" "pc105"
 Option "XkbLayout" "us"
EndSection


Section "InputDevice"
 Identifier "USB Mouse"
 Driver "mouse"
 Option "Device" "/dev/input/mice"
 Option "SendCoreEvents" "true"
 Option "Protocol" "IMPS/2"
 Option "ZAxisMapping" "4 5"
 Option "Buttons" "5"
EndSection

Section "InputDevice"
 Identifier "TouchPad"
 Driver "synaptics"

 Option "Device" "/dev/input/event2"
 Option "Protocol" "event"
 Option "SendCoreEvents" "true"
 Option "SHMConfig" "on"

# --- Speed and Acceleration ---
 Option "MinSpeed" "0.60"
 Option "MaxSpeed" "1.10"
 Option "AccelFactor" "0.025"

# --- TouchPad Size ---
 Option "LeftEdge" "40"
 Option "RightEdge" "900"
 Option "TopEdge" "40"
 Option "BottomEdge" "640"

# --- TouchPad Edge Button Emulation ---
 Option "LTCornerButton" "0"
 Option "LBCornerButton" "0"
 Option "RTCornerButton" "0"
 Option "RBCornerButton" "2"

# --- Scrolling ---
 Option "VertEdgeScroll" "1"
 Option "HorizEdgeScroll" "1"
 Option "VertScrollDelta" "20"
 Option "HorizScrollDelta" "20"

# --- Tapping ---
 Option "MaxTapTime" "180"
 Option "MaxTapMove" "110"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        Option "DPMS" "true"
# DisplaySize 427 267
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"                   # [<bool>]
        #Option     "DefaultRefresh"             # [<bool>]
        Identifier  "Card0"
        Driver      "vesa"
        #Driver "i810"
        VendorName  "Intel Corp."
        BoardName   "Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller"
        BusID       "PCI:0:2:0"
        Option      "DRI" "true"
        Option      "SWcursor" "false"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        #DefaultColorDeph 24

        SubSection "Display"
         Depth     24
         Modes "1280x1024" "1280x800" "1088x612" "1024x768"
         #viewport 0 0
        EndSubSection
EndSection

что я сделал нитак ?
# emerge xorg-x11
# etc-update
уже раза два пересобирал и все равно никак...

root?

А ты не из под roota пытаешься иксы запустить?
Вообщем попробый запустить не из под рута ;)

Для драйвера vesa

Для драйвера vesa выставлять ускорение opengl это конечно круто! Коменти все. что относится к glx и dri

а что под рутом

а что под рутом Xorg неумеет работать :?

Умеет. Народ

Умеет. Народ прикалывается.

С какими

С какими флагами собирал xorg?
emerge -av xorg-x11
Попробу еще от обычного пользователя загрузиться.
_________________
From Siberia with Love!

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".