ps (and completely unrelated). Is there something similar to Msoft's "path" statement where I wouldn't have to type "mount /dev/hda1 /mnt/win -t vfat" every time I reboot.
Matthew Kokidko [EMAIL PROTECTED]
From: Kent West <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: X-windows on Sony PCV RX360DS Date: Mon, 19 Jan 2004 22:53:31 -0600
Matthew Kokidko wrote:
I've just downloaded and installed the Current debian install (as of 4 days ago) and I believe it was packaged with the latest X Server but after installing on my system I've been unable to get the xwindows system to display. I have intel i810 graphics, most likely onboard my sony system and a Viewsonic A90 (19") moniter. I've included my XF86Config-4 and my XFree86.0.log files but I'm new to this group so I'm not sure if it will be included with this e-mail. Any help would be appreciated so I can start managing my internet and mail without having to boot to windows. I'm almost free!!<snip>
Section "Device" Identifier "Intel" Driver "i810" VideoRam 4096 Option "UseFBDev" "true" EndSection
Try:
* setting "UseFBDev" to "false"
* using a different driver, such as vesa or vga (just temporarily, to make progress)
<snip>
Section "Screen" Identifier "Default Screen" Device "Intel" Monitor "Viewsonic A90" DefaultDepth 24
Try lowering your DefaultDepth temporarily (say, to 16 or even 8).
<snip>
Does "lspci" report your graphics card correctly, or as an "unknown device"? If the latter, you might want to upgrade your kernel.(==) I810(0): Write-combining range (0xe4000000,0x4000000) (II) I810(0): Setting dot clock to 94.5 MHz [ 0x3d 0xe 0x20 ] [ 63 16 2 ] (II) I810(0): chose watermark 0x22218000: (tab.freq 94.5)
Fatal server error: AddScreen/ScreenInit failed for driver 0
-- Kent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
_________________________________________________________________
Check out the coupons and bargains on MSN Offers! http://shopping.msn.com/softcontent/softcontent.aspx?scmId=1418 ### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) 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.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
# dpkg-reconfigure xserver-xfree86
# as root. Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.
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/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSectionSection "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSectionSection "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSectionSection "Device"
Identifier "Intel"
Driver "vesa"
VideoRam 4096
Option "UseFBDev" "true"
EndSectionSection "Monitor"
Identifier "Viewsonic A90"
HorizSync 31.5-79
VertRefresh 50-100
Option "DPMS"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "Intel"
Monitor "Viewsonic A90"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSectionSection "DRI"
Mode 0666
EndSection### END DEBCONF SECTION

