[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X-windows on Sony PCV RX360DS (updated XF86Config-4)



Great suggestions. I've got xwindows starting up with "vesa" as a driver, "vga" didn't work. the screen cuts about an inch and a half off the top and leaves shadows of windows when they are moved (sometimes the top bar appears at the bottom of the screen). UseFBDev true/false shows no effect. Ive set default depth to 16. I'm fairly certain lspci reported an intel i815 but I thought I had an i810. Either way I was thinking I needed to add agp support. I've been unable to find a tutorial or help on that. Once upon an install ago I upgraded the kernel to add support, but apparantly I didn't leave all the other settings the same because my Roadrunner broadband didn't work. If possible I'd prefer to avoid that route unless necessary. I've attached my updated XF86Config-4. Any suggestions on how to proceed will be welcomed. Thank You again.

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
gqkokidko@msn.com


From: Kent West <westk@acu.edu>
To: debian-user@lists.debian.org
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>

(==) 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

Does "lspci" report your graphics card correctly, or as an "unknown device"? If the latter, you might want to upgrade your kernel.

--
Kent


--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


_________________________________________________________________
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"
EndSection

Section "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"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "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"
EndSection

Section "Device"
	Identifier	"Intel"
	Driver		"vesa"
	VideoRam	4096
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Viewsonic A90"
	HorizSync	31.5-79
	VertRefresh	50-100
	Option		"DPMS"
EndSection

Section "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
EndSection

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

Section "DRI"
	Mode	0666
EndSection

### END DEBCONF SECTION












Reply to: