Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Debian Linux Help > GUI on my server? Startx causing problems, log included!

Forgot Password?
 Debian Linux Help   Discussions related to Debian GNU/Linux.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 07-15-2006   #1 (permalink)
Just Joined!
 
Join Date: Jul 2006
Posts: 7
GUI on my server? Startx causing problems, log included!

Hi,

Im a linux noob, but my new server is forcing me to learn linux. So here goes nothing!

I have been trying to install a GUI on my server that I can access from my win xp computer through X- SSH. I can access the server through Putty.

When I run "startx", I get the this error:

Code:
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Jul 15 16:48:31 2006
(==) Using config file: "/etc/X11/XF86Config-4"
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(EE) VGA(0): Driver can't support depth 24
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Here is my XF86Config-4 log file:

Code:
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
        Option          "XkbOptions"    "dk"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
EndSection

Section "Device"
        Identifier      "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
        Driver          "vga"
EndSection

Section "Monitor"
        Identifier      "Standardbildschirm"
        HorizSync       28-33
        VertRefresh     43-72
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
        Monitor         "Standardbildschirm"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection
Where did i F up? -and how can I fix it?
aL187 is offline  


Reply With Quote
Old 07-15-2006   #2 (permalink)
Linux Newbie
 
Join Date: Jul 2005
Location: Turn Around
Posts: 202
Send a message via AIM to DoctorDan
First, backup your XF86Config-4:
cp XF86Config-4 XF86Config-4.bak

The first thing I would try is changing the default depth from 24 to 15. If 15 works, try upping it to 16. Come back if that doesn't work. DefaultDepth is found in the Section "Screen".

-Dan
DoctorDan is offline   Reply With Quote
Old 07-15-2006   #3 (permalink)
Just Joined!
 
Join Date: Jul 2006
Posts: 7
Thanks Dan, it is not fixed though..

It displays a different error

Here is my (really really long) log:
(spilt into 4 topics due to forum restriction)

Code:
XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-14sarge1 20050901212727 fjp@localhost.localdomain)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.8-16.0508-2 i686 [ELF]
Build Date: 02 September 2005

This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way.  Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.

We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.

Before filing a bug report, you may want to consult the Debian X FAQ:
       XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
  plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz

Module Loader present
OS Kernel: Linux version 2.6.8-2-686-smp (horms@tabatha.lab.ultramonkey.org) (gcc version 3.3.5 (D
ebian 1:3.3.5-13)) #1 SMP Tue Aug 16 12:08:30 UTC 2005
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/XFree86.0.log", Time: Sat Jul 15 17:11:41 2006
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) |   |-->Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Devic
e"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(**) Option "XkbOptions" "dk"
(**) XKB: options: "dk"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
        Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/
lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/font
s/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.2
        XFree86 Video Driver: 0.6
        XFree86 XInput driver : 0.4
        XFree86 Server Extension : 0.2
        XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 0000,0000 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 0e11,00b9 rev 01 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 0e11,00b9 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 0e11,00b9 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 0e11,00b9 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 0e11,00b9 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 0e11,00ad rev 01 class 04,01,00 hdr 00
(II) PCI: 05:08:0: chip 8086,103b card 0e11,0012 rev 81 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:30:0), (0,5,5), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 5 I/O range:
        [0] -1  0       0x00001000 - 0x000010ff (0x100) IX[B]
        [1] -1  0       0x00001400 - 0x000014ff (0x100) IX[B]
        [2] -1  0       0x00001800 - 0x000018ff (0x100) IX[B]
        [3] -1  0       0x00001c00 - 0x00001cff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
        [0] -1  0       0xfc500000 - 0xfc7fffff (0x300000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corp. 82845G/GL [Brookdale-G] Chipset Integrated Graphics Device rev 1, Me
m @ 0xf0000000/27, 0xfc400000/19
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xfc500000 - 0xfc500fff (0x1000) MX[B]
        [1] -1  0       0xfc480600 - 0xfc4806ff (0x100) MX[B]
        [2] -1  0       0xfc480400 - 0xfc4805ff (0x200) MX[B]
        [3] -1  0       0x1f800000 - 0x1f8003ff (0x400) MX[B]
        [4] -1  0       0xfc480000 - 0xfc4803ff (0x400) MX[B]
        [5] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [6] -1  0       0xfc400000 - 0xfc47ffff (0x80000) MX[B](B)
        [7] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [8] -1  0       0x00001000 - 0x0000103f (0x40) IX[B]
        [9] -1  0       0x00002400 - 0x0000243f (0x40) IX[B]
        [10] -1 0       0x00002000 - 0x000020ff (0x100) IX[B]
        [11] -1 0       0x000024a0 - 0x000024af (0x10) IX[B]
        [12] -1 0       0x000024c4 - 0x000024c4 (0x1) IX[B]
        [13] -1 0       0x000024b8 - 0x000024b8 (0x1) IX[B]
        [14] -1 0       0x000024c0 - 0x000024c0 (0x1) IX[B]
        [15] -1 0       0x000024b0 - 0x000024b0 (0x1) IX[B]
        [16] -1 0       0x00002460 - 0x0000247f (0x20) IX[B]
        [17] -1 0       0x00002440 - 0x0000245f (0x20) IX[B]
aL187 is offline   Reply With Quote
Old 07-15-2006   #4 (permalink)
Just Joined!
 
Join Date: Jul 2006
Posts: 7
Code:
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xfc500000 - 0xfc500fff (0x1000) MX[B]
        [1] -1  0       0xfc480600 - 0xfc4806ff (0x100) MX[B]
        [2] -1  0       0xfc480400 - 0xfc4805ff (0x200) MX[B]
        [3] -1  0       0x1f800000 - 0x1f8003ff (0x400) MX[B]
        [4] -1  0       0xfc480000 - 0xfc4803ff (0x400) MX[B]
        [5] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [6] -1  0       0xfc400000 - 0xfc47ffff (0x80000) MX[B](B)
        [7] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [8] -1  0       0x00001000 - 0x0000103f (0x40) IX[B]
        [9] -1  0       0x00002400 - 0x0000243f (0x40) IX[B]
        [10] -1 0       0x00002000 - 0x000020ff (0x100) IX[B]
        [11] -1 0       0x000024a0 - 0x000024af (0x10) IX[B]
        [12] -1 0       0x000024c4 - 0x000024c4 (0x1) IX[B]
        [13] -1 0       0x000024b8 - 0x000024b8 (0x1) IX[B]
        [14] -1 0       0x000024c0 - 0x000024c0 (0x1) IX[B]
        [15] -1 0       0x000024b0 - 0x000024b0 (0x1) IX[B]
        [16] -1 0       0x00002460 - 0x0000247f (0x20) IX[B]
        [17] -1 0       0x00002440 - 0x0000245f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x1f7fffff (0x1f700000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x1f7fffff (0x1f700000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfc500000 - 0xfc500fff (0x1000) MX[B]
        [6] -1  0       0xfc480600 - 0xfc4806ff (0x100) MX[B]
        [7] -1  0       0xfc480400 - 0xfc4805ff (0x200) MX[B]
        [8] -1  0       0x1f800000 - 0x1f8003ff (0x400) MX[B]
        [9] -1  0       0xfc480000 - 0xfc4803ff (0x400) MX[B]
        [10] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [11] -1 0       0xfc400000 - 0xfc47ffff (0x80000) MX[B](B)
        [12] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x00001000 - 0x0000103f (0x40) IX[B]
        [16] -1 0       0x00002400 - 0x0000243f (0x40) IX[B]
        [17] -1 0       0x00002000 - 0x000020ff (0x100) IX[B]
        [18] -1 0       0x000024a0 - 0x000024af (0x10) IX[B]
        [19] -1 0       0x000024c4 - 0x000024c4 (0x1) IX[B]
        [20] -1 0       0x000024b8 - 0x000024b8 (0x1) IX[B]
        [21] -1 0       0x000024c0 - 0x000024c0 (0x1) IX[B]
        [22] -1 0       0x000024b0 - 0x000024b0 (0x1) IX[B]
        [23] -1 0       0x00002460 - 0x0000247f (0x20) IX[B]
        [24] -1 0       0x00002440 - 0x0000245f (0x20) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(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 FontCache
(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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 2.0.2
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.2
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "vga"
(II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.o
(II) Module vga: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 4.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.4
(II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(--) Chipset generic found
aL187 is offline   Reply With Quote
Old 07-15-2006   #5 (permalink)
Just Joined!
 
Join Date: Jul 2006
Posts: 7
Code:
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x1f7fffff (0x1f700000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfc500000 - 0xfc500fff (0x1000) MX[B]
        [6] -1  0       0xfc480600 - 0xfc4806ff (0x100) MX[B]
        [7] -1  0       0xfc480400 - 0xfc4805ff (0x200) MX[B]
        [8] -1  0       0x1f800000 - 0x1f8003ff (0x400) MX[B]
        [9] -1  0       0xfc480000 - 0xfc4803ff (0x400) MX[B]
        [10] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [11] -1 0       0xfc400000 - 0xfc47ffff (0x80000) MX[B](B)
        [12] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x00001000 - 0x0000103f (0x40) IX[B]
        [16] -1 0       0x00002400 - 0x0000243f (0x40) IX[B]
        [17] -1 0       0x00002000 - 0x000020ff (0x100) IX[B]
        [18] -1 0       0x000024a0 - 0x000024af (0x10) IX[B]
        [19] -1 0       0x000024c4 - 0x000024c4 (0x1) IX[B]
        [20] -1 0       0x000024b8 - 0x000024b8 (0x1) IX[B]
        [21] -1 0       0x000024c0 - 0x000024c0 (0x1) IX[B]
        [22] -1 0       0x000024b0 - 0x000024b0 (0x1) IX[B]
        [23] -1 0       0x00002460 - 0x0000247f (0x20) IX[B]
        [24] -1 0       0x00002440 - 0x0000245f (0x20) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x1f7fffff (0x1f700000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfc500000 - 0xfc500fff (0x1000) MX[B]
        [6] -1  0       0xfc480600 - 0xfc4806ff (0x100) MX[B]
        [7] -1  0       0xfc480400 - 0xfc4805ff (0x200) MX[B]
        [8] -1  0       0x1f800000 - 0x1f8003ff (0x400) MX[B]
        [9] -1  0       0xfc480000 - 0xfc4803ff (0x400) MX[B]
        [10] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [11] -1 0       0xfc400000 - 0xfc47ffff (0x80000) MX[B](B)
        [12] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [13] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [14] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [15] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x00001000 - 0x0000103f (0x40) IX[B]
        [19] -1 0       0x00002400 - 0x0000243f (0x40) IX[B]
        [20] -1 0       0x00002000 - 0x000020ff (0x100) IX[B]
        [21] -1 0       0x000024a0 - 0x000024af (0x10) IX[B]
        [22] -1 0       0x000024c4 - 0x000024c4 (0x1) IX[B]
        [23] -1 0       0x000024b8 - 0x000024b8 (0x1) IX[B]
        [24] -1 0       0x000024c0 - 0x000024c0 (0x1) IX[B]
        [25] -1 0       0x000024b0 - 0x000024b0 (0x1) IX[B]
        [26] -1 0       0x00002460 - 0x0000247f (0x20) IX[B]
        [27] -1 0       0x00002440 - 0x0000245f (0x20) IX[B]
        [28] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [29] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) VGA(0): initializing int10.
(WW) VGA(0): Bad V_BIOS checksum
(II) VGA(0): Primary V_BIOS segment is: 0xc000
(**) VGA(0): Depth 16, (--) framebuffer bpp 16
(==) VGA(0): RGB weight 565
(==) VGA(0): Default visual is TrueColor
(==) VGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) VGA(0): videoRam: 256 kBytes.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) VGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) VGA(0): Pixel clocks available:
(--) VGA(0): pixel clocks:  25.150  28.322  25.120  28.310
(II) VGA(0): Standardbildschirm: Using hsync range of 28.00-33.00 kHz
(II) VGA(0): Standardbildschirm: Using vrefresh range of 43.00-72.00 Hz
(II) VGA(0): Not using default mode "640x350" (insufficient memory for mode)
(II) VGA(0): Not using default mode "320x175" (hsync out of range)
(II) VGA(0): Not using default mode "640x400" (insufficient memory for mode)
(II) VGA(0): Not using default mode "320x200" (hsync out of range)
(II) VGA(0): Not using default mode "720x400" (insufficient memory for mode)
(II) VGA(0): Not using default mode "360x200" (hsync out of range)
(II) VGA(0): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(0): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(0): Not using default mode "320x240" (hsync out of range)
(II) VGA(0): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(0): Not using default mode "320x240" (hsync out of range)
(II) VGA(0): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(0): Not using default mode "320x240" (hsync out of range)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "400x300" (hsync out of range)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "400x300" (hsync out of range)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "400x300" (hsync out of range)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "400x300" (hsync out of range)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "400x300" (hsync out of range)
(II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(0): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(0): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(0): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(0): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(0): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1152x864" (insufficient memory for mode)
(II) VGA(0): Not using default mode "576x432" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) VGA(0): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) VGA(0): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) VGA(0): Not using default mode "640x512" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1280x1024" (insufficient memory for mode)
aL187 is offline   Reply With Quote
Old 07-15-2006   #6 (permalink)
Just Joined!
 
Join Date: Jul 2006
Posts: 7
Code:
(II) VGA(0): Not using default mode "640x512" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) VGA(0): Not using default mode "640x512" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) VGA(0): Not using default mode "896x672" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) VGA(0): Not using default mode "896x672" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) VGA(0): Not using default mode "928x696" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) VGA(0): Not using default mode "928x696" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) VGA(0): Not using default mode "960x720" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) VGA(0): Not using default mode "960x720" (insufficient memory for mode)
(II) VGA(0): Not using default mode "832x624" (insufficient memory for mode)
(II) VGA(0): Not using default mode "416x312" (hsync out of range)
(II) VGA(0): Not using default mode "1152x768" (insufficient memory for mode)
(II) VGA(0): Not using default mode "576x384" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) VGA(0): Not using default mode "700x525" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) VGA(0): Not using default mode "700x525" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1600x1024" (insufficient memory for mode)
(II) VGA(0): Not using default mode "800x512" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) VGA(0): Not using default mode "960x720" (insufficient memory for mode)
(II) VGA(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(0): Not using mode "800x600" (no mode of this name)
(--) VGA(0): Virtual size is 320x240 (pitch 320)
(**) VGA(0):  Default mode "320x240": 12.6 MHz, 31.4 kHz, 60.0 Hz (D)
(II) VGA(0): Modeline "320x240"   12.57  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(++) VGA(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.2
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xfc400000 - 0xfc47ffff (0x80000) MS[B]
        [1] 0   0       0xf0000000 - 0xf7ffffff (0x8000000) MS[B]
        [2] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [3] -1  0       0x00100000 - 0x1f7fffff (0x1f700000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xfc500000 - 0xfc500fff (0x1000) MX[B]
        [8] -1  0       0xfc480600 - 0xfc4806ff (0x100) MX[B]
        [9] -1  0       0xfc480400 - 0xfc4805ff (0x200) MX[B]
        [10] -1 0       0x1f800000 - 0x1f8003ff (0x400) MX[B]
        [11] -1 0       0xfc480000 - 0xfc4803ff (0x400) MX[B]
        [12] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [13] -1 0       0xfc400000 - 0xfc47ffff (0x80000) MX[B](B)
        [14] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [15] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [16] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
        [17] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
        [18] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [19] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [20] -1 0       0x00001000 - 0x0000103f (0x40) IX[B]
        [21] -1 0       0x00002400 - 0x0000243f (0x40) IX[B]
        [22] -1 0       0x00002000 - 0x000020ff (0x100) IX[B]
        [23] -1 0       0x000024a0 - 0x000024af (0x10) IX[B]
        [24] -1 0       0x000024c4 - 0x000024c4 (0x1) IX[B]
        [25] -1 0       0x000024b8 - 0x000024b8 (0x1) IX[B]
        [26] -1 0       0x000024c0 - 0x000024c0 (0x1) IX[B]
        [27] -1 0       0x000024b0 - 0x000024b0 (0x1) IX[B]
        [28] -1 0       0x00002460 - 0x0000247f (0x20) IX[B]
        [29] -1 0       0x00002440 - 0x0000245f (0x20) IX[B]
        [30] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [31] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(EE) VGA(0): Depth 16 not supported by this driver

Fatal server error:
AddScreen/ScreenInit failed for driver 0
aL187 is offline   Reply With Quote
Old 07-15-2006   #7 (permalink)
Just Joined!
 
Join Date: Jul 2006
Location: Czech Republic
Posts: 31
Send a message via ICQ to Blue Beret
Well, have you set a bit depth of 15? You seem to have tried 16 instead.
Blue Beret is offline   Reply With Quote
Old 07-15-2006   #8 (permalink)
Just Joined!
 
Join Date: Jul 2006
Posts: 7
Quote:
Originally Posted by Blue Beret
Well, have you set a bit depth of 15? You seem to have tried 16 instead.
I tried bith with 15 and 16 (as DanerDan said).

Would you ilke to see the log for 15 ad well?
aL187 is offline   Reply With Quote
Old 07-15-2006   #9 (permalink)
Just Joined!
 
Join Date: Jul 2006
Location: Czech Republic
Posts: 31
Send a message via ICQ to Blue Beret
Quote:
Originally Posted by aL187
Would you ilke to see the log for 15 ad well?
Nope, I just tried to be helpful
Blue Beret is offline   Reply With Quote
Old 07-15-2006   #10 (permalink)
Just Joined!
 
Join Date: Jul 2006
Posts: 7
EDIT: POsted the wrong log, this is the correct one for 15:

Here is the 15:

Code:
login as: root
Using keyboard-interactive authentication.
Password:
Last login: Sat Jul 15 17:08:09 2006 from 83.73.189.21.ip.tele2adsl.dk
89-149-194-192:~# startx
Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority
Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority
XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-14sarge1 20050901212727 fjp@localho                                st.localdomain)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.8-16.0508-2 i686 [ELF]
Build Date: 02 September 2005

This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way.  Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.

We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.

Before filing a bug report, you may want to consult the Debian X FAQ:
       XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
  plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz

Module Loader present
OS Kernel: Linux version 2.6.8-2-686-smp (horms@tabatha.lab.ultramonkey.org) (gc                                c version 3.3.5 (Debian 1:3.3.5-13)) #1 SMP Tue Aug 16 12:08:30 UTC 2005
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/XFree86.0.log", Time: Sat Jul 15 23:13:39 2006
(==) Using config file: "/etc/X11/XF86Config-4"

Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No sym                                bols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No sym                                bols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No sy                                mbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No s                                ymbols found
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols foun                                d
(EE) VGA(0): Depth 15 not supported by this driver

Fatal server error:
AddScreen/ScreenInit failed for driver 0


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.
89-149-194-192:~# less /etc/X11/XF86Config-4
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection
aL187 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 01:54 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2