LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-17-2010, 03:59 AM   #1
Sargalus
Member
 
Registered: Feb 2010
Location: Arizona
Distribution: Slackware 13.0
Posts: 106

Rep: Reputation: 16
xorgconfig: command not found


Ok I'm trying to reconfigure xwindows because it looks like it's using default generic vga drivers and personally my gui looks like shit and when I open firefox to browse the web everything looks like shit, but when I run xorgconfig I get the following

xorgconfig: command not found

I searched google and couldn't find any helpful information.

I tried running xorgsetup but that's about worthless as can get it only setups the keyboard and asks you what color bit you want to use. any help would be very much appreciated.
 
Old 03-17-2010, 04:01 AM   #2
Sayan Acharjee
Member
 
Registered: Feb 2010
Location: Chennai, India
Distribution: Manjaro
Posts: 624

Rep: Reputation: 64
Seems some of the xorg packages are not installed in your system.
 
Old 03-17-2010, 04:02 AM   #3
troop
Member
 
Registered: Feb 2010
Distribution: gentoo, arch, fedora, freebsd
Posts: 379

Rep: Reputation: 97
Quote:
xorgconfig and xorgcfg are not well maintained, and have been removed from the X.Org 1.6 release.
Code:
Xorg -configure
should work

Last edited by troop; 03-17-2010 at 04:07 AM.
 
Old 03-17-2010, 04:09 AM   #4
Sayan Acharjee
Member
 
Registered: Feb 2010
Location: Chennai, India
Distribution: Manjaro
Posts: 624

Rep: Reputation: 64
You can try this as well:
Quote:
system-config-display --reconfigure
 
Old 03-17-2010, 04:09 AM   #5
Sargalus
Member
 
Registered: Feb 2010
Location: Arizona
Distribution: Slackware 13.0
Posts: 106

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by troop View Post
Code:
Xorg -configure
should work
Xorg -configure does nothing but asks me where I want to mount my mouse and that's it.

Edit

Correction.
Xorg -configure just spits out a list of video card makees then tells me where my mouse is connected then creates a xorg.config.new file in /root and it never goes into any options where I can configure anything.

Last edited by Sargalus; 03-17-2010 at 04:17 AM.
 
Old 03-17-2010, 04:17 AM   #6
dc_eros
Member
 
Registered: Nov 2006
Distribution: Slackware
Posts: 294

Rep: Reputation: 39
Is the problem about the Xorg or the GUI theme?

Last year when I first installed Slackware 13, start KDE and open firefox, it looks so ugly. All GTK-based apps looks ugly also. According a thread here, all it need was a GTK-theme manager. I used gtk-chtheme.

I don't know if that is your case.
 
Old 03-17-2010, 04:21 AM   #7
Sargalus
Member
 
Registered: Feb 2010
Location: Arizona
Distribution: Slackware 13.0
Posts: 106

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by dc_eros View Post
Is the problem about the Xorg or the GUI theme?

Last year when I first installed Slackware 13, start KDE and open firefox, it looks so ugly. All GTK-based apps looks ugly also. According a thread here, all it need was a GTK-theme manager. I used gtk-chtheme.

I don't know if that is your case.
Nah, it's the display settings it's using generic drivers for video, if I could get a screen shot made I would post one to give a better example. looks like it's only using 256k color bit. so im trying to reconfigure X so I can tell it to use the correct settings and what not.
 
Old 03-17-2010, 04:23 AM   #8
Sayan Acharjee
Member
 
Registered: Feb 2010
Location: Chennai, India
Distribution: Manjaro
Posts: 624

Rep: Reputation: 64
@Sargalus, you tried that command from my last post?
 
Old 03-17-2010, 04:30 AM   #9
Sargalus
Member
 
Registered: Feb 2010
Location: Arizona
Distribution: Slackware 13.0
Posts: 106

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by sayan_acharjee View Post
@Sargalus, you tried that command from my last post?
Yes, the command doesn't excist

root@requiem:~# system-config-display --reconfigure
bash: system-config-display: command not found
root@requiem:~#
 
Old 03-17-2010, 05:39 AM   #10
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
system-config-display is not used under Slackware, so that's pretty bad advise for this section of the forum :-)

Anyway, did you try renaming the xorg.conf.new file to /etc/X11/xorg.conf? What driver does the newly created xorg.conf file say to use for your video card? What video card do you even have?

If you want to customize the settings in the xorg.conf file that was generated by 'Xorg -configure' you'll have to edit it.

Adam
 
Old 03-17-2010, 10:58 AM   #11
slkrover
Member
 
Registered: Mar 2010
Distribution: Current-64
Posts: 70

Rep: Reputation: 16
Slackbook say to use xorgsetup. It will create the X11/xorg.conf you need file when you are done setting up you keyboard and stuff. . This works for me, xorgconfig does not.

Last edited by slkrover; 03-17-2010 at 11:02 AM.
 
Old 03-17-2010, 01:13 PM   #12
Sargalus
Member
 
Registered: Feb 2010
Location: Arizona
Distribution: Slackware 13.0
Posts: 106

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by adamk75 View Post
system-config-display is not used under Slackware, so that's pretty bad advise for this section of the forum :-)

Anyway, did you try renaming the xorg.conf.new file to /etc/X11/xorg.conf? What driver does the newly created xorg.conf file say to use for your video card? What video card do you even have?

If you want to customize the settings in the xorg.conf file that was generated by 'Xorg -configure' you'll have to edit it.

Adam
the xorg.config.new file that Xorg -configure made is trash it doesn't run when you test it out, it starts x just fine but you get no display or anything just a nice black screen.

my video card is a geforce galaxy 9600
 
Old 03-17-2010, 01:18 PM   #13
Sargalus
Member
 
Registered: Feb 2010
Location: Arizona
Distribution: Slackware 13.0
Posts: 106

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by slkrover View Post
Slackbook say to use xorgsetup. It will create the X11/xorg.conf you need file when you are done setting up you keyboard and stuff. . This works for me, xorgconfig does not.
I used xorgsetup and it just sets up your keyboard which is pretty lame and when you look at the xorg.config it made it doesn't have anything in there for resolution sizes or anything for graphic setttings that I can see below I posted my xorg.config that xorgsetup created

Code:
root@requiem:~# cat /etc/X11/xorg.conf
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/local"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/CID"
	FontPath     "/usr/share/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "dbe"
	Load  "dri2"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option       "XkbModel"  "pc101"
	Option       "XkbLayout"  "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"           	# [<bool>]
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "Unknown Vendor"
	BoardName   "Unknown Board"
	BusID       "PCI:2:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

root@requiem:~#
 
Old 03-17-2010, 01:53 PM   #14
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,220

Rep: Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319
Quote:
Originally Posted by Sargalus View Post
my video card is a geforce
Then it's no wonder that the X configuration tools didn't work.

Install the NVidia drivers, use nvidia-xconfig to generate your xorg.conf, and run nvidia-settings once you're in X.
 
Old 03-17-2010, 01:54 PM   #15
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Running just X (ie. not running xinit or startx) will only produce a black screen. As for these utilities and config files not having options to set resolutions... Most decent drivers will query the monitor these days for supports resolutions (and even the preferred resolution). 'nv' is not a decent driver. And given the newness of your video card, the support for it in 'nv' is probably quite limited. Install the nvidia drivers and be happy.

Adam
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
xorgconfig bash: xorgconfig: command not found utkarshrawat Linux - Software 4 12-12-2007 10:35 AM
bash: rpm: command not found && sudo: alien: command not found Java_Code Ubuntu 7 07-27-2006 11:57 PM
#xorgconfig => "bash no such command" halfpower Slackware 31 06-08-2006 12:08 PM
Gentoo->xorgconfig->usb mouse not found stardotstar Linux - Hardware 2 02-15-2006 05:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration