Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Configuring fluxbox
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Ignatius881
Tux's lil' helper
Tux's lil' helper


Joined: 04 Apr 2011
Posts: 96
Location: Oviedo

PostPosted: Sat Apr 09, 2011 8:37 pm    Post subject: Configuring fluxbox Reply with quote

Hello.

I've a problem. Well, I emerged fluxbox, as it says this handbook. But the problem happens when I write

Code:
startx


because the command "startx" is not found.


Last edited by Ignatius881 on Sun Apr 10, 2011 12:47 pm; edited 2 times in total
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Sat Apr 09, 2011 8:58 pm    Post subject: Reply with quote

have you installed and tested xorg?
If you have, what happens if you run:
Code:
X -retro

If you have not, then follow these instructions:
http://www.gentoo.org/doc/en/xorg-config.xml
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
Ignatius881
Tux's lil' helper
Tux's lil' helper


Joined: 04 Apr 2011
Posts: 96
Location: Oviedo

PostPosted: Sat Apr 09, 2011 9:29 pm    Post subject: Reply with quote

I'll try the instructions.
Back to top
View user's profile Send private message
Ignatius881
Tux's lil' helper
Tux's lil' helper


Joined: 04 Apr 2011
Posts: 96
Location: Oviedo

PostPosted: Sun Apr 10, 2011 12:16 am    Post subject: Reply with quote

I can see in the instructions that I have to modify the file /etc/X11/xorg.conf.d/40-monitor.conf

But the directory /etc/X11/xorg.conf.d doesn't exist. Have I to create it?
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Sun Apr 10, 2011 12:23 am    Post subject: Reply with quote

You only need to create it if the default settings do not work for your system. Try running
Code:
X -retro
to see if X is working. If it is, then you should not need to mess with configuring it.
Another good test is to try startx again and see if fluxbox starts.
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
Ignatius881
Tux's lil' helper
Tux's lil' helper


Joined: 04 Apr 2011
Posts: 96
Location: Oviedo

PostPosted: Sun Apr 10, 2011 12:31 am    Post subject: Reply with quote

Excuse me, I've forgotten to say that fluxbox works :oops:
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Sun Apr 10, 2011 12:34 am    Post subject: Reply with quote

If fluxbox is working, then you don't need to modify /etc/X11/xorg.conf.d/40-monitor.conf unless your screen resolution is wrong. In that case, you will need to create it.
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
Ignatius881
Tux's lil' helper
Tux's lil' helper


Joined: 04 Apr 2011
Posts: 96
Location: Oviedo

PostPosted: Sun Apr 10, 2011 12:41 am    Post subject: Reply with quote

penguin swordmaster wrote:
If fluxbox is working, then you don't need to modify /etc/X11/xorg.conf.d/40-monitor.conf unless your screen resolution is wrong. In that case, you will need to create it.


Yes, my screen resolution is wrong. So I need to create it, ok.
Back to top
View user's profile Send private message
Ignatius881
Tux's lil' helper
Tux's lil' helper


Joined: 04 Apr 2011
Posts: 96
Location: Oviedo

PostPosted: Sun Apr 10, 2011 12:50 pm    Post subject: Reply with quote

Mmm, how do I find my monitor device, or how do I identify it?

Because when I run xrandr, it only shows this:

Code:
$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
   1280x1024       0.0*
   1024x768        0.0 
   800x600         0.0 
   640x480         0.0


But the maximum resolution for my monitor would be 1440x900.

lspci shows this:

Code:
# lspci
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GH (ICH7DH) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 RAID bus controller: Intel Corporation 82801GR/GH (ICH7 Family) SATA RAID Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:01.0 FireWire (IEEE 1394): Agere Systems FW322/323 (rev 70)
01:08.0 Ethernet controller: Intel Corporation 82801G (ICH7 Family) LAN Controller (rev 01)


So, I've written this in /etc/X11/xorg.conf.d/40-monitor.conf:

Code:
Section "Device"
  Identifier  "Intel82945G/GZ"
  Option      "Monitor-DVI-0" "DVI screen"
EndSection
Section "Monitor"
  Identifier  "DVI screen"
  Option      "PreferredMode" "1440x900"
EndSection


But nothing happens. I used all variants, as Intel Corporation 82945G/GZ, Intel 82945G, etc.
Back to top
View user's profile Send private message
Ignatius881
Tux's lil' helper
Tux's lil' helper


Joined: 04 Apr 2011
Posts: 96
Location: Oviedo

PostPosted: Mon Apr 11, 2011 12:23 am    Post subject: Reply with quote

After doing an emerge --depclean, I can't access to my desktop. I don't know what happened.
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Mon Apr 11, 2011 12:59 am    Post subject: Reply with quote

Run revdep-rebuild.
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
Ignatius881
Tux's lil' helper
Tux's lil' helper


Joined: 04 Apr 2011
Posts: 96
Location: Oviedo

PostPosted: Mon Apr 11, 2011 12:32 pm    Post subject: Reply with quote

penguin swordmaster wrote:
Run revdep-rebuild.


I did it, but nothing. I also reemerged fluxbox and xorg-server before revdep-rebuild.
Back to top
View user's profile Send private message
vincent-
Retired Dev
Retired Dev


Joined: 13 Jan 2007
Posts: 415
Location: Valencia (Spain)

PostPosted: Mon Apr 11, 2011 8:41 pm    Post subject: Reply with quote

What's your video card?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum