FreeBSD X11 Which packages to install?

Started by
8 comments, last by njkt 17 years, 12 months ago
Okay, can I run XWindows from a SSH Client? (Including the mouse) That would be awesome. I haven't tested it yet, but I'm going to sometime tomorrow. Then I can log into 5 servers all at once and have 5 desktops [lol] edit: So I'm trying to install X11. Just need some help picking out the correct packages. I installed gnome 2.0 but I guess that isn't enough. [Edited by - Tradone on April 4, 2006 10:36:32 AM]
Advertisement
Yes. SSH can be used as a tunnel, and several of the SSH clients on Windows support it.

For a simple example, download PuTTY and X-Deep/32 on Windows. Both are free products. I'll let you find the links using [google] because I'm too lazy to do it. With a few moments of configuration, you can conveniently run an X server session on your Windows desktop with applications running on your ISP's Solaris machines using an SSH tunnel. You can also have connections with apps running at your school's open Linux labs, your professor's HP-UX computer lab, your friend's MacOSX machine, and an AIX server for a nuclear power plant that you happen to know the password for. The apps can run (more precisely, be displayed) side-by-side with your other Windows apps. Amazing.

The whole idea behind X was to have your local machine (the window server) be able to run applications remotely (on application clients). You really don't need to have 5 desktops, since one desktop can have all the applications connect to it by providing the right command line options. Doing it with an SSH tunnel just helps keep things a little more private.

(On a side note, it is not "X Windows", but the "X Window System", "X11", or just "X".)
Cool.
well I already own Putty.
Thanks for the info.

edit: So I'm trying to install X11.
Just need some help picking out the correct packages.
I installed gnome 2.0 but I guess that isn't enough.


[Edited by - Tradone on April 4, 2006 10:49:43 AM]
Er... it's been a while for me, but doesn't the ports tree on *BSD handle dependencies as well? Gnome depends on Gtk which depends in turn on X.org. I think the package itself is called libx.

<hr />
Sander Marechal<small>[Lone Wolves][Hearts for GNOME][E-mail][Forum FAQ]</small>

I can't get the darn thing to run.
I remember couple years back all I had to do with type "X"
and the GUI would loadup
Quote:Original post by Tradone
I can't get the darn thing to run.
I remember couple years back all I had to do with type "X"
and the GUI would loadup


What's your configuration?

You say you're using PuTTY. That's a Windows SSH client. Typing 'X' starts an X11 server, which provides input and display services to X11 clients. Where are your clients running? Where is your server running?

If you're expecting to be able to SSH from Windows into a BSD box and remotely start an X11 server you may be mistaken. What you're more likely able to do is to start an X11 server on your Windows box (using Cygwin or maybe some other X11 server), SSH to the BSD box, and start X11 clients that run on the BSD machine and use the Windows display, mouse, and keyboard.

If you're trying to start X directly from the BSD console, it may just be a matter of setting the default runlevel and Gnome may start automatically. If not, there's a bunch of config files to edit to make the magic happen.

Good luck with it. It is possible.

Stephen M. Webb
Professional Free Software Developer

Quote:Original post by Bregma
Quote:Original post by Tradone
I can't get the darn thing to run.
I remember couple years back all I had to do with type "X"
and the GUI would loadup


What's your configuration?

You say you're using PuTTY. That's a Windows SSH client. Typing 'X' starts an X11 server, which provides input and display services to X11 clients. Where are your clients running? Where is your server running?

If you're expecting to be able to SSH from Windows into a BSD box and remotely start an X11 server you may be mistaken. What you're more likely able to do is to start an X11 server on your Windows box (using Cygwin or maybe some other X11 server), SSH to the BSD box, and start X11 clients that run on the BSD machine and use the Windows display, mouse, and keyboard.

If you're trying to start X directly from the BSD console, it may just be a matter of setting the default runlevel and Gnome may start automatically. If not, there's a bunch of config files to edit to make the magic happen.

Good luck with it. It is possible.


aughk, never mind.
it sounds way too complicated. I can't even answer your questions.
i just thought it'll be really cool if I can load my desktop from PUTTY.
if that's hard, forget it, then. maybe some other time. bla
thanks though.
As root
$ cd /usr/ports/x11/gnome2
$ make install clean
...wait ~10 hours
To learn how to start it up and to use some of that time
http://www.freebsd.org/gnome/docs/faq2.html#q1


Thanks I was able to do some research on my own with the clues you've provided me.

I installed Xorg on freebsd
and installed gnome2

but when I try to launch X I get the following

Xorg -configure
151# Xorg -configureX Window System Version 6.8.2Release Date: 9 February 2005X Protocol Version 11, Revision 0, Release 6.8.2Build Operating System: FreeBSD 5.4 i386 [ELF]Current Operating System: FreeBSD 151.shenu.com 5.4-RELEASE FreeBSD 5.4-RELEASE Build Date: 08 April 2006        Before reporting problems, check http://wiki.X.Org        to make sure that you have the latest version.Module Loader presentMarkers: (--) 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: Sun Apr  9 17:48:46 2006List of video drivers:        atimisc        r128        radeon        mga        glint        nv        tga        s3        s3virge        sis        rendition        neomagic        i740        tdfx        savage        cirrus        vmware        tseng        trident        chips        apm        i128        nsc        i810        ati        ark        cyrix        siliconmotion        via        vesa        vga        dummy(++) Using config file: "/root/xorg.conf.new"Xorg detected your mouse at device /dev/sysmouse.Please check your config if the mouse is still notoperational, as by default Xorg tries to autodetectthe protocol.Your xorg.conf file is /root/xorg.conf.newTo test the server, run 'X -config /root/xorg.conf.new'


X -config /root/xorg.conf.new
151# X -config /root/xorg.conf.newX Window System Version 6.8.2Release Date: 9 February 2005X Protocol Version 11, Revision 0, Release 6.8.2Build Operating System: FreeBSD 5.4 i386 [ELF]Build Date: 08 April 2006        Before reporting problems, check http://wiki.X.Org        to make sure that you have the latest version.Module Loader presentMarkers: (--) 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: Sun Apr  9 17:48:53 2006(++) Using config file: "/root/xorg.conf.new"

and then it just freezes.

so I tried this:
X
^C151# XX Window System Version 6.8.2Release Date: 9 February 2005X Protocol Version 11, Revision 0, Release 6.8.2Build Operating System: FreeBSD 5.4 i386 [ELF]uild Date: 08 April 2006        Before reporting problems, check http://wiki.X.Org        to make sure that you have the latest version.Module Loader presentMarkers: (--) 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: Sun Apr  9 17:51:28 2006(EE) Unable to locate/open config filexf86AutoConfig: Primary PCI is 0:5:0Running "/usr/X11R6/bin/getconfig -X 60802000 -I /etc/X11,/usr/X11R6/etc/X11,/usr/X11R6/lib/modules,/usr/X11R6/lib/X11/getconfig -v 0x1002 -d 0x4756 -r 0x7a -s 0x1002 -b 0x4756 -c 0x0300"getconfig.pl: Version 1.0.getconfig.pl: Xorg Version: 6.8.2.0.getconfig.pl: 23 built-in rules.getconfig.pl: rules file '/usr/X11R6/lib/X11/getconfig/xorg.cfg' has version 1.0.getconfig.pl: 1 rule added from file '/usr/X11R6/lib/X11/getconfig/xorg.cfg'.getconfig.pl: Evaluated 24 rules with 0 errors.getconfig.pl: Weight of result is 500.New driver is "ati"(==) Using default built-in configuration (53 lines)(EE) Failed to load module "fbdev" (module does not exist, 0)(EE) <default pointer>: Cannot find which device to use.(EE) xf86OpenSerial: No Device specified.(EE) <default pointer>: cannot open input device(EE) PreInit failed for input device "<default pointer>"No core pointerFatal server error:failed to initialize core devicesPlease consult the The X.Org Foundation support         at http://wiki.X.Org for help.Please also check the log file at "/var/log/Xorg.0.log" for additional information.


so I followed the instructions and
edit /var/log/Xorg.0.log
X Window System Version 6.8.2Release Date: 9 February 2005X Protocol Version 11, Revision 0, Release 6.8.2Build Operating System: FreeBSD 5.4 i386 [ELF] uild Date: 08 April 2006	Before reporting problems, check http://wiki.X.Org	to make sure that you have the latest version.Module Loader presentMarkers: (--) 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: Sun Apr  9 17:51:28 2006(EE) Unable to locate/open config file(II) Module ABI versions:	X.Org ANSI C Emulation: 0.2	X.Org Video Driver: 0.7	X.Org XInput driver : 0.4	X.Org Server Extension : 0.2	X.Org Font Renderer : 0.4(II) Loader running on freebsd(II) LoadModule: "bitmap"(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a(II) Module bitmap: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.0.0	Module class: X.Org Font Renderer	ABI class: X.Org Font Renderer, version 0.4(II) Loading font Bitmap(II) LoadModule: "pcidata"(II) Loading /usr/X11R6/lib/modules/libpcidata.a(II) Module pcidata: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.0.0	ABI class: X.Org Video Driver, version 0.7(--) Using syscons driver with X support (version 2.0)(--) using VT number 9(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 1166,0007 card 0000,0000 rev 03 class 06,00,00 hdr 80(II) PCI: 00:00:1: chip 1166,0005 card 0000,0000 rev 02 class 06,00,00 hdr 80(II) PCI: 00:03:0: chip 0e11,a0f0 card 0e11,b0f3 rev 00 class 08,80,00 hdr 00(II) PCI: 00:05:0: chip 1002,4756 card 1002,4756 rev 7a class 03,00,00 hdr 00(II) PCI: 00:0f:0: chip 1166,0200 card 1166,0200 rev 4d class 06,01,00 hdr 00(II) PCI: 00:11:0: chip 1166,0007 card 0000,0000 rev 03 class 06,00,00 hdr 80(II) PCI: 00:11:1: chip 1166,0005 card 0000,0000 rev 02 class 06,00,00 hdr 80(II) PCI: 01:04:0: chip 1000,000f card 0e11,7004 rev 14 class 01,00,00 hdr 80(II) PCI: 01:04:1: chip 1000,000f card 0e11,7004 rev 14 class 01,00,00 hdr 80(II) PCI: 01:07:0: chip 8086,1229 card 103c,10cb rev 08 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,1), BCTRL: 0x0008 (VGA_EN is set)(II) Bus 0 I/O range:	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX(II) Bus 0 non-prefetchable memory range:	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX(II) Bus 0 prefetchable memory range:	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX(II) Host-to-PCI bridge:(II) Bus 1: bridge is at (0:0:1), (-1,1,1), BCTRL: 0x0008 (VGA_EN is set)(II) Bus 1 I/O range:	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX(II) Bus 1 non-prefetchable memory range:	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX(II) Bus 1 prefetchable memory range:	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX(II) PCI-to-ISA bridge:(II) Bus -1: bridge is at (0:15:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)(II) Host-to-PCI bridge:(II) Bus -1: bridge is at (0:17:0), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)(II) Bus -1 I/O range:	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX(II) Bus -1 non-prefetchable memory range:	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX(II) Bus -1 prefetchable memory range:	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX(II) Host-to-PCI bridge:(II) Bus -1: bridge is at (0:17:1), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)(II) Bus -1 I/O range:	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX(II) Bus -1 non-prefetchable memory range:	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX(II) Bus -1 prefetchable memory range:	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX(--) PCI:*(0:5:0) ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC] rev 122, Mem @ 0xc5000000/24, 0xc6dfe000/12, I/O @ 0x2000/8xf86AutoConfig: Primary PCI is 0:5:0Running "/usr/X11R6/bin/getconfig -X 60802000 -I /etc/X11,/usr/X11R6/etc/X11,/usr/X11R6/lib/modules,/usr/X11R6/lib/X11/getconfig -v 0x1002 -d 0x4756 -r 0x7a -s 0x1002 -b 0x4756 -c 0x0300"New driver is "ati"(==) Using default built-in configuration (53 lines)(==) --- Start of built-in configuration ---	Section "Module"		Load	"extmod"		Load	"dbe"		Load	"glx"		Load	"freetype"	EndSection	Section "Monitor"		Identifier	"Builtin Default Monitor"		Option	"TargetRefresh"	"75.0"	EndSection	Section "Device"		Identifier	"Builtin Default ati Device 0"		Driver	"ati"	EndSection	Section "Screen"		Identifier	"Builtin Default ati Screen 0"		Device	"Builtin Default ati Device 0"		Monitor	"Builtin Default Monitor"	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"		Monitor	"Builtin Default Monitor"	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"		Monitor	"Builtin Default Monitor"	EndSection	Section "Device"		Identifier	"Builtin Default vga Device 0"		Driver	"vga"	EndSection	Section "Screen"		Identifier	"Builtin Default vga Screen 0"		Device	"Builtin Default vga Device 0"		Monitor	"Builtin Default Monitor"	EndSection	Section "ServerLayout"		Identifier	"Builtin Default Layout"		Screen	"Builtin Default ati Screen 0"		Screen	"Builtin Default fbdev Screen 0"		Screen	"Builtin Default vesa Screen 0"		Screen	"Builtin Default vga Screen 0"	EndSection(==) --- End of built-in configuration ---(==) ServerLayout "Builtin Default Layout"(**) |-->Screen "Builtin Default ati Screen 0" (0)(**) |   |-->Monitor "Builtin Default Monitor"(**) |   |-->Device "Builtin Default ati Device 0"(**) |-->Screen "Builtin Default fbdev Screen 0" (1)(**) |   |-->Monitor "Builtin Default Monitor"(**) |   |-->Device "Builtin Default fbdev Device 0"(**) |-->Screen "Builtin Default vesa Screen 0" (2)(**) |   |-->Monitor "Builtin Default Monitor"(**) |   |-->Device "Builtin Default vesa Device 0"(**) |-->Screen "Builtin Default vga Screen 0" (3)(**) |   |-->Monitor "Builtin Default Monitor"(**) |   |-->Device "Builtin Default vga Device 0"(==) |-->Input Device "<default pointer>"(==) |-->Input Device "<default keyboard>"(==) Keyboard: CustomKeycode disabled(WW) The core pointer device wasn't specified explicitly in the layout.	Using the default mouse configuration.(WW) The core keyboard device wasn't specified explicitly in the layout.	Using the default keyboard configuration.(WW) No FontPath specified.  Using compiled-in default.(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.	Entry deleted from font path.(==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"(==) ModulePath set to "/usr/X11R6/lib/modules"(II) Addressable bus resource ranges are	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX(II) OS-reported resource ranges:	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX(B)	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX(II) Active PCI resource ranges:	[0] -1	0	0xc6e00000 - 0xc6ffffff (0x200000) MXE	[1] -1	0	0xc6ffb000 - 0xc6ffbfff (0x1000) MXE	[2] -1	0	0xc6ffc000 - 0xc6ffffff (0x4000) MXE	[3] -1	0	0xc6ffdf00 - 0xc6ffdfff (0x100) MXE	[4] -1	0	0xc6ffe000 - 0xc6ffffff (0x2000) MXE	[5] -1	0	0xc6ffff00 - 0xc6ffffff (0x100) MXE	[6] -1	0	0xc6dfff00 - 0xc6dfffff (0x100) MXE	[7] -1	0	0xc6dfe000 - 0xc6dfefff (0x1000) MX(B)	[8] -1	0	0xc5000000 - 0xc5ffffff (0x1000000) MX(B)	[9] -1	0	0x00003800 - 0x000038ff (0x100) IXE	[10] -1	0	0x00003400 - 0x000034ff (0x100) IXE	[11] -1	0	0x00003000 - 0x000030ff (0x100) IXE	[12] -1	0	0x00001800 - 0x000018ff (0x100) IXE	[13] -1	0	0x00002000 - 0x000020ff (0x100) IX(B)(II) PCI Memory resource overlap reduced 0xc6e00000 from 0xc6ffffff to 0xc6efffff(II) PCI Memory resource overlap reduced 0xc6ffc000 from 0xc6ffffff to 0xc6ffcfff(II) PCI Memory resource overlap reduced 0xc6ffe000 from 0xc6ffffff to 0xc6ffefff(II) Active PCI resource ranges after removing overlaps:	[0] -1	0	0xc6e00000 - 0xc6efffff (0x100000) MXE	[1] -1	0	0xc6ffb000 - 0xc6ffbfff (0x1000) MXE	[2] -1	0	0xc6ffc000 - 0xc6ffcfff (0x1000) MXE	[3] -1	0	0xc6ffdf00 - 0xc6ffdfff (0x100) MXE	[4] -1	0	0xc6ffe000 - 0xc6ffefff (0x1000) MXE	[5] -1	0	0xc6ffff00 - 0xc6ffffff (0x100) MXE	[6] -1	0	0xc6dfff00 - 0xc6dfffff (0x100) MXE	[7] -1	0	0xc6dfe000 - 0xc6dfefff (0x1000) MX(B)	[8] -1	0	0xc5000000 - 0xc5ffffff (0x1000000) MX(B)	[9] -1	0	0x00003800 - 0x000038ff (0x100) IXE	[10] -1	0	0x00003400 - 0x000034ff (0x100) IXE	[11] -1	0	0x00003000 - 0x000030ff (0x100) IXE	[12] -1	0	0x00001800 - 0x000018ff (0x100) IXE	[13] -1	0	0x00002000 - 0x000020ff (0x100) IX(B)(II) OS-reported resource ranges after removing overlaps with PCI:	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX(B)	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX(II) All system resource ranges:	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX(B)	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX	[5] -1	0	0xc6e00000 - 0xc6efffff (0x100000) MXE	[6] -1	0	0xc6ffb000 - 0xc6ffbfff (0x1000) MXE	[7] -1	0	0xc6ffc000 - 0xc6ffcfff (0x1000) MXE	[8] -1	0	0xc6ffdf00 - 0xc6ffdfff (0x100) MXE	[9] -1	0	0xc6ffe000 - 0xc6ffefff (0x1000) MXE	[10] -1	0	0xc6ffff00 - 0xc6ffffff (0x100) MXE	[11] -1	0	0xc6dfff00 - 0xc6dfffff (0x100) MXE	[12] -1	0	0xc6dfe000 - 0xc6dfefff (0x1000) MX(B)	[13] -1	0	0xc5000000 - 0xc5ffffff (0x1000000) MX(B)	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX	[16] -1	0	0x00003800 - 0x000038ff (0x100) IXE	[17] -1	0	0x00003400 - 0x000034ff (0x100) IXE	[18] -1	0	0x00003000 - 0x000030ff (0x100) IXE	[19] -1	0	0x00001800 - 0x000018ff (0x100) IXE	[20] -1	0	0x00002000 - 0x000020ff (0x100) IX(B)(II) LoadModule: "extmod"(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a(II) Module extmod: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.0.0	Module class: X.Org Server Extension	ABI class: X.Org 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 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/X11R6/lib/modules/extensions/libdbe.a(II) Module dbe: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.0.0	Module class: X.Org Server Extension	ABI class: X.Org Server Extension, version 0.2(II) Loading extension DOUBLE-BUFFER(II) LoadModule: "glx"(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a(II) Module glx: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.0.0	ABI class: X.Org Server Extension, version 0.2(II) Loading sub module "GLcore"(II) LoadModule: "GLcore"(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a(II) Module GLcore: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.0.0	ABI class: X.Org Server Extension, version 0.2(II) Loading extension GLX(II) LoadModule: "freetype"(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"	compiled for 6.8.2, module version = 2.1.0	Module class: X.Org Font Renderer	ABI class: X.Org Font Renderer, version 0.4(II) Loading font FreeType(II) LoadModule: "ati"(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o(II) Module ati: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 6.5.6	Module class: X.Org Video Driver	ABI class: X.Org Video Driver, version 0.7(II) LoadModule: "fbdev"(WW) Warning, couldn't open module fbdev(II) UnloadModule: "fbdev"(EE) Failed to load module "fbdev" (module does not exist, 0)(II) LoadModule: "vesa"(II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.o(II) Module vesa: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.0.0	Module class: X.Org Video Driver	ABI class: X.Org Video Driver, version 0.7(II) LoadModule: "vga"(II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.o(II) Module vga: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 4.0.0	Module class: X.Org Video Driver	ABI class: X.Org Video Driver, version 0.7(II) LoadModule: "mouse"(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o(II) Module mouse: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.0.0	Module class: X.Org XInput Driver	ABI class: X.Org XInput driver, version 0.4(II) LoadModule: "keyboard"(II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.o(II) Module keyboard: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.0.0	Module class: X.Org XInput Driver	ABI class: X.Org XInput driver, version 0.4(II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga(II) R128: Driver for ATI Rage 128 chipsets:	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),	ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),	ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),	ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),	ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),	ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),	ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),	ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),	ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),	ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),	ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),	ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),	ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),	ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),	ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),	ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),	ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),	ATI Rage 128 Pro ULTRA TU (AGP?)(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),	ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),	ATI Radeon Mobility M7 LW (AGP),	ATI Mobility FireGL 7800 M7 LX (AGP),	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),	ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,	ATI Radeon IGP330/340/350 (A4) 4137,	ATI Radeon IGP330M/340M/350M (U2) 4337,	ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),	ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),	ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),	ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),	ATI Radeon Mobility 9000 (M9) Lf (AGP),	ATI Radeon Mobility 9000 (M9) Lg (AGP),	ATI Radeon 9100 IGP (A5) 5834,	ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,	ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),	ATI Radeon 9200SE 5964 (AGP),	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),	ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),	ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),	ATI FireGL RV360 AV (AGP),	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),	ATI Radeon Mobility 9600 (M10) NQ (AGP),	ATI Radeon Mobility 9600 (M11) NR (AGP),	ATI Radeon Mobility 9600 (M10) NS (AGP),	ATI FireGL Mobility T2 (M10) NT (AGP),	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),	ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),	ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),	ATI Radeon 9800XT NJ (AGP), ATI Radeon X600 (RV380) 3E50 (PCIE),	ATI FireGL V3200 (RV380) 3E54 (PCIE),	ATI Radeon Mobility X600 (M24) 3150 (PCIE),	ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),	ATI Radeon X600 (RV370) 5B62 (PCIE),	ATI FireGL V3100 (RV370) 5B64 (PCIE),	ATI FireGL D1100 (RV370) 5B65 (PCIE),	ATI Radeon Mobility M300 (M22) 5460 (PCIE),	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R420) JH (AGP),	ATI Radeon X800PRO (R420) JI (AGP),	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),	ATI Radeon Mobility 9800 (M18) JN (AGP),	ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 (R423) UH (PCIE),	ATI Radeon X800PRO (R423) UI (PCIE),	ATI Radeon X800LE (R423) UJ (PCIE),	ATI Radeon X800SE (R423) UK (PCIE),	ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),	ATI FireGL V7100 (R423) UT (PCIE),	ATI Radeon X800XT (R423) 5D57 (PCIE)(II) VESA: driver for VESA chipsets: vesa(II) VGA: Generic VGA driver (version 4.0) for chipsets: generic(II) Primary Device is: PCI 00:05:0(II) ATI:  Candidate "Device" section "Builtin Default ati Device 0".(II) ATI:  Shared PCI/AGP Mach64 in slot 0:5:0 detected.(II) ATI:  Shared PCI/AGP Mach64 in slot 0:5:0 assigned to active "Device" section "Builtin Default ati Device 0".(II) resource ranges after xf86ClaimFixedResources() call:	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX(B)	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX	[5] -1	0	0xc6e00000 - 0xc6efffff (0x100000) MXE	[6] -1	0	0xc6ffb000 - 0xc6ffbfff (0x1000) MXE	[7] -1	0	0xc6ffc000 - 0xc6ffcfff (0x1000) MXE	[8] -1	0	0xc6ffdf00 - 0xc6ffdfff (0x100) MXE	[9] -1	0	0xc6ffe000 - 0xc6ffefff (0x1000) MXE	[10] -1	0	0xc6ffff00 - 0xc6ffffff (0x100) MXE	[11] -1	0	0xc6dfff00 - 0xc6dfffff (0x100) MXE	[12] -1	0	0xc6dfe000 - 0xc6dfefff (0x1000) MX(B)	[13] -1	0	0xc5000000 - 0xc5ffffff (0x1000000) MX(B)	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX	[16] -1	0	0x00003800 - 0x000038ff (0x100) IXE	[17] -1	0	0x00003400 - 0x000034ff (0x100) IXE	[18] -1	0	0x00003000 - 0x000030ff (0x100) IXE	[19] -1	0	0x00001800 - 0x000018ff (0x100) IXE	[20] -1	0	0x00002000 - 0x000020ff (0x100) IX(B)(II) Loading sub module "atimisc"(II) LoadModule: "atimisc"(II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o(II) Module atimisc: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 6.5.6	Module class: X.Org Video Driver	ABI class: X.Org Video Driver, version 0.7(--) Assigning device section with no busID to primary device(--) Chipset vesa found(--) Assigning device section with no busID to primary device(--) Chipset generic found(II) resource ranges after probing:	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX(B)	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX	[5] -1	0	0xc6e00000 - 0xc6efffff (0x100000) MXE	[6] -1	0	0xc6ffb000 - 0xc6ffbfff (0x1000) MXE	[7] -1	0	0xc6ffc000 - 0xc6ffcfff (0x1000) MXE	[8] -1	0	0xc6ffdf00 - 0xc6ffdfff (0x100) MXE	[9] -1	0	0xc6ffe000 - 0xc6ffefff (0x1000) MXE	[10] -1	0	0xc6ffff00 - 0xc6ffffff (0x100) MXE	[11] -1	0	0xc6dfff00 - 0xc6dfffff (0x100) MXE	[12] -1	0	0xc6dfe000 - 0xc6dfefff (0x1000) MX(B)	[13] -1	0	0xc5000000 - 0xc5ffffff (0x1000000) MX(B)	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX	[19] -1	0	0x00003800 - 0x000038ff (0x100) IXE	[20] -1	0	0x00003400 - 0x000034ff (0x100) IXE	[21] -1	0	0x00003000 - 0x000030ff (0x100) IXE	[22] -1	0	0x00001800 - 0x000018ff (0x100) IXE	[23] -1	0	0x00002000 - 0x000020ff (0x100) IX(B)	[24] 0	0	0x000003b0 - 0x000003bb (0xc) IS	[25] 0	0	0x000003c0 - 0x000003df (0x20) IS(II) Setting vga for screen 0.(==) ATI(0): Chipset:  "ati".(II) ATI(0): Creating default Display subsection in Screen section	"Builtin Default ati Screen 0" for depth/fbbpp 16/16(==) ATI(0): Depth 16, (==) framebuffer bpp 16(II) Loading sub module "int10"(II) LoadModule: "int10"(II) Loading /usr/X11R6/lib/modules/libint10.a(II) Module int10: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.0.0	ABI class: X.Org Video Driver, version 0.7(==) ATI(0): Write-combining range (0xa0000,0x20000) was already clear(==) ATI(0): Write-combining range (0xc0000,0x40000) was already clear(II) ATI(0): Primary V_BIOS segment is: 0xc000(==) ATI(0): Write-combining range (0x0,0x1000) was already clear(II) Loading sub module "ddc"(II) LoadModule: "ddc"(II) Loading /usr/X11R6/lib/modules/libddc.a(II) Module ddc: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.0.0	ABI class: X.Org Video Driver, version 0.7(II) Loading sub module "vbe"(II) LoadModule: "vbe"(II) Loading /usr/X11R6/lib/modules/libvbe.a(II) Module vbe: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.1.0	ABI class: X.Org Video Driver, version 0.7(II) ATI(0): VESA BIOS detected(II) ATI(0): VESA VBE Version 2.0(II) ATI(0): VESA VBE Total Mem: 1024 kB(II) ATI(0): VESA VBE OEM: ATI MACH64(II) ATI(0): VESA VBE OEM Software Rev: 1.0(II) ATI(0): VESA VBE OEM Vendor: ATI Technologies Inc.(II) ATI(0): VESA VBE OEM Product: MACH64GT(II) ATI(0): VESA VBE OEM Product Rev: 01.00(II) ATI(0): VESA VBE DDC supported(II) ATI(0): VESA VBE DDC Level none(II) ATI(0): VESA VBE DDC transfer in appr. 2 sec.(II) ATI(0): VESA VBE DDC read failed(==) ATI(0): Write-combining range (0x0,0x1000) was already clear(==) ATI(0): Write-combining range (0xa0000,0x10000) was already clear(==) ATI(0): Write-combining range (0xc6dfe000,0x1000) was already clear(II) ATI(0): BIOS Data:  BIOSSize=0x8000, ROMTable=0x00F6.(II) ATI(0): BIOS Data:  ClockTable=0x06E2, FrequencyTable=0x06BC.(II) ATI(0): BIOS Data:  LCDTable=0x0000, LCDPanelInfo=0x0000.(II) ATI(0): BIOS Data:  VideoTable=0x0000, HardwareTable=0x0140.(II) ATI(0): BIOS Data:  I2CType=0x00, Tuner=0x00, Decoder=0x00, Audio=0x0F.(--) ATI(0): ATI 3D Rage IIc graphics controller detected.(--) ATI(0): Chip type 4756 "GV", version 2, foundry UMC, class 0, revision 0x01.(--) ATI(0): PCI bus interface detected;  block I/O base is 0x2000.(--) ATI(0): ATI Mach64 adapter detected.(!!) ATI(0): For information on using the multimedia capabilities	of this adapter, please see http://gatos.sf.net.(--) ATI(0): Internal RAMDAC (subtype 1) detected.(==) ATI(0): RGB weight 565(==) ATI(0): Default visual is TrueColor(==) ATI(0): Using gamma correction (1.0, 1.0, 1.0)(II) ATI(0): Using Mach64 accelerator CRTC.(II) ATI(0): Storing hardware cursor image at 0xC50FFC00.(II) ATI(0): Using 8 MB linear aperture at 0xC5000000.(!!) ATI(0): Virtual resolutions will be limited to 1023 kB due to linear aperture size and/or placement of hardware cursor image area.(II) ATI(0): Using Block 0 MMIO aperture at 0xC6DFE400.(II) ATI(0): Using Block 1 MMIO aperture at 0xC6DFE000.(==) ATI(0): Write-combining range (0xa0000,0x10000) was already clear(WW) ATI(0): Failed to set write-combining range (0xc5000000,0x100000)(==) ATI(0): Write-combining range (0xc6dfe000,0x1000) was already clear(II) ATI(0): MMIO write caching enabled.(--) ATI(0): 1024 kB of SGRAM (1:1) detected (using 1023 kB).(WW) ATI(0): Cannot shadow an accelerated frame buffer.(II) ATI(0): Engine XCLK 83.138 MHz;  Refresh rate code 6.(--) ATI(0): Internal programmable clock generator detected.(--) ATI(0): Reference clock 157.5/11 (14.318) MHz.(II) ATI(0): Builtin Default Monitor: Using default hsync range of 28.00-33.00 kHz(II) ATI(0): Builtin Default Monitor: Using default vrefresh range of 43.00-72.00 Hz(II) ATI(0): Maximum clock: 230.00 MHz(II) ATI(0): Not using default mode "640x350" (hsync out of range)(II) ATI(0): Not using default mode "320x175" (hsync out of range)(II) ATI(0): Not using default mode "640x400" (hsync out of range)(II) ATI(0): Not using default mode "320x200" (hsync out of range)(II) ATI(0): Not using default mode "720x400" (hsync out of range)(II) ATI(0): Not using default mode "360x200" (hsync out of range)(II) ATI(0): Not using default mode "640x480" (hsync out of range)(II) ATI(0): Not using default mode "320x240" (hsync out of range)(II) ATI(0): Not using default mode "640x480" (hsync out of range)(II) ATI(0): Not using default mode "320x240" (hsync out of range)(II) ATI(0): Not using default mode "640x480" (hsync out of range)(II) ATI(0): Not using default mode "320x240" (hsync out of range)(II) ATI(0): Not using default mode "800x600" (hsync out of range)(II) ATI(0): Not using default mode "400x300" (hsync out of range)(II) ATI(0): Not using default mode "800x600" (hsync out of range)(II) ATI(0): Not using default mode "400x300" (hsync out of range)(II) ATI(0): Not using default mode "800x600" (hsync out of range)(II) ATI(0): Not using default mode "400x300" (hsync out of range)(II) ATI(0): Not using default mode "800x600" (hsync out of range)(II) ATI(0): Not using default mode "400x300" (hsync out of range)(II) ATI(0): Not using default mode "800x600" (hsync out of range)(II) ATI(0): Not using default mode "400x300" (hsync out of range)(II) ATI(0): Not using default mode "1024x768" (insufficient memory for mode)(II) ATI(0): Not using default mode "512x384" (hsync out of range)(II) ATI(0): Not using default mode "1024x768" (insufficient memory for mode)(II) ATI(0): Not using default mode "512x384" (hsync out of range)(II) ATI(0): Not using default mode "1024x768" (insufficient memory for mode)(II) ATI(0): Not using default mode "512x384" (hsync out of range)(II) ATI(0): Not using default mode "1024x768" (insufficient memory for mode)(II) ATI(0): Not using default mode "512x384" (hsync out of range)(II) ATI(0): Not using default mode "1024x768" (insufficient memory for mode)(II) ATI(0): Not using default mode "512x384" (hsync out of range)(II) ATI(0): Not using default mode "1152x864" (insufficient memory for mode)(II) ATI(0): Not using default mode "576x432" (hsync out of range)(II) ATI(0): Not using default mode "1280x960" (insufficient memory for mode)(II) ATI(0): Not using default mode "640x480" (hsync out of range)(II) ATI(0): Not using default mode "1280x960" (insufficient memory for mode)(II) ATI(0): Not using default mode "640x480" (hsync out of range)(II) ATI(0): Not using default mode "1280x1024" (insufficient memory for mode)(II) ATI(0): Not using default mode "640x512" (hsync out of range)(II) ATI(0): Not using default mode "1280x1024" (insufficient memory for mode)(II) ATI(0): Not using default mode "640x512" (hsync out of range)(II) ATI(0): Not using default mode "1280x1024" (insufficient memory for mode)(II) ATI(0): Not using default mode "640x512" (hsync out of range)(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for mode)(II) ATI(0): Not using default mode "800x600" (hsync out of range)(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for mode)(II) ATI(0): Not using default mode "800x600" (hsync out of range)(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for mode)(II) ATI(0): Not using default mode "800x600" (hsync out of range)(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for mode)(II) ATI(0): Not using default mode "800x600" (hsync out of range)(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for mode)(II) ATI(0): Not using default mode "800x600" (hsync out of range)(II) ATI(0): Not using default mode "1792x1344" (insufficient memory for mode)(II) ATI(0): Not using default mode "896x672" (insufficient memory for mode)(II) ATI(0): Not using default mode "1792x1344" (insufficient memory for mode)(II) ATI(0): Not using default mode "896x672" (insufficient memory for mode)(II) ATI(0): Not using default mode "1856x1392" (insufficient memory for mode)(II) ATI(0): Not using default mode "928x696" (insufficient memory for mode)(II) ATI(0): Not using default mode "1856x1392" (insufficient memory for mode)(II) ATI(0): Not using default mode "928x696" (insufficient memory for mode)(II) ATI(0): Not using default mode "1920x1440" (insufficient memory for mode)(II) ATI(0): Not using default mode "960x720" (insufficient memory for mode)(II) ATI(0): Not using default mode "1920x1440" (insufficient memory for mode)(II) ATI(0): Not using default mode "960x720" (insufficient memory for mode)(II) ATI(0): Not using default mode "832x624" (hsync out of range)(II) ATI(0): Not using default mode "416x312" (hsync out of range)(II) ATI(0): Not using default mode "1152x768" (insufficient memory for mode)(II) ATI(0): Not using default mode "576x384" (hsync out of range)(II) ATI(0): Not using default mode "1400x1050" (insufficient memory for mode)(II) ATI(0): Not using default mode "700x525" (hsync out of range)(II) ATI(0): Not using default mode "1400x1050" (insufficient memory for mode)(II) ATI(0): Not using default mode "700x525" (hsync out of range)(II) ATI(0): Not using default mode "1600x1024" (insufficient memory for mode)(II) ATI(0): Not using default mode "800x512" (hsync out of range)(II) ATI(0): Not using default mode "1920x1440" (insufficient memory for mode)(II) ATI(0): Not using default mode "960x720" (insufficient memory for mode)(II) ATI(0): Not using default mode "2048x1536" (insufficient memory for mode)(II) ATI(0): Not using default mode "1024x768" (insufficient memory for mode)(II) ATI(0): Not using default mode "2048x1536" (insufficient memory for mode)(II) ATI(0): Not using default mode "1024x768" (insufficient memory for mode)(II) ATI(0): Not using default mode "2048x1536" (insufficient memory for mode)(II) ATI(0): Not using default mode "1024x768" (insufficient memory for mode)(**) Option "TargetRefresh" "75.0"(--) ATI(0): Virtual size is 640x480 (pitch 640)(**) ATI(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz(II) ATI(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync(**) ATI(0): *Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)(II) ATI(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync(==) ATI(0): DPI set to (75, 75)(II) Loading sub module "xaa"(II) LoadModule: "xaa"(II) Loading /usr/X11R6/lib/modules/libxaa.a(II) Module xaa: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.2.0	ABI class: X.Org Video Driver, version 0.7(II) Loading sub module "ramdac"(II) LoadModule: "ramdac"(II) Loading /usr/X11R6/lib/modules/libramdac.a(II) Module ramdac: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 0.1.0	ABI class: X.Org Video Driver, version 0.7(II) Loading sub module "fb"(II) LoadModule: "fb"(II) Loading /usr/X11R6/lib/modules/libfb.a(II) Module fb: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.0.0	ABI class: X.Org ANSI C Emulation, version 0.2(II) Loading sub module "i2c"(II) LoadModule: "i2c"(II) Loading /usr/X11R6/lib/modules/libi2c.a(II) Module i2c: vendor="X.Org Foundation"	compiled for 6.8.2, module version = 1.2.0	ABI class: X.Org Video Driver, version 0.7(WW) ATI(0): I2C bus Mach64 initialisation failure.(II) ATI(0): I2C bus "Mach64" removed.(II) UnloadModule: "vesa"(II) Unloading /usr/X11R6/lib/modules/drivers/vesa_drv.o(II) UnloadModule: "vga"(II) Unloading /usr/X11R6/lib/modules/drivers/vga_drv.o(II) do I need RAC?  No, I don't.(II) resource ranges after preInit:	[0] 0	0	0xc6dfe000 - 0xc6dfefff (0x1000) MS	[1] 0	0	0xc5000000 - 0xc5ffffff (0x1000000) MS	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX(B)	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX	[7] -1	0	0xc6e00000 - 0xc6efffff (0x100000) MXE	[8] -1	0	0xc6ffb000 - 0xc6ffbfff (0x1000) MXE	[9] -1	0	0xc6ffc000 - 0xc6ffcfff (0x1000) MXE	[10] -1	0	0xc6ffdf00 - 0xc6ffdfff (0x100) MXE	[11] -1	0	0xc6ffe000 - 0xc6ffefff (0x1000) MXE	[12] -1	0	0xc6ffff00 - 0xc6ffffff (0x100) MXE	[13] -1	0	0xc6dfff00 - 0xc6dfffff (0x100) MXE	[14] -1	0	0xc6dfe000 - 0xc6dfefff (0x1000) MX(B)	[15] -1	0	0xc5000000 - 0xc5ffffff (0x1000000) MX(B)	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS(OprU)	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS(OprU)	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS(OprU)	[19] 0	0	0x00002000 - 0x000020ff (0x100) IS	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX	[22] -1	0	0x00003800 - 0x000038ff (0x100) IXE	[23] -1	0	0x00003400 - 0x000034ff (0x100) IXE	[24] -1	0	0x00003000 - 0x000030ff (0x100) IXE	[25] -1	0	0x00001800 - 0x000018ff (0x100) IXE	[26] -1	0	0x00002000 - 0x000020ff (0x100) IX(B)	[27] 0	0	0x000003b0 - 0x000003bb (0xc) IS(OprU)	[28] 0	0	0x000003c0 - 0x000003df (0x20) IS(OprU)(==) ATI(0): Write-combining range (0xa0000,0x10000) was already clear(WW) ATI(0): Failed to set write-combining range (0xc5000000,0x100000)(==) ATI(0): Write-combining range (0xc6dfe000,0x1000) was already clear(II) ATI(0): Largest offscreen areas (with overlaps):(II) ATI(0): 	640 x 338 rectangle at 0,480(II) ATI(0): 	256 x 339 rectangle at 0,480(II) ATI(0): Using XFree86 Acceleration Architecture (XAA)	Screen to screen bit blits	Solid filled rectangles	8x8 mono pattern filled rectangles	Indirect CPU to Screen color expansion	Solid Lines	Offscreen Pixmaps	Setting up tile and stipple cache:		10 128x128 slots(==) ATI(0): Backing store disabled(==) ATI(0): Silken mouse enabled(==) RandR enabled(II) Initializing built-in extension MIT-SHM(II) Initializing built-in extension XInputExtension(II) Initializing built-in extension XTEST(II) Initializing built-in extension XKEYBOARD(II) Initializing built-in extension XC-APPGROUP(II) Initializing built-in extension SECURITY(II) Initializing built-in extension XINERAMA(II) Initializing built-in extension XFIXES(II) Initializing built-in extension XFree86-Bigfont(II) Initializing built-in extension RENDER(II) Initializing built-in extension RANDR(II) Initializing built-in extension COMPOSITE(II) Initializing built-in extension DAMAGE(II) Initializing built-in extension XEVIE(WW) <default pointer>: No Device specified, looking for one...(EE) <default pointer>: Cannot find which device to use.(==) <default pointer>: Protocol: "Auto"(**) Option "CorePointer"(**) <default pointer>: Core Pointer(EE) xf86OpenSerial: No Device specified.(EE) <default pointer>: cannot open input device(EE) PreInit failed for input device "<default pointer>"(II) UnloadModule: "mouse"(**) Option "CoreKeyboard"(**) <default keyboard>: Core Keyboard(**) Option "Protocol" "standard"(**) <default keyboard>: Protocol: standard(**) Option "AutoRepeat" "500 30"(**) Option "XkbRules" "xorg"(**) <default keyboard>: XkbRules: "xorg"(**) Option "XkbModel" "pc105"(**) <default keyboard>: XkbModel: "pc105"(**) Option "XkbLayout" "us"(**) <default keyboard>: XkbLayout: "us"(**) Option "CustomKeycodes" "off"(**) <default keyboard>: CustomKeycodes disabled(WW) No core pointer registered(II) XINPUT: Adding extended input device "<default keyboard>" (type: KEYBOARD)No core pointerFatal server error:failed to initialize core devicesPlease consult the The X.Org Foundation support 	 at http://wiki.X.Org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information.


Can you please lead me to the right direction?
I'm trying to make gnome load up through an SSH.
so that I can you know do things a regular computer would do remotely.
that would be just so cool [cool]
my servers are located in my garage, and can't use my freebsd system unless i'm physically located in my garage, and it smells in there too. and i don't plan on moving my room to there [lol]

[Edited by - Tradone on April 10, 2006 4:01:48 PM]
Hmm... if you want to run a desktop remotely why not use SSH + VNC?
--------------[Nico Projects]

This topic is closed to new replies.

Advertisement