Find the answer to your Linux question:
Page 1 of 4 1 2 3 4 LastLast
Results 1 to 10 of 37
I have two problems, but I want to address them one at a time. One is more of a curiosity, and if there is no solution, would not be a ...
  1. #1
    Just Joined! JimBoCol's Avatar
    Join Date
    Apr 2010
    Location
    Clarksburg, WV
    Posts
    73

    [SOLVED] One of Two problems.

    I have two problems, but I want to address them one at a time. One is more of a curiosity, and if there is no solution, would not be a big deal. The second one, which I'll post about in a separate thread s driving me crazy, and could result in my discontinuing the use of Ubuntu.

    first problem:
    When I right click on my desktop and go into change background, there is a tab for visual affects. First of all, what is that? Secondly, I am unable to enable even normal, let alone enhanced. I'm assuming it's because of my video card, and or Driver? I have attached screen shots from device manager for my video card, and them perhaps someone can tell me if or not I will be able to use this feature. Like I have said, if I am not able to use this feature, it will be no big deal.

    Also with this question, I have noticed that most all of the entries in device manager have the blue question mark. I'm hoping that is not Linux's version of the yellow exclamation mark that Windows uses for unknown devices.

    Thanks,
    Jim.
    Attached Images Attached Images

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    SuperSavage S3 Cards are well supported by Linux and most of these cards support 3D too.
    Execute this in Terminal :
    Code:
    lspci | grep -i vga
    glxinfo | grep direct
    Post output here.

    Post the contents of /etc/X11/xorg.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined! JimBoCol's Avatar
    Join Date
    Apr 2010
    Location
    Clarksburg, WV
    Posts
    73
    Quote Originally Posted by devils casper View Post
    SuperSavage S3 Cards are well supported by Linux and most of these cards support 3D too.
    Execute this in Terminal :
    Code:
    lspci | grep -i vga
    glxinfo | grep direct
    Post output here.

    Post the contents of /etc/X11/xorg.conf file here.
    I have tried several times, but I am unable to login with my Linux system. This site will not accept my user name and password from the Linux system, but does from the windows system.

    I don't even know where to start looking for a solution for this one. I have never seen anything as bazaar as this before.

    Jim.

  4. #4
    Just Joined! JimBoCol's Avatar
    Join Date
    Apr 2010
    Location
    Clarksburg, WV
    Posts
    73
    Quote Originally Posted by devils casper View Post
    SuperSavage S3 Cards are well supported by Linux and most of these cards support 3D too.
    Execute this in Terminal :
    Code:
    lspci | grep -i vga
    glxinfo | grep direct
    Post output here.
    Apparently, it's seamonkey, and seamonkey2 that are incompatible with this site. I reinstalled FireFox, and it worked. I guess I'll have to leave FireFox installed after all.

    Code:
    jim@TP-T23:~$ lspci | grep -i vga
    01:00.0 VGA compatible controller: S3 Inc. SuperSavage IX/C SDR (rev 05)
    jim@TP-T23:~$ glxinfo | grep direct
    direct rendering: Yes
    jim@TP-T23:~$
    Quote Originally Posted by devils casper View Post
    Post the contents of /etc/X11/xorg.conf file here.
    Please see Attachment, (screenshot.jpg).

    Here's something that you might find interesting.

    Code:
    jim@TP-T23:~$ dir /etc/x11
    dir: cannot access /etc/x11: No such file or directory
    jim@TP-T23:~$
    If you want to see something even stranger, check out second attachment, (screenshot-1.jpg), You can clearly see that the directory is defiantly there, but not accessible.

    Thanks,
    Jim.
    Attached Images Attached Images

  5. #5
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,977
    Quote Originally Posted by JimBoCol View Post
    Apparently, it's seamonkey, and seamonkey2 that are incompatible with this site. I reinstalled FireFox, and it worked. I guess I'll have to leave FireFox installed after all.

    Code:
    jim@TP-T23:~$ lspci | grep -i vga
    01:00.0 VGA compatible controller: S3 Inc. SuperSavage IX/C SDR (rev 05)
    jim@TP-T23:~$ glxinfo | grep direct
    direct rendering: Yes
    jim@TP-T23:~$
    Please see Attachment, (screenshot.jpg).

    Here's something that you might find interesting.

    Code:
    jim@TP-T23:~$ dir /etc/x11
    dir: cannot access /etc/x11: No such file or directory
    jim@TP-T23:~$
    If you want to see something even stranger, check out second attachment, (screenshot-1.jpg), You can clearly see that the directory is defiantly there, but not accessible.

    Thanks,
    Jim.
    The file is /etc/X11/xorg.conf - note the capital 'X' in X11. I don't know if you need to install a special driver for the S3 video chip set like you do for nVidia in order to get enhanced visual effects, but that may be the case. Also, you may need to be root, or sudo, to access or modify the xorg.conf file.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  6. #6
    Just Joined! JimBoCol's Avatar
    Join Date
    Apr 2010
    Location
    Clarksburg, WV
    Posts
    73
    Quote Originally Posted by Rubberman View Post
    The file is /etc/X11/xorg.conf - note the capital 'X' in X11. I don't know if you need to install a special driver for the S3 video chip set like you do for nVidia in order to get enhanced visual effects, but that may be the case. Also, you may need to be root, or sudo, to access or modify the xorg.conf file.
    Actually, I was able to get a reading of X11 directory, thanks for the tip, but unfortunately there is no xorg.conf file.
    Is that something that I'm supposed to create? What is the format?

    Code:
    jim@TP-T23:~$ dir /etc/X11
    app-defaults		 fonts	  xinit       Xsession		XvMCConfig
    cursors			 rgb.txt  xkb	      Xsession.d	Xwrapper.config
    default-display-manager  X	  Xresources  Xsession.options
    jim@TP-T23:~$
    Thanks,
    Jim.

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute Xorg -configure command and try to reconfigure display settings.
    Code:
    Xorg -configure
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by JimBoCol View Post
    I have tried several times, but I am unable to login with my Linux system. This site will not accept my user name and password from the Linux system, but does from the windows system.

    I don't even know where to start looking for a solution for this one. I have never seen anything as bazaar as this before.

    Jim.
    A few users are having similar problem and a thread is in progress in Comments/Suggestions forum regarding this.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined! JimBoCol's Avatar
    Join Date
    Apr 2010
    Location
    Clarksburg, WV
    Posts
    73
    Quote Originally Posted by devils casper View Post
    Execute Xorg -configure command and try to reconfigure display settings.
    Code:
    Xorg -configure
    Code:
    jim@TP-T23:~$ sudo Xorg -configure
    [sudo] password for jim: 
    
    Fatal server error:
    Server is already active for display 0
    	If this server is no longer running, remove /tmp/.X0-lock
    	and start again.
    
    
    Please consult the The X.Org Foundation support 
    	 at http://wiki.x.org
     for help. 
    
     ddxSigGiveUp: Closing log
    That is what happened when I tried to execute the command.
    Since I do not know the command to remove it, I tried searching with Dolphin, it died suddenly, and there was no other utility that I know of to search the disk. I did however discover that the file does not exist., or does it.

    I am so confused. Things that are supposed to be there aren't, things that aren't supposed to be are...
    This is what happened when I tried to di a directory command to look at the file.
    Code:
    jim@TP-T23:~$ dir /tmp
    keyring-OWyIN4	pulse-LVzWFosEJp8d  virtual-jim.Njl2cx
    orbit-jim	ssh-UCGeKG1377
    jim@TP-T23:~$
    Thanks,
    Jim.

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I would suggest to check linuxcommand.org first. You will learn a lot of Linux commands easily.

    Are you using Ubuntu or Kubuntu?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 4 1 2 3 4 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...