LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Gentoo (https://www.linuxquestions.org/questions/gentoo-87/)
-   -   xorg.conf.new for Fujitsu Stylistic 4120 (https://www.linuxquestions.org/questions/gentoo-87/xorg-conf-new-for-fujitsu-stylistic-4120-a-730018/)

theabcasian 06-01-2009 10:40 PM

xorg.conf.new for Fujitsu Stylistic 4120
 
First off thank you LQ for the Gentoo forum after spending this much time building a gentoo system i plan to have a lot of fun with it.

ok back to y im here im working with xorg.conf to get a gui going (KDE) but the screen driver brokedid ive been trying different sections for two days now, ill have to publish a guide for tablets when im done in thanks for all the help, right now X -config /root/xorg.conf.new says
Code:

dlopen: /drivers/video/i830: cannot open shared object file: No Such file or firectory
(EE) Failed to load /drivers/video/i830
(EE) Failed to load module "drivers/video/i830" (loader failed, 7)
(EE) no drivers avalable.

Fatal server error:
no screens cound

if i make a change to xorg.conf.new at
Code:

....
section "device"
....
    Identifier          "Card0"
    Driver              "i830"  //was /drivers/video/i830
    VenderName    "Intel"
    BoardName      "i830"
    BusID                "PCI:0:2:0"
    Option                "VBERestore" "on"
EndSection
....

changes to error to
Code:

(EE) Failed to load module "i830" (module does not exist, 0)
(EE) no drivers avalable.

any ideas how to get the conf working computer specs are:
Code:

Microprocessor
Mobile Intel® Pentium® III Processor - M Ultra Low Voltage(933 MHz, 512 K L2 cache, 133 MHz FSB)
Display
10.4" XGA LCD, indoor viewable or indoor/outdoor viewable
Electromagnetic (active) digitizer

Chipset
Intel 830MG

System Memory
768 MB SDRAM

Hard Drives1
60 GB ATA 100, shock-mounted hard drive

Graphics
Intel 830MG

Video Controller
Integrated Intel® Direct AGP graphics with up to 48 MB Dynamic Video Memory Technology

Audio
SigmaTel® STAC9767 with wavetable, 3D effect, and 3D positioning; Dolby® Headphone
Utility to emulate realistic surround sound using conventional stereo headphones on DVD
models; built-in microphone; headphone, microphone, and stereo line-in jacks.

Communications
Multinational 2 56K3 V.90 modem, 10/100 Base-TX Ethernet

System Ports
2 USB 1.1 ports
Infrared port (IrDA 1.1-compatible, 4 MBps)
External monitor connector
Modem (RJ-11) jack
Ethernet (RJ-45) jack
IEEE 1394 connector
Wireless IR keyboard receiver
System interface connector

PC Card Slot
One Type I or Type II slot; 32-bit PC CardBus architecture

i also played with make menuconfig cant figure out the difference between M and * in regard to drivers i have all the intel graphics drivers set to * right now.

thanks of any help in advance
theABCasian

weibullguy 06-02-2009 04:43 AM

Futzing with the kernel isn't going to get you the video driver you need. You need an Xorg video driver. There is no i830 driver for Xorg. Not being an Intel user, I would guess you would use the xf86-video-intel driver for the i830 chip set. A search of your package manager or a Google search would probably help you determine the correct driver for the Intel i830.

d2_racing 06-02-2009 06:29 AM

Hi theabcasian, you need to use the intel driver to be able to run with the i830 driver.

Before doing anything else, can you post this :

Code:

# emerge --info
# cat /root/xorg.conf.new


theabcasian 06-02-2009 02:34 PM

Update Ive been playing arround a little more and found that the driver is "intel" and to d2_racing if i were on a virtual system yes but i dont want to type for three days to get the 400 lines of code on here sorry :study: is there anything you are looking for?
now that im using intel as the driver im getting a new error when i run
Code:

X -config /root/xorg.conf.new
Code:

.....
(EE) intel(0): sil164 not detected got 5: from DVOI2C_E slave 112.
(EE) intel(0): ftp410 not detected got VID 1305: from DVOI2C_E slave 112.
(EE) intel(0): no valid modes.
(EE) Screen(s) found, but none have a usable configuration
Fatal Server error:
no screens found


d2_racing 06-02-2009 03:22 PM

Hi, since you don't have anything to cut and paste, you will need to tell us this :P

Are you using the 2008.0/desktop profile ?

Search for a line like this when you run this command :

Code:

# emerge --info

Portage 2.1.6.11 (default/linux/amd64/2008.0/desktop, gcc-4.3.2, glibc-2.8_p20080602-r1, 2.6.29-gentoo-r5 x86_64)

Also, do you have this inside your /etc/make.conf :

Code:

INPUT_DEVICES="keyboard mouse evdev"
VIDEO_CARDS="vesa intel"

If not, then add these 2 lines to your /etc/make.conf and run this command :

Code:

# emerge -auDNv world

d2_racing 06-02-2009 03:26 PM

Also, if you are running the 2008.0/desktop profile, then you don't need to generate a /etc/X11/xorg.conf

You should run this as root to test your box :

Code:

# startx

theabcasian 06-02-2009 06:06 PM

emerge-- info
Code:

Portage 2.1.6.11 (default/linux/x86/2008.0 gcc-4.1.2, glibc-2.6.2-r0, 2.6.28-gentoo-r5 i686)
startx causes error above adding
Code:

giving up.
xinit: Connection refused (errno 111): unable to connect to X server
xinit: No such process (errno 3): Server error.


i92guboj 06-02-2009 06:21 PM

Quote:

Originally Posted by theabcasian (Post 3560684)
Update Ive been playing arround a little more and found that the driver is "intel" and to d2_racing if i were on a virtual system yes but i dont want to type for three days to get the 400 lines of code on here sorry :study: is there anything you are looking for?
now that im using intel as the driver im getting a new error when i run
Code:

X -config /root/xorg.conf.new
Code:

.....
(EE) intel(0): sil164 not detected got 5: from DVOI2C_E slave 112.
(EE) intel(0): ftp410 not detected got VID 1305: from DVOI2C_E slave 112.
(EE) intel(0): no valid modes.
(EE) Screen(s) found, but none have a usable configuration
Fatal Server error:
no screens found



This seems to indicate that no valid configuration for your screens can be found in your xorg.conf. I have nil experience with intel drivers so I can only guess, but maybe you need to add your screens to your xorg.conf or add some modelines.


Quote:

Originally Posted by d2_racing (Post 3560736)
Hi, since you don't have anything to cut and paste, you will need to tell us this :P

I am not following this thread with all my attention because the help I can give about intel is really limited. But he shouldn't have any problem to upload any file to pastebin or a similar site using any of the wrappers that there are available. For example app-text/wgetpaste. Emerge it, use it to upload whichever file (I suggest to start with /etc/X11/xorg.conf and /var/log/Xorg.0.log), and it will give back an url that you can paste here so the helpers can review your configs and logs to see what's wrong with them.

theabcasian 06-02-2009 07:23 PM

i92guboj you are the bomb pasting files now
/root/xorg.conf.new
Code:

Section "ServerLayout"
        Identifier    "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath  "/usr/lib/xorg/modules"
        FontPath    "/usr/share/fonts/misc/"
        FontPath    "/usr/share/fonts/TTF/"
        FontPath    "/usr/share/fonts/OTF"
        FontPath    "/usr/share/fonts/Type1/"
        FontPath    "/usr/share/fonts/100dpi/"
        FontPath    "/usr/share/fonts/75dpi/"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "auto"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier  "Monitor0"
        VendorName  "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Monitor"
        Identifier  "Monitor1"
        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    "NoAccel"                    # [<bool>]
        #Option    "SWcursor"                  # [<bool>]
        #Option    "ColorKey"                  # <i>
        #Option    "CacheLines"                # <i>
        #Option    "Dac6Bit"                    # [<bool>]
        #Option    "DRI"                        # [<bool>]
        #Option    "NoDDC"                      # [<bool>]
        #Option    "ShowCache"                  # [<bool>]
        #Option    "XvMCSurfaces"              # <i>
        #Option    "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName  "82830 CGC [Chipset Graphics Controller]"
        BusID      "PCI:0:2:0"
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    "NoAccel"                    # [<bool>]
        #Option    "SWcursor"                  # [<bool>]
        #Option    "ColorKey"                  # <i>
        #Option    "CacheLines"                # <i>
        #Option    "Dac6Bit"                    # [<bool>]
        #Option    "DRI"                        # [<bool>]
        #Option    "NoDDC"                      # [<bool>]
        #Option    "ShowCache"                  # [<bool>]
        #Option    "XvMCSurfaces"              # <i>
        #Option    "PageFlip"                  # [<bool>]
        Identifier  "Card1"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName  "82830 CGC [Chipset Graphics Controller]"
        BusID      "PCI:0:2:1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device    "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport  0 0
                Depth    1
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    4
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    8
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    15
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    16
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device    "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Viewport  0 0
                Depth    1
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    4
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    8
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    15
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    16
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    24
        EndSubSection
EndSection

/etc/make.conf
Code:

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -pipe"
CXXFLAGS="-O2 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i486-pc-linux-gnu"
MAKEOPTS="-j2"


SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"

GENTOO_MIRRORS="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ "

USE=" qt3 qt4 kde dvd alsa cdr tcl tk X bindist debug fontforge svg jadetex i810 nls"
#3dfx 3dnow X Xaw3d a52 aac acl acpi aim apache2 apm arts atm audiofile bash-completion bcmath branding bzip2 cairo calander caps cdparanoia cgi cracklib crypt css cups curl curlwrappers cvs cxx dbase dga djvu doc dri dvdr emacs encode evo fastcgi ffmpeg firefox flac fltk fortran ftp gcj gd gdbm geoip ggi gif gimp gnustep gphoto2 gps gzip gsl gtk hddtemp htmlhandbook ieee1394 ipod ipv6 jabber java java6 javascript jpeg jpeg2k kontact kerberos krb4 ldap lua lzo mozilla msn mule neXt oss pcmcia pdf plasma ppsd prefix python quicktime recode semantic-desktop sse tcl unicode usb v4l v4l2 videos voodoo3 wifi x264 xcb xemacs xft xinerama xml xosd xvid zeroconf "

FEATURES=" distcc ccache "
CCACHE_SIZE="2G"
PORTAGE_BINHOST="ftp://buildhost/gentoo"

INPUT_DEVICES="keyboard mouse evdev"
VIDEO_CARDS="vesa intel"

/var/log/Xorg.0.log
Code:

X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.28-gentoo-r5 i686
Current Operating System: Linux localhost 2.6.28-gentoo-r5 #1 SMP Thu May 28 09:24:39 PDT 2009 i686
Build Date: 30 May 2009  03:11:10PM
 
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
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: Tue Jun  2 16:10:00 2009
(EE) Unable to locate/open config file
(II) Loader magic: 0xba0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 4.1
        X.Org XInput driver : 2.1
        X.Org Server Extension : 1.1
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0@0:2:0) Intel Corporation 82830 CGC [Chipset Graphics Controller] rev 4, Mem @ 0xe8000000/0, 0xe0000000/0
(--) PCI: (0@0:2:1) Intel Corporation 82830 CGC [Chipset Graphics Controller] rev 0, Mem @ 0xf0000000/0, 0xe0080000/0
(==) Matched intel for the autoconfigured driver
New driver is "intel"
(==) Using default built-in configuration (30 lines)
(==) --- Start of built-in configuration ---
        Section "Device"
                Identifier        "Builtin Default intel Device 0"
                Driver        "intel"
        EndSection
        Section "Screen"
                Identifier        "Builtin Default intel Screen 0"
                Device        "Builtin Default intel Device 0"
        EndSection
        Section "Device"
                Identifier        "Builtin Default fbdev Device 0"
                Driver        "fbdev"
        EndSection
        Section "Screen"
                Identifier        "Builtin Default fbdev Screen 0"
                Device        "Builtin Default fbdev Device 0"
        EndSection
        Section "Device"
                Identifier        "Builtin Default vesa Device 0"
                Driver        "vesa"
        EndSection
        Section "Screen"
                Identifier        "Builtin Default vesa Screen 0"
                Device        "Builtin Default vesa Device 0"
        EndSection
        Section "ServerLayout"
                Identifier        "Builtin Default Layout"
                Screen        "Builtin Default intel Screen 0"
                Screen        "Builtin Default fbdev Screen 0"
                Screen        "Builtin Default vesa Screen 0"
        EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default intel Screen 0" (0)
(**) |  |-->Monitor "<default monitor>"
(**) |  |-->Device "Builtin Default intel Device 0"
(==) No monitor specified for screen "Builtin Default intel Screen 0".
        Using a default monitor configuration.
(**) |-->Screen "Builtin Default fbdev Screen 0" (1)
(**) |  |-->Monitor "<default monitor>"
(**) |  |-->Device "Builtin Default fbdev Device 0"
(==) No monitor specified for screen "Builtin Default fbdev Screen 0".
        Using a default monitor configuration.
(**) |-->Screen "Builtin Default vesa Screen 0" (2)
(**) |  |-->Monitor "<default monitor>"
(**) |  |-->Device "Builtin Default vesa Device 0"
(==) No monitor specified for screen "Builtin Default vesa Screen 0".
        Using a default monitor configuration.
(==) Not automatically adding devices
(==) Not automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/misc/").
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
        Entry deleted from font path.
(==) FontPath set to:
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/,
        built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(==) |-->Input Device "<default pointer>"
(==) |-->Input Device "<default keyboard>"
(==) The core pointer device wasn't specified explicitly in the layout.
        Using the default mouse configuration.
(==) The core keyboard device wasn't specified explicitly in the layout.
        Using the default keyboard configuration.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
        [0] -1        0        0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1        0        0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"

(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"

(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"

(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
(==) AIGLX enabled
(==) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "record"

(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dri"

(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "intel"

(II) Loading /usr/lib/xorg/modules//drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 2.6.3
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "fbdev"

(II) Loading /usr/lib/xorg/modules//drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 0.4.0
        ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "vesa"

(II) Loading /usr/lib/xorg/modules//drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 2.2.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "mouse"

(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.4.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.1
(II) LoadModule: "kbd"

(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.3.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.1
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
        965GM, 965GME/GLE, G33, Q35, Q33,
        Mobile Intel® GM45 Express Chipset,
        Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
(II) FBDEV: driver for framebuffer: fbdev
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0        0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1        0        0x00000000 - 0x00000000 (0x1) IX[B]
(WW) Falling back to old probe method for fbdev
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"

(II) Loading /usr/lib/xorg/modules/linux//libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 0.0.2
        ABI class: X.Org Video Driver, version 4.1
(EE) open /dev/fb0: No such file or directory
(WW) Falling back to old probe method for vesa
(II) resource ranges after probing:
        [0] -1        0        0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] 0        0        0x000a0000 - 0x000affff (0x10000) MS[B]
        [5] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [6] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[B]
        [7] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [8] -1        0        0x00000000 - 0x00000000 (0x1) IX[B]
        [9] 0        0        0x000003b0 - 0x000003bb (0xc) IS[B]
        [10] 0        0        0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 0.1.0
        ABI class: X.Org Video Driver, version 4.1
(II) intel(0): Creating default Display subsection in Screen section
        "Builtin Default intel Screen 0" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 830M
(--) intel(0): Chipset: "i830"
(--) intel(0): Linear framebuffer at 0xE8000000
(--) intel(0): IO registers at addr 0xE0000000
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(==) intel(0): Using EXA for acceleration
(II) intel(0): 2 display pipes available.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(0): Output VGA has no monitor section
(II) intel(0): I2C bus "DVODDC_D" initialized.
(II) Loading sub module "sil164"
(II) LoadModule: "sil164"

(II) Loading /usr/lib/xorg/modules//drivers/sil164.so
(II) Module sil164: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Video Driver, version 4.1
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(EE) intel(0): sil164 not detected got 5: from DVOI2C_E Slave 112.
(II) Loading sub module "ch7xxx"
(II) LoadModule: "ch7xxx"

(II) Loading /usr/lib/xorg/modules//drivers/ch7xxx.so
(II) Module ch7xxx: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Video Driver, version 4.1
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) Loading sub module "ivch"
(II) LoadModule: "ivch"

(II) Loading /usr/lib/xorg/modules//drivers/ivch.so
(II) Module ivch: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Video Driver, version 4.1
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_B" initialized.
(II) Loading sub module "tfp410"
(II) LoadModule: "tfp410"

(II) Loading /usr/lib/xorg/modules//drivers/tfp410.so
(II) Module tfp410: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Video Driver, version 4.1
(II) intel(0): I2C bus "DVOI2C_B" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(EE) intel(0): tfp410 not detected got VID 1305: from DVOI2C_E Slave 112.
(II) Loading sub module "ch7017"
(II) LoadModule: "ch7017"

(II) Loading /usr/lib/xorg/modules//drivers/ch7017.so
(II) Module ch7017: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Video Driver, version 4.1
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVODDC_D" removed.
(II) intel(0): Resizable framebuffer: not available (1 3)
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): Output VGA disconnected
(WW) intel(0): No outputs definitely connected, trying again...
(II) intel(0): Output VGA disconnected
(WW) intel(0): Unable to find initial modes
(EE) intel(0): No valid modes.
(II) UnloadModule: "intel"
(II) UnloadModule: "ch7017"
(II) Unloading /usr/lib/xorg/modules//drivers/ch7017.so
(II) UnloadModule: "tfp410"
(II) Unloading /usr/lib/xorg/modules//drivers/tfp410.so
(II) UnloadModule: "ivch"
(II) Unloading /usr/lib/xorg/modules//drivers/ivch.so
(II) UnloadModule: "ch7xxx"
(II) Unloading /usr/lib/xorg/modules//drivers/ch7xxx.so
(II) UnloadModule: "sil164"
(II) Unloading /usr/lib/xorg/modules//drivers/sil164.so
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib/xorg/modules//libvgahw.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found


weibullguy 06-02-2009 09:17 PM

Quote:

Originally Posted by theabcasian (Post 3560955)
Code:

(EE) intel(0): No valid modes.

Try adding a couple of Modes to the Display SubSections. For example
Code:

    SubSection "Display"
        Viewport  0 0
        Depth      24
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection

You don't need to add it to all of the Display SubSections (just the 16 and 24 Depth ones should be enough), but you will need to add it for both screens. Theoretically, newer versions of Xorg don't need the Modes, but I've found it is sometimes still needed.

d2_racing 06-03-2009 06:31 AM

Hi, first thing first, since you are not using the 2008.0/desktop profile, then your Use flags are not right at all.

So, you need to do this :

Add this inside your USE=

Code:

USE=" qt3 qt4 kde dvd alsa cdr tcl tk X bindist debug fontforge svg jadetex i810 nls hal dbus"
After doing it, you need to run this :

Code:

# emerge -auDNv world
I hope that you will recompile a lot of things actually :P

So, when the compilation is finish, you need to edit your /etc/X11/xorg.conf like that :

Code:

Section "ServerLayout"
        Identifier    "X.org Configured"
        Screen        0  "Screen0"
EndSection

Section "Monitor"
        Identifier  "Monitor0"
        Option        "DPMS"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "intel"
        BusID      "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device    "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24
EndSection


d2_racing 06-03-2009 06:34 AM

For the record, your X Server is not working because you don't use desktop profile and because of that, you need to set manually some Use flags.

For my concern, I use the desktop profile and here is my /etc/make.conf :

Code:

CFLAGS="-O2 -march=native -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j5"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
USE="kde -gnome kdeenablefinal nls truetype userlocales unicode -firefox xulrunner apache2 mysql mysqli simplexml"
LINGUAS="fr"
INPUT_DEVICES="keyboard mouse evdev"
VIDEO_CARDS="vesa nvidia"
#SYNC="rsync://rsync.ca.gentoo.org/gentoo-portage"
#SYNC="rsync://rsync2.ca.gentoo.org/gentoo-portage"
#PORTDIR="/home/sylvain/git/portage"

So, you see, I have a pretty pretty small set of Use Flags, because I use the one from the profile 2008.0/desktop :

Code:

# cat /usr/portage/profiles/targets/desktop/make.defaults

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/make.defaults,v 1.4 2008/12/19 11:33:35 armin76 Exp $

USE="acpi alsa branding cairo cdr dbus dvd dvdr dvdread eds emboss encode esd evo fam firefox gif gnome gpm gstreamer gtk hal jpeg kde ldap libnotify mad mikmod mp3 mpeg ogg opengl pdf png ppds qt3 qt3support qt4 quicktime sdl spell svg tiff truetype vorbis win32codecs unicode usb X xml xulrunner xv"

# This is added for GNOME/Xfce
USE="${USE} startup-notification"

# Adding this for bluetooth support
USE="${USE} bluetooth"


theabcasian 06-03-2009 01:55 PM

made both changes didn't change anything :(

Code:

X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.28-gentoo-r5 i686
Current Operating System: Linux localhost 2.6.28-gentoo-r5 #1 SMP Thu May 28 09:24:39 PDT 2009 i686
Build Date: 30 May 2009  03:11:10PM
 
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
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: Wed Jun  3 11:47:26 2009
(++) Using config file: "/root/xorg.conf.new"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |  |-->Monitor "Monitor0"
(**) |  |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) |  |-->Monitor "Monitor1"
(**) |  |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Not automatically adding devices
(==) Not automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/misc/").
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/misc/").
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
        Entry deleted from font path.
(**) FontPath set to:
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/,
        built-ins
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0xba0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 4.1
        X.Org XInput driver : 2.1
        X.Org Server Extension : 1.1
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0@0:2:0) Intel Corporation 82830 CGC [Chipset Graphics Controller] rev 4, Mem @ 0xe8000000/0, 0xe0000000/0
(--) PCI: (0@0:2:1) Intel Corporation 82830 CGC [Chipset Graphics Controller] rev 0, Mem @ 0xf0000000/0, 0xe0080000/0
(II) System resource ranges:
        [0] -1        0        0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1        0        0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "extmod"

(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"

(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"

(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "xtrap"

(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DEC-XTRAP
(II) LoadModule: "glx"

(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
(==) AIGLX enabled
(==) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "record"

(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "intel"

(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 2.6.3
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "mouse"

(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.4.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.1
(II) LoadModule: "kbd"

(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.3.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.1
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
        965GM, 965GME/GLE, G33, Q35, Q33,
        Mobile Intel® GM45 Express Chipset,
        Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0        0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1        0        0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0        0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1        0        0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
        [0] -1        0        0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] 0        0        0x000a0000 - 0x000affff (0x10000) MS[B]
        [5] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [6] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[B]
        [7] 1        0        0x000a0000 - 0x000affff (0x10000) MS[B]
        [8] 1        0        0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [9] 1        0        0x000b8000 - 0x000bffff (0x8000) MS[B]
        [10] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1        0        0x00000000 - 0x00000000 (0x1) IX[B]
        [12] 0        0        0x000003b0 - 0x000003bb (0xc) IS[B]
        [13] 0        0        0x000003c0 - 0x000003df (0x20) IS[B]
        [14] 1        0        0x000003b0 - 0x000003bb (0xc) IS[B]
        [15] 1        0        0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 0.1.0
        ABI class: X.Org Video Driver, version 4.1
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 830M
(--) intel(0): Chipset: "i830"
(--) intel(0): Linear framebuffer at 0xE8000000
(--) intel(0): IO registers at addr 0xE0000000
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(==) intel(0): Using EXA for acceleration
(II) intel(0): 2 display pipes available.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Monitor0
(II) intel(0): I2C bus "DVODDC_D" initialized.
(II) Loading sub module "sil164"
(II) LoadModule: "sil164"

(II) Loading /usr/lib/xorg/modules/drivers//sil164.so
(II) Module sil164: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Video Driver, version 4.1
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(EE) intel(0): sil164 not detected got 5: from DVOI2C_E Slave 112.
(II) Loading sub module "ch7xxx"
(II) LoadModule: "ch7xxx"

(II) Loading /usr/lib/xorg/modules/drivers//ch7xxx.so
(II) Module ch7xxx: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Video Driver, version 4.1
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) Loading sub module "ivch"
(II) LoadModule: "ivch"

(II) Loading /usr/lib/xorg/modules/drivers//ivch.so
(II) Module ivch: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Video Driver, version 4.1
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_B" initialized.
(II) Loading sub module "tfp410"
(II) LoadModule: "tfp410"

(II) Loading /usr/lib/xorg/modules/drivers//tfp410.so
(II) Module tfp410: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Video Driver, version 4.1
(II) intel(0): I2C bus "DVOI2C_B" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(EE) intel(0): tfp410 not detected got VID 1305: from DVOI2C_E Slave 112.
(II) Loading sub module "ch7017"
(II) LoadModule: "ch7017"

(II) Loading /usr/lib/xorg/modules/drivers//ch7017.so
(II) Module ch7017: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Video Driver, version 4.1
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVODDC_D" removed.
(II) intel(0): Resizable framebuffer: not available (1 3)
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): Output VGA disconnected
(WW) intel(0): No outputs definitely connected, trying again...
(II) intel(0): Output VGA disconnected
(WW) intel(0): Unable to find initial modes
(EE) intel(0): No valid modes.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Reloading /usr/lib/xorg/modules//libvgahw.so
(==) intel(1): Depth 24, (--) framebuffer bpp 32
(==) intel(1): RGB weight 888
(==) intel(1): Default visual is TrueColor
(II) intel(1): Integrated Graphics Chipset: Intel(R) 830M
(--) intel(1): Chipset: "i830"
(--) intel(1): Linear framebuffer at 0xF0000000
(--) intel(1): IO registers at addr 0xE0080000
(WW) intel(1): libpciaccess reported 0 rom size, guessing 64kB
(WW) intel(1): libpciaccess failed to read 64kB video BIOS: Unknown error 4294967258
(WW) intel(1): VBIOS initialization failed.
(==) intel(1): Using EXA for acceleration
(II) intel(1): 2 display pipes available.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(1): Output VGA using monitor section Monitor1
(II) intel(1): I2C bus "DVODDC_D" initialized.
(II) Loading sub module "sil164"
(II) LoadModule: "sil164"

(II) Reloading /usr/lib/xorg/modules/drivers//sil164.so
(II) intel(1): I2C bus "DVOI2C_E" initialized.
(EE) intel(1): sil164 not detected got 5: from DVOI2C_E Slave 112.
(II) Loading sub module "ch7xxx"
(II) LoadModule: "ch7xxx"

(II) Reloading /usr/lib/xorg/modules/drivers//ch7xxx.so
(II) intel(1): I2C bus "DVOI2C_E" removed.
(II) intel(1): I2C bus "DVOI2C_E" initialized.
(II) Loading sub module "ivch"
(II) LoadModule: "ivch"

(II) Reloading /usr/lib/xorg/modules/drivers//ivch.so
(II) intel(1): I2C bus "DVOI2C_E" removed.
(II) intel(1): I2C bus "DVOI2C_B" initialized.
(II) Loading sub module "tfp410"
(II) LoadModule: "tfp410"

(II) Reloading /usr/lib/xorg/modules/drivers//tfp410.so
(II) intel(1): I2C bus "DVOI2C_B" removed.
(II) intel(1): I2C bus "DVOI2C_E" initialized.
(EE) intel(1): tfp410 not detected got VID 1305: from DVOI2C_E Slave 112.
(II) Loading sub module "ch7017"
(II) LoadModule: "ch7017"

(II) Reloading /usr/lib/xorg/modules/drivers//ch7017.so
(II) intel(1): I2C bus "DVOI2C_E" removed.
(II) intel(1): I2C bus "DVOI2C_E" initialized.
(II) intel(1): I2C bus "DVOI2C_E" removed.
(II) intel(1): I2C bus "DVODDC_D" removed.
(II) intel(1): Resizable framebuffer: not available (1 3)
(II) intel(1): I2C bus "CRTDDC_A" initialized.
(II) intel(1): I2C bus "CRTDDC_A" removed.
(II) intel(1): Output VGA disconnected
(WW) intel(1): No outputs definitely connected, trying again...
(II) intel(1): Output VGA disconnected
(WW) intel(1): Unable to find initial modes
(EE) intel(1): No valid modes.
(II) UnloadModule: "intel"
(II) UnloadModule: "ch7017"
(II) UnloadModule: "tfp410"
(II) UnloadModule: "ivch"
(II) UnloadModule: "ch7xxx"
(II) UnloadModule: "sil164"
(II) UnloadModule: "vgahw"
(II) UnloadModule: "intel"
(II) UnloadModule: "ch7017"
(II) Unloading /usr/lib/xorg/modules/drivers//ch7017.so
(II) UnloadModule: "tfp410"
(II) Unloading /usr/lib/xorg/modules/drivers//tfp410.so
(II) UnloadModule: "ivch"
(II) Unloading /usr/lib/xorg/modules/drivers//ivch.so
(II) UnloadModule: "ch7xxx"
(II) Unloading /usr/lib/xorg/modules/drivers//ch7xxx.so
(II) UnloadModule: "sil164"
(II) Unloading /usr/lib/xorg/modules/drivers//sil164.so
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib/xorg/modules//libvgahw.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Code:

Section "ServerLayout"
        Identifier    "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath  "/usr/lib/xorg/modules"
        FontPath    "/usr/share/fonts/misc/"
        FontPath    "/usr/share/fonts/TTF/"
        FontPath    "/usr/share/fonts/OTF"
        FontPath    "/usr/share/fonts/Type1/"
        FontPath    "/usr/share/fonts/100dpi/"
        FontPath    "/usr/share/fonts/75dpi/"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "auto"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier  "Monitor0"
        VendorName  "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Monitor"
        Identifier  "Monitor1"
        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    "NoAccel"                    # [<bool>]
        #Option    "SWcursor"                  true# [<bool>]
        #Option    "ColorKey"                  # <i>
        #Option    "CacheLines"                # <i>
        #Option    "Dac6Bit"                    # [<bool>]
        #Option    "DRI"                        # [<bool>]
        #Option    "NoDDC"                      # [<bool>]
        #Option    "ShowCache"                  # [<bool>]
        #Option    "XvMCSurfaces"              # <i>
        #Option    "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName  "82830 CGC [Chipset Graphics Controller]"
        BusID      "PCI:0:2:0"
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    "NoAccel"                    # [<bool>]
        #Option    "SWcursor"                  # [<bool>]
        #Option    "ColorKey"                  # <i>
        #Option    "CacheLines"                # <i>
        #Option    "Dac6Bit"                    # [<bool>]
        #Option    "DRI"                        # [<bool>]
        #Option    "NoDDC"                      # [<bool>]
        #Option    "ShowCache"                  # [<bool>]
        #Option    "XvMCSurfaces"              # <i>
        #Option    "PageFlip"                  # [<bool>]
        Identifier  "Card1"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName  "82830 CGC [Chipset Graphics Controller]"
        BusID      "PCI:0:2:1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device    "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport  0 0
                Depth    1
                Modes          "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    4
                Modes          "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    8
                Modes          "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    15
                Modes          "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    16
                Modes          "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    24
                Modes          "1024x768" "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device    "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Viewport  0 0
                Depth    1
                Modes          "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    4
                Modes          "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    8
                Modes          "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    15
                Modes          "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    16
                Modes          "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    24
                Modes          "1024x768" "800x600"
        EndSubSection
EndSection

Code:

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -pipe"
CXXFLAGS="-O2 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i486-pc-linux-gnu"
MAKEOPTS="-j2"


SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"

GENTOO_MIRRORS="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ "

USE=" acpi alsa branding cairo cdr dbus dvd dvdr dvdread eds emboss encode esd evo fam firefox kde -gnome kdeenablefinal nls truetype usrlocales unicode xulrunner apache2 mysql mysqli simplexml qt3 qt4 kde dvd alsa cdr tcl tk X bindist debug fontforge svg jadetex i810 nls"
#3dfx 3dnow X Xaw3d a52 aac acl acpi aim apache2 apm arts atm audiofile bash-completion bcmath branding bzip2 cairo calander caps cdparanoia cgi cracklib crypt css cups curl curlwrappers cvs cxx dbase dga djvu doc dri dvdr emacs encode evo fastcgi ffmpeg firefox flac fltk fortran ftp gcj gd gdbm geoip ggi gif gimp gnustep gphoto2 gps gzip gsl gtk hddtemp htmlhandbook ieee1394 ipod ipv6 jabber java java6 javascript jpeg jpeg2k kontact kerberos krb4 ldap lua lzo mozilla msn mule neXt oss pcmcia pdf plasma ppsd prefix python quicktime recode semantic-desktop sse tcl unicode usb v4l v4l2 videos voodoo3 wifi x264 xcb xemacs xft xinerama xml xosd xvid zeroconf "

FEATURES=" distcc ccache "
CCACHE_SIZE="2G"
PORTAGE_BINHOST="ftp://buildhost/gentoo"

INPUT_DEVICES="keyboard mouse evdev"
VIDEO_CARDS="intel"


NeddySeagoon 06-03-2009 02:09 PM

theabcasian,

Lets stop working through a keyhole.
Code:

emerge wgetpaste
then use it post the following. Tell us the URLs you get from the following comamnds.
Code:

wgetpaste /etc/X11/xorg.conf
wgetpaste /var/log/Xorg.0.log
lspci | wgetpaste
emerge --info | wgetpaste

wgetpaste is used to post data on the web when there is a lot of it and command line tools just don't quite cut it.

We may also need your kernel .config file

theabcasian 06-03-2009 02:26 PM

http://dpaste.com/51133/
http://dpaste.com/51134/
http://dpaste.com/51135/
http://dpaste.com/51136/


All times are GMT -5. The time now is 09:31 PM.