26f2f [Solved] AMD 64, ATI 5750, screen blank on startx, pc-bsd install - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Desktop Usage > X.Org

X.Org X.Org on FreeBSD installation & configuration.

Reply
 
Thread Tools Display Modes
  #1  
Old November 24th, 2010, 09:50
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default AMD 64, ATI 5750, screen blank on startx, pc-bsd install

Hello,

I am a long time freebsd user. Many many times I have had to make changes to the xorg.conf file to get into what ever X environment I am trying to get to. I have six servers running freebsd, and love the OS. Now, that said, I am trying to duel boot my windows machine, and sometimes I use pc-bsd as a faster way to install things I need instead of installing ports from scratch. I tried to install pc-bsd on a separate hard drive today. Once pc-bsd leaves the initial splash screen and tries to go into its gui install both my screens go blank, and then to sleep. ctrl_alt_f* didn't work to wake up either of my screens. I decided it may be a problem with the new release of pc-bsd, and downloaded the 8.1 release of freebsd. I immediately "portsnap'd" the ports tree and installed gnome, and xorg from source. GDM did the same thing (switched off both screens, they went to sleep) ctrl_alt_f* wouldn't work, but pressing, and releasing the power button to send the proper shutdown did. Startx has same issue. Tried every driver in xorg for ati. Driver ident is right monitor rates are right. I did not try any generic drivers cause I want this to work well, and not settle. Ok now that you have read my book I spent all afternoon reading through several forums about this issue. Some are my issue exactly, and some are close. Never once have I found a solution.

I have an ATI 5750, and as far as I can tell this is where the problem is. I am trying to duel boot my AMD 64 machine so I can have it as a devel environment before transferring to my server. Granted I could go without the GUI (won't use it much anyway) but this is driving me insane. There has to be a fix/workaround out there somewhere. I refuse to believe there isn't.

If you are a regular on this forum (I don't post here much) then you have seen several posts about this "freezing screen" issue. A couple ideas. For some reason the bios on this computer will not let me turn off the onboard video. It is also an ati. It doesn't show up in the xorg.conf file, and I haven't seen it referenced anywhere else I have looked but was wondering if it might be causing a problem. I do have a cursor I can move around at boot. I am no genius at this, everything I have learned has came from reading or trial and error. I don't know freebsd like some of you,(Dutch), but have been dedicated to freebsd for years now. I would really like to get this working. If you need log files I will post them (there are several almost exactly like mine all over the forum.) I'm just at the end of my rope with this. Help!!!!!
Reply With Quote
  #2  
Old November 24th, 2010, 11:26
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

Setup ssh and then remotely log in so that you can grab the /var/log/Xorg.0.log file and attach it to a post here.

Adam
Reply With Quote
The Following User Says Thank You to adamk For This Useful Post:
codesweat (November 24th, 2010)
  #3  
Old November 24th, 2010, 11:31
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default Update

UPDATE

I used the vesa drivers, and managed to get the basic x windows manager to load. I then uncommented gnome_enable="YES" and did a restart for good measure. Gnome loaded with just a background, and a little computer that sits there with what I suspect is a progress bar. The date and time shows and updates. There is also an accessibility button on the bottom right I can access, plus a shutdown, and restart button. Nothing else happens. I let it sit for an hour, and nothing changes. I don't know if it is related to my original problem but I doubt it. Did I miss something?

I don't want to use the vesa driver. I would like to use the ati drivers or something that takes advantage of my graphics card. Anyway, thank you guys for all your help.

Brian
Reply With Quote
  #4  
Old November 24th, 2010, 11:58
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default Log File

Hello,

Here is my Xorg.0.log file.
Attached Files
File Type: txt Xorg.0.log.txt (1.8 KB, 59 views)
Reply With Quote
  #5  
Old November 24th, 2010, 12:41
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

First, I think you have two separate issues. For your gnome login problem, make sure you have /proc mounted.

Second, that's clearly not the full /var/log/Xorg.0.log file.

Third, the HD5xxx GPUs are just barely supported by xf86-video-ati, and perhaps not even supported at all by the driver in the ports tree. I'll only know that definitively by seeing the full /var/log/Xorg.0.log file from when you try to use 'radeon'.

Finally, on FreeBSD you will only get basic 2D modesetting on that GPU, without any 2D or 3D acceleration.
Reply With Quote
The Following User Says Thank You to adamk For This Useful Post:
codesweat (November 24th, 2010)
  #6  
Old November 24th, 2010, 13:45
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default My bad.

Sorry about that. I put it in a zip file so you could look at it all at once instead
of three different files because of the upload limit on .txt files. If you want it in three
different files just let me know.

Thanks again,
Brian
Attached Files
File Type: zip Xorg.0.log.zip (8.6 KB, 17 views)
Reply With Quote
  #7  
Old November 24th, 2010, 13:59
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

Well nothing in there jumps out at me as the reason you are only getting a blank screen. After running 'startx', what's the output if you ssh in from another machine and run 'DISPLAY=:0 xrandr' ?

Adam
Reply With Quote
The Following User Says Thank You to adamk For This Useful Post:
codesweat (November 24th, 2010)
  #8  
Old November 24th, 2010, 14:09
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default Gnome working now

Hello again,

I had to do that once before (mount proc) just goes to show some things don't stay in the brain. Thank you.
That worked as far as getting gnome up and running, but I am still using vesa. Let me shut this down
and change it back to radeon to get the result you wanted.

Brian
Reply With Quote
  #9  
Old November 24th, 2010, 14:19
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default

No protocol specified
Can't open display :0


This is what I get when I typed the command above. Should I have typed something more?

Brian
Reply With Quote
  #10  
Old November 24th, 2010, 14:26
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

Hmmm.. Is X definitely running now?
Reply With Quote
The Following User Says Thank You to adamk For This Useful Post:
codesweat (November 25th, 2010)
  #11  
Old November 24th, 2010, 14:38
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default X

When I did the DISPLAY query it was. I have made two xorg.conf files one called xorg.conf.radeon and another called xorg.conf.vesa and switch them out with xorg.conf whenever you suggest I do something. I am running in vesa mode again at the moment.
If I don't reply to your next message its because I passed out on you. I should have
been asleep yesterday (quite literally).

Whenever the "radeon" driver is specified I type startx and both screens go blank and then to
sleep. If I leave it like that and "enable_gnome=YES" it goes blank when gnome tries to do
it i'm assuming. I did it both ways though. I did startx then ssh from another machine and ran the query. Then just to make sure I rebooted with gnome enabled and when the screen went blank I went in and ran it again. Same results both times. Like I said above I am also loosing the ability to escape out of it even if just testing and in -retro mode. Its got me
stumped.

Brian

P.S.
I will definitely get back to you as soon as I wake up if I pass out. Ive been up a while.
Reply With Quote
  #12  
Old November 24th, 2010, 14:45
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

Unfortunately, my only suggestion would be to try a newer version of xf86-video-ati. HD5xxx support is extremely new, and 6.13.0 is eight months old. You can download 6.13.2 from here: http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/

Know how to compile it?

Adam
Reply With Quote
The Following User Says Thank You to adamk For This Useful Post:
codesweat (November 25th, 2010)
  #13  
Old November 24th, 2010, 16:58
wblock@'s Avatar
wblock@ wblock@ is offline
Moderator
 
Join Date: Sep 2009
Location: Milky Way galaxy
Posts: 7,701
Thanks: 429
Thanked 1,757 Times in 1,456 Posts
Default

Quote:
Originally Posted by codesweat View Post
For some reason the bios on this computer will not let me turn off the onboard video. It is also an ati. It doesn't show up in the xorg.conf file, and I haven't seen it referenced anywhere else I have looked but was wondering if it might be causing a problem.
Could be. Check for a BIOS option to determine which card is chosen at startup. Sometimes this is an "Init Graphics Card First: AGP/PCI" choice. Please give a model number of the motherboard or system and what model of onboard video.

Quote:
I do have a cursor I can move around at boot.
That's really not clear. Mouse pointer in console mode? Text cursor?
Reply With Quote
The Following User Says Thank You to wblock@ For This Useful Post:
codesweat (November 25th, 2010)
  #14  
Old November 25th, 2010, 02:09
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default Ok back home and back to work on this

Hey guys,

I'm going to try and compile the new driver. I use cc right? Ayways I'll also get the
id's the above poster asked for. Be back in a few.

Brian

Edit: Its a mouse cursor in console mode for clarification.
Reply With Quote
  #15  
Old November 25th, 2010, 02:14
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

While I can't be 100% certain, I doubt that the onboard GPU is posing any sort of problem. Xorg doesn't even claim to see it:

Code:
(--) PCI:*(0:1:0:0) 1002:68b8:1682:2990 ATI Technologies Inc ATI Radeon HD 5700 Series [EG JUNIPER XT] rev 0, Mem @ 0xd0000000/268435456, 0xfe9e0000/131072, I/O @ 0x0000d000/256, BIOS @ 0x????????/65536
Brian, you'd download the driver, untar it, run ./configure --prefix=/usr/local --with-xorg-module-dir=/usr/local/lib/xorg/modules && make. Then, as root or with sudo make install. I think it will compile without any problems, but if you run into errors, let me know.

Adam
Reply With Quote
  #16  
Old November 25th, 2010, 02:18
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default Maybe I don't know how to compile

Ok I dl'd the latest build of the ATI driver, and ran autogen. Then I ran make its giving me this error at the end.


Code:
Making all in src
  CC     ati.lo
  CC     atimodule.lo
  CCLD   ati_drv.la
  CC     radeon_accel.lo
  CC     radeon_cursor.lo
  CC     radeon_legacy_memory.lo
  CC     radeon_driver.lo
In file included from radeon_atombios.h:151,
                 from radeon_driver.c:77:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
  CC     radeon_video.lo
  CC     radeon_bios.lo
In file included from radeon_atombios.h:151,
                 from radeon_bios.c:42:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
  CC     radeon_mm_i2c.lo
  CC     radeon_vip.lo
  CC     radeon_misc.lo
  CC     radeon_probe.lo
  CC     legacy_crtc.lo
In file included from radeon_atombios.h:151,
                 from legacy_crtc.c:48:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
  CC     legacy_output.lo
In file included from radeon_atombios.h:151,
                 from legacy_output.c:49:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
  CC     radeon_textured_video.lo
In file included from radeon_textured_video.c:148:
radeon_textured_videofuncs.c: In function 'RADEONPrepareTexturedVideoMMIO':
radeon_textured_videofuncs.c:96: warning: unused variable 'src_bo'
radeon_textured_videofuncs.c: In function 'R200PrepareTexturedVideoMMIO':
radeon_textured_videofuncs.c:553: warning: unused variable 'src_bo'
radeon_textured_videofuncs.c: In function 'R300PrepareTexturedVideoMMIO':
radeon_textured_videofuncs.c:1181: warning: unused variable 'src_bo'
radeon_textured_videofuncs.c: In function 'R500PrepareTexturedVideoMMIO':
radeon_textured_videofuncs.c:2663: warning: unused variable 'src_bo'
  CC     radeon_pm.lo
In file included from radeon_atombios.h:151,
                 from radeon_pm.c:39:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
  CC     radeon_crtc.lo
In file included from radeon_atombios.h:151,
                 from radeon_crtc.c:701:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
  CC     radeon_output.lo
In file included from radeon_atombios.h:151,
                 from radeon_output.c:50:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
  CC     radeon_modes.lo
In file included from radeon_atombios.h:151,
                 from radeon_modes.c:51:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
  CC     radeon_tv.lo
In file included from radeon_atombios.h:151,
                 from radeon_tv.c:26:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
  CC     CD_Operations.lo
In file included from ./AtomBios/includes/Decoder.h:52,
                 from AtomBios/CD_Operations.c:47:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
  CC     Decoder.lo
In file included from ./AtomBios/includes/Decoder.h:52,
                 from AtomBios/Decoder.c:45:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
  CC     hwserv_drv.lo
In file included from ./AtomBios/includes/Decoder.h:52,
                 from AtomBios/hwserv_drv.c:44:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
  CC     radeon_atombios.lo
In file included from radeon_atombios.h:151,
                 from radeon_atombios.c:34:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
radeon_atombios.c: In function 'rhdAtomParseI2CRecord':
radeon_atombios.c:1596: warning: initialization from incompatible pointer type
  CC     radeon_atomwrapper.lo
In file included from radeon_atomwrapper.c:33:
./AtomBios/includes/CD_Common_Types.h:82: warning: ignoring #pragma warning 
./AtomBios/includes/CD_Common_Types.h:156: warning: ignoring #pragma warning 
  CC     radeon_dri.lo
  CC     radeon_exa.lo
  CC     r600_exa.lo
r600_exa.c: In function 'R600SetAccelState':
r600_exa.c:182: warning: unused variable 'ret'
  CC     r6xx_accel.lo
r6xx_accel.c: In function 'r600_vb_no_space':
r6xx_accel.c:1286: error: 'accel_state' undeclared (first use in this function)
r6xx_accel.c:1286: error: (Each undeclared identifier is reported only once
r6xx_accel.c:1286: error: for each function it appears in.)
*** Error code 1

Stop in /usr/home/*******/src/testdriver/src.
*** Error code 1

Stop in /usr/home/******/src/testdriver.
*** Error code 1
I'll try an earlier build. This was like five hours old.

Brian

Last edited by DutchDaemon; November 25th, 2010 at 15:25. Reason: proper formatting: http://forums.freebsd.org/showthread.php?t=8816
Reply With Quote
  #17  
Old November 25th, 2010, 02:47
wblock@'s Avatar
wblock@ wblock@ is offline
Moderator
 
Join Date: Sep 2009
Location: Milky Way galaxy
Posts: 7,701
Thanks: 429
Thanked 1,757 Times in 1,456 Posts
Default

Quote:
Originally Posted by adamk View Post
Brian, you'd download the driver, untar it, run ./configure --prefix=/usr/local --with-xorg-module-dir=/usr/local/lib/xorg/modules && make. Then, as root or with sudo make install. I think it will compile without any problems, but if you run into errors, let me know.
It's not hard to create a new port based on the existing xf86-video-ati, and then it can be handled the same as the other ports.

# rsync -a /usr/ports/x11-drivers/xf86-video-ati/ /usr/ports/x11-drivers/xf86-video-ati-devel/
# cd /usr/ports/x11-drivers/xf86-video-ati-devel/
# sed -i -e 's/6.13.0/6.13.2/g' Makefile
# make makesum

Then just deinstall the old one and install the new. Obviously this is experimental and may have plist errors.

Last edited by wblock@; November 25th, 2010 at 16:16. Reason: clarify, add missing words
Reply With Quote
The Following User Says Thank You to wblock@ For This Useful Post:
codesweat (November 25th, 2010)
  #18  
Old November 25th, 2010, 02:53
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default

Adam,

When trying to run ./configure i get an error. I'm assuming its becaused configure ends with the extension .ac when I tried autogen.sh it tells me I need to update xorg-macros from 1.6 to 1.8 the newest one in the ports tree is 1.6. I'm looking for the updated version now. If I'm going down the wrong path let me know.

Brian
Reply With Quote
  #19  
Old November 25th, 2010, 02:58
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default rsync?

Wblock,

rsync isn't found. Am I missing something? If I am be semi verbose with me. I'm rusty.

Brian
Reply With Quote
  #20  
Old November 25th, 2010, 03:09
wblock@'s Avatar
wblock@ wblock@ is offline
Moderator
 
Join Date: Sep 2009
Location: Milky Way galaxy
Posts: 7,701
Thanks: 429
Thanked 1,757 Times in 1,456 Posts
Default

It's a port: net/rsync. But you can replace rsync -a with cp -pR instead of installing rsync.
Reply With Quote
The Following User Says Thank You to wblock@ For This Useful Post:
codesweat (November 25th, 2010)
  #21  
Old November 25th, 2010, 03:23
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

Quote:
Originally Posted by codesweat View Post
Adam,

When trying to run ./configure i get an error. I'm assuming its becaused configure ends with the extension .ac when I tried autogen.sh it tells me I need to update xorg-macros from 1.6 to 1.8 the newest one in the ports tree is 1.6. I'm looking for the updated version now. If I'm going down the wrong path let me know.

Brian
Oh, I forgot that you can't actually download specific releases via cgit, only snapshots of git branches. You could try the actual released version of 6.13.2;

ftp://ftp.x.org/pub/individual/drive...6.13.2.tar.bz2

That would at least give you an actual 'configure' file. However, it may still require an updated version of xorg-macros. I thought that the version in ports was new enough, but it's been a while since I've done this You could grab util-macros from here:

ftp://ftp.x.org/pub/individual/util/

Adam
Reply With Quote
The Following User Says Thank You to adamk For This Useful Post:
codesweat (November 25th, 2010)
  #22  
Old November 25th, 2010, 04:23
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default Driver installed

Ok I managed to get the new driver installed. Before I test it I didn't install it out of the ports directory. I did it out of the directory that it shows above. Does it replace the regular radeon driver when I did "make install" this was the output.


Code:
test -z "/usr/local/share/man/man4" || .././install-sh -c -d "/usr/local/share/man/man4"
 /usr/bin/install -c -m 644 ati.4 radeon.4 '/usr/local/share/man/man4'
Making clean in man
test -z "ati.4 radeon.4" || rm -f ati.4 radeon.4
rm -rf .libs _libs
rm -f *.lo
Making clean in src
test -z "ati_drv.la" || rm -f ati_drv.la
rm -f "./so_locations"
rm -rf .libs _libs
test -z "radeon_drv.la" || rm -f radeon_drv.la
rm -f "./so_locations"
test -z "theatre200_drv.la" || rm -f theatre200_drv.la
rm -f "./so_locations"
test -z "theatre_detect_drv.la" || rm -f theatre_detect_drv.la
rm -f "./so_locations"
test -z "theatre_drv.la" || rm -f theatre_drv.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
Making clean in .
rm -rf .libs _libs
rm -f *.lo
Do I just specify "radeon" in xorg.conf? Getting above my head here.

Brian

Last edited by DutchDaemon; November 25th, 2010 at 15:26. Reason: proper formatting: http://forums.freebsd.org/showthread.php?t=8816
Reply With Quote
  #23  
Old November 25th, 2010, 06:13
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default EUREKA....kinda

The new driver worked!!!!! However, my second monitor wouldn't display right when I extended my display. I set virtual space in xorg.conf to fix that. Its still got some bars in it so I am going to add the second monitor to my xorg.conf and make sure the refresh rates are right. It detects it in gnome but when I run configure it doesn't detect it. Hopefully that will work. Also if I try to ctrl_alt_f1 both screens go blank and now just the second monitor goes to sleep. I can live with that if I can get the extended desktop working. I'm pretty sure this is almost SOLVED, well if we are talking about the original problem it is SOLVED.

Thanks guys for all your help.

Brian
Reply With Quote
  #24  
Old November 25th, 2010, 15:27
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,817
Thanks: 30
Thanked 1,883 Times in 1,329 Posts
Default

If we could get an eureka on post formatting that would be nice too ..
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Adminstrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
  #25  
Old November 26th, 2010, 08:27
codesweat codesweat is offline
Junior Member
 
Join Date: Apr 2010
Posts: 27
Thanks: 9
Thanked 1 Time in 1 Post
Default Eureka

Dutch,

Thank you for the pointer to your post formatting. I appreciate all the help you guys give when I do have problems and can't find it through searching (or get tired of searching.) In short everyones been great. Now that said..


Seems like you spend an awful lot of time on these forums. Lets face it you have helped more people than I ever will. I noticed the "Do not PM me with FreeBSD questions. I do not work here" on your signature. 6,999 posts since you joined just over two years ago (according to your profile) is impressive. Don't waste number 7000 on me. I couldn't post 10 times a day for two years on anything. Nothing keeps my attention that long. I'm guessing you weren't exactly planning on being super moderator when you joined, or the fact that your posts seem to get more cranky by the day. Since you can just erase this anyway why don't you do yourself a favor. Take a break man, You deserve it.

Brian
Reply With Quote
Reply

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Solved] Is chrome really dead? Blank screen issue sk8harddiefast Off-Topic 20 October 15th, 2011 23:56
KDE4 produces a blank screen rloc KDE 16 August 10th, 2010 23:55
xorg blank screen on virtualbox iamqiuhui X.Org 6 July 31st, 2010 10:53
[Solved] Screen goes blank with startx or X -config rafaelbfs X.Org 15 May 25th, 2010 22:00
[Solved] xorg blank screen/no input bamdad X.Org 3 April 22nd, 2010 21:47


All times are GMT +1. The time now is 21:46.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0