Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
first time gentoo reboot
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5  
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Etal
Veteran
Veteran


Joined: 15 Jul 2005
Posts: 1931

PostPosted: Wed Jul 11, 2007 4:43 pm    Post subject: Reply with quote

svt23 wrote:
ok I tried x11-drm but got an error.

!!! ERROR: x11-base/x11-drm-20060608 failed
call stack
ebuild.sh line 1539: called dyn_compile
ebuild.sh line 939: called src_compile
x11-drm-20060608.ebuild line 99: called die_error
x11-drm-20060608.ebuild line 224: called die

!!!unable to build DRM modules.


Could you post what's above that? (the actual error?)
_________________
“And even in authoritarian countries, information networks are helping people discover new facts and making governments more accountable.”– Hillary Clinton, Jan. 21, 2010
Back to top
View user's profile Send private message
svt23
n00b
n00b


Joined: 29 Jun 2007
Posts: 57

PostPosted: Wed Jul 11, 2007 5:52 pm    Post subject: Reply with quote

that is all there is. nothing else..
Back to top
View user's profile Send private message
shaumux
Veteran
Veteran


Joined: 13 May 2005
Posts: 1009
Location: Hong Kong

PostPosted: Wed Jul 11, 2007 5:54 pm    Post subject: Reply with quote

Try the latest version of x11-drm
But you have to unsmask it first
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54325
Location: 56N 3W

PostPosted: Wed Jul 11, 2007 7:23 pm    Post subject: Reply with quote

svt23,

You may use the kernel DRM or the x11-drm but not both at the same time. Having two drivers installed for the same hardware at the same time is a VeryBadThing. Its harmless to your hardware but neither will work.

The current testing version of DRM is x11-base/x11-drm-20070314 - notice the date. The one you are trying to install is very old, its likely to be older than the DRM in the kernel.

Try kernel DRM first, move onto the testing x11-drm if that doesn't work. The help on Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) says
Code:
  │ Symbol: DRM [=n]                                                        │ 
  │ Prompt: Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) │ 
  │   Defined at drivers/char/drm/Kconfig:7                                 │ 
  │   Depends on: (AGP || AGP=n) && PCI                                     │ 
  │   Location:                                                             │ 
  │     -> Device Drivers                                                   │ 
  │       -> Character devices
which shows you must either have AGP on or PCI on. You should have both on so it shoukd not be hidden.

Code:
  │ │           <*> /dev/agpgart (AGP Support)                                                    │ │ 
  │ │           < >   ALI chipset support                                                         │ │ 
  │ │           < >   ATI chipset support                                                         │ │ 
  │ │           < >   AMD Irongate, 761, and 762 chipset support                                  │ │ 
  │ │           < >   AMD Opteron/Athlon64 on-CPU GART support                                    │ │ 
  │ │           < >   Intel 440LX/BX/GX, I8xx and E7x05 chipset support                           │ │ 
  │ │           < >   NVIDIA nForce/nForce2 chipset support                                       │ │ 
  │ │           < >   SiS chipset support                                                         │ │ 
  │ │           < >   Serverworks LE/HE chipset support                                           │ │ 
  │ │           <*>   VIA chipset support                                                         │ │ 
  │ │           < >   Transmeta Efficeon support                                                  │ │ 
  │ │           < > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)     
Note that the list option shown here is a menu - when you choose it you will be able to see the via unichrome option you need. Either modules or built in will work.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
svt23
n00b
n00b


Joined: 29 Jun 2007
Posts: 57

PostPosted: Wed Jul 11, 2007 11:22 pm    Post subject: Reply with quote

ok guys!! question.. I rebooted my computer and I get an error with eth0 again. this time it might be different I already check everything that you guys suggested previously.

*network interface eth0 does not exist
*please verify hardware or kernel module (driver)
*error: cannot start netmount as net.eth0 could not start

so I have to find this on genkernel and add it?
Back to top
View user's profile Send private message
shaumux
Veteran
Veteran


Joined: 13 May 2005
Posts: 1009
Location: Hong Kong

PostPosted: Wed Jul 11, 2007 11:26 pm    Post subject: Reply with quote

Most probably This time somethings wrong with the network card driver you might have accidently removed the driver
Check again the configuration that you have the driver installed.
Back to top
View user's profile Send private message
svt23
n00b
n00b


Joined: 29 Jun 2007
Posts: 57

PostPosted: Wed Jul 11, 2007 11:38 pm    Post subject: Reply with quote

in which configuration?
Back to top
View user's profile Send private message
shaumux
Veteran
Veteran


Joined: 13 May 2005
Posts: 1009
Location: Hong Kong

PostPosted: Wed Jul 11, 2007 11:57 pm    Post subject: Reply with quote

In the kernel configuration
Device Drivers -->
Network device support --->
[] Network device support (Enable this to see things below)
Ethernet (10 or 100Mbit) --->
[*] Ethernet (10 or 100Mbit) (Enable this to see things below)


Now choose the correct driver
Back to top
View user's profile Send private message
svt23
n00b
n00b


Joined: 29 Jun 2007
Posts: 57

PostPosted: Fri Jul 13, 2007 2:29 pm    Post subject: Reply with quote

ok thanks its working now. question! when I run
Code:
emerge gnome


I get an error
!! multiple versions within a single package slot have been pulled in to dependency graph

('ebuild','/','www-client/mozilla-firefox-1.5.0.12',''merge') pulled in by
('ebuild','/','www-client/epiphany-2.14.2.1-r1',''merge')

('ebuild','/','www-client/mozilla-firefox-2.0.0.3',''merge') pulled in by
('ebuild','/','dev-python/gnome-python-extras-2.4.0-r1',''merge')


it says that I can try package.mask to prevent one of those packages been selected. How do I do that?
Back to top
View user's profile Send private message
shaumux
Veteran
Veteran


Joined: 13 May 2005
Posts: 1009
Location: Hong Kong

PostPosted: Fri Jul 13, 2007 2:38 pm    Post subject: Reply with quote

Firstly did you get X to work properly?

For that problem try
Code:
emerge -av gnome-light

This will install a basic gnome system and you can install the software you need after that.
That way you can have minmal bloat.

Also you can also try out other alternatives such as enlightenment and fluxbox Which aren't a full fledged desktop by themselves but the window manager.
You can add components to them you want like filemanager, browser, panel etc. to get a working desaktop.
Back to top
View user's profile Send private message
svt23
n00b
n00b


Joined: 29 Jun 2007
Posts: 57

PostPosted: Fri Jul 13, 2007 2:45 pm    Post subject: Reply with quote

yes X works propertly now.. thanks1
Back to top
View user's profile Send private message
shaumux
Veteran
Veteran


Joined: 13 May 2005
Posts: 1009
Location: Hong Kong

PostPosted: Fri Jul 13, 2007 2:54 pm    Post subject: Reply with quote

You should share the trick that got it to work as it can help others in future.
Back to top
View user's profile Send private message
svt23
n00b
n00b


Joined: 29 Jun 2007
Posts: 57

PostPosted: Fri Jul 13, 2007 3:05 pm    Post subject: Reply with quote

OOh its all here already!! just did what you guys advice, in the genkernel. previously.
Back to top
View user's profile Send private message
svt23
n00b
n00b


Joined: 29 Jun 2007
Posts: 57

PostPosted: Mon Jul 16, 2007 6:37 pm    Post subject: Reply with quote

question after I emerge gnome I startx looks like I need to change the graphics resolution,

Prefences--->
Screen resolution but it doesn't give me any options. why? is that? my resolution is currently set to 320x200, but during my configuration I set it to 1024x726. did I missed a step?
Back to top
View user's profile Send private message
shaumux
Veteran
Veteran


Joined: 13 May 2005
Posts: 1009
Location: Hong Kong

PostPosted: Mon Jul 16, 2007 7:09 pm    Post subject: Reply with quote

What is your /etc/X11/xorg.conf contents
Back to top
View user's profile Send private message
svt23
n00b
n00b


Joined: 29 Jun 2007
Posts: 57

PostPosted: Mon Jul 16, 2007 7:32 pm    Post subject: Reply with quote

section "sereverlayout"
Identifier "X.org Configured"
screen 0 "Screen0" 0 0
input device "mouse0" "corePointer"
end section

section "files"
rgbpath "/usr/share/X11/rgb"
modulePath "/usr/lib/xorg/modules"
fontpath "/usr/share/fonts/misc/"
fontpath "/usr/share/fonts/TTF/"
fontpath "/usr/share/fonts/OTF/"
fontpath "/usr/share/fonts/type1/"
fontpath "/usr/share/fonts/100dpi/"
fontpath "/usr/share/fonts/75dpi"
endsection

section "module"
load "extmod"
load "record"
load "dbe"
load "GLcore"
load "xtrap"
load "dri"
load "glx"
load "freetype"
load "type1"
endsection

section "inputdevice"
identifier "keyboard0"
driver "kbd"
end section

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 "ShadowFB" #[<bool>]
#Option "DefaultRefresh" #[<bool>]
#Option "ModeSetClearScreen" #[<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
endsection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 8
SubSection "Display"
Viewpoint 0 0
depth 1
Endsubsection

SubSection "Display"
Viewpoint 0 0
depth 4
Endsubsection

SubSection "Display"
Viewpoint 0 0
depth 8
Modes "1024x726"
Endsubsection

SubSection "Display"
Viewpoint 0 0
depth 15
Endsubsection

SubSection "Display"
Viewpoint 0 0
depth 16
Endsubsection

SubSection "Display"
Viewpoint 0 0
depth 24
Endsubsection
endsection
Back to top
View user's profile Send private message
shaumux
Veteran
Veteran


Joined: 13 May 2005
Posts: 1009
Location: Hong Kong

PostPosted: Mon Jul 16, 2007 7:40 pm    Post subject: Reply with quote

svt23 wrote:

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 "ShadowFB" #[<bool>]
#Option "DefaultRefresh" #[<bool>]
#Option "ModeSetClearScreen" #[<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
endsection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 8
SubSection "Display"
Viewpoint 0 0
depth 1
Endsubsection
endsection
Try setting the default depth to 24.
You are using the vesa driver . It will work ut you will not get direct rendering with it.
Back to top
View user's profile Send private message
RaceTM
Apprentice
Apprentice


Joined: 16 Feb 2004
Posts: 281

PostPosted: Mon Jul 16, 2007 7:40 pm    Post subject: Reply with quote

I don't mean to be a wet blanket and I can definitely appreciate the fact that you are a new gentoo user, svt23, but a lot of the questions you are asking have been answered hundreds of times on the forums and the gentoo wiki, and can easily be found again by searching those sources or using google. It just seems like you are coming here to this thread as your first troubleshooting stage every step of the way instead of trying to find answers yourself, which is one of the best ways to become proficient with Gentoo.

If you want to get the most out of your Gentoo experience and learn quickly, I would suggest you try to solve some of these issues yourself, and do some research, before repeating your question here :)

Also, as a note to your most recent question, standard resolution is 1024x768, not 1024x726. Maybe this has something to do with your problem.

svt23 wrote:


it says that I can try package.mask to prevent one of those packages been selected. How do I do that?


RaceTM
Back to top
View user's profile Send private message
DingbatCA
Guru
Guru


Joined: 07 Jul 2004
Posts: 384
Location: Portland Or

PostPosted: Fri Aug 17, 2007 2:09 am    Post subject: Reply with quote

Just spent the batter part of the day solving this issue, and getting a " VGA compatible controller: VIA Technologies, Inc. UniChrome Pro IGP" to work with the via drivers. This in not the best solution, but it works.
https://forums.gentoo.org/viewtopic-p-4191374.html#4191374
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Goto page Previous  1, 2, 3, 4, 5
Page 5 of 5

 
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